{ "opencollection": "1.0.0", "info": { "name": "Firecracker Actions Network Interfaces API", "version": "1.16.0-dev" }, "items": [ { "info": { "name": "Network Interfaces", "type": "folder" }, "items": [ { "info": { "name": "Creates a network interface. Pre-boot only.", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/network-interfaces/:iface_id", "params": [ { "name": "iface_id", "value": "", "type": "path", "description": "The id of the guest network interface" } ] }, "docs": "Creates new network interface with ID specified by iface_id path parameter." }, { "info": { "name": "Updates the rate limiters applied to a network interface. Post-boot only.", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/network-interfaces/:iface_id", "params": [ { "name": "iface_id", "value": "", "type": "path", "description": "The id of the guest network interface" } ] }, "docs": "Updates the rate limiters applied to a network interface." } ] } ], "bundled": true }