collector-group

collector-group
collector-group

Represents a Collector group

JSON Example
{
    "id": "string",
    "name": "string",
    "description": "string",
    "collectorId": [
        0
    ],
    "systemDefined": false,
    "links": [
        {
            "href": "string",
            "rel": "string",
            "name": "string",
            "description": "string"
        }
    ],
    "haEnabled": false,
    "lbEnabled": false,
    "virtualIP": "string"
}
string As uuid As uuid
id
Required

Identifier of the Collector Group.
This is system generated during the creation time.

string
name
Required

Name of the Collector Group. This uniquely identifier a Collector Group in the system but is user specified and mutable.

string
description
Optional

Description of the Collector Group

array of integer
collectorId
Optional

Set of Collector IDs that belong to a Collector Group

boolean
systemDefined
Optional

Is the Collector group system defined? This is a Read Only attribute and is set by the system.

array of link
links
Optional

links

boolean
haEnabled
Optional

is the collector group ha enabled or not

boolean
lbEnabled
Optional

is the collector group LB enabled or not

string
virtualIP
Optional

virtual IP value of collector group