/
GET /predict-api/system/status
GET /predict-api/system/status
As of Version | product version 2021 Autumn | component version 0.3 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Request Method | GET | ||||||||||
Response Format | JSON | ||||||||||
Description | Returns a JSON structure containing the status (activated or deactivated) of the processes provided by ML pipeline for the tenant. Meaning of the HTTP status codes:
| ||||||||||
Request Header | Content-Type: application/json X-ID-TENANT-NAME: tenant_name | ||||||||||
Request Example | /predict-api/system/status | ||||||||||
Result Example | 200 OK { "classification" : true, "extraction" : false } |
, multiple selections available,
Related content
GET /predict-api/system/status/{appName}
GET /predict-api/system/status/{appName}
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