action slicebox_get_scps { label: "get_scps" description: "get a list of DICOM SCPs. Each SCP is a server for receiving DICOM images from e.g. a PACS system." provider: slicebox method: GET path: "/scps" encoding: json input: { type: "object" properties: { count: { type: "string" } startindex: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }