Juniper Networks · Capability

Juniper Networks Junos Space Network Management Platform API — Audit Logs

Juniper Networks Junos Space Network Management Platform API — Audit Logs. 1 operations. Lead operation: Juniper Networks List audit events. Self-contained Naftiko capability covering one Juniper business surface.

Run with Naftiko JuniperAudit Logs

What You Can Do

GET
Listauditevents — Juniper Networks List audit events
/v1/audit-log/events

MCP Tools

juniper-networks-list-audit-events

Juniper Networks List audit events

read-only idempotent

Capability Spec

junos-space-audit-logs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Juniper Networks Junos Space Network Management Platform API — Audit Logs
  description: 'Juniper Networks Junos Space Network Management Platform API — Audit Logs. 1 operations. Lead operation: Juniper
    Networks List audit events. Self-contained Naftiko capability covering one Juniper business surface.'
  tags:
  - Juniper
  - Audit Logs
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    JUNIPER_API_KEY: JUNIPER_API_KEY
capability:
  consumes:
  - type: http
    namespace: junos-space-audit-logs
    baseUri: https://{space_server}/api/space
    description: Juniper Networks Junos Space Network Management Platform API — Audit Logs business capability. Self-contained,
      no shared references.
    resources:
    - name: audit-log-events
      path: /audit-log/events
      operations:
      - name: listauditevents
        method: GET
        description: Juniper Networks List audit events
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: startTime
          in: query
          type: string
        - name: endTime
          in: query
          type: string
    authentication:
      type: basic
      username: '{{env.JUNIPER_USER}}'
      password: '{{env.JUNIPER_PASS}}'
  exposes:
  - type: rest
    namespace: junos-space-audit-logs-rest
    port: 8080
    description: REST adapter for Juniper Networks Junos Space Network Management Platform API — Audit Logs. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/audit-log/events
      name: audit-log-events
      description: REST surface for audit-log-events.
      operations:
      - method: GET
        name: listauditevents
        description: Juniper Networks List audit events
        call: junos-space-audit-logs.listauditevents
        with:
          startTime: rest.startTime
          endTime: rest.endTime
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: junos-space-audit-logs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Juniper Networks Junos Space Network Management Platform API — Audit Logs. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: juniper-networks-list-audit-events
      description: Juniper Networks List audit events
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: junos-space-audit-logs.listauditevents
      with:
        startTime: tools.startTime
        endTime: tools.endTime
      outputParameters:
      - type: object
        mapping: $.