cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Permission info to update the problem notification in Dynatrace

JimWu
Newcomer

What's the permission needed to call the following API?

POST https://{HOST_URL}/api/config/v1/notifications/{notificationId}

I can not find it in Doc.

4 REPLIES 4

Thank you so much Dannemca for your prompt reply.

That's a good info. But before we can migrate our API set from V1 to V2, our client will still need to use the current implementation which is using V1 API. Is this section correct for the old API?

Authentication
To execute this request, you need an access token with settings.write scope.

AntonioSousa
DynaMight Guru
DynaMight Guru

@JimWu,

You can get the data you want at:
https://www.dynatrace.com/support/help/dynatrace-api/configuration-api/notifications-api

Another way I use to quickly check these issues are to access the Swagger interface and check it out there (screenshot is just an example, might not be your usecase):

AntonioSousa_0-1675510495498.png

 

Antonio Sousa

JimWu
Newcomer

Thanks Antonio so much for your help.

Featured Posts