pmtuStatus

pmtuStatus
pmtuStatus
JSON Example
{
    "serviceMeshId": "string",
    "items": [
        {
            "uplinkId": "string",
            "uplinkName": "string",
            "serviceMeshIds": [
                "string"
            ],
            "currentMtu": 0,
            "configuredMtu": 0,
            "discoveredMtu": 0,
            "timestamp": 0,
            "overallErrorMessage": "string",
            "pmtuMetrics": [
                {
                    "localAddress": "string",
                    "remoteAddress": "string",
                    "remoteUplinkId": "string",
                    "rxPmtu": 0,
                    "txPmtu": 0,
                    "error": "string"
                }
            ]
        }
    ]
}
string
serviceMeshId
Optional

serviceMeshId

array of uplinkPmtu
items
Optional

items