{ "opencollection": "1.0.0", "info": { "name": "Seldon Deploy AlertingService ApplicationLogs 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": "ApplicationLogs", "type": "folder" }, "items": [ { "info": { "name": "Read application container logs from elastic search.", "type": "http" }, "http": { "method": "POST", "url": "http://X.X.X.X/seldon-deploy/api/v1alpha1/applicationlogs", "body": { "type": "json", "data": "{}" } }, "docs": "Read application container logs from elastic search." } ] } ], "bundled": true }