Perform MTR (My Traceroute) network diagnostic test
Endpoint
MTR
POST
Perform MTR (My Traceroute) network diagnostic test
Authorizations
API Key required for all endpoints
Body
application/json
Response
MTR test completed successfully
Timestamp of the request in milliseconds
Example:
1778737930991
API status message
Available options:
success, failure Example:
"success"
API status code
Example:
200
Metadata about the MTR test execution
Array of hop details observed in the MTR trace route
Example:
[
{
"hop": 1,
"host": "240.192.18.19",
"asn": "AS???",
"loss": 0,
"sent": 2,
"last": 0.28,
"avg": 0.29,
"best": 0.28,
"worst": 0.3,
"stdDev": 0.01
},
{
"hop": 2,
"host": "240.0.60.49",
"asn": "AS???",
"loss": 0,
"sent": 2,
"last": 0.28,
"avg": 0.29,
"best": 0.28,
"worst": 0.29,
"stdDev": 0.01
}
]