{ "opencollection": "1.0.0", "info": { "name": "Seldon Deploy AlertingService 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": "AlertingService", "type": "folder" }, "items": [ { "info": { "name": "List currently firing alerts.", "type": "http" }, "http": { "method": "GET", "url": "http://X.X.X.X/seldon-deploy/api/v1alpha1/alerting/alerts" }, "docs": "List currently firing alerts." }, { "info": { "name": "Triggers a test alert to check alerting workflow.", "type": "http" }, "http": { "method": "POST", "url": "http://X.X.X.X/seldon-deploy/api/v1alpha1/alerting/test", "body": { "type": "json", "data": "{}" } }, "docs": "Triggers a test alert to check alerting workflow." } ] } ], "bundled": true }