Juniper Networks · Capability

Juniper Networks Juniper Contrail Networking API — Network IPAM

Juniper Networks Juniper Contrail Networking API — Network IPAM. 2 operations. Lead operation: Juniper Networks List network IPAMs. Self-contained Naftiko capability covering one Juniper business surface.

Run with Naftiko JuniperNetwork IPAM

What You Can Do

GET
Listnetworkipams — Juniper Networks List network IPAMs
/v1/network-ipams
POST
Createnetworkipam — Juniper Networks Create network IPAM
/v1/network-ipams

MCP Tools

juniper-networks-list-network-ipams

Juniper Networks List network IPAMs

read-only idempotent
juniper-networks-create-network-ipam

Juniper Networks Create network IPAM

Capability Spec

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