Job Controller
get
Authorizations
Query parameters
projectIdstringRequired
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/jobs HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"meanDuration": 1,
"schedule": "text",
"type": "text",
"failPercentage": 1,
"name": "text",
"failCount": 1,
"minDuration": 1,
"maxDuration": 1,
"successCount": 1,
"requestCount": 1,
"percentageAboveThreshold": 1
}
]