F5 Load Balancer · Capability

F5 Load Balancer F5 BIG-IP Application Services 3 Extension (AS3) API — Info

F5 Load Balancer F5 BIG-IP Application Services 3 Extension (AS3) API — Info. 1 operations. Lead operation: F5 Load Balancer Get AS3 extension information. Self-contained Naftiko capability covering one F5 Load Balancer business surface.

Run with Naftiko F5 Load BalancerInfo

What You Can Do

GET
Getinfo — F5 Load Balancer Get AS3 extension information
/v1/info

MCP Tools

f5-load-balancer-get-as3

F5 Load Balancer Get AS3 extension information

read-only idempotent

Capability Spec

as3-info.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: F5 Load Balancer F5 BIG-IP Application Services 3 Extension (AS3) API — Info
  description: 'F5 Load Balancer F5 BIG-IP Application Services 3 Extension (AS3) API — Info. 1 operations. Lead operation:
    F5 Load Balancer Get AS3 extension information. Self-contained Naftiko capability covering one F5 Load Balancer business
    surface.'
  tags:
  - F5 Load Balancer
  - Info
  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: as3-info
    baseUri: https://{bigip_host}/mgmt/shared/appsvcs
    description: F5 Load Balancer F5 BIG-IP Application Services 3 Extension (AS3) API — Info business capability. Self-contained,
      no shared references.
    resources:
    - name: info
      path: /info
      operations:
      - name: getinfo
        method: GET
        description: F5 Load Balancer Get AS3 extension information
        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: as3-info-rest
    port: 8080
    description: REST adapter for F5 Load Balancer F5 BIG-IP Application Services 3 Extension (AS3) API — Info. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/info
      name: info
      description: REST surface for info.
      operations:
      - method: GET
        name: getinfo
        description: F5 Load Balancer Get AS3 extension information
        call: as3-info.getinfo
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: as3-info-mcp
    port: 9090
    transport: http
    description: MCP adapter for F5 Load Balancer F5 BIG-IP Application Services 3 Extension (AS3) API — Info. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: f5-load-balancer-get-as3
      description: F5 Load Balancer Get AS3 extension information
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: as3-info.getinfo
      outputParameters:
      - type: object
        mapping: $.