Collector
Model for representing a Collector
Properties
Identifier of the Node on which the Collector is running
Unique identifier of the Collector This uniquely identifies a Collector in the system.
UUID of the Collector
Flag that indicates whether this Collector is a Local Collector or a Remote one
List of Adapter Instances managed by this Collector
When was the last time this Collector communicated with vRealize Operations Manager Server
Name of the Collector
Host name or IP address of the machine on which this Collector is Running
State of the Collector Whether it is running properly or lost communication with the Controller.
Possible values are: DOWN , UP
Type of the Collector
Possible values are: INTERNAL , REMOTE , CLOUD_PROXY , AAP , OTHER
Represents a HTTP ’link’ element. It is implicit that all the link tags support http ‘GET’ method.
JSON Example
{
"id": "string",
"local": false,
"nodeIdentifier": "string",
"uuId": "string"
}