Incidents REST Endpoints

Incidents
The Incidents API lets you manage the incidents in the Oracle IoT Production Monitoring Cloud application.
Add comments to incident
Method: post
Path: /productionMonitoring/clientapi/v2/incidents/{incident-id}/comments
Delete incident by ID
Method: delete
Path: /productionMonitoring/clientapi/v2/incidents/{incident-id}
Get Incidents Count
Method: get
Path: /productionMonitoring/clientapi/v2/incidents/count
Retrieve all incidents
Method: get
Path: /productionMonitoring/clientapi/v2/incidents
Retrieve count of incident occurrences by ID
Method: get
Path: /productionMonitoring/clientapi/v2/incidents/{incident-id}/occurrences/count
Retrieve incident by ID
Method: get
Path: /productionMonitoring/clientapi/v2/incidents/{incident-id}
Retrieve incident occurrences by incident ID
Method: get
Path: /productionMonitoring/clientapi/v2/incidents/{incident-id}/occurrences
Update incident by ID
Method: post
Path: /productionMonitoring/clientapi/v2/incidents/{incident-id}