Get Stat Keys Of Resources

Get Stat Keys Of Resources

Sample URI:
/api/resources/statkeys?resourceId=UUID1

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

The identifiers of the Resources

string
searchstring
Optional

An optional wildcard search string that allows
user to refine the list of returned Stat Key details by
key name. Usage is similar to a LIKE "%searchstring%"


Authentication
This operation uses the following authentication methods.
Responses
200

Collection of StatKey objects available for the Resources

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/statkeys?resourceId=v