action orthanc_server_get_peers { label: "List Orthanc peers" description: "List all the Orthanc peers that are known to Orthanc. This corresponds either to the content of the `OrthancPeers` configuration option, or to the information stored in the database if `OrthancPeersInDatabase` is `true`." provider: orthanc_server method: GET path: "/peers" encoding: json input: { type: "object" properties: { expand: { type: "string" } } additionalProperties: false } output: { description: "JSON array containing either the identifiers of the peers, or detailed information about the peers (if `expand` argument is provided)" type: "object" } }