{ "opencollection": "1.0.0", "info": { "name": "Spot by NetApp Audit Service API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Audit Service", "type": "folder" }, "items": [ { "info": { "name": "List Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotinst.io/setup/account" }, "docs": "Retrieve all Spot accounts associated with the authenticated organization." }, { "info": { "name": "Create Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.spotinst.io/setup/account", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Spot account for a cloud provider." }, { "info": { "name": "Get Account", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotinst.io/setup/account/:accountId", "params": [ { "name": "accountId", "value": "", "type": "path" } ] }, "docs": "Retrieve details for a specific Spot account." }, { "info": { "name": "Update Account", "type": "http" }, "http": { "method": "PUT", "url": "https://api.spotinst.io/setup/account/:accountId", "params": [ { "name": "accountId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update account configuration." }, { "info": { "name": "Delete Account", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.spotinst.io/setup/account/:accountId", "params": [ { "name": "accountId", "value": "", "type": "path" } ] }, "docs": "Delete a Spot account." }, { "info": { "name": "Get Audit Log", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotinst.io/audit/log", "params": [ { "name": "accountId", "value": "", "type": "query" }, { "name": "fromDate", "value": "", "type": "query" }, { "name": "toDate", "value": "", "type": "query" }, { "name": "resourceType", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Retrieve audit log events for account activity and API calls." } ] } ], "bundled": true }