Update Collector Group Using PUT
This Replaces all existing configuration of a Collector Group with the data specified as part of the Request.
The Collector Group that needs to be updated
Show optional properties
{
"name": "string"
}
{
"collectorIds": [
0
],
"description": "string",
"id": "string",
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"name": "string",
"systemDefined": false
}
Set of Collector IDs that belong to a Collector Group
Description of the Collector Group
Identifier of the Collector Group. This is system generated during the creation time.
Name of the Collector Group. This uniquely identifier a Collector Group in the system but is user specified and mutable.
Is the Collector group system defined? This is a Read Only attribute and is set by the system.
The updated Collector Group
{
"collectorIds": [
0
],
"description": "string",
"id": "string",
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"name": "string",
"systemDefined": false
}
Set of Collector IDs that belong to a Collector Group
Description of the Collector Group
Identifier of the Collector Group. This is system generated during the creation time.
Name of the Collector Group. This uniquely identifier a Collector Group in the system but is user specified and mutable.
Is the Collector group system defined? This is a Read Only attribute and is set by the system.
Error occurred while updating the Collector Group