IP Maestro

IP Maestro 3.0 General Availability: REST APIs, Text Config Push, and Streaming Telemetry

IP Infusion announces the general availability of IP Maestro 3.0 — a significant release that opens IP Maestro to external systems via REST APIs and adds key operational capabilities requested by customers managing large OcNOS deployments.

What’s New in IP Maestro 3.0

Northbound REST API Integration

IP Maestro 3.0 introduces a northbound REST API that enables orchestration systems, OSS/BSS platforms, and custom management applications to interact with IP Maestro programmatically. Typical network deployments include management controllers from multiple vendors; the REST API allows IP Maestro to participate as a managed component in multi-vendor orchestration workflows.

# IP Maestro 3.0 REST API example: retrieve device list
curl -X GET https://ipma-server:8443/api/v1/devices   -H "Authorization: Bearer ${IPMA_TOKEN}"   -H "Content-Type: application/json"

# Response includes: device ID, hostname, IP, platform, OcNOS version, status

# Push configuration to a specific device:
curl -X POST https://ipma-server:8443/api/v1/devices/${DEVICE_ID}/config   -H "Authorization: Bearer ${IPMA_TOKEN}"   -H "Content-Type: application/json"   -d '{"config_type": "cli", "config_text": "interface eth-0-1
  description Uplink
"}'

Text Config Push: CLI and JSON

IP Maestro 3.0 adds direct text configuration push — operators can paste CLI configuration blocks or JSON-formatted YANG payloads directly into the IP Maestro interface and push them to one or more devices simultaneously. This bridges the gap between CLI-native engineers who prefer direct config text and GUI-native operations teams who prefer the IP Maestro workflow.

Streaming Telemetry Support

IP Maestro 3.0 integrates with OcNOS gNMI streaming telemetry, displaying real-time interface counters, queue depths, and BGP session states directly in the management dashboard — without requiring a separate telemetry collector deployment for basic operational visibility.

Japanese Language Support

IP Maestro 3.0 adds full Japanese language support for the management UI, reflecting IP Infusion’s strong customer base in Japan and the Asia-Pacific region.

Show Tech Support

IP Maestro 3.0 can trigger and collect “show tech-support” output from OcNOS devices directly from the GUI, collecting diagnostic information from multiple devices simultaneously for TAC escalation or internal troubleshooting.


IP Infusion Product Team

Share