{ "opencollection": "1.0.0", "info": { "name": "Scalr Account Acl Roles Scripts API", "version": "1.0.0" }, "items": [ { "info": { "name": "Scripts", "type": "folder" }, "items": [ { "info": { "name": "GET /{accountId}/scripts/", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:accountId/scripts/", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The ID of the Account scoping this request." } ] }, "docs": "List all the Scripts available in this Account." }, { "info": { "name": "POST /{accountId}/scripts/", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:accountId/scripts/", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The ID of the Account scoping this request." } ] }, "docs": "Create a new Script in this Account." }, { "info": { "name": "GET /{accountId}/scripts/{scriptId}/", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:accountId/scripts/:scriptId/", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The ID of the Account scoping this request." }, { "name": "scriptId", "value": "", "type": "path", "description": "The ID of a Script object." } ] }, "docs": "Retrieve detailed information about a given Script." }, { "info": { "name": "PATCH /{accountId}/scripts/{scriptId}/", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/:accountId/scripts/:scriptId/", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The ID of the Account scoping this request." }, { "name": "scriptId", "value": "", "type": "path", "description": "The ID of a Script object." } ] }, "docs": "Modify the attributes of a given Script." }, { "info": { "name": "DELETE /{accountId}/scripts/{scriptId}/", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/:accountId/scripts/:scriptId/", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The ID of the Account scoping this request." }, { "name": "scriptId", "value": "", "type": "path", "description": "The ID of a Script object." } ] }, "docs": "Delete a given Script from this Account." }, { "info": { "name": "GET /{accountId}/scripts/{scriptId}/script-versions/", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:accountId/scripts/:scriptId/script-versions/", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The ID of the Account scoping this request." }, { "name": "scriptId", "value": "", "type": "path", "description": "The ID of a Script object." } ] }, "docs": "List all the Script Versions for the specified Script." }, { "info": { "name": "POST /{accountId}/scripts/{scriptId}/script-versions/", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:accountId/scripts/:scriptId/script-versions/", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The ID of the Account scoping this request." }, { "name": "scriptId", "value": "", "type": "path", "description": "The ID of a Script object." } ] }, "docs": "Create a new Script Version for a given Script." }, { "info": { "name": "GET /{accountId}/scripts/{scriptId}/script-versions/{scriptVersionNumber}/", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:accountId/scripts/:scriptId/script-versions/:scriptVersionNumber/", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The ID of the Account scoping this request." }, { "name": "scriptId", "value": "", "type": "path", "description": "The ID of a Script object." }, { "name": "scriptVersionNumber", "value": "", "type": "path", "description": "The version number of the Script Version being accessed." } ] }, "docs": "Retrieve detailed information about a given Script Version." }, { "info": { "name": "PATCH /{accountId}/scripts/{scriptId}/script-versions/{scriptVersionNumber}/", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/:accountId/scripts/:scriptId/script-versions/:scriptVersionNumber/", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The ID of the Account scoping this request." }, { "name": "scriptId", "value": "", "type": "path", "description": "The ID of a Script object." }, { "name": "scriptVersionNumber", "value": "", "type": "path", "description": "The version number of the Script Version being accessed." } ] }, "docs": "Modify the attributes of a given Script Version" }, { "info": { "name": "DELETE /{accountId}/scripts/{scriptId}/script-versions/{scriptVersionNumber}/", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/:accountId/scripts/:scriptId/script-versions/:scriptVersionNumber/", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The ID of the Account scoping this request." }, { "name": "scriptId", "value": "", "type": "path", "description": "The ID of a Script object." }, { "name": "scriptVersionNumber", "value": "", "type": "path", "description": "The version number of the Script Version being accessed." } ] }, "docs": "Delete a given Script Version from this Script." }, { "info": { "name": "GET /{envId}/scripts/", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:envId/scripts/", "params": [ { "name": "envId", "value": "", "type": "path", "description": "The ID of the Environment scoping this request." } ] }, "docs": "List all the Scripts available in this Environment." }, { "info": { "name": "POST /{envId}/scripts/", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:envId/scripts/", "params": [ { "name": "envId", "value": "", "type": "path", "description": "The ID of the Environment scoping this request." } ] }, "docs": "Create a new Script in this Environment." }, { "info": { "name": "GET /{envId}/scripts/{scriptId}/", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:envId/scripts/:scriptId/", "params": [ { "name": "envId", "value": "", "type": "path", "description": "The ID of the Environment scoping this request." }, { "name": "scriptId", "value": "", "type": "path", "description": "The ID of a Script object." } ] }, "docs": "Retrieve detailed information about a Script." }, { "info": { "name": "PATCH /{envId}/scripts/{scriptId}/", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/:envId/scripts/:scriptId/", "params": [ { "name": "envId", "value": "", "type": "path", "description": "The ID of the Environment scoping this request." }, { "name": "scriptId", "value": "", "type": "path", "description": "The ID of a Script object." } ] }, "docs": "Modify the attributes of a Script." }, { "info": { "name": "DELETE /{envId}/scripts/{scriptId}/", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/:envId/scripts/:scriptId/", "params": [ { "name": "envId", "value": "", "type": "path", "description": "The ID of the Environment scoping this request." }, { "name": "scriptId", "value": "", "type": "path", "description": "The ID of a Script object." } ] }, "docs": "Deletes a given Script from this Environment." }, { "info": { "name": "POST /{envId}/scripts/{scriptId}/actions/execute/", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:envId/scripts/:scriptId/actions/execute/", "params": [ { "name": "envId", "value": "", "type": "path", "description": "The ID of the Environment scoping this request." }, { "name": "scriptId", "value": "", "type": "path", "description": "The ID of a Script object." } ] }, "docs": "It executes the latest version of the Script on the Server." }, { "info": { "name": "GET /{envId}/scripts/{scriptId}/script-versions/", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:envId/scripts/:scriptId/script-versions/", "params": [ { "name": "envId", "value": "", "type": "path", "description": "The ID of the Environment scoping this request." }, { "name": "scriptId", "value": "", "type": "path", "description": "The ID of a Script object." } ] }, "docs": "List all Script Versions for the specified Script." }, { "info": { "name": "POST /{envId}/scripts/{scriptId}/script-versions/", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:envId/scripts/:scriptId/script-versions/", "params": [ { "name": "envId", "value": "", "type": "path", "description": "The ID of the Environment scoping this request." }, { "name": "scriptId", "value": "", "type": "path", "description": "The ID of a Script object." } ] }, "docs": "Create a new Script Version for a given Script." }, { "info": { "name": "GET /{envId}/scripts/{scriptId}/script-versions/{scriptVersionNumber}/", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:envId/scripts/:scriptId/script-versions/:scriptVersionNumber/", "params": [ { "name": "envId", "value": "", "type": "path", "description": "The ID of the Environment scoping this request." }, { "name": "scriptId", "value": "", "type": "path", "description": "The ID of a Script object." }, { "name": "scriptVersionNumber", "value": "", "type": "path", "description": "The version number of the Script Version being accessed." } ] }, "docs": "Retrieve detailed information about a specified Script Version." }, { "info": { "name": "PATCH /{envId}/scripts/{scriptId}/script-versions/{scriptVersionNumber}/", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/:envId/scripts/:scriptId/script-versions/:scriptVersionNumber/", "params": [ { "name": "envId", "value": "", "type": "path", "description": "The ID of the Environment scoping this request." }, { "name": "scriptId", "value": "", "type": "path", "description": "The ID of a Script object." }, { "name": "scriptVersionNumber", "value": "", "type": "path", "description": "The version number of the Script Version being accessed." } ] }, "docs": "Modify the attributes of a Script Version." }, { "info": { "name": "DELETE /{envId}/scripts/{scriptId}/script-versions/{scriptVersionNumber}/", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/:envId/scripts/:scriptId/script-versions/:scriptVersionNumber/", "params": [ { "name": "envId", "value": "", "type": "path", "description": "The ID of the Environment scoping this request." }, { "name": "scriptId", "value": "", "type": "path", "description": "The ID of a Script object." }, { "name": "scriptVersionNumber", "value": "", "type": "path", "description": "The version number of the Script Version being accessed." } ] }, "docs": "Delete a Script Version from this Script." }, { "info": { "name": "POST /{envId}/scripts/{scriptId}/script-versions/{scriptVersionNumber}/actions/execute/", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:envId/scripts/:scriptId/script-versions/:scriptVersionNumber/actions/execute/", "params": [ { "name": "envId", "value": "", "type": "path", "description": "The ID of the Environment scoping this request." }, { "name": "scriptId", "value": "", "type": "path", "description": "The ID of a Script object." }, { "name": "scriptVersionNumber", "value": "", "type": "path", "description": "The version number of the Script Version being accessed." } ] }, "docs": "It executes the specified version of the Script on the Server." } ] } ], "bundled": true }