{ "opencollection": "1.0.0", "info": { "name": "Linode API v4 Account NodeBalancers API", "version": "4.189.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "NodeBalancers", "type": "folder" }, "items": [ { "info": { "name": "List NodeBalancers", "type": "http" }, "http": { "method": "GET", "url": "https://api.linode.com/v4/nodebalancers", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page number to return." }, { "name": "page_size", "value": "", "type": "query", "description": "The number of items per page." } ] }, "docs": "Returns a paginated list of NodeBalancers on your account." }, { "info": { "name": "Create a NodeBalancer", "type": "http" }, "http": { "method": "POST", "url": "https://api.linode.com/v4/nodebalancers", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new NodeBalancer in the specified region." }, { "info": { "name": "Get a NodeBalancer", "type": "http" }, "http": { "method": "GET", "url": "https://api.linode.com/v4/nodebalancers/:nodeBalancerId", "params": [ { "name": "nodeBalancerId", "value": "", "type": "path", "description": "The ID of the NodeBalancer." } ] }, "docs": "Returns the details for a single NodeBalancer." }, { "info": { "name": "Update a NodeBalancer", "type": "http" }, "http": { "method": "PUT", "url": "https://api.linode.com/v4/nodebalancers/:nodeBalancerId", "params": [ { "name": "nodeBalancerId", "value": "", "type": "path", "description": "The ID of the NodeBalancer." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the label and other settings for a NodeBalancer." }, { "info": { "name": "Delete a NodeBalancer", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.linode.com/v4/nodebalancers/:nodeBalancerId", "params": [ { "name": "nodeBalancerId", "value": "", "type": "path", "description": "The ID of the NodeBalancer." } ] }, "docs": "Deletes a NodeBalancer and all associated configurations and nodes." }, { "info": { "name": "List configs", "type": "http" }, "http": { "method": "GET", "url": "https://api.linode.com/v4/nodebalancers/:nodeBalancerId/configs", "params": [ { "name": "nodeBalancerId", "value": "", "type": "path", "description": "The ID of the NodeBalancer." }, { "name": "page", "value": "", "type": "query", "description": "The page number to return." }, { "name": "page_size", "value": "", "type": "query", "description": "The number of items per page." } ] }, "docs": "Returns a paginated list of configurations for a NodeBalancer." } ] } ], "bundled": true }