Ciena · Capability
Ciena Blue Planet Open API
Ciena Blue Planet provides open APIs for multi-layer SDN network management and automation. The platform supports TM Forum Open APIs, MEF Lifecycle Service Orchestration (LSO) APIs including Legato and Sonata, and integrates with ONAP policy frameworks. APIs enable network topology management, circuit provisioning, performance monitoring, and network operations automation for telecom carriers.
What You Can Do
GET
Listtopologynodes
— List network topology nodes
/topology/nodes
GET
Gettopologynode
— Get a specific network topology node
/topology/nodes/{nodeId}
GET
Listtopologylinks
— List network topology links
/topology/links
GET
Listservices
— List provisioned network services
/services
POST
Createservice
— Create a new network service
/services
GET
Getservice
— Get network service details
/services/{serviceId}
DELETE
Deleteservice
— Delete a network service
/services/{serviceId}
GET
Getperformancemetrics
— Retrieve network performance metrics
/performance/metrics
GET
Listalarms
— List network alarms
/alarms
MCP Tools
listtopologynodes
List network topology nodes
read-only
idempotent
gettopologynode
Get a specific network topology node
read-only
idempotent
listtopologylinks
List network topology links
read-only
idempotent
listservices
List provisioned network services
read-only
idempotent
createservice
Create a new network service
getservice
Get network service details
read-only
idempotent
deleteservice
Delete a network service
idempotent
getperformancemetrics
Retrieve network performance metrics
read-only
idempotent
listalarms
List network alarms
read-only
idempotent