naftiko: 1.0.0-alpha2 info: label: F5 Load Balancer F5 BIG-IP iControl REST API — Nodes description: 'F5 Load Balancer F5 BIG-IP iControl REST API — Nodes. 5 operations. Lead operation: F5 Load Balancer List all nodes. Self-contained Naftiko capability covering one F5 Load Balancer business surface.' tags: - F5 Load Balancer - Nodes 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-nodes baseUri: https://{bigip_host}/mgmt/tm description: F5 Load Balancer F5 BIG-IP iControl REST API — Nodes business capability. Self-contained, no shared references. resources: - name: ltm-node path: /ltm/node operations: - name: listnodes method: GET description: F5 Load Balancer List all nodes outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createnode method: POST description: F5 Load Balancer Create a node outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: ltm-node-nodeName path: /ltm/node/{nodeName} operations: - name: getnode method: GET description: F5 Load Balancer Get a specific node outputRawFormat: json outputParameters: - name: result type: object value: $. - name: updatenode method: PUT description: F5 Load Balancer Update a node outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: deletenode method: DELETE description: F5 Load Balancer Delete a node 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-nodes-rest port: 8080 description: REST adapter for F5 Load Balancer F5 BIG-IP iControl REST API — Nodes. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/ltm/node name: ltm-node description: REST surface for ltm-node. operations: - method: GET name: listnodes description: F5 Load Balancer List all nodes call: icontrol-rest-nodes.listnodes outputParameters: - type: object mapping: $. - method: POST name: createnode description: F5 Load Balancer Create a node call: icontrol-rest-nodes.createnode with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/ltm/node/{nodename} name: ltm-node-nodename description: REST surface for ltm-node-nodeName. operations: - method: GET name: getnode description: F5 Load Balancer Get a specific node call: icontrol-rest-nodes.getnode outputParameters: - type: object mapping: $. - method: PUT name: updatenode description: F5 Load Balancer Update a node call: icontrol-rest-nodes.updatenode with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deletenode description: F5 Load Balancer Delete a node call: icontrol-rest-nodes.deletenode outputParameters: - type: object mapping: $. - type: mcp namespace: icontrol-rest-nodes-mcp port: 9090 transport: http description: MCP adapter for F5 Load Balancer F5 BIG-IP iControl REST API — Nodes. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: f5-load-balancer-list-all description: F5 Load Balancer List all nodes hints: readOnly: true destructive: false idempotent: true call: icontrol-rest-nodes.listnodes outputParameters: - type: object mapping: $. - name: f5-load-balancer-create-node description: F5 Load Balancer Create a node hints: readOnly: false destructive: false idempotent: false call: icontrol-rest-nodes.createnode with: body: tools.body outputParameters: - type: object mapping: $. - name: f5-load-balancer-get-specific description: F5 Load Balancer Get a specific node hints: readOnly: true destructive: false idempotent: true call: icontrol-rest-nodes.getnode outputParameters: - type: object mapping: $. - name: f5-load-balancer-update-node description: F5 Load Balancer Update a node hints: readOnly: false destructive: false idempotent: true call: icontrol-rest-nodes.updatenode with: body: tools.body outputParameters: - type: object mapping: $. - name: f5-load-balancer-delete-node description: F5 Load Balancer Delete a node hints: readOnly: false destructive: true idempotent: true call: icontrol-rest-nodes.deletenode outputParameters: - type: object mapping: $.