v1

latestOpenAPI 3.0.02026-07-142740323.4 KB
Networking

Get peer configuration

Get detailed information about the configuration of some Orthanc peer

get/peers/{id}/configuration

Path parameters

idstring required

Identifier of the peer of interest

Response

{"stackTrail":"paths:/peers/{id}/configuration:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","description":"Configuration of the peer","example":{"HttpHeaders":{},"Password":null,"Pkcs11":false,"Url":"http://127.0.1.1:5000/","Username":"alice"}}

Example response

{
  "HttpHeaders": {},
  "Password": null,
  "Pkcs11": false,
  "Url": "http://127.0.1.1:5000/",
  "Username": "alice"
}