{ "opencollection": "1.0.0", "info": { "name": "ARMO Platform Access Keys Clusters API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Clusters", "type": "folder" }, "items": [ { "info": { "name": "Get clusters list with history", "type": "http" }, "http": { "method": "POST", "url": "https://api.armosec.io/api/v1/clusters/overtime", "body": { "type": "json", "data": "{}" } }, "docs": "Returns the list of connected clusters with historical posture over time." }, { "info": { "name": "List workloads", "type": "http" }, "http": { "method": "POST", "url": "https://api.armosec.io/api/v1/workload/list", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves workloads with their vulnerability and posture context." } ] } ], "bundled": true }