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
This API now supports the URI path prefix /compute-ops-mgmt
which used to be /compute-ops
. The /compute-ops
prefix is deprecated
and might become unresponsive after Tuesday, April 1, 2025. The Guide
provides more information about this change.
Successful Response
Unauthorized
Forbidden
Not found
Not acceptable
Internal server error
{- "serverId": "string",
- "criticalNotification": true,
- "criticalNonServiceNotification": true,
- "warningNotification": true,
- "healthNotification": true
}