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