A10 Networks · Capability

A10 ACOS aXAPI v3 — Health Monitors

A10 ACOS aXAPI v3 — health monitor templates for active probing of real servers and service groups. CRUD on /axapi/v3/health/monitor.

A10 ACOS aXAPI v3 — Health Monitors is a Naftiko capability published by A10 Networks, one of 4 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include A10 Networks, ACOS, Health Monitor, and Active Probe.

Run with Naftiko A10 NetworksACOSHealth MonitorActive Probe

Capability Spec

slb-health-monitors.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: A10 ACOS aXAPI v3 — Health Monitors
  description: >-
    A10 ACOS aXAPI v3 — health monitor templates for active probing of real
    servers and service groups. CRUD on /axapi/v3/health/monitor.
  tags:
    - A10 Networks
    - ACOS
    - Health Monitor
    - Active Probe
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
  - namespace: env
    keys:
      A10_THUNDER_HOST: A10_THUNDER_HOST
      A10_SIGNATURE: A10_SIGNATURE
capability:
  consumes:
    - type: http
      namespace: slb-health-monitors
      baseUri: https://${A10_THUNDER_HOST}
      description: ACOS aXAPI v3 — health monitor CRUD.
      resources:
        - name: health-monitor-collection
          path: /axapi/v3/health/monitor
          operations:
            - name: listHealthMonitors
              method: GET
            - name: createHealthMonitor
              method: POST
              inputParameters:
                - name: body
                  in: body
                  type: object
                  required: true
      authentication:
        type: apikey
        in: header
        name: Authorization
        valueTemplate: 'A10 ${A10_SIGNATURE}'