{ "opencollection": "1.0.0", "info": { "name": "Ciena Blue Planet Open Alarms Services API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.blueplanet.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Services", "type": "folder" }, "items": [ { "info": { "name": "List provisioned network services", "type": "http" }, "http": { "method": "GET", "url": "https://api.blueplanet.com/bpocore/market/api/v1/services", "params": [ { "name": "state", "value": "", "type": "query", "description": "Filter by service state" }, { "name": "serviceType", "value": "", "type": "query", "description": "Filter by service type" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Returns all network services provisioned on the Blue Planet platform." }, { "info": { "name": "Create a new network service", "type": "http" }, "http": { "method": "POST", "url": "https://api.blueplanet.com/bpocore/market/api/v1/services", "body": { "type": "json", "data": "{}" } }, "docs": "Provisions a new network service. Supports optical circuits, Ethernet services, and virtual network services. Service creation is asynchronous; monitor the returned service ID for completion status." }, { "info": { "name": "Get network service details", "type": "http" }, "http": { "method": "GET", "url": "https://api.blueplanet.com/bpocore/market/api/v1/services/:serviceId", "params": [ { "name": "serviceId", "value": "", "type": "path" } ] }, "docs": "Returns the full specification and current status of a provisioned network service." }, { "info": { "name": "Delete a network service", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.blueplanet.com/bpocore/market/api/v1/services/:serviceId", "params": [ { "name": "serviceId", "value": "", "type": "path" } ] }, "docs": "Deprovisions and removes a network service. This operation is asynchronous." } ] } ], "bundled": true }