Juniper Networks · Capability

Juniper Networks Juniper Apstra Intent-Based Networking API — Systems

Juniper Networks Juniper Apstra Intent-Based Networking API — Systems. 2 operations. Lead operation: Juniper Networks List managed systems. Self-contained Naftiko capability covering one Juniper Networks business surface.

Run with Naftiko Juniper NetworksSystems

What You Can Do

GET
Listsystems — Juniper Networks List managed systems
/v1/systems
GET
Getsystem — Juniper Networks Get system details
/v1/systems/{system-id}

MCP Tools

juniper-networks-list-managed-systems

Juniper Networks List managed systems

read-only idempotent
juniper-networks-get-system-details

Juniper Networks Get system details

read-only idempotent

Capability Spec

apstra-systems.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Juniper Networks Juniper Apstra Intent-Based Networking API — Systems
  description: 'Juniper Networks Juniper Apstra Intent-Based Networking API — Systems. 2 operations. Lead operation: Juniper
    Networks List managed systems. Self-contained Naftiko capability covering one Juniper Networks business surface.'
  tags:
  - Juniper Networks
  - Systems
  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: apstra-systems
    baseUri: https://{apstra_server}/api
    description: Juniper Networks Juniper Apstra Intent-Based Networking API — Systems business capability. Self-contained,
      no shared references.
    resources:
    - name: systems
      path: /systems
      operations:
      - name: listsystems
        method: GET
        description: Juniper Networks List managed systems
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: systems-system_id
      path: /systems/{system_id}
      operations:
      - name: getsystem
        method: GET
        description: Juniper Networks Get system details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: AuthToken
      value: '{{env.JUNIPER_NETWORKS_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: apstra-systems-rest
    port: 8080
    description: REST adapter for Juniper Networks Juniper Apstra Intent-Based Networking API — Systems. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/systems
      name: systems
      description: REST surface for systems.
      operations:
      - method: GET
        name: listsystems
        description: Juniper Networks List managed systems
        call: apstra-systems.listsystems
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/systems/{system-id}
      name: systems-system-id
      description: REST surface for systems-system_id.
      operations:
      - method: GET
        name: getsystem
        description: Juniper Networks Get system details
        call: apstra-systems.getsystem
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: apstra-systems-mcp
    port: 9090
    transport: http
    description: MCP adapter for Juniper Networks Juniper Apstra Intent-Based Networking API — Systems. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: juniper-networks-list-managed-systems
      description: Juniper Networks List managed systems
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: apstra-systems.listsystems
      outputParameters:
      - type: object
        mapping: $.
    - name: juniper-networks-get-system-details
      description: Juniper Networks Get system details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: apstra-systems.getsystem
      outputParameters:
      - type: object
        mapping: $.