Get Resource Properties List

Get Resource Properties List

Get all the Properties and their current (latest) values for the specified Resources

Request
URI
GET
https://{api_host}/suite-api/api/resources/properties
COPY
Query Parameters
string of array
resourceId
Required

The Collection of the Resource Identifiers


Authentication
This operation uses the following authentication methods.
Responses
200

The Resources, their Properties and current values

Returns resource-properties of type(s) application/json
"{\n  \"resourcePropertiesList\" : [ {\n    \"resourceId\" : \"67b81b61-45a8-4648-99aa-2a7f807f4518\",\n    \"property\" : [ {\n      \"name\" : \"Key1\",\n      \"value\" : \"Value1\"\n    } ]\n  }, {\n    \"resourceId\" : \"fe4262dc-658f-4ea1-af2d-81e25de0b555\",\n    \"property\" : [ {\n      \"name\" : \"Key1\",\n      \"value\" : \"Value1\"\n    } ]\n  } ]\n}"
array of object
resourcePropertiesList
Optional

Collection of resource properties


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