This API is deprecated. Use the Settings API instead. Look for the Problem notifications (builtin:problem.notifications
) schema.
Gets parameters of the specified notification configuration.
The request produces an application/json
payload.
GET | ManagedDynatrace for Government | https://{your-domain}/e/{your-environment-id}/api/config/v1/notifications/{id} |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/config/v1/notifications/{id} |
To execute this request, you need an access token with ReadConfig
scope.
To learn how to obtain and use it, see Tokens and authentication.
Parameter | Type | Description | In | Required |
---|---|---|---|---|
id | string | The ID of the required notification configuration. | path | required |
Code | Type | Description |
---|---|---|
200 | Notification | Success |
NotificationConfig
objectConfiguration of a notification. The actual set of fields depends on the type
of the notification.
See Notifications API - JSON models in Dynatrace Documentation for example models of every notification type.
Element | Type | Description |
---|---|---|
active | boolean | The configuration is enabled ( |
alertingProfile | string | The ID of the associated alerting profile. |
id | string | The ID of the notification configuration. |
name | string | The name of the notification configuration. |
type | string | Defines the actual set of fields depending on the value. See one of the following objects:
|
{"active": true,"alertingProfile": "4f5e00f4-39b3-455a-820b-3514843615f3","description": "{ProblemDetailsText}","id": "acbed0c4-4ef1-4303-991f-102510a69322","issueType": "Task","name": "REST example","password": "","projectKey": "DEV","summary": "Problem {ProblemID}: {ProblemTitle}","type": "JIRA","url": "https://my-jira.atlassian.net/rest/api/2/","username": "john.smith"}