[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
Get Collector Group
DescriptionGet details of a particular Collector Group in the system
Request
URLURL
https://localhost/suite-api/api/collectorgroups/{id}
Path Parameters
Path Parameters
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 Collector Group object for the specified identifier
Errors
404
No Collector Group is found in the system with the specified identifier
500
In case of any error processing the API response
Code Samples
cURL Command
curl https://localhost/suite-api/api/collectorgroups/{id}
[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations