OperationCollector
OperationCollector
The operation collector is defined to receive stats from hosts. (eg. vRNI-collector collects all the system metrics)
JSON Example
{
"collector_ip": "string",
"collector_port": 0,
"collector_type": "string",
"tracing_port": 0
}
string As ip
As ip
collector_ip
Required
IP address for the operation collector.
integer As int32
As int32
collector_port
Required
Constraints:
minimum: 0
maximum: 65535
Port for the operation collector.
string
collector_type
Optional
Constraints:
default: VRNI
Define the operation collector type.
Possible values are :
VRNI,
WAVE_FRONT,
integer As int32
As int32
tracing_port
Optional
Constraints:
minimum: 0
maximum: 65535
Port for the Wavefront tracing.