{ "opencollection": "1.0.0", "info": { "name": "Linode API v4 Account Networking API", "version": "4.189.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Networking", "type": "folder" }, "items": [ { "info": { "name": "List IP addresses", "type": "http" }, "http": { "method": "GET", "url": "https://api.linode.com/v4/networking/ips", "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 IP addresses on your account, including both IPv4 and IPv6 addresses." }, { "info": { "name": "Get an IP address", "type": "http" }, "http": { "method": "GET", "url": "https://api.linode.com/v4/networking/ips/:address", "params": [ { "name": "address", "value": "", "type": "path", "description": "The IP address to look up." } ] }, "docs": "Returns information about a single IP address." }, { "info": { "name": "List firewalls", "type": "http" }, "http": { "method": "GET", "url": "https://api.linode.com/v4/networking/firewalls", "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 firewalls on your account." }, { "info": { "name": "Create a firewall", "type": "http" }, "http": { "method": "POST", "url": "https://api.linode.com/v4/networking/firewalls", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new firewall with the specified rules and device assignments." }, { "info": { "name": "Get a firewall", "type": "http" }, "http": { "method": "GET", "url": "https://api.linode.com/v4/networking/firewalls/:firewallId", "params": [ { "name": "firewallId", "value": "", "type": "path", "description": "The ID of the firewall." } ] }, "docs": "Returns the details for a single firewall." }, { "info": { "name": "Update a firewall", "type": "http" }, "http": { "method": "PUT", "url": "https://api.linode.com/v4/networking/firewalls/:firewallId", "params": [ { "name": "firewallId", "value": "", "type": "path", "description": "The ID of the firewall." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the label, status, and tags for a firewall." }, { "info": { "name": "Delete a firewall", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.linode.com/v4/networking/firewalls/:firewallId", "params": [ { "name": "firewallId", "value": "", "type": "path", "description": "The ID of the firewall." } ] }, "docs": "Deletes a firewall and removes it from all assigned devices." }, { "info": { "name": "List VLANs", "type": "http" }, "http": { "method": "GET", "url": "https://api.linode.com/v4/networking/vlans", "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 VLANs on your account." } ] } ], "bundled": true }