Get Resource Type Attributes For Adapter Type Using GET

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


Authentication
This operation uses the following authentication methods.
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"
                    ]
                }
            ]
        }
    ]
}
resourceTypeAttributes
Optional

Collection of resource type attributes