Ciena · OAuth Scopes

Ciena OAuth Scopes

OAuth 2.0 derived

Ciena publishes 5 OAuth 2.0 scopes via the clientCredentials flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Ciena API on a user’s behalf.

Tokens are issued from https://api.blueplanet.com/oauth/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

MEFNETCONFNetwork AutomationNetwork ManagementOpticalRESTCONFSDNTelecomTM ForumFortune 1000
Scopes: 5 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://api.blueplanet.com/oauth/token
Flows
clientCredentials

Scopes (5)

ScopeDescriptionFlows
alarms:read Read network alarms clientCredentials
performance:read Read performance metrics clientCredentials
services:read Read network services clientCredentials
services:write Create and modify network services clientCredentials
topology:read Read network topology clientCredentials

Source

OAuth Scopes

ciena-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/ciena-blue-planet-openapi.yml
schemes:
- name: oauth2
  source: openapi/ciena-blue-planet-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.blueplanet.com/oauth/token
  description: OAuth 2.0 authentication for Blue Planet API
scopes:
- scope: alarms:read
  description: Read network alarms
  flows:
  - clientCredentials
  sources:
  - openapi/ciena-blue-planet-openapi.yml
- scope: performance:read
  description: Read performance metrics
  flows:
  - clientCredentials
  sources:
  - openapi/ciena-blue-planet-openapi.yml
- scope: services:read
  description: Read network services
  flows:
  - clientCredentials
  sources:
  - openapi/ciena-blue-planet-openapi.yml
- scope: services:write
  description: Create and modify network services
  flows:
  - clientCredentials
  sources:
  - openapi/ciena-blue-planet-openapi.yml
- scope: topology:read
  description: Read network topology
  flows:
  - clientCredentials
  sources:
  - openapi/ciena-blue-planet-openapi.yml