Get Resource Properties Using GET

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


Authentication
This operation uses the following authentication methods.
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"
}
array of name-value
property
Optional

The list of Property name/value pairs

string As uuid As uuid
resourceId
Optional

The resource id