Get the event and health notification status for a server

get/compute-ops-mgmt/v1beta2/servers/{id}/notifications

Purpose

Retrieves the current values of the event and health notification options.

  • For criticalNotification a notification will be sent if the value is true, and no notification will be sent if the value is false.
  • For the following properties a notification will be sent if the value is true. No notification will be sent if the value is null or false.
    • criticalNonServiceNotification
    • warningNotification
    • healthNotification
URI PATH PREFIX RENAME

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.

SecurityBearer
Request
path Parameters
id
required
string
Responses
200

Successful Response

401

Unauthorized

403

Forbidden

404

Not found

406

Not acceptable

500

Internal server error

Request samples
Response samples
application/json
{
  • "serverId": "string",
  • "criticalNotification": true,
  • "criticalNonServiceNotification": true,
  • "warningNotification": true,
  • "healthNotification": true
}