[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
Update Collector Group
DescriptionThis Replaces all existing configuration of a Collector Group with the data specified as part of the Request.
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 updated
Authentication
This operation uses the following authentication methods.
Errors
Errors
500
Error occurred while updating the Collector Group
Code Samples
cURL Command
curl -X PUT -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 (2022-10-31)","version":"latest"}]
vrealize-operations