This API is deprecated. Use the Settings API instead. Look for the Problem notifications (builtin:problem.notifications) schema.
Lists all notification configurations available in your environment.
You can use the ID of a notification configuration to request detailed information about it with the GET a notification configuration request.
The request produces an application/json payload.
| GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/config/v1/notifications | 
| Environment ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/config/v1/notifications | 
To execute this request, you need an access token with ReadConfig scope.
To learn how to obtain and use it, see Tokens and authentication.
The request doesn't provide any configurable parameters.
| Code | Type | Description | 
|---|---|---|
| 200 | Notification | Success  | 
NotificationConfigStubListDto object| Element | Type | Description | 
|---|---|---|
| values | Notification | - | 
NotificationConfigStub objectThe short representation of a notification.
| Element | Type | Description | 
|---|---|---|
| description | string | A short description of the Dynatrace entity.  | 
| id | string | The ID of the Dynatrace entity.  | 
| name | string | The name of the Dynatrace entity.  | 
| type | string | The type of the notification. 
  | 
{"values": [{"description": "string","id": "string","name": "string","type": "ANSIBLETOWER"}]}