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 old prefix will continue
to be supported to allow for a smooth transition. The Guide
contains 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
}