action orthanc_server_get_peers_id { label: "List operations on peer" description: "List the operations that are available for an Orthanc peer." provider: orthanc_server method: GET path: "/peers/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { description: "List of the available operations" type: "object" } }