{ "opencollection": "1.0.0", "info": { "name": "Seldon Deploy AlertingService metadata 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": "metadata", "type": "folder" }, "items": [ { "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." }, { "info": { "name": "Model Metadata", "type": "http" }, "http": { "method": "GET", "url": "http://X.X.X.X/seldon-deploy/api/v1alpha1/v2/models/:model_name/versions/:model_version", "params": [ { "name": "model_name", "value": "", "type": "path" }, { "name": "model_version", "value": "", "type": "path" } ] }, "docs": "The per-model metadata endpoint provides information about a model. A model metadata request is made with an HTTP GET to a model metadata endpoint. 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 or return an error." }, { "info": { "name": "Model Metadata", "type": "http" }, "http": { "method": "GET", "url": "http://X.X.X.X/seldon-deploy/api/v1alpha1/v2/models/:model_name", "params": [ { "name": "model_name", "value": "", "type": "path" } ] }, "docs": "The per-model metadata endpoint provides information about a model. A model metadata request is made with an HTTP GET to a model metadata endpoint. 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 or return an error." } ] } ], "bundled": true }