{ "opencollection": "1.0.0", "info": { "name": "Exoscale ai-api-key private-network API", "version": "2.0.0" }, "items": [ { "info": { "name": "private-network", "type": "folder" }, "items": [ { "info": { "name": "Attach a Compute instance to a Private Network", "type": "http" }, "http": { "method": "PUT", "url": "https://api-{zone}.exoscale.com/v2/private-network/:id:attach", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Attach a Compute instance to a Private Network" }, { "info": { "name": "Update the IP address of an instance attached to a managed private network", "type": "http" }, "http": { "method": "PUT", "url": "https://api-{zone}.exoscale.com/v2/private-network/:id:update-ip", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the IP address of an instance attached to a managed private network" }, { "info": { "name": "List Private Networks", "type": "http" }, "http": { "method": "GET", "url": "https://api-{zone}.exoscale.com/v2/private-network" }, "docs": "List Private Networks" }, { "info": { "name": "Create a Private Network", "type": "http" }, "http": { "method": "POST", "url": "https://api-{zone}.exoscale.com/v2/private-network", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Private Network" }, { "info": { "name": "Detach a Compute instance from a Private Network", "type": "http" }, "http": { "method": "PUT", "url": "https://api-{zone}.exoscale.com/v2/private-network/:id:detach", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Detach a Compute instance from a Private Network" }, { "info": { "name": "Retrieve Private Network details", "type": "http" }, "http": { "method": "GET", "url": "https://api-{zone}.exoscale.com/v2/private-network/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve Private Network details" }, { "info": { "name": "Update a Private Network", "type": "http" }, "http": { "method": "PUT", "url": "https://api-{zone}.exoscale.com/v2/private-network/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Private Network" }, { "info": { "name": "Delete a Private Network", "type": "http" }, "http": { "method": "DELETE", "url": "https://api-{zone}.exoscale.com/v2/private-network/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a Private Network" }, { "info": { "name": "Reset Private Network field", "type": "http" }, "http": { "method": "DELETE", "url": "https://api-{zone}.exoscale.com/v2/private-network/:id/:field", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "field", "value": "", "type": "path" } ] }, "docs": "Reset Private Network field" } ] } ], "bundled": true }