action windows_pool_list { label: "Lists all of the pools in the specified account." provider: windows method: GET path: "/pools" encoding: json input: { type: "object" properties: { "$expand": { type: "string" } "$filter": { type: "string" } "$select": { type: "string" } "api-version": { type: "string" } "client-request-id": { type: "string" } maxresults: { type: "string" } "ocp-date": { type: "string" } "return-client-request-id": { type: "string" } timeout: { type: "string" } } required: ["api-version"] additionalProperties: false } output: { type: "object" additionalProperties: true } }