Retrieves the current values of the event and health notification options.
criticalNotification
a notification will be sent if the value is true
, and no notification will be sent if the value is false.criticalNonServiceNotification
warningNotification
healthNotification
Successful Response
Unauthorized
Forbidden
Not found
Not acceptable
Internal server error
{- "serverId": "string",
- "criticalNotification": true,
- "criticalNonServiceNotification": true,
- "warningNotification": true,
- "healthNotification": true
}