Palo Alto Networks · Capability

Palo Alto Networks Autonomous DEM API — Tests

Palo Alto Networks Autonomous DEM API — Tests. 1 operations. Lead operation: Palo Alto Networks Get Synthetic Test Results. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksTests

What You Can Do

GET
Gettestresults — Palo Alto Networks Get Synthetic Test Results
/v1/mt/monitor/adem/v1/tests/{test-id}/results

MCP Tools

palo-alto-networks-get-synthetic

Palo Alto Networks Get Synthetic Test Results

read-only idempotent

Capability Spec

palo-alto-autonomous-dem-tests.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Palo Alto Networks Autonomous DEM API — Tests
  description: 'Palo Alto Networks Autonomous DEM API — Tests. 1 operations. Lead operation: Palo Alto Networks Get Synthetic
    Test Results. Self-contained Naftiko capability covering one Palo Alto Networks business surface.'
  tags:
  - Palo Alto Networks
  - Tests
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PALO_ALTO_NETWORKS_API_KEY: PALO_ALTO_NETWORKS_API_KEY
capability:
  consumes:
  - type: http
    namespace: palo-alto-autonomous-dem-tests
    baseUri: https://api.sase.paloaltonetworks.com/adem/telemetry/v2
    description: Palo Alto Networks Autonomous DEM API — Tests business capability. Self-contained, no shared references.
    resources:
    - name: mt-monitor-adem-v1-tests-test_id-results
      path: /mt/monitor/adem/v1/tests/{test_id}/results
      operations:
      - name: gettestresults
        method: GET
        description: Palo Alto Networks Get Synthetic Test Results
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: test_id
          in: path
          type: string
          description: Unique synthetic test identifier.
          required: true
        - name: start_time
          in: query
          type: string
          description: Start of the time range in ISO 8601 format.
        - name: end_time
          in: query
          type: string
          description: End of the time range in ISO 8601 format.
        - name: time_range
          in: query
          type: string
          description: Relative time range shorthand.
        - name: user_id
          in: query
          type: string
          description: Filter results by specific user.
        - name: offset
          in: query
          type: integer
        - name: limit
          in: query
          type: integer
    authentication:
      type: bearer
      token: '{{env.PALO_ALTO_NETWORKS_API_KEY}}'
  exposes:
  - type: rest
    namespace: palo-alto-autonomous-dem-tests-rest
    port: 8080
    description: REST adapter for Palo Alto Networks Autonomous DEM API — Tests. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/mt/monitor/adem/v1/tests/{test-id}/results
      name: mt-monitor-adem-v1-tests-test-id-results
      description: REST surface for mt-monitor-adem-v1-tests-test_id-results.
      operations:
      - method: GET
        name: gettestresults
        description: Palo Alto Networks Get Synthetic Test Results
        call: palo-alto-autonomous-dem-tests.gettestresults
        with:
          test_id: rest.test_id
          start_time: rest.start_time
          end_time: rest.end_time
          time_range: rest.time_range
          user_id: rest.user_id
          offset: rest.offset
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-autonomous-dem-tests-mcp
    port: 9090
    transport: http
    description: MCP adapter for Palo Alto Networks Autonomous DEM API — Tests. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: palo-alto-networks-get-synthetic
      description: Palo Alto Networks Get Synthetic Test Results
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-autonomous-dem-tests.gettestresults
      with:
        test_id: tools.test_id
        start_time: tools.start_time
        end_time: tools.end_time
        time_range: tools.time_range
        user_id: tools.user_id
        offset: tools.offset
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.