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

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
}

Related content

GET /predict-api/system/status
GET /predict-api/system/status
More like this
GET /predict-api/api/classification/{objectId}
GET /predict-api/api/classification/{objectId}
More like this
POST /predict-api/api/classification
POST /predict-api/api/classification
More like this
GET /predict-api/api/extraction/{objectId}
GET /predict-api/api/extraction/{objectId}
More like this
POST /predict-api/predict/extraction/feedback
POST /predict-api/predict/extraction/feedback
More like this
POST /predict-api/api/classification/feedback
POST /predict-api/api/classification/feedback
More like this