{ "opencollection": "1.0.0", "info": { "name": "Exoscale ai-api-key nodepool API", "version": "2.0.0" }, "items": [ { "info": { "name": "nodepool", "type": "folder" }, "items": [ { "info": { "name": "Retrieve SKS Nodepool details", "type": "http" }, "http": { "method": "GET", "url": "https://api-{zone}.exoscale.com/v2/sks-cluster/:id/nodepool/:sks-nodepool-id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "sks-nodepool-id", "value": "", "type": "path" } ] }, "docs": "Retrieve SKS Nodepool details" }, { "info": { "name": "Update an SKS Nodepool", "type": "http" }, "http": { "method": "PUT", "url": "https://api-{zone}.exoscale.com/v2/sks-cluster/:id/nodepool/:sks-nodepool-id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "sks-nodepool-id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an SKS Nodepool" }, { "info": { "name": "Delete an SKS Nodepool", "type": "http" }, "http": { "method": "DELETE", "url": "https://api-{zone}.exoscale.com/v2/sks-cluster/:id/nodepool/:sks-nodepool-id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "sks-nodepool-id", "value": "", "type": "path" } ] }, "docs": "Delete an SKS Nodepool" }, { "info": { "name": "Scale a SKS Nodepool", "type": "http" }, "http": { "method": "PUT", "url": "https://api-{zone}.exoscale.com/v2/sks-cluster/:id/nodepool/:sks-nodepool-id:scale", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "sks-nodepool-id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Scale a SKS Nodepool" }, { "info": { "name": "Evict Nodepool members", "type": "http" }, "http": { "method": "PUT", "url": "https://api-{zone}.exoscale.com/v2/sks-cluster/:id/nodepool/:sks-nodepool-id:evict", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "sks-nodepool-id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This operation evicts the specified Compute instances member from the Nodepool, shrinking it to `<current nodepool size> - <# evicted members>`." }, { "info": { "name": "Create a new SKS Nodepool", "type": "http" }, "http": { "method": "POST", "url": "https://api-{zone}.exoscale.com/v2/sks-cluster/:id/nodepool", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new SKS Nodepool" } ] } ], "bundled": true }