F5 Load Balancer · Capability

F5 Load Balancer F5 BIG-IP iControl REST API — Monitors

F5 Load Balancer F5 BIG-IP iControl REST API — Monitors. 4 operations. Lead operation: F5 Load Balancer List HTTP health monitors. Self-contained Naftiko capability covering one F5 Load Balancer business surface.

Run with Naftiko F5 Load BalancerMonitors

What You Can Do

GET
Listhttpmonitors — F5 Load Balancer List HTTP health monitors
/v1/ltm/monitor/http
POST
Createhttpmonitor — F5 Load Balancer Create an HTTP health monitor
/v1/ltm/monitor/http
GET
Listhttpsmonitors — F5 Load Balancer List HTTPS health monitors
/v1/ltm/monitor/https
GET
Listtcpmonitors — F5 Load Balancer List TCP health monitors
/v1/ltm/monitor/tcp

MCP Tools

f5-load-balancer-list-http

F5 Load Balancer List HTTP health monitors

read-only idempotent
f5-load-balancer-create-http

F5 Load Balancer Create an HTTP health monitor

f5-load-balancer-list-https

F5 Load Balancer List HTTPS health monitors

read-only idempotent
f5-load-balancer-list-tcp

F5 Load Balancer List TCP health monitors

read-only idempotent

Capability Spec

icontrol-rest-monitors.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: F5 Load Balancer F5 BIG-IP iControl REST API — Monitors
  description: 'F5 Load Balancer F5 BIG-IP iControl REST API — Monitors. 4 operations. Lead operation: F5 Load Balancer List
    HTTP health monitors. Self-contained Naftiko capability covering one F5 Load Balancer business surface.'
  tags:
  - F5 Load Balancer
  - Monitors
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    F5_LOAD_BALANCER_API_KEY: F5_LOAD_BALANCER_API_KEY
capability:
  consumes:
  - type: http
    namespace: icontrol-rest-monitors
    baseUri: https://{bigip_host}/mgmt/tm
    description: F5 Load Balancer F5 BIG-IP iControl REST API — Monitors business capability. Self-contained, no shared references.
    resources:
    - name: ltm-monitor-http
      path: /ltm/monitor/http
      operations:
      - name: listhttpmonitors
        method: GET
        description: F5 Load Balancer List HTTP health monitors
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createhttpmonitor
        method: POST
        description: F5 Load Balancer Create an HTTP health monitor
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: ltm-monitor-https
      path: /ltm/monitor/https
      operations:
      - name: listhttpsmonitors
        method: GET
        description: F5 Load Balancer List HTTPS health monitors
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: ltm-monitor-tcp
      path: /ltm/monitor/tcp
      operations:
      - name: listtcpmonitors
        method: GET
        description: F5 Load Balancer List TCP health monitors
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-F5-Auth-Token
      value: '{{env.F5_LOAD_BALANCER_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: icontrol-rest-monitors-rest
    port: 8080
    description: REST adapter for F5 Load Balancer F5 BIG-IP iControl REST API — Monitors. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/ltm/monitor/http
      name: ltm-monitor-http
      description: REST surface for ltm-monitor-http.
      operations:
      - method: GET
        name: listhttpmonitors
        description: F5 Load Balancer List HTTP health monitors
        call: icontrol-rest-monitors.listhttpmonitors
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createhttpmonitor
        description: F5 Load Balancer Create an HTTP health monitor
        call: icontrol-rest-monitors.createhttpmonitor
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/ltm/monitor/https
      name: ltm-monitor-https
      description: REST surface for ltm-monitor-https.
      operations:
      - method: GET
        name: listhttpsmonitors
        description: F5 Load Balancer List HTTPS health monitors
        call: icontrol-rest-monitors.listhttpsmonitors
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/ltm/monitor/tcp
      name: ltm-monitor-tcp
      description: REST surface for ltm-monitor-tcp.
      operations:
      - method: GET
        name: listtcpmonitors
        description: F5 Load Balancer List TCP health monitors
        call: icontrol-rest-monitors.listtcpmonitors
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: icontrol-rest-monitors-mcp
    port: 9090
    transport: http
    description: MCP adapter for F5 Load Balancer F5 BIG-IP iControl REST API — Monitors. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: f5-load-balancer-list-http
      description: F5 Load Balancer List HTTP health monitors
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: icontrol-rest-monitors.listhttpmonitors
      outputParameters:
      - type: object
        mapping: $.
    - name: f5-load-balancer-create-http
      description: F5 Load Balancer Create an HTTP health monitor
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: icontrol-rest-monitors.createhttpmonitor
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: f5-load-balancer-list-https
      description: F5 Load Balancer List HTTPS health monitors
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: icontrol-rest-monitors.listhttpsmonitors
      outputParameters:
      - type: object
        mapping: $.
    - name: f5-load-balancer-list-tcp
      description: F5 Load Balancer List TCP health monitors
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: icontrol-rest-monitors.listtcpmonitors
      outputParameters:
      - type: object
        mapping: $.