{ "opencollection": "1.0.0", "info": { "name": "CAMARA Quality On Demand Sessions API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.example.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Sessions", "type": "folder" }, "items": [ { "info": { "name": "Create a new QoS session", "type": "http" }, "http": { "method": "POST", "url": "https://api.example.com/quality-on-demand/v0/sessions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new QoS session" }, { "info": { "name": "Get QoS session information", "type": "http" }, "http": { "method": "GET", "url": "https://api.example.com/quality-on-demand/v0/sessions/:sessionId", "params": [ { "name": "sessionId", "value": "", "type": "path" } ] }, "docs": "Get QoS session information" }, { "info": { "name": "Delete a QoS session", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.example.com/quality-on-demand/v0/sessions/:sessionId", "params": [ { "name": "sessionId", "value": "", "type": "path" } ] }, "docs": "Delete a QoS session" }, { "info": { "name": "Extend the duration of an active session", "type": "http" }, "http": { "method": "POST", "url": "https://api.example.com/quality-on-demand/v0/sessions/:sessionId/extend", "params": [ { "name": "sessionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Extend the duration of an active session" }, { "info": { "name": "Get QoS session information for a device", "type": "http" }, "http": { "method": "POST", "url": "https://api.example.com/quality-on-demand/v0/retrieve-sessions", "body": { "type": "json", "data": "{}" } }, "docs": "Get QoS session information for a device" } ] } ], "bundled": true }