Get Adapters On Collector

Get Adapters On Collector

Get all the Collectors registered with the VMware Cloud Foundation Operations system

Request
URI
GET
https://{api_host}/suite-api/api/collectors/{id}/adapters
COPY
Path Parameters
string
id
Required

The Identifier of the Collector


Authentication
This operation uses the following authentication methods.
Responses
200

The Adapters assigned (placed) on the specified Collector

Returns adapter-instances of type(s) application/json
"{\n  \"adapterInstancesInfoDto\" : [ {\n    \"resourceKey\" : {\n      \"name\" : \"VC Adapter for 10.20.88.111\",\n      \"adapterKindKey\" : \"VMWARE\",\n      \"resourceKindKey\" : \"Adapter\",\n      \"resourceIdentifiers\" : [ ]\n    },\n    \"description\" : \"A vCenter Adapter Instance\",\n    \"collectorId\" : 1,\n    \"credentialInstanceId\" : \"e98a37bc-8753-4520-979d-594e8d8b2cf4\",\n    \"id\" : \"af8432b6-7d83-4cf7-82cc-7cfb7ac1b7dc\"\n  } ]\n}"
array of object
adapterInstancesInfoDto
Optional

The collection of adapter instances


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