Get Adapter Types

Get Adapter Types

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
Constraints: default: true

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 VMware Cloud Foundation Operations

Returns adapter-kinds of type(s) application/json
"{\n  \"adapter-kind\" : [ {\n    \"key\" : \"VMWARE\",\n    \"name\" : \"vCenter Adapter\",\n    \"description\" : \"VMWare vCenter Adapter\",\n    \"adapterKindType\" : \"GENERAL\",\n    \"describeVersion\" : 100,\n    \"identifiers\" : [ ],\n    \"resourceKinds\" : [ ]\n  }, {\n    \"key\" : \"vCenter Operations Adapter\",\n    \"name\" : \"vCenter Operations Adapter\",\n    \"description\" : \"vC Ops Adapter for self-monitoring\",\n    \"adapterKindType\" : \"GENERAL\",\n    \"describeVersion\" : 101,\n    \"identifiers\" : [ ],\n    \"resourceKinds\" : [ ]\n  }, {\n    \"key\" : \"HttpPost\",\n    \"name\" : \"HTTP Post\",\n    \"description\" : \"\",\n    \"adapterKindType\" : \"OPENAPI\",\n    \"identifiers\" : [ ],\n    \"resourceKinds\" : [ ]\n  } ]\n}"
array of object
adapter-kind
Optional

Collection of Adapter kinds


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/adapterkinds