{ "opencollection": "1.0.0", "info": { "name": "F5 Load Balancer F5 BIG-IP Application Services 3 Extension (AS3) Config Nodes API", "version": "3.50.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Nodes", "type": "folder" }, "items": [ { "info": { "name": "F5 Load Balancer List all nodes", "type": "http" }, "http": { "method": "GET", "url": "https://{bigip_host}/mgmt/shared/appsvcs/ltm/node", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Comma-separated list of properties to include in the response." }, { "name": "$filter", "value": "", "type": "query", "description": "OData filter expression to restrict returned resources." }, { "name": "$top", "value": "", "type": "query", "description": "Maximum number of resources to return." }, { "name": "$skip", "value": "", "type": "query", "description": "Number of resources to skip before returning results." } ] }, "docs": "Retrieves a collection of all node resources on the BIG-IP system. Nodes represent backend servers identified by their IP addresses or FQDNs." }, { "info": { "name": "F5 Load Balancer Create a node", "type": "http" }, "http": { "method": "POST", "url": "https://{bigip_host}/mgmt/shared/appsvcs/ltm/node", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new node resource representing a backend server on the network. Nodes are the foundation for pool members." }, { "info": { "name": "F5 Load Balancer Get a specific node", "type": "http" }, "http": { "method": "GET", "url": "https://{bigip_host}/mgmt/shared/appsvcs/ltm/node/:nodeName", "params": [ { "name": "nodeName", "value": "", "type": "path", "description": "Name of the node resource, optionally prefixed with the partition path." } ] }, "docs": "Retrieves a single node resource including its address, monitoring status, and configuration." }, { "info": { "name": "F5 Load Balancer Update a node", "type": "http" }, "http": { "method": "PUT", "url": "https://{bigip_host}/mgmt/shared/appsvcs/ltm/node/:nodeName", "params": [ { "name": "nodeName", "value": "", "type": "path", "description": "Name of the node resource, optionally prefixed with the partition path." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Replaces the configuration of an existing node resource." }, { "info": { "name": "F5 Load Balancer Delete a node", "type": "http" }, "http": { "method": "DELETE", "url": "https://{bigip_host}/mgmt/shared/appsvcs/ltm/node/:nodeName", "params": [ { "name": "nodeName", "value": "", "type": "path", "description": "Name of the node resource, optionally prefixed with the partition path." } ] }, "docs": "Removes a node resource from the BIG-IP system. The node must not be referenced by any pool members." } ] } ], "bundled": true }