Juniper Networks · Capability

Juniper Networks Juniper Advanced Threat Prevention (ATP) Cloud API — Reports

Juniper Networks Juniper Advanced Threat Prevention (ATP) Cloud API — Reports. 1 operations. Lead operation: Juniper Networks Get threat report. Self-contained Naftiko capability covering one Juniper business surface.

Run with Naftiko JuniperReports

What You Can Do

GET
Getthreatreport — Juniper Networks Get threat report
/v1/reports/threats

MCP Tools

juniper-networks-get-threat-report

Juniper Networks Get threat report

read-only idempotent

Capability Spec

atp-cloud-reports.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Juniper Networks Juniper Advanced Threat Prevention (ATP) Cloud API — Reports
  description: 'Juniper Networks Juniper Advanced Threat Prevention (ATP) Cloud API — Reports. 1 operations. Lead operation:
    Juniper Networks Get threat report. Self-contained Naftiko capability covering one Juniper business surface.'
  tags:
  - Juniper
  - Reports
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    JUNIPER_API_KEY: JUNIPER_API_KEY
capability:
  consumes:
  - type: http
    namespace: atp-cloud-reports
    baseUri: https://{atp_server}/api/v1
    description: Juniper Networks Juniper Advanced Threat Prevention (ATP) Cloud API — Reports business capability. Self-contained,
      no shared references.
    resources:
    - name: reports-threats
      path: /reports/threats
      operations:
      - name: getthreatreport
        method: GET
        description: Juniper Networks Get threat report
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: start_date
          in: query
          type: string
          required: true
        - name: end_date
          in: query
          type: string
          required: true
    authentication:
      type: apikey
      key: X-Auth-Token
      value: '{{env.JUNIPER_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: atp-cloud-reports-rest
    port: 8080
    description: REST adapter for Juniper Networks Juniper Advanced Threat Prevention (ATP) Cloud API — Reports. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/reports/threats
      name: reports-threats
      description: REST surface for reports-threats.
      operations:
      - method: GET
        name: getthreatreport
        description: Juniper Networks Get threat report
        call: atp-cloud-reports.getthreatreport
        with:
          start_date: rest.start_date
          end_date: rest.end_date
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: atp-cloud-reports-mcp
    port: 9090
    transport: http
    description: MCP adapter for Juniper Networks Juniper Advanced Threat Prevention (ATP) Cloud API — Reports. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: juniper-networks-get-threat-report
      description: Juniper Networks Get threat report
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: atp-cloud-reports.getthreatreport
      with:
        start_date: tools.start_date
        end_date: tools.end_date
      outputParameters:
      - type: object
        mapping: $.