{ "opencollection": "1.0.0", "info": { "name": "Seldon Deploy AlertingService health API", "version": "v1alpha1" }, "request": { "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://Y.Y.Y.Y", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "health", "type": "folder" }, "items": [ { "info": { "name": "Server Live", "type": "http" }, "http": { "method": "GET", "url": "http://X.X.X.X/seldon-deploy/api/v1alpha1/v2/health/live" }, "docs": "The “server live” API indicates if the inference server is able to receive and respond to metadata and inference requests. The “server live” API can be used directly to implement the Kubernetes `livenessProbe`." }, { "info": { "name": "Server Ready", "type": "http" }, "http": { "method": "GET", "url": "http://X.X.X.X/seldon-deploy/api/v1alpha1/v2/health/ready" }, "docs": "The “server ready” health API indicates if all the models are ready for inferencing. The “server ready” health API can be used directly to implement the Kubernetes readinessProbe." }, { "info": { "name": "Model Ready", "type": "http" }, "http": { "method": "GET", "url": "http://X.X.X.X/seldon-deploy/api/v1alpha1/v2/models/:model_name/versions/:model_version/ready", "params": [ { "name": "model_name", "value": "", "type": "path" }, { "name": "model_version", "value": "", "type": "path" } ] }, "docs": "The “model ready” health API indicates if a specific model is ready for inferencing. The model name and (optionally) version must be available in the URL. If a version is not provided the server may choose a version based on its own policies." }, { "info": { "name": "Model Ready", "type": "http" }, "http": { "method": "GET", "url": "http://X.X.X.X/seldon-deploy/api/v1alpha1/v2/models/:model_name/ready", "params": [ { "name": "model_name", "value": "", "type": "path" } ] }, "docs": "The “model ready” health API indicates if a specific model is ready for inferencing. The model name and (optionally) version must be available in the URL. If a version is not provided the server may choose a version based on its own policies." } ] } ], "bundled": true }