uplinkMetrics

uplinkMetrics
uplinkMetrics
AllOf
This class requires all of the following:
JSON Example
{
    "timestamp": 0,
    "uplinkId": "string",
    "remoteUplinkId": "string",
    "uplinkName": "string",
    "remoteUplinkName": "string",
    "testInProgress": false,
    "measuredApplianceId": "string",
    "measuredApplianceName": "string",
    "measuredData": {
        "maxAvailableBandwidth": {
            "value": {
                "uploadKbps": 0,
                "downloadKbps": 0
            },
            "services": [
                {
                    "serviceType": "string",
                    "status": "string",
                    "recommendation": {
                        "noOfParallelMigrations": 0,
                        "maxDeltaTransfer": "number"
                    }
                }
            ]
        },
        "latency": {
            "value": 0,
            "services": [
                {
                    "serviceType": "string",
                    "status": "string",
                    "recommendation": {
                        "noOfParallelMigrations": 0,
                        "maxDeltaTransfer": "number"
                    }
                }
            ]
        },
        "lossRate": {
            "value": "number",
            "services": [
                {
                    "serviceType": "string",
                    "status": "string",
                    "recommendation": {
                        "noOfParallelMigrations": 0,
                        "maxDeltaTransfer": "number"
                    }
                }
            ]
        },
        "mtu": 0
    }
}