{ "opencollection": "1.0.0", "info": { "name": "Orchestrator Admin Settings Load Balancers API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Load Balancers", "type": "folder" }, "items": [ { "info": { "name": "List load balancers", "type": "http" }, "http": { "method": "GET", "url": "/tenants/:tenant/load-balancers", "params": [ { "name": "tenant", "value": "", "type": "path" } ] }, "docs": "List load balancers" }, { "info": { "name": "Create load balancer", "type": "http" }, "http": { "method": "POST", "url": "/tenants/:tenant/load-balancers", "params": [ { "name": "tenant", "value": "", "type": "path" } ] }, "docs": "Create load balancer" }, { "info": { "name": "Get load balancer by ID", "type": "http" }, "http": { "method": "GET", "url": "/tenants/:tenant/load-balancers/:id", "params": [ { "name": "tenant", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get load balancer by ID" }, { "info": { "name": "Delete load balancer", "type": "http" }, "http": { "method": "DELETE", "url": "/tenants/:tenant/load-balancers/:id", "params": [ { "name": "tenant", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete load balancer" } ] } ], "bundled": true }