[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
Remove Collector From Collector Group
DescriptionRemove a Collector from 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.
Errors
Errors
500
Error occurred while removing the Collector from the Collector Group
Code Samples
cURL Command
curl -X DELETE https://localhost/suite-api/api/collectorgroups/{id}/collector/{collectorId}
[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations