Mercurial > hg > orthanc-book
changeset 294:33fb45a86cd8
/peers/{id}/system
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Tue, 07 Jan 2020 08:37:04 +0100 |
parents | 8aa416899db4 |
children | b4b9ceebe64d |
files | Sphinx/source/users/rest.rst |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/users/rest.rst Mon Dec 16 10:09:42 2019 +0100 +++ b/Sphinx/source/users/rest.rst Tue Jan 07 08:37:04 2020 +0100 @@ -448,6 +448,18 @@ :ref:`Orthanc identifiers <orthanc-ids>` of entire patients, studies or series as well. +Testing connectivity with a remote peer +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +.. highlight:: bash + +In version 1.5.9+, we have introduced a route to retrieve the ``/system`` info from +a remote peer. This route can also be used to test the connectivity with that peer +without actually sending a DICOM resource.:: + + $ curl http://localhost:8042/peers/sample/system + + Using HTTPS ^^^^^^^^^^^