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 } |