Asset Incidents REST Endpoints

Asset Incidents
The Asset Incidents API lets you add, update, view, and delete details about the incidents associated with the assets of your Oracle IoT Asset Monitoring Cloud Service instance. All non-org aware REST API will be deprecated in future releases.
Add comments to an incident
Method: post
Path: /assetMonitoring/clientapi/v2/incidents/{incident-id}/comments
Bulk update of the external activities
Method: post
Path: /assetMonitoring/clientapi/v2/incidents/externalActivities
Delete incident by its ID
Method: delete
Path: /assetMonitoring/clientapi/v2/incidents/{incident-id}
Get Incidents Count
Method: get
Path: /assetMonitoring/clientapi/v2/incidents/count
List incident occurrences
Method: get
Path: /assetMonitoring/clientapi/v2/incidents/{incident-id}/occurrences
List incidents
Method: get
Path: /assetMonitoring/clientapi/v2/incidents
Retrieve incident details
Method: get
Path: /assetMonitoring/clientapi/v2/incidents/{incident-id}
Retrieve incident details by incident type
Method: get
Path: /assetMonitoring/clientapi/v2/incidents/incidentDetails
Retrieve incident occurrence count
Method: get
Path: /assetMonitoring/clientapi/v2/incidents/{incident-id}/occurrences/count
Update incident by ID
Method: post
Path: /assetMonitoring/clientapi/v2/incidents/{incident-id}