Skip to main content

Modify Triggered AlertsNotes

Select

SaaS
Customer Managed

Add, Modify and Delete notes for triggered alerts

Path Parameters
  • id int32 required
Request Body
  • notes string

    Notes that you want to add to the triggered alerts. Leave it empty if you want to delete the alert

Responses

Success


Schema
  • errorMessage string
  • errorCode int32
PUT /v4/triggeredalerts/:id/notes    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
id — path required
Body
{
"notes": "string"
}
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/TriggeredAlerts/:id/Notes' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"notes": "string"
}'