Get Resource Type Attributes For Adapter Type
Supports optional parameters to get specific Resource Type Attributes
Request
URI
GET
https://{api_host}/suite-api/api/adapterkinds/{adapterKindKey}/resourcekinds/{resourceKindKey}/statkeys
COPY
Path Parameters
string
adapterKindKey
Required
The Adapter Kind Identifier
string
resourceKindKey
Required
The Resource Kind Identifier
Query Parameters
string of
array
attributeKeys
Optional
Optional list of attribute-keys to filter by
boolean
retrieveAllLocalizations
Optional
Constraints:
default: false
Optional param that specifies whether need to report names in all localizations
boolean
retrieveAttributeKeys
Optional
Constraints:
default: false
Optional param that specifies whether need to report attribute keys or no.
boolean
statOnly
Optional
Constraints:
default: true
Optional param that indicate whether need to return only stats or stats and properties together
Responses
200
The Resource Attribute Type List
Returns
resource-kind-attributes
of type(s)
application/json
"{\n \"resourceTypeAttributes\" : [ {\n \"key\" : \"key-1\",\n \"description\" : \"Some description\",\n \"defaultMonitored\" : false,\n \"rollupType\" : \"LATEST\",\n \"instanceType\" : \"INSTANCED\",\n \"unit\" : \"units\",\n \"dataType\" : \"INTEGER\",\n \"monitoring\" : true,\n \"dtSubType\" : \"common\",\n \"property\" : true\n }, {\n \"key\" : \"key-2\",\n \"description\" : \"Some description\",\n \"defaultMonitored\" : false,\n \"rollupType\" : \"LATEST\",\n \"instanceType\" : \"INSTANCED\",\n \"unit\" : \"units\",\n \"dataType\" : \"INTEGER\",\n \"monitoring\" : true,\n \"dtSubType\" : \"common\",\n \"property\" : true\n } ]\n}"
array of
object
resourceTypeAttributes
Optional
Collection of resource type attributes
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/adapterkinds/{adapterKindKey}/resourcekinds/{resourceKindKey}/statkeys
On This Page
Adapter Kinds Operations
GET
Get Adapter Types
GET
Get Resource Types For Adapter Type
GET
Get Adapter Type
GET
Get Resources With Adapter Kind
GET
Get Resource Type For Adapter Type
GET
Get Resource Type Attributes For Adapter Type
GET
Get Resources With Adapter And Resource Kind
GET
Get Resource Type Properties For Adapter Type