Get Stat Keys

Get Stat Keys

Get all the stat keys for the specified Resource

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

The ID of the resource


Authentication
This operation uses the following authentication methods.
Responses
200

The list of Stat Keys

Returns stat-keys of type(s) application/json
"{\n  \"stat-key\" : [ {\n    \"key\" : \"cpu|demand\"\n  }, {\n    \"key\" : \"cpu|usage\"\n  } ]\n}"
array of object
stat-key
Optional

Collection of stat keys


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