Get Resource Types For Adapter Type
Contains optional parameter that specifies whether there is a need to report names in all localizations
Request
URI
GET
https://{api_host}/suite-api/api/adapterkinds/{key}/resourcekinds
COPY
Path Parameters
string
key
Required
The identifier of the adapter kind
Query Parameters
boolean
retrieveAllLocalizations
Optional
Constraints:
default: false
Optional param that specifies whether need to report names in all localizations
string
resourceKindType
Optional
The Category to which a Resource Kind belongs to
Possible values are :
GENERAL,
BUSINESS_SERVICE,
TIER,
TAG,
ADAPTER_INSTANCE,
GROUP,
APPLICATION,
NONE,
integer
page
Optional
Constraints:
default: 0
Page number from which data needs to be displayed (0-based)
integer
pageSize
Optional
Constraints:
default: 1000
Expected number of entries per page
Responses
200
The Resource Kinds of this Adapter
Returns
resource-kinds
of type(s)
application/json
"{\n \"adapterKind\" : \"VMWARE\",\n \"resource-kind\" : [ {\n \"key\" : \"Datacenter\",\n \"name\" : \"Datacenter\",\n \"adapterKind\" : \"VMWARE\"\n }, {\n \"key\" : \"ClusterComputeResource\",\n \"name\" : \"ClusterComputeResource\",\n \"adapterKind\" : \"VMWARE\"\n }, {\n \"key\" : \"HostSystem\",\n \"name\" : \"HostSystem\",\n \"adapterKind\" : \"VMWARE\"\n }, {\n \"key\" : \"ResourcePool\",\n \"name\" : \"ResourcePool\",\n \"adapterKind\" : \"VMWARE\"\n }, {\n \"key\" : \"VirtualMachine\",\n \"name\" : \"VirtualMachine\",\n \"adapterKind\" : \"VMWARE\"\n }, {\n \"key\" : \"Datastore\",\n \"name\" : \"Datastore\",\n \"adapterKind\" : \"VMWARE\"\n }, {\n \"key\" : \"VmwareDistributedVirtualSwitch\",\n \"name\" : \"VmwareDistributedVirtualSwitch\",\n \"adapterKind\" : \"VMWARE\"\n }, {\n \"key\" : \"StoragePod\",\n \"name\" : \"StoragePod\",\n \"adapterKind\" : \"VMWARE\"\n }, {\n \"key\" : \"Folder\",\n \"name\" : \"Folder\",\n \"adapterKind\" : \"VMWARE\"\n }, {\n \"key\" : \"VMwareAdapter Instance\",\n \"name\" : \"VMwareAdapter Instance\",\n \"adapterKind\" : \"VMWARE\"\n } ]\n}"
object
pageInfo
Optional
Represents page information for a paged result
array of
object
links
Optional
Collection of links
string
adapterKind
Required
The adapter Kind of all the specified resource kinds
array of
object
resource-kind
Optional
List of Resource Kinds
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/adapterkinds/{key}/resourcekinds
On This Page
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