Update critical event and health notifications for a server
PUT {{url}}/compute-ops-mgmt/{{servers-API-version}}/servers/{{server_id}}/notifications
See HPE Greenlake for Compute Ops Management API
Purpose
Setting these values to true will enable sending of the respective event notification for the server.
criticalNotification = False (no notification will be sent)
healthNotification can be omitted (no change to the current notification setting)
Request Body
{"criticalNotification"=>true, "healthNotification"=>true}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |