Get Adapter Type
This API provides the Adapter Kinds by passing specified identifier
The Adapter Kind Identifier
Optional param that specifies whether need to report resource-kind-keys
The detailed information about the 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}"
The key which identifies an adapter kind uniquely in the system
The Localized name of the Adapter Kind
The Description of the Adapter Kind
The Adapter Kind Type
Adapter's Describe version
This is not the version of the Adapter but the version number
in the describe.xml file. For Adapter Kinds that are dynamically
created and not based on a describe.xml file, the value will be null
The Adapter Kind identifiers
Resource Kinds (keys) defined within this Adapter Kind
Represents a HTTP 'link' element.
It is implicit that all the link tags support http 'GET' method.
curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/adapterkinds/{id}