Create Collector Group Using POST
Create a new Collector Group in the system
The Collector Group that needs to be created
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 Collector Group object that was created along with its identifier
{
"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.
In case of any error creating the Collector Group