APIs.io Engineering Platform Cloudflare API — Load Balancer Pools

APIs.io Engineering Platform Cloudflare API — Load Balancer Pools. 10 operations. Lead operation: APIs.io Engineering Platform List Pools. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformLoad Balancer Pools

What You Can Do

GET
Loadbalancerpoolslistpools — APIs.io Engineering Platform List Pools
/v1/user/load-balancers/pools
PATCH
Loadbalancerpoolspatchpools — APIs.io Engineering Platform Patch Pools
/v1/user/load-balancers/pools
POST
Loadbalancerpoolscreatepool — APIs.io Engineering Platform Create Pool
/v1/user/load-balancers/pools
DELETE
Loadbalancerpoolsdeletepool — APIs.io Engineering Platform Delete Pool
/v1/user/load-balancers/pools/{pool-id}
GET
Loadbalancerpoolspooldetails — APIs.io Engineering Platform Pool Details
/v1/user/load-balancers/pools/{pool-id}
PATCH
Loadbalancerpoolspatchpool — APIs.io Engineering Platform Patch Pool
/v1/user/load-balancers/pools/{pool-id}
PUT
Loadbalancerpoolsupdatepool — APIs.io Engineering Platform Update Pool
/v1/user/load-balancers/pools/{pool-id}
GET
Loadbalancerpoolspoolhealthdetails — APIs.io Engineering Platform Pool Health Details
/v1/user/load-balancers/pools/{pool-id}/health
POST
Loadbalancerpoolspreviewpool — APIs.io Engineering Platform Preview Pool
/v1/user/load-balancers/pools/{pool-id}/preview
GET
Loadbalancerpoolslistpoolreferences — APIs.io Engineering Platform List Pool References
/v1/user/load-balancers/pools/{pool-id}/references

MCP Tools

apis-io-engineering-platform-list-pools

APIs.io Engineering Platform List Pools

read-only idempotent
apis-io-engineering-platform-patch-pools

APIs.io Engineering Platform Patch Pools

idempotent
apis-io-engineering-platform-create-pool

APIs.io Engineering Platform Create Pool

apis-io-engineering-platform-delete-pool

APIs.io Engineering Platform Delete Pool

idempotent
apis-io-engineering-platform-pool-details

APIs.io Engineering Platform Pool Details

read-only idempotent
apis-io-engineering-platform-patch-pool

APIs.io Engineering Platform Patch Pool

idempotent
apis-io-engineering-platform-update-pool

APIs.io Engineering Platform Update Pool

idempotent
apis-io-engineering-platform-pool-health

APIs.io Engineering Platform Pool Health Details

read-only idempotent
apis-io-engineering-platform-preview-pool

APIs.io Engineering Platform Preview Pool

apis-io-engineering-platform-list-pool

APIs.io Engineering Platform List Pool References

read-only idempotent

Capability Spec

