{ "opencollection": "1.0.0", "info": { "name": "Seldon Deploy AlertingService KubernetesResources 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": "KubernetesResources", "type": "folder" }, "items": [ { "info": { "name": "ListSeldonDeploymentResources", "type": "http" }, "http": { "method": "GET", "url": "http://X.X.X.X/seldon-deploy/api/v1alpha1/namespaces/:namespace/seldondeployments/:name/resources", "params": [ { "name": "component", "value": "", "type": "query", "description": "Component differentiates between types of model (e.g. predictor, explainer... etc)" }, { "name": "name", "value": "", "type": "path", "description": "Name identifies a resource" }, { "name": "namespace", "value": "", "type": "path", "description": "Namespace provides a logical grouping of resources" } ] }, "docs": "list objects of kind resource for Seldon Deployment" } ] } ], "bundled": true }