{ "opencollection": "1.0.0", "info": { "name": "Kion Cloud Operations Accounts Azure ARM Templates API", "version": "3.10.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Azure ARM Templates", "type": "folder" }, "items": [ { "info": { "name": "Kion List Azure ARM templates", "type": "http" }, "http": { "method": "GET", "url": "https://{kion-instance}/api/v3/azure-arm-template" }, "docs": "Returns a list of all Azure ARM templates." }, { "info": { "name": "Kion Create an Azure ARM template", "type": "http" }, "http": { "method": "POST", "url": "https://{kion-instance}/api/v3/azure-arm-template", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Azure ARM template." }, { "info": { "name": "Kion Get an Azure ARM template", "type": "http" }, "http": { "method": "GET", "url": "https://{kion-instance}/api/v3/azure-arm-template/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource in Kion" } ] }, "docs": "Returns details for a specific Azure ARM template." }, { "info": { "name": "Kion Update an Azure ARM template", "type": "http" }, "http": { "method": "PATCH", "url": "https://{kion-instance}/api/v3/azure-arm-template/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource in Kion" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Kion Update an Azure ARM template" }, { "info": { "name": "Kion Delete an Azure ARM template", "type": "http" }, "http": { "method": "DELETE", "url": "https://{kion-instance}/api/v3/azure-arm-template/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource in Kion" } ] }, "docs": "Kion Delete an Azure ARM template" } ] } ], "bundled": true }