Get Resource Properties Using GET
Get all the properties for the specified Resource
Request
URI
GET
https://{api_host}/api/resources/{id}/properties
COPY
Path Parameters
string
id
Required
The ID of the adapter kind that will push the stats
Responses
200
The ResourceProperties object that has the current values of all the Properties for the Resource
Returns resource-property of type(s) application/json
{
"property": [
{
"name": "string",
"value": "string"
}
],
"resourceId": "string"
}
string As uuid As uuid
resourceId
Optional
The resource id
Resource Operations
POST
Add Properties Using POST
POST
Add Properties Using Push Adapter Kind Using POST
POST
Add Relationship Using POST
POST
Add Stats Using POST
POST
Add Stats Using Push Adapter Kind Using POST
DELETE
Delete Relationship Using DELETE
DELETE
Delete Resource Using DELETE
GET
Get DT Stats Of Resource Using GET
GET
Get Latest Stats Using GET
GET
Get Relationships Using GET
GET
Get Relationship Using GET
GET
Get Resource Properties Using GET
GET
Get Resource Using GET
GET
Get Stat Keys Using GET
POST
Get Stats For Resource Using POST
GET
Get Stats Of Resource Using GET
GET
Get Top N Stats Of Resource Using GET
PUT
Mark Resource As Being Maintained Using PUT
PUT
Set Relationship Using PUT
PUT
Start Monitoring Resource Using PUT
PUT
Stop Monitoring Resource Using PUT
DELETE
Unmark Resource As Being Maintained Using DELETE
PUT
Update Geo Location Of Resource Using PUT