Bulk update of the external activities

post

/assetMonitoring/clientapi/v2/incidents/externalActivities

When an incident occurs in an Oracle IoT Asset Monitoring Cloud Service instance, the information about the incident is saved. The Asset Management Adaptor at regular intervals retrieves the incidents' information and creates corresponding activities in the backend. This operation updates the external activities in bulk.

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successfully processed.
Back to Top

Examples

curl -X POST 
   -u <username>:<password>
   -H 'Accept: application/json'
   -H 'Content-Type: application/json'
   https://iotserver/assetMonitoring/clientapi/v2/incidents/externalActivities




Complete cURL Example

The following example shows a complete cURL command that you can use to perform the described operation:

curl -X POST 
   -u <username>:<password>
   -H 'Accept: application/json'
   -H 'Content-Type: application/json'
   https://iotserver/assetMonitoring/clientapi/v2/incidents/externalActivities



Note that in the request, https://iotserver will be replaced by the name and port of your assigned IoT Cloud Service instance. The format of the Cloud Service instance is https://myinstance-myidentitydomain.iot.us.oraclecloud.com and the default port is 443.
Back to Top