Get Adapters On Collector Using GET

Get Adapters On Collector Using GET

Get all the Collectors registered with the vRealize Operations Manager system

Request
URI
GET
https://{api_host}/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
{
    "adapterInstancesInfoDto": [
        {
            "adapter-certificates": [
                {
                    "certificateDetails": "string",
                    "expires": "string",
                    "issuedBy": "string",
                    "issuedTo": "string",
                    "thumbprint": "string"
                }
            ],
            "collectorGroupId": "string",
            "collectorId": 0,
            "credentialInstanceId": "string",
            "description": "string",
            "id": "string",
            "lastCollected": "string",
            "lastHeartbeat": "string",
            "links": [
                {
                    "description": "string",
                    "href": "string",
                    "name": "string",
                    "rel": "string"
                }
            ],
            "messageFromAdapterInstance": "string",
            "monitoringInterval": 0,
            "monitoringIntervalMinutes": 0,
            "monitoringIntervalSeconds": 0,
            "numberOfMetricsCollected": 0,
            "numberOfResourcesCollected": 0,
            "resourceKey": {
                "adapterKindKey": "string",
                "extension": {
                    "anyObjects": [
                        {}
                    ]
                },
                "links": [
                    {
                        "description": "string",
                        "href": "string",
                        "name": "string",
                        "rel": "string"
                    }
                ],
                "name": "string",
                "resourceIdentifiers": [
                    {
                        "identifierType": {
                            "dataType": "string",
                            "extension": {
                                "anyObjects": [
                                    {}
                                ]
                            },
                            "isPartOfUniqueness": false,
                            "links": [
                                {
                                    "description": "string",
                                    "href": "string",
                                    "name": "string",
                                    "rel": "string"
                                }
                            ],
                            "name": "string"
                        },
                        "key": "string",
                        "links": [
                            {
                                "description": "string",
                                "href": "string",
                                "name": "string",
                                "rel": "string"
                            }
                        ],
                        "name": "string",
                        "uniquelyIdentifying": false,
                        "value": "string"
                    }
                ],
                "resourceKindKey": "string"
            }
        }
    ]
}
adapterInstancesInfoDto
Optional

The collection of adapter instances