Get definition of asset type property
get
/assetMonitoring/clientapi/v2/assetTypes/{asset-type-name}/properties/{property-name}
This resource returns complete definition of asset type property
Request
Path Parameters
-
asset-type-name: string
Entity description is undefined
-
property-name: string
Name of the property to get details for
Response
Supported Media Types
- application/json
- application/vnd.oracle.resource+json;type=singular
200 Response
Successfully processed.
Examples
curl -X GET
-u <username>:<password>
-H 'Accept: application/json'
https://iotserver/assetMonitoring/clientapi/v2/assetTypes/{asset-type-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>
-H 'Accept: application/json'
https://iotserver/assetMonitoring/clientapi/v2/assetTypes/{asset-type-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.