Get Stat Keys Of Resources
Get all the available stat keys and their details for the specified resource
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%"
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
Resources Operations
GET
Get Resources
PUT
Update Resource
POST
Create Resource Using Adapter Kind
POST
Create Resource Using Adapter Instance
DELETE
Delete Resources
POST
Get Resources Relationships
DELETE
Delete Custom Datacenters
GET
Get Custom Datacenters
POST
Create Custom Datacenter
PUT
Update Custom Datacenter
GET
Get Custom Datacenter
GET
Get Custom Groups
POST
Create Custom Group
PUT
Modify Custom Group
GET
Get Group Types
POST
Add Group Type
DELETE
Delete Group Type
DELETE
Delete Custom Group
GET
Get Custom Group
GET
Get Custom Group Members
DELETE
Unmark Resources As Being Maintained
PUT
Mark Resources As Being Maintained
PUT
Start Monitoring Resources
Deprecated
PUT
Stop Monitoring Resources
Deprecated
GET
Get Custom Profiles
POST
Create Custom Profile
PUT
Modify Custom Profile
DELETE
Delete Custom Profile
GET
Get Custom Profile
GET
Get Resource Properties List
POST
Add Resources Properties
POST
Add Resources Properties Using Adapter Kind
POST
Query Latest Properties Of Resources
POST
Get Matching Resources
GET
Get Stat Keys Of Resources
GET
Get Stats Of Resources
POST
Add Stats For Resources
POST
Add Stats For Resources Using Push Adapter Kind
POST
Get Stats And DT For Resources
GET
Get Latest Stats Of Resources
POST
Query Latest Stats Of Resources
POST
Get Stats For Resources
GET
Get Top N Stats Of Resources