Update Collector Group
This Replaces all existing configuration of a Collector Group
with the data specified as part of the Request.
Check if collector group members are valid, before proceeding with collector group update
The Collector Group that needs to be updated
Show optional properties
{
"id": "string",
"name": "string"
}
"{\n \"id\" : \"b9b211c8-845b-4d55-9f3b-819b84591618\",\n \"name\" : \"collector_group_1\",\n \"description\" : \"collector_group_1 description\",\n \"collectorId\" : [ 3, 4 ],\n \"systemDefined\" : false,\n \"haEnabled\" : true,\n \"lbEnabled\" : false,\n \"virtualIP\" : \"1.2.3.4\"\n}"
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.
Description of the Collector Group
Set of Collector IDs that belong to a Collector Group
Is the Collector group system defined? This is a Read Only attribute and is set by the system.
Represents a HTTP 'link' element.
It is implicit that all the link tags support http 'GET' method.
is the collector group ha enabled or not
is the collector group LB enabled or not
virtual IP value of collector group
The updated Collector Group
"{\n \"id\" : \"c5e4bd5c-3c5b-47ac-9773-c998a43da8bb\",\n \"name\" : \"collector_group_1\",\n \"description\" : \"collector_group_1 description\",\n \"collectorId\" : [ 3, 4 ],\n \"systemDefined\" : false,\n \"haEnabled\" : true,\n \"lbEnabled\" : false,\n \"virtualIP\" : \"1.2.3.4\"\n}"
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.
Description of the Collector Group
Set of Collector IDs that belong to a Collector Group
Is the Collector group system defined? This is a Read Only attribute and is set by the system.
Represents a HTTP 'link' element.
It is implicit that all the link tags support http 'GET' method.
is the collector group ha enabled or not
is the collector group LB enabled or not
virtual IP value of collector group
Error occurred while updating the Collector Group
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"id:"string","name:"string"}' https://{api_host}/suite-api/api/collectorgroups