action orthanc_server_get_peers_id_configuration { label: "Get peer configuration" description: "Get detailed information about the configuration of some Orthanc peer" provider: orthanc_server method: GET path: "/peers/{id}/configuration" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { description: "Configuration of the peer" type: "object" } }