GET /predict-api/system/status/{appName}
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 the ML pipeline for the app specified by Meaning of the HTTP status codes:
| ||||||||||
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 } |