Update warning by ID

post

/productionMonitoring/clientapi/v2/warnings/{warning-id}

Warning update is not supported by the server and is going to be removed

Request

Supported Media Types
Path Parameters
Header Parameters
Back to Top

Response

Supported Media Types

405 Response

Successfully processed.
Back to Top

Examples

curl -X POST 
   -u <username>:<password>
   -H 'Accept: application/json'
   -H 'Content-Type: application/json'
   --header "X-HTTP-Method-Override: PATCH"
   https://iotserver/productionMonitoring/clientapi/v2/warnings/{warning-id}




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'
   --header "X-HTTP-Method-Override: PATCH"
   https://iotserver/productionMonitoring/clientapi/v2/warnings/6c4d38347e8-6b6a



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