Juniper Networks · Capability

Juniper Networks Juniper Apstra API — Intent Checks

Juniper Networks Juniper Apstra API — Intent Checks. 2 operations. Lead operation: Juniper Networks List blueprint anomalies. Self-contained Naftiko capability covering one Juniper business surface.

Run with Naftiko JuniperIntent Checks

What You Can Do

GET
Listblueprintanomalies — Juniper Networks List blueprint anomalies
/v1/blueprints/{blueprint-id}/anomalies
GET
Listibadashboards — Juniper Networks List IBA dashboards
/v1/blueprints/{blueprint-id}/iba/dashboards

MCP Tools

juniper-networks-list-blueprint-anomalies

Juniper Networks List blueprint anomalies

read-only idempotent
juniper-networks-list-iba-dashboards

Juniper Networks List IBA dashboards

read-only idempotent

Capability Spec

apstra-intent-checks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Juniper Networks Juniper Apstra API — Intent Checks
  description: 'Juniper Networks Juniper Apstra API — Intent Checks. 2 operations. Lead operation: Juniper Networks List blueprint
    anomalies. Self-contained Naftiko capability covering one Juniper business surface.'
  tags:
  - Juniper
  - Intent Checks
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    JUNIPER_API_KEY: JUNIPER_API_KEY
capability:
  consumes:
  - type: http
    namespace: apstra-intent-checks
    baseUri: https://{apstra_server}/api
    description: Juniper Networks Juniper Apstra API — Intent Checks business capability. Self-contained, no shared references.
    resources:
    - name: blueprints-blueprint_id-anomalies
      path: /blueprints/{blueprint_id}/anomalies
      operations:
      - name: listblueprintanomalies
        method: GET
        description: Juniper Networks List blueprint anomalies
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: blueprints-blueprint_id-iba-dashboards
      path: /blueprints/{blueprint_id}/iba/dashboards
      operations:
      - name: listibadashboards
        method: GET
        description: Juniper Networks List IBA dashboards
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: AuthToken
      value: '{{env.JUNIPER_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: apstra-intent-checks-rest
    port: 8080
    description: REST adapter for Juniper Networks Juniper Apstra API — Intent Checks. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/blueprints/{blueprint-id}/anomalies
      name: blueprints-blueprint-id-anomalies
      description: REST surface for blueprints-blueprint_id-anomalies.
      operations:
      - method: GET
        name: listblueprintanomalies
        description: Juniper Networks List blueprint anomalies
        call: apstra-intent-checks.listblueprintanomalies
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/blueprints/{blueprint-id}/iba/dashboards
      name: blueprints-blueprint-id-iba-dashboards
      description: REST surface for blueprints-blueprint_id-iba-dashboards.
      operations:
      - method: GET
        name: listibadashboards
        description: Juniper Networks List IBA dashboards
        call: apstra-intent-checks.listibadashboards
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: apstra-intent-checks-mcp
    port: 9090
    transport: http
    description: MCP adapter for Juniper Networks Juniper Apstra API — Intent Checks. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: juniper-networks-list-blueprint-anomalies
      description: Juniper Networks List blueprint anomalies
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: apstra-intent-checks.listblueprintanomalies
      outputParameters:
      - type: object
        mapping: $.
    - name: juniper-networks-list-iba-dashboards
      description: Juniper Networks List IBA dashboards
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: apstra-intent-checks.listibadashboards
      outputParameters:
      - type: object
        mapping: $.