[{"label":"Latest (8.6.3)","version":"latest"}]
vrealize-operations
Add Collector To Collector Group
DescriptionAdd a Collector to the specified Collector Group
Request
URLURL
https://localhost/suite-api/api/collectorgroups/{id}/collector/{collectorId}
Path Parameters
Path Parameters
string
collectorId
Required
Identifier (an integer) of the Collector
string
id
Required
Identifier of the Collector Group
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK returns
CollectorGroup
of type(s) application/json, application/xml
The added Collector Group
Errors
500
In case of any error adding the Collector to the Collector Group
Code Samples
cURL Command
curl -X PUT https://localhost/suite-api/api/collectorgroups/{id}/collector/{collectorId}
[{"label":"Latest (8.6.3)","version":"latest"}]
vrealize-operations