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

https://developer.greenlake.hpe.com/docs/greenlake/services/compute-ops-mgmt/public/openapi/compute-ops-mgmt-latest/overview/

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

KeyDatatypeRequiredDescription
Content-Typestring