Open Q&A
If there's no good subforum for your question - ask it here!
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Other/custom document type in Monaco

kumaravel
Helper

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?

Dynatrace Certified Associate
2 REPLIES 2

Gerhard-K
Dynatrace Advisor
Dynatrace Advisor

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

kumaravel
Helper

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

Dynatrace Certified Associate

Featured Posts