action windows_file_list_from_compute_node { label: "Lists all of the files in task directories on the specified compute node." provider: windows method: GET path: "/pools/{poolId}/nodes/{nodeId}/files" encoding: json input: { type: "object" properties: { "$filter": { type: "string" } "api-version": { type: "string" } "client-request-id": { type: "string" } maxresults: { type: "string" } nodeId: { type: "string" } "ocp-date": { type: "string" } poolId: { type: "string" } recursive: { type: "string" } "return-client-request-id": { type: "string" } timeout: { type: "string" } } required: ["api-version", "nodeId", "poolId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }