{ "opencollection": "1.0.0", "info": { "name": "Kion Cloud Operations Accounts Azure Policies API", "version": "3.10.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Azure Policies", "type": "folder" }, "items": [ { "info": { "name": "Kion List Azure policies", "type": "http" }, "http": { "method": "GET", "url": "https://{kion-instance}/api/v3/azure-policy" }, "docs": "Returns a list of all Azure policies." }, { "info": { "name": "Kion Create an Azure policy", "type": "http" }, "http": { "method": "POST", "url": "https://{kion-instance}/api/v3/azure-policy", "body": { "type": "json", "data": "{}" } }, "docs": "Kion Create an Azure policy" }, { "info": { "name": "Kion Get an Azure policy", "type": "http" }, "http": { "method": "GET", "url": "https://{kion-instance}/api/v3/azure-policy/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource in Kion" } ] }, "docs": "Kion Get an Azure policy" }, { "info": { "name": "Kion Update an Azure policy", "type": "http" }, "http": { "method": "PATCH", "url": "https://{kion-instance}/api/v3/azure-policy/: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 policy" }, { "info": { "name": "Kion Delete an Azure policy", "type": "http" }, "http": { "method": "DELETE", "url": "https://{kion-instance}/api/v3/azure-policy/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource in Kion" } ] }, "docs": "Kion Delete an Azure policy" } ] } ], "bundled": true }