action slicebox_get_forwarding_rules { label: "get_forwarding_rules" description: "get a list of all forwarding rules. A forwarding rule specifies the automatic forwarding of images from a source (SCP, BOX, etc.) to a destimation (BOX, SCU, etc.)" provider: slicebox method: GET path: "/forwarding/rules" encoding: json input: { type: "object" properties: { count: { type: "string" } startindex: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }