23 Dec 2025 09:10 AM
Hello All,
As per documentation, I found that Monaco manages the document type dashboard, notebook and launchpad.
But I have an requirement to add some custom documents in Dynatrace(already added a few) using the API. As we are using Monaco, wanted to check the possibility in Monaco as well
Is this something already planned or could be a product idea?
24 Dec 2025 10:41 AM
Hey @kumaravel ,
Currently, Monaco only supports documents of type dashboard, launchpad, and notebook, as you've mentioned. There are no plans to extend this yet, but I'd like to hear more about your idea.
What kind of documents are you using, and how would you like to manage them via Monaco? Can you share more details on your idea?
Thanks,
Gerhard
24 Dec 2025 10:51 AM
Hey @Gerhard-K ,
The idea is to maintain custom documents containing instruction set information which can be referred during workflows execution to take actions based on contents defined.
Example of document
{
"App1":[
{"Event1": {"sendMail": true, "mailId":"user1@xyz.com"}},
{"Event2": {"sendMail": false}}
],
"App2":[
{"Event1": {"sendMail": true, "mailId":"user2@xyz.com"}},
{"Event2": {"sendMail": false}}
]
}This could be a document per team.
Kind Regards,
Kumaravel
Featured Posts