{ "opencollection": "1.0.0", "info": { "name": "Scalr Account Acl Roles Cloud Credentials API", "version": "1.0.0" }, "items": [ { "info": { "name": "Cloud Credentials", "type": "folder" }, "items": [ { "info": { "name": "GET /{accountId}/cloud-credentials/", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:accountId/cloud-credentials/", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The ID of the Account scoping this request." } ] }, "docs": "List all Cloud Credentials available in this Account." }, { "info": { "name": "POST /{accountId}/cloud-credentials/", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:accountId/cloud-credentials/", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The ID of the Account scoping this request." } ] }, "docs": "Create new Cloud Credentials at this Account's scope." }, { "info": { "name": "GET /{accountId}/cloud-credentials/{cloudCredentialsId}/", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:accountId/cloud-credentials/:cloudCredentialsId/", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The ID of the Account scoping this request." }, { "name": "cloudCredentialsId", "value": "", "type": "path", "description": "The ID of a CloudCredentials object." } ] }, "docs": "Retrieve detailed information about given Cloud Credentials. You can only obtain information about Cloud Credentials defined in this Account's scope." }, { "info": { "name": "PATCH /{accountId}/cloud-credentials/{cloudCredentialsId}/", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/:accountId/cloud-credentials/:cloudCredentialsId/", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The ID of the Account scoping this request." }, { "name": "cloudCredentialsId", "value": "", "type": "path", "description": "The ID of a CloudCredentials object." } ] }, "docs": "Modify the attributes of given Cloud Credentials." }, { "info": { "name": "DELETE /{accountId}/cloud-credentials/{cloudCredentialsId}/", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/:accountId/cloud-credentials/:cloudCredentialsId/", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The ID of the Account scoping this request." }, { "name": "cloudCredentialsId", "value": "", "type": "path", "description": "The ID of a CloudCredentials object." } ] }, "docs": "Delete the specified Cloud Credentials from this Account." }, { "info": { "name": "GET /cloud-credentials/", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/cloud-credentials/" }, "docs": "List all Cloud Credentials available in the global scope." }, { "info": { "name": "POST /cloud-credentials/", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/cloud-credentials/" }, "docs": "Create new Cloud Credentials." }, { "info": { "name": "GET /cloud-credentials/{cloudCredentialsId}/", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/cloud-credentials/:cloudCredentialsId/", "params": [ { "name": "cloudCredentialsId", "value": "", "type": "path", "description": "The ID of a CloudCredentials object." } ] }, "docs": "Retrieve detailed information about given Cloud Credentials. You can only obtain information about Cloud Credentials defined in the global scope." }, { "info": { "name": "PATCH /cloud-credentials/{cloudCredentialsId}/", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/cloud-credentials/:cloudCredentialsId/", "params": [ { "name": "cloudCredentialsId", "value": "", "type": "path", "description": "The ID of a CloudCredentials object." } ] }, "docs": "Modify the attributes of given Cloud Credentials." }, { "info": { "name": "DELETE /cloud-credentials/{cloudCredentialsId}/", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/cloud-credentials/:cloudCredentialsId/", "params": [ { "name": "cloudCredentialsId", "value": "", "type": "path", "description": "The ID of a CloudCredentials object." } ] }, "docs": "Delete the specified Cloud Credentials from global scope." } ] } ], "bundled": true }