{ "opencollection": "1.0.0", "info": { "name": "Unity Analytics Allocations Servers API", "version": "v1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Servers", "type": "folder" }, "items": [ { "info": { "name": "List Servers", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.services.api.unity.com/v1/projects/:projectId/regions/:regionId/fleets/:fleetId/servers", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "regionId", "value": "", "type": "path" }, { "name": "fleetId", "value": "", "type": "path" } ] }, "docs": "Returns all server instances in the specified fleet." } ] } ], "bundled": true }