Get Adapter Types Using GET

Get Adapter Types Using GET

Get Adapter Types identified by the specified identifiers or all if 'null' is specified

Request
URI
GET
https://{api_host}/suite-api/api/adapterkinds
COPY
Query Parameters
string of array
adapterKindKey
Optional

Optional list of identifiers to filter by

boolean
retrieveResourceKindInfos
Optional

Optional param that specifies whether need to report resource-kind-keys


Authentication
This operation uses the following authentication methods.
Responses
200

The Adapter Kinds defined within vRealize Operations Manager

Returns adapter-kinds of type(s) application/json
{
    "adapter-kind": [
        {
            "adapterKindType": "string",
            "describeVersion": 0,
            "description": "string",
            "identifiers": [
                "string"
            ],
            "key": "string",
            "links": [
                {
                    "description": "string",
                    "href": "string",
                    "name": "string",
                    "rel": "string"
                }
            ],
            "name": "string",
            "resourceKinds": [
                "string"
            ]
        }
    ]
}
adapter-kind
Optional

Collection of Adapter kinds