Juniper Networks · Capability

Juniper Networks Junos Space Network Management Platform REST API — Devices

Juniper Networks Junos Space Network Management Platform REST API — Devices. 4 operations. Lead operation: Juniper Networks List managed devices. Self-contained Naftiko capability covering one Juniper Networks business surface.

Run with Naftiko Juniper NetworksDevices

What You Can Do

GET
Listdevices — Juniper Networks List managed devices
/v1/device-management/devices
POST
Discoverdevice — Juniper Networks Discover and add device
/v1/device-management/devices
GET
Getdevice — Juniper Networks Get device details
/v1/device-management/devices/{device-id}
DELETE
Deletedevice — Juniper Networks Remove device from management
/v1/device-management/devices/{device-id}

MCP Tools

juniper-networks-list-managed-devices

Juniper Networks List managed devices

read-only idempotent
juniper-networks-discover-and-add

Juniper Networks Discover and add device

juniper-networks-get-device-details

Juniper Networks Get device details

read-only idempotent
juniper-networks-remove-device-management

Juniper Networks Remove device from management

idempotent

Capability Spec

junos-space-devices.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Juniper Networks Junos Space Network Management Platform REST API — Devices
  description: 'Juniper Networks Junos Space Network Management Platform REST API — Devices. 4 operations. Lead operation:
    Juniper Networks List managed devices. Self-contained Naftiko capability covering one Juniper Networks business surface.'
  tags:
  - Juniper Networks
  - Devices
  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: junos-space-devices
    baseUri: https://{space_server}/api/space
    description: Juniper Networks Junos Space Network Management Platform REST API — Devices business capability. Self-contained,
      no shared references.
    resources:
    - name: device-management-devices
      path: /device-management/devices
      operations:
      - name: listdevices
        method: GET
        description: Juniper Networks List managed devices
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: filter
          in: query
          type: string
          description: 'Filter expression for device attributes. Example: deviceFamily eq ''junos'' and platform eq ''SRX''.'
        - name: paging
          in: query
          type: string
          description: Paging parameters in format (start, limit).
      - name: discoverdevice
        method: POST
        description: Juniper Networks Discover and add device
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: device-management-devices-device_id
      path: /device-management/devices/{device_id}
      operations:
      - name: getdevice
        method: GET
        description: Juniper Networks Get device details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: deletedevice
        method: DELETE
        description: Juniper Networks Remove device from management
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.JUNIPER_NETWORKS_USER}}'
      password: '{{env.JUNIPER_NETWORKS_PASS}}'
  exposes:
  - type: rest
    namespace: junos-space-devices-rest
    port: 8080
    description: REST adapter for Juniper Networks Junos Space Network Management Platform REST API — Devices. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/device-management/devices
      name: device-management-devices
      description: REST surface for device-management-devices.
      operations:
      - method: GET
        name: listdevices
        description: Juniper Networks List managed devices
        call: junos-space-devices.listdevices
        with:
          filter: rest.filter
          paging: rest.paging
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: discoverdevice
        description: Juniper Networks Discover and add device
        call: junos-space-devices.discoverdevice
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/device-management/devices/{device-id}
      name: device-management-devices-device-id
      description: REST surface for device-management-devices-device_id.
      operations:
      - method: GET
        name: getdevice
        description: Juniper Networks Get device details
        call: junos-space-devices.getdevice
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletedevice
        description: Juniper Networks Remove device from management
        call: junos-space-devices.deletedevice
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: junos-space-devices-mcp
    port: 9090
    transport: http
    description: MCP adapter for Juniper Networks Junos Space Network Management Platform REST API — Devices. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: juniper-networks-list-managed-devices
      description: Juniper Networks List managed devices
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: junos-space-devices.listdevices
      with:
        filter: tools.filter
        paging: tools.paging
      outputParameters:
      - type: object
        mapping: $.
    - name: juniper-networks-discover-and-add
      description: Juniper Networks Discover and add device
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: junos-space-devices.discoverdevice
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: juniper-networks-get-device-details
      description: Juniper Networks Get device details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: junos-space-devices.getdevice
      outputParameters:
      - type: object
        mapping: $.
    - name: juniper-networks-remove-device-management
      description: Juniper Networks Remove device from management
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: junos-space-devices.deletedevice
      outputParameters:
      - type: object
        mapping: $.