{ "opencollection": "1.0.0", "info": { "name": "Linode API v4 Account StackScripts API", "version": "4.189.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "StackScripts", "type": "folder" }, "items": [ { "info": { "name": "List StackScripts", "type": "http" }, "http": { "method": "GET", "url": "https://api.linode.com/v4/linode/stackscripts", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page number to return." }, { "name": "page_size", "value": "", "type": "query", "description": "The number of items per page." } ] }, "docs": "Returns a paginated list of StackScripts accessible to your account, including both your own and community StackScripts." }, { "info": { "name": "Create a StackScript", "type": "http" }, "http": { "method": "POST", "url": "https://api.linode.com/v4/linode/stackscripts", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new StackScript for automating the deployment and configuration of Linode instances." }, { "info": { "name": "Get a StackScript", "type": "http" }, "http": { "method": "GET", "url": "https://api.linode.com/v4/linode/stackscripts/:stackscriptId", "params": [ { "name": "stackscriptId", "value": "", "type": "path", "description": "The ID of the StackScript." } ] }, "docs": "Returns the details for a single StackScript." }, { "info": { "name": "Update a StackScript", "type": "http" }, "http": { "method": "PUT", "url": "https://api.linode.com/v4/linode/stackscripts/:stackscriptId", "params": [ { "name": "stackscriptId", "value": "", "type": "path", "description": "The ID of the StackScript." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the properties of a StackScript." }, { "info": { "name": "Delete a StackScript", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.linode.com/v4/linode/stackscripts/:stackscriptId", "params": [ { "name": "stackscriptId", "value": "", "type": "path", "description": "The ID of the StackScript." } ] }, "docs": "Deletes a StackScript from your account." } ] } ], "bundled": true }