ApplianceLatencyListResult

ApplianceLatencyListResult
ApplianceLatencyListResult

List of process data

AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "cursor": "string",
    "result_count": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "results": [
        {
            "_links": [
                {
                    "action": "string",
                    "href": "string",
                    "rel": "string"
                }
            ],
            "_schema": "string",
            "_self": {},
            "id": "string",
            "latency_data": [
                {
                    "destination_node_id": "string",
                    "destination_node_ip": "string",
                    "destination_node_name": "string",
                    "packet_loss_percent": "string",
                    "packet_received": 0,
                    "packet_transmitted": 0,
                    "rtt_avg": "number",
                    "rtt_max": "number",
                    "rtt_mdev": "number",
                    "rtt_min": "number",
                    "source_node_ip": "string",
                    "status": "string",
                    "total_time": 0
                }
            ],
            "name": "string",
            "timestamp": 0
        }
    ]
}