Juniper Networks · Capability

Juniper Networks Juniper Contrail Networking REST API — BGP Routers

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

Run with Naftiko Juniper NetworksBGP 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 REST API — BGP Routers
  description: 'Juniper Networks Juniper Contrail Networking REST API — BGP Routers. 1 operations. Lead operation: Juniper
    Networks List BGP routers. Self-contained Naftiko capability covering one Juniper Networks business surface.'
  tags:
  - Juniper Networks
  - BGP Routers
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    JUNIPER_NETWORKS_API_KEY: JUNIPER_NETWORKS_API_KEY
capability:
  consumes:
  - type: http
    namespace: contrail-bgp-routers
    baseUri: https://{contrail_controller}:8082
    description: Juniper Networks Juniper Contrail Networking REST 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: apikey
      key: X-Auth-Token
      value: '{{env.JUNIPER_NETWORKS_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: contrail-bgp-routers-rest
    port: 8080
    description: REST adapter for Juniper Networks Juniper Contrail Networking REST 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 REST 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: $.