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
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
Adapter Kinds Operations
GET
Get Adapter Types
GET
Get Resource Types For Adapter Type
GET
Get Adapter Type
GET
Get Resources With Adapter Kind
GET
Get Resource Type For Adapter Type
GET
Get Resource Type Attributes For Adapter Type
GET
Get Resources With Adapter And Resource Kind
GET
Get Resource Type Properties For Adapter Type