Fleet Incidents REST Endpoints

Fleet Incidents
The Fleet Incidents API enables you to configure incidents and manage their lifecycle in Fleet Monitoring.All methods of this group support a request header named 'X-Oracle-IoT-Org' with a value of an organization ID, which helps you to target requests to different organizations.
Add comments to an incident
Method: post
Path: /fleetMonitoring/clientapi/v2/incidents/{incident-id}/comments
Delete incident by its ID
Method: delete
Path: /fleetMonitoring/clientapi/v2/incidents/{incident-id}
List incident occurrences
Method: get
Path: /fleetMonitoring/clientapi/v2/incidents/{incident-id}/occurrences
List incidents
Method: get
Path: /fleetMonitoring/clientapi/v2/incidents/
Retrieve incident details
Method: get
Path: /fleetMonitoring/clientapi/v2/incidents/{incident-id}
Retrieve incident occurrence count
Method: get
Path: /fleetMonitoring/clientapi/v2/incidents/{incident-id}/occurrences/count
Update incident by ID
Method: post
Path: /fleetMonitoring/clientapi/v2/incidents/{incident-id}