SolarWinds · Capability

SolarWinds Pingdom API — Results

SolarWinds Pingdom API — Results. 1 operations. Lead operation: Solarwinds Get Raw Check Results. Self-contained Naftiko capability covering one Solarwinds business surface.

Run with Naftiko SolarwindsResults

What You Can Do

GET
Getresults — Solarwinds Get Raw Check Results
/v1/results/{checkid}

MCP Tools

solarwinds-get-raw-check-results

Solarwinds Get Raw Check Results

read-only idempotent

Capability Spec

pingdom-results.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SolarWinds Pingdom API — Results
  description: 'SolarWinds Pingdom API — Results. 1 operations. Lead operation: Solarwinds Get Raw Check Results. Self-contained
    Naftiko capability covering one Solarwinds business surface.'
  tags:
  - Solarwinds
  - Results
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SOLARWINDS_API_KEY: SOLARWINDS_API_KEY
capability:
  consumes:
  - type: http
    namespace: pingdom-results
    baseUri: https://api.pingdom.com/api/3.1
    description: SolarWinds Pingdom API — Results business capability. Self-contained, no shared references.
    resources:
    - name: results-checkid
      path: /results/{checkid}
      operations:
      - name: getresults
        method: GET
        description: Solarwinds Get Raw Check Results
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: to
          in: query
          type: integer
          description: End of period (Unix timestamp)
        - name: from
          in: query
          type: integer
          description: Start of period (Unix timestamp)
        - name: limit
          in: query
          type: integer
          description: Maximum number of results
        - name: offset
          in: query
          type: integer
          description: Offset for pagination
        - name: probes
          in: query
          type: string
          description: Filter by comma-separated probe IDs
        - name: status
          in: query
          type: string
          description: Filter by result status
    authentication:
      type: bearer
      token: '{{env.SOLARWINDS_API_KEY}}'
  exposes:
  - type: rest
    namespace: pingdom-results-rest
    port: 8080
    description: REST adapter for SolarWinds Pingdom API — Results. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/results/{checkid}
      name: results-checkid
      description: REST surface for results-checkid.
      operations:
      - method: GET
        name: getresults
        description: Solarwinds Get Raw Check Results
        call: pingdom-results.getresults
        with:
          to: rest.to
          from: rest.from
          limit: rest.limit
          offset: rest.offset
          probes: rest.probes
          status: rest.status
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: pingdom-results-mcp
    port: 9090
    transport: http
    description: MCP adapter for SolarWinds Pingdom API — Results. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: solarwinds-get-raw-check-results
      description: Solarwinds Get Raw Check Results
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: pingdom-results.getresults
      with:
        to: tools.to
        from: tools.from
        limit: tools.limit
        offset: tools.offset
        probes: tools.probes
        status: tools.status
      outputParameters:
      - type: object
        mapping: $.