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: postPath:
/productionMonitoring/clientapi/v2/incidents/{incident-id}/comments - Delete incident by ID
- Method: deletePath:
/productionMonitoring/clientapi/v2/incidents/{incident-id} - Get Incidents Count
- Method: getPath:
/productionMonitoring/clientapi/v2/incidents/count - Retrieve all incidents
- Method: getPath:
/productionMonitoring/clientapi/v2/incidents - Retrieve count of incident occurrences by ID
- Method: getPath:
/productionMonitoring/clientapi/v2/incidents/{incident-id}/occurrences/count - Retrieve incident by ID
- Method: getPath:
/productionMonitoring/clientapi/v2/incidents/{incident-id} - Retrieve incident occurrences by incident ID
- Method: getPath:
/productionMonitoring/clientapi/v2/incidents/{incident-id}/occurrences - Update incident by ID
- Method: postPath:
/productionMonitoring/clientapi/v2/incidents/{incident-id}