{ "opencollection": "1.0.0", "info": { "name": "Spot by NetApp Audit Service Elastigroup Azure Spot VMs API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Elastigroup Azure Spot VMs", "type": "folder" }, "items": [ { "info": { "name": "List Elastigroups Azure", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotinst.io/azure/compute/elastigroup", "params": [ { "name": "accountId", "value": "", "type": "query" } ] }, "docs": "Retrieve all Elastigroup instances on Microsoft Azure." }, { "info": { "name": "Create Elastigroup Azure", "type": "http" }, "http": { "method": "POST", "url": "https://api.spotinst.io/azure/compute/elastigroup", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Elastigroup for Azure Spot VMs." }, { "info": { "name": "Get Elastigroup Azure", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotinst.io/azure/compute/elastigroup/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path" } ] }, "docs": "Retrieve a specific Azure Elastigroup by ID." }, { "info": { "name": "Update Elastigroup Azure", "type": "http" }, "http": { "method": "PUT", "url": "https://api.spotinst.io/azure/compute/elastigroup/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an Azure Elastigroup configuration." }, { "info": { "name": "Delete Elastigroup Azure", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.spotinst.io/azure/compute/elastigroup/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path" } ] }, "docs": "Delete an Azure Elastigroup." } ] } ], "bundled": true }