action visualstudio_get_api_v1_pools_default { label: "get_api_v1_pools_default" provider: visualstudio method: GET path: "/api/v1/pools/default" encoding: json input: { type: "object" properties: { skuName: { type: "array" items: { type: "string" } } } additionalProperties: false } output: { type: "array" items: { type: "object" properties: { allWithLatestVersion: { type: "boolean" } isEnvironmentPool: { type: "boolean" } location: { type: "string" } poolCode: { type: "string" } readyUnassignedCount: { type: "integer" format: "int32" } readyUnassignedLatestVersionCount: { type: "integer" format: "int32" } readyUnassignedNotLatestVersionAndIdleCount: { type: "integer" format: "int32" } readyUnassignedNotLatestVersionCount: { type: "integer" format: "int32" } resourceType: { type: "string" } sku: { type: "string" } } additionalProperties: false } } }