cloudflare-load-balancer-pools.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Load Balancer Pools
  description: 'APIs.io Engineering Platform Cloudflare API — Load Balancer Pools. 10 operations. Lead operation: APIs.io
    Engineering Platform List Pools. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Load Balancer Pools
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloudflare-load-balancer-pools
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Load Balancer Pools business capability. Self-contained, no
      shared references.
    resources:
    - name: user-load_balancers-pools
      path: /user/load_balancers/pools
      operations:
      - name: loadbalancerpoolslistpools
        method: GET
        description: APIs.io Engineering Platform List Pools
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: monitor
          in: query
          type: string
      - name: loadbalancerpoolspatchpools
        method: PATCH
        description: APIs.io Engineering Platform Patch Pools
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: loadbalancerpoolscreatepool
        method: POST
        description: APIs.io Engineering Platform Create Pool
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: user-load_balancers-pools-pool_id
      path: /user/load_balancers/pools/{pool_id}
      operations:
      - name: loadbalancerpoolsdeletepool
        method: DELETE
        description: APIs.io Engineering Platform Delete Pool
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: pool_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: loadbalancerpoolspooldetails
        method: GET
        description: APIs.io Engineering Platform Pool Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: pool_id
          in: path
          type: string
          required: true
      - name: loadbalancerpoolspatchpool
        method: PATCH
        description: APIs.io Engineering Platform Patch Pool
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: pool_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: loadbalancerpoolsupdatepool
        method: PUT
        description: APIs.io Engineering Platform Update Pool
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: pool_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: user-load_balancers-pools-pool_id-health
      path: /user/load_balancers/pools/{pool_id}/health
      operations:
      - name: loadbalancerpoolspoolhealthdetails
        method: GET
        description: APIs.io Engineering Platform Pool Health Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: pool_id
          in: path
          type: string
          required: true
    - name: user-load_balancers-pools-pool_id-preview
      path: /user/load_balancers/pools/{pool_id}/preview
      operations:
      - name: loadbalancerpoolspreviewpool
        method: POST
        description: APIs.io Engineering Platform Preview Pool
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: pool_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: user-load_balancers-pools-pool_id-references
      path: /user/load_balancers/pools/{pool_id}/references
      operations:
      - name: loadbalancerpoolslistpoolreferences
        method: GET
        description: APIs.io Engineering Platform List Pool References
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: pool_id
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-load-balancer-pools-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Load Balancer Pools. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/user/load-balancers/pools
      name: user-load-balancers-pools
      description: REST surface for user-load_balancers-pools.
      operations:
      - method: GET
        name: loadbalancerpoolslistpools
        description: APIs.io Engineering Platform List Pools
        call: cloudflare-load-balancer-pools.loadbalancerpoolslistpools
        with:
          monitor: rest.monitor
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: loadbalancerpoolspatchpools
        description: APIs.io Engineering Platform Patch Pools
        call: cloudflare-load-balancer-pools.loadbalancerpoolspatchpools
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: loadbalancerpoolscreatepool
        description: APIs.io Engineering Platform Create Pool
        call: cloudflare-load-balancer-pools.loadbalancerpoolscreatepool
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/user/load-balancers/pools/{pool-id}
      name: user-load-balancers-pools-pool-id
      description: REST surface for user-load_balancers-pools-pool_id.
      operations:
      - method: DELETE
        name: loadbalancerpoolsdeletepool
        description: APIs.io Engineering Platform Delete Pool
        call: cloudflare-load-balancer-pools.loadbalancerpoolsdeletepool
        with:
          pool_id: rest.pool_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: loadbalancerpoolspooldetails
        description: APIs.io Engineering Platform Pool Details
        call: cloudflare-load-balancer-pools.loadbalancerpoolspooldetails
        with:
          pool_id: rest.pool_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: loadbalancerpoolspatchpool
        description: APIs.io Engineering Platform Patch Pool
        call: cloudflare-load-balancer-pools.loadbalancerpoolspatchpool
        with:
          pool_id: rest.pool_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: loadbalancerpoolsupdatepool
        description: APIs.io Engineering Platform Update Pool
        call: cloudflare-load-balancer-pools.loadbalancerpoolsupdatepool
        with:
          pool_id: rest.pool_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/user/load-balancers/pools/{pool-id}/health
      name: user-load-balancers-pools-pool-id-health
      description: REST surface for user-load_balancers-pools-pool_id-health.
      operations:
      - method: GET
        name: loadbalancerpoolspoolhealthdetails
        description: APIs.io Engineering Platform Pool Health Details
        call: cloudflare-load-balancer-pools.loadbalancerpoolspoolhealthdetails
        with:
          pool_id: rest.pool_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/user/load-balancers/pools/{pool-id}/preview
      name: user-load-balancers-pools-pool-id-preview
      description: REST surface for user-load_balancers-pools-pool_id-preview.
      operations:
      - method: POST
        name: loadbalancerpoolspreviewpool
        description: APIs.io Engineering Platform Preview Pool
        call: cloudflare-load-balancer-pools.loadbalancerpoolspreviewpool
        with:
          pool_id: rest.pool_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/user/load-balancers/pools/{pool-id}/references
      name: user-load-balancers-pools-pool-id-references
      description: REST surface for user-load_balancers-pools-pool_id-references.
      operations:
      - method: GET
        name: loadbalancerpoolslistpoolreferences
        description: APIs.io Engineering Platform List Pool References
        call: cloudflare-load-balancer-pools.loadbalancerpoolslistpoolreferences
        with:
          pool_id: rest.pool_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-load-balancer-pools-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Load Balancer Pools. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-pools
      description: APIs.io Engineering Platform List Pools
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-load-balancer-pools.loadbalancerpoolslistpools
      with:
        monitor: tools.monitor
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-patch-pools
      description: APIs.io Engineering Platform Patch Pools
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-load-balancer-pools.loadbalancerpoolspatchpools
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-pool
      description: APIs.io Engineering Platform Create Pool
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-load-balancer-pools.loadbalancerpoolscreatepool
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-pool
      description: APIs.io Engineering Platform Delete Pool
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-load-balancer-pools.loadbalancerpoolsdeletepool
      with:
        pool_id: tools.pool_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-pool-details
      description: APIs.io Engineering Platform Pool Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-load-balancer-pools.loadbalancerpoolspooldetails
      with:
        pool_id: tools.pool_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-patch-pool
      description: APIs.io Engineering Platform Patch Pool
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-load-balancer-pools.loadbalancerpoolspatchpool
      with:
        pool_id: tools.pool_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-pool
      description: APIs.io Engineering Platform Update Pool
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-load-balancer-pools.loadbalancerpoolsupdatepool
      with:
        pool_id: tools.pool_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-pool-health
      description: APIs.io Engineering Platform Pool Health Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-load-balancer-pools.loadbalancerpoolspoolhealthdetails
      with:
        pool_id: tools.pool_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-preview-pool
      description: APIs.io Engineering Platform Preview Pool
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-load-balancer-pools.loadbalancerpoolspreviewpool
      with:
        pool_id: tools.pool_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-pool
      description: APIs.io Engineering Platform List Pool References
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-load-balancer-pools.loadbalancerpoolslistpoolreferences
      with:
        pool_id: tools.pool_id
      outputParameters:
      - type: object
        mapping: $.