collector

collector
collector

Model for representing a Collector

JSON Example
{
    "adapterInstanceIds": [
        "string"
    ],
    "hostName": "string",
    "id": "string",
    "lastHeartbeat": "string",
    "links": [
        {
            "description": "string",
            "href": "string",
            "name": "string",
            "rel": "string"
        }
    ],
    "local": false,
    "name": "string",
    "nodeIdentifier": "string",
    "state": "string",
    "type": "string",
    "uuId": "string"
}
array of string
adapterInstanceIds
Optional

List of Adapter Instances managed by this Collector

string
hostName
Optional

Host name or IP address of the machine on which this Collector is Running

string
id
Required

Unique identifier of the Collector This uniquely identifies a Collector in the system.

string As date-time As date-time
lastHeartbeat
Optional

When was the last time this Collector communicated with vRealize Operations Manager Server

array of link
links
Optional

links

boolean
local
Required

Flag that indicates whether this Collector is a Local Collector or a Remote one

string
name
Optional

Name of the Collector

string As uuid As uuid
nodeIdentifier
Required

Identifier of the Node on which the Collector is running

string
state
Optional

State of the Collector Whether it is running properly or lost communication with the Controller.

Possible values are : DOWN, UP,
string
type
Optional

Type of the Collector

Possible values are : INTERNAL, REMOTE, CLOUD_PROXY, AAP, OTHER,
string As uuid As uuid
uuId
Required

UUID of the Collector

Property Of