{ "opencollection": "1.0.0", "info": { "name": "Seldon Deploy AlertingService External Ambassador API 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": "External Ambassador API", "type": "folder" }, "items": [ { "info": { "name": "Predict", "type": "http" }, "http": { "method": "POST", "url": "http://X.X.X.X/seldon-deploy/api/v1alpha1/seldon/:namespace/:deployment/api/v1.0/predictions", "params": [ { "name": "namespace", "value": "", "type": "path" }, { "name": "deployment", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "SendFeedback", "type": "http" }, "http": { "method": "POST", "url": "http://X.X.X.X/seldon-deploy/api/v1alpha1/seldon/:namespace/:deployment/api/v1.0/feedback", "params": [ { "name": "namespace", "value": "", "type": "path" }, { "name": "deployment", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }