Get Resource Properties

Get Resource Properties

Get all the properties for the specified Resource

Request
URI
GET
https://{api_host}/suite-api/api/resources/{id}/properties
COPY
Path Parameters
string
id
Required

The ID of the resource


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
"{\n  \"resourceId\" : \"31482c84-cd3e-4e10-b637-b905a537ea2c\",\n  \"property\" : [ {\n    \"name\" : \"Key1\",\n    \"value\" : \"Value1\"\n  } ]\n}"
string As uuid As uuid
resourceId
Optional

The resource id

array of object
property
Optional

The list of Property name/value pairs


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/resources/{id}/properties