[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
Create Collector Group
DescriptionCreate a new Collector Group in the system
Request
URLURL
https://localhost/suite-api/api/collectorgroups
Request Body
Request Body
collector-group
of type(s) application/json, application/xml
Required
The Collector Group that needs to be created
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
201 Created
Returns
CollectorGroup
of type(s) application/json, application/xml
The Collector Group object that was created along with its identifier
Errors
500
In case of any error creating the Collector Group
Code Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"collectorIds":[0],"description":"string","id":"string","links":[{"description":"string","href":"string","name":"string","rel":"NEXT"}],"name":"string","systemDefined":false}' https://localhost/suite-api/api/collectorgroups
[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations