action fisheye_find_slice_data { label: "findSliceData" description: "finds slice data the query" provider: fisheye method: GET path: "/rest-service-fe/commit-graph-v1/slice/{repository}" encoding: json input: { type: "object" properties: { branch: { type: "string" } direction: { type: "string" } id: { type: "string" } size: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }