{ "opencollection": "1.0.0", "info": { "name": "OpenStorage SDK OpenStorageAlerts OpenStorageWatch API", "version": "0.186.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "OpenStorageWatch", "type": "folder" }, "items": [ { "info": { "name": "Watch on resources managed by the driver and receive them as a stream of events.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/watch", "body": { "type": "json", "data": "{}" } }, "docs": "Requires access AccessType.Read" } ] } ], "bundled": true }