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 /compute-ops prefix is deprecated and might become unresponsive after Tuesday, April 1, 2025. The Guide provides 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
}