NSX-T Data Center REST API
LatencyMeasurement (type)
{ "id": "LatencyMeasurement", "module_id": "PolicyRealTimeEth", "properties": { "enabled": { "required": true, "title": "Flag to turn on or off the latency measurement", "type": "boolean" }, "full_network_path_latency": { "default": false, "description": "Boolean indicating whether to enable full network path latency. If set to false then latency through guest OS is not measured.", "required": false, "title": "Full network path latency", "type": "boolean" }, "sampling_rate": { "default": 1, "description": "Indicates the rate of sampling packets. Defaults to 1 and ignored if latency measurement is off.", "maximum": 64000, "minimum": 0, "required": false, "title": "Number of packets to be sampled", "type": "int" } }, "title": "Settings to configure latency measurement", "type": "object" }