Skip to main content

RouteTestStatusOut

Status response for a route test.

test_idTest Id (string)required
statusStatus (string)required
progress object
anyOf
points_processedPoints Processed (integer)required
total_pointsTotal Points (integer)required
percentPercent (number)required
results object
anyOf
object
error_message object
anyOf
string
error_code object
anyOf
string
RouteTestStatusOut
{
"test_id": "string",
"status": "string",
"progress": {
"points_processed": 0,
"total_points": 0,
"percent": 0
},
"results": {},
"error_message": "string",
"error_code": "string"
}