{ "opencollection": "1.0.0", "info": { "name": "Equinix API Authentication Stream Subscriptions API", "version": "1.2" }, "items": [ { "info": { "name": "Stream Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "Get Subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/fabric/v4/streams/:streamId/subscriptions", "params": [ { "name": "streamId", "value": "", "type": "path", "description": "Stream UUID" }, { "name": "offset", "value": "1", "type": "query", "description": "offset" }, { "name": "limit", "value": "10", "type": "query", "description": "number of records to fetch" } ] }, "docs": "This API provides capability to retrieve stream subscriptions" }, { "info": { "name": "Create Subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.equinix.com/fabric/v4/streams/:streamId/subscriptions", "params": [ { "name": "streamId", "value": "", "type": "path", "description": "Stream UUID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API provides capability to create user's Stream Subscriptions" }, { "info": { "name": "Get Subscription", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/fabric/v4/streams/:streamId/subscriptions/:subscriptionId", "params": [ { "name": "streamId", "value": "", "type": "path", "description": "Stream UUID" }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Stream Subscription UUID" } ] }, "docs": "This API provides capability to delete user's get Stream Subscriptions" }, { "info": { "name": "Update Subscription", "type": "http" }, "http": { "method": "PUT", "url": "https://api.equinix.com/fabric/v4/streams/:streamId/subscriptions/:subscriptionId", "params": [ { "name": "streamId", "value": "", "type": "path", "description": "Stream UUID" }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Stream Subscription UUID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API provides capability to update user's Stream Subscriptions" }, { "info": { "name": "Delete Subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.equinix.com/fabric/v4/streams/:streamId/subscriptions/:subscriptionId", "params": [ { "name": "streamId", "value": "", "type": "path", "description": "Stream UUID" }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Stream Subscription UUID" } ] }, "docs": "This API provides capability to delete user's Stream Subscriptions" } ] } ], "bundled": true }