{ "opencollection": "1.0.0", "info": { "name": "Seldon Deploy AlertingService server 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": "server", "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": "Server Metadata", "type": "http" }, "http": { "method": "GET", "url": "http://X.X.X.X/seldon-deploy/api/v1alpha1/v2" }, "docs": "The server metadata endpoint provides information about the server. A server metadata request is made with an HTTP GET to a server metadata endpoint." } ] } ], "bundled": true }