action slicebox_get_destinations { label: "get_destinations" description: "Returns a list of currently available destinations. Possible destinations are box - sending data to a remote box, and scu - sending data a receiving SCP." provider: slicebox method: GET path: "/destinations" encoding: json output: { type: "object" additionalProperties: true } }