action windows_account_list_pool_node_counts { label: "Account_ListPoolNodeCounts" description: "Gets the number of nodes in each state, grouped by pool." provider: windows method: GET path: "/nodecounts" encoding: json input: { type: "object" properties: { "$filter": { 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 } }