action windows_compute_node_get { label: "Gets information about the specified compute node." provider: windows method: GET path: "/pools/{poolId}/nodes/{nodeId}" encoding: json input: { type: "object" properties: { "$select": { type: "string" } "api-version": { type: "string" } "client-request-id": { type: "string" } nodeId: { type: "string" } "ocp-date": { type: "string" } poolId: { type: "string" } "return-client-request-id": { type: "string" } timeout: { type: "string" } } required: ["api-version", "nodeId", "poolId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }