Get Adapter Instances Using Credential

Get Adapter Instances Using Credential

Gets the Adapter Instances using the Credential Instance specified by the identifier.

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

The identifier of the specific Credential Instance


Authentication
This operation uses the following authentication methods.
Responses
200

List of Adapter Instances which are using the specified credential instance

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\" : \"ca594a31-d36a-476f-933e-4574e8542dce\",\n    \"id\" : \"29ffef5a-bf45-4665-96fe-fc5eac409064\"\n  } ]\n}"
array of object
adapterInstancesInfoDto
Optional

The collection of adapter instances


404

The Credential Instance does not exist

Operation doesn't return any data structure

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