Get Resource Type Properties For Adapter Type Using GET

Get Resource Type Properties For Adapter Type Using GET

Supports optional parameters to get specific Resource Type Properties

Request
URI
GET
https://{api_host}/suite-api/api/adapterkinds/{adapterKindKey}/resourcekinds/{resourceKindKey}/properties
COPY
Path Parameters
string
adapterKindKey
Required

The Adapter Kind Identifier

string
resourceKindKey
Required

The Resource Kind Identifier

Query Parameters
string of array
properties
Optional

Optional list of property names 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.


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