Juniper Networks · Capability

Juniper Networks Juniper Contrail Networking API — BGP Routers

Juniper Networks Juniper Contrail Networking API — BGP Routers. 1 operations. Lead operation: Juniper Networks List BGP routers. Self-contained Naftiko capability covering one Juniper business surface.

Run with Naftiko JuniperBGP Routers

What You Can Do

GET
Listbgprouters — Juniper Networks List BGP routers
/v1/bgp-routers

MCP Tools

juniper-networks-list-bgp-routers

Juniper Networks List BGP routers

read-only idempotent

Capability Spec

contrail-bgp-routers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Juniper Networks Juniper Contrail Networking API — BGP Routers
  description: 'Juniper Networks Juniper Contrail Networking API — BGP Routers. 1 operations. Lead operation: Juniper Networks
    List BGP routers. Self-contained Naftiko capability covering one Juniper business surface.'
  tags:
  - Juniper
  - BGP Routers
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    JUNIPER_API_KEY: JUNIPER_API_KEY
capability:
  consumes:
  - type: http
    namespace: contrail-bgp-routers
    baseUri: https://{contrail_controller}:8082
    description: Juniper Networks Juniper Contrail Networking API — BGP Routers business capability. Self-contained, no shared
      references.
    resources:
    - name: bgp-routers
      path: /bgp-routers
      operations:
      - name: listbgprouters
        method: GET
        description: Juniper Networks List BGP routers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.JUNIPER_API_KEY}}'
  exposes:
  - type: rest
    namespace: contrail-bgp-routers-rest
    port: 8080
    description: REST adapter for Juniper Networks Juniper Contrail Networking API — BGP Routers. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/bgp-routers
      name: bgp-routers
      description: REST surface for bgp-routers.
      operations:
      - method: GET
        name: listbgprouters
        description: Juniper Networks List BGP routers
        call: contrail-bgp-routers.listbgprouters
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: contrail-bgp-routers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Juniper Networks Juniper Contrail Networking API — BGP Routers. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: juniper-networks-list-bgp-routers
      description: Juniper Networks List BGP routers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: contrail-bgp-routers.listbgprouters
      outputParameters:
      - type: object
        mapping: $.