{ "opencollection": "1.0.0", "info": { "name": "Seldon Deploy AlertingService MetricsServer 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": "MetricsServer", "type": "folder" }, "items": [ { "info": { "name": "ListMetricsServerSeldonDeployment", "type": "http" }, "http": { "method": "GET", "url": "http://X.X.X.X/seldon-deploy/api/v1alpha1/namespaces/:namespace/seldondeployments/:name/monitor/metrics-server", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name identifies a resource" }, { "name": "namespace", "value": "", "type": "path", "description": "Namespace provides a logical grouping of resources" } ] }, "docs": "Read the specified Seldon Deployment Metrics Server" }, { "info": { "name": "CreateMetricsServerSeldonDeployment", "type": "http" }, "http": { "method": "POST", "url": "http://X.X.X.X/seldon-deploy/api/v1alpha1/namespaces/:namespace/seldondeployments/:name/monitor/metrics-server", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name identifies a resource" }, { "name": "namespace", "value": "", "type": "path", "description": "Namespace provides a logical grouping of resources" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create the specified Seldon Deployment Metrics Server" }, { "info": { "name": "ReadMetricsServerSeldonDeployment", "type": "http" }, "http": { "method": "GET", "url": "http://X.X.X.X/seldon-deploy/api/v1alpha1/namespaces/:namespace/seldondeployments/:name/monitor/metrics-server/:detectorName", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name identifies a resource" }, { "name": "namespace", "value": "", "type": "path", "description": "Namespace provides a logical grouping of resources" }, { "name": "detectorName", "value": "", "type": "path", "description": "Detector Name" } ] }, "docs": "Read the specified Seldon Deployment Metrics Server" }, { "info": { "name": "DeleteMetricsServerSeldonDeployment", "type": "http" }, "http": { "method": "DELETE", "url": "http://X.X.X.X/seldon-deploy/api/v1alpha1/namespaces/:namespace/seldondeployments/:name/monitor/metrics-server/:detectorName", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name identifies a resource" }, { "name": "namespace", "value": "", "type": "path", "description": "Namespace provides a logical grouping of resources" }, { "name": "detectorName", "value": "", "type": "path", "description": "Detector Name" } ] }, "docs": "Read the specified Seldon Deployment Metrics Server" } ] } ], "bundled": true }