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}/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
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 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