SolarWinds · Capability

SolarWinds Pingdom API — Maintenance

SolarWinds Pingdom API — Maintenance. 1 operations. Lead operation: Solarwinds List Maintenance Windows. Self-contained Naftiko capability covering one Solarwinds business surface.

Run with Naftiko SolarwindsMaintenance

What You Can Do

GET
Listmaintenancewindows — Solarwinds List Maintenance Windows
/v1/maintenance

MCP Tools

solarwinds-list-maintenance-windows

Solarwinds List Maintenance Windows

read-only idempotent

Capability Spec

pingdom-maintenance.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SolarWinds Pingdom API — Maintenance
  description: 'SolarWinds Pingdom API — Maintenance. 1 operations. Lead operation: Solarwinds List Maintenance Windows. Self-contained
    Naftiko capability covering one Solarwinds business surface.'
  tags:
  - Solarwinds
  - Maintenance
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SOLARWINDS_API_KEY: SOLARWINDS_API_KEY
capability:
  consumes:
  - type: http
    namespace: pingdom-maintenance
    baseUri: https://api.pingdom.com/api/3.1
    description: SolarWinds Pingdom API — Maintenance business capability. Self-contained, no shared references.
    resources:
    - name: maintenance
      path: /maintenance
      operations:
      - name: listmaintenancewindows
        method: GET
        description: Solarwinds List Maintenance Windows
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.SOLARWINDS_API_KEY}}'
  exposes:
  - type: rest
    namespace: pingdom-maintenance-rest
    port: 8080
    description: REST adapter for SolarWinds Pingdom API — Maintenance. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/maintenance
      name: maintenance
      description: REST surface for maintenance.
      operations:
      - method: GET
        name: listmaintenancewindows
        description: Solarwinds List Maintenance Windows
        call: pingdom-maintenance.listmaintenancewindows
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: pingdom-maintenance-mcp
    port: 9090
    transport: http
    description: MCP adapter for SolarWinds Pingdom API — Maintenance. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: solarwinds-list-maintenance-windows
      description: Solarwinds List Maintenance Windows
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: pingdom-maintenance.listmaintenancewindows
      outputParameters:
      - type: object
        mapping: $.