GET /predict-api/system/status/{appName}

As of Versionproduct version 2021 Autumn | component version 0.3
Request MethodGET
Response FormatJSON
Description

Returns a JSON structure containing the status (activated or deactivated) of the processes provided by the ML pipeline for the app specified by appName within the tenant.

Meaning of the HTTP status codes:

HTTP Status CodeDescription
200 OKOK
400 Bad RequestRequest is bad.
404 Not FoundInference schema is not defined for these parameters. 
500 Internal Server ErrorError while getting status information.
Request Header

Content-Type: application/json

X-ID-TENANT-NAME: tenant_name

Request Example
/predict-api/system/status/myappname
Result Example

200 OK

{
    "classification" : true,
    "extraction" : false
}