Get value of asset dynamic property

get

/assetMonitoring/clientapi/v2/assets/{asset-name}/properties/{property-name}

Invocation of this resource will perform computation of asset dynamic property. Computation result will be returned to end-user

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Successfully processed.
Back to Top

Examples

curl -X GET 
   -u <username>:<password>
   https://iotserver/assetMonitoring/clientapi/v2/assets/{asset-name}/properties/{property-name}




Complete cURL Example

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

curl -X GET 
   -u <username>:<password>
   https://iotserver/assetMonitoring/clientapi/v2/assets/{asset-name}/properties/{property-name}



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