Get Resource Type Attributes For Adapter Type Using GET
Supports optional parameters to get specific Resource Type Attributes
Request
URI
GET
https://{api_host}/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
Optional param that specifies whether need to report names in all localizations
boolean
retrieveAttributeKeys
Optional
Optional param that specifies whether need to report attribute keys or no.
boolean
statOnly
Optional
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
{
"resourceTypeAttributes": [
{
"attributeKey": "string",
"dataType": "string",
"dataType2": "string",
"defaultMonitored": false,
"description": "string",
"dtSubtype": "string",
"instanceType": "string",
"key": "string",
"localizations": [
{
"language": "string",
"longDescription": [
"string"
],
"shortDescription": [
"string"
]
}
],
"monitoring": false,
"name": "string",
"property": false,
"rollUpType": "string",
"unit": "string",
"unitLocalizations": [
{
"language": "string",
"longDescription": [
"string"
],
"shortDescription": [
"string"
]
}
]
}
]
}
array of resource-kind-attribute
resourceTypeAttributes
Optional
Collection of resource type attributes
On This Page
Adapter Kinds Operations
GET
Get Adapter Types Using GET
GET
Get Adapter Type Using GET
GET
Get Resources With Adapter And Resource Kind Using GET
GET
Get Resources With Adapter Kind Using GET
GET
Get Resource Type Attributes For Adapter Type Using GET
GET
Get Resource Type For Adapter Type Using GET
GET
Get Resource Type Properties For Adapter Type Using GET
GET
Get Resource Types For Adapter Type Using GET