{ "opencollection": "1.0.0", "info": { "name": "Orchestrator Control Plane commit_tags vms API", "version": "0.1.0" }, "items": [ { "info": { "name": "vms", "type": "folder" }, "items": [ { "info": { "name": "list_vms", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/vm", "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "list_vms", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/vms", "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }