Users Guide

UI Functionality REST API HTTP Operation JSON for Patch
Operation
Sample Response
Test Alert notification/v1/
platform_alerts/
trigger_test_alerts
POST
id: 11
resource: TEST
component:
director-1-1-A
name: Director Scope
Test Operational",
state: OPEN
severity: ERROR
eventSourceId: 0x1
eventSource: TEST
conditionId: 0x10006
category:
OPERATIONAL
Close Test Alert notification/v1/
platform_alerts/
close_test_alerts
PATCH [{"path": 3, "op":
"replace", "value":
"CLOSED"}]
id: 11
resource: TEST
component:
director-1-1-A
name: Director Scope
Test Operational",
state: CLOSED
severity: ERROR
eventSourceId: 0x1
eventSource: TEST
conditionId: 0x10006
category:
OPERATIONAL
Notification Status
Listing
notification/v1/status GET
Id: 12
notification :system_vol
ume_alerts
enabled : true
Enable notification
status
notification/v1/status PATCH [{"op": "replace",
"path":
"notification_service","
value": true}]
id:10
notification:director_ale
rts
enabled:true
Disable notification
status
notification/v1/status PATCH [{"op": "replace",
"path":
"notification_service",
"value": false}]
id:10
notification:director_ale
rts
enabled:false
Email Notifications notification/v1/action GET
id: 1
notification:
"notification_service"
emailEnabled: true
Troubleshooting 37