{ "opencollection": "1.0.0", "info": { "name": "Red Hat Security Data Advisories Subscriptions API", "version": "1.0" }, "items": [ { "info": { "name": "Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "List Subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://access.redhat.com/hydra/rest/securitydata/subscriptions", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "Returns a list of subscriptions associated with the authenticated Red Hat account." }, { "info": { "name": "List Allocations", "type": "http" }, "http": { "method": "GET", "url": "https://access.redhat.com/hydra/rest/securitydata/allocations" }, "docs": "Returns a list of subscription allocations for the account." } ] } ], "bundled": true }