uplinksOverviewResponse

uplinksOverviewResponse
uplinksOverviewResponse
JSON Example
{
    "items": [
        {
            "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
            },
            "serviceMeshIds": [
                "string"
            ]
        }
    ]
}
items
Optional

items