changeset 295:b4b9ceebe64d

merge
author Alain Mazy <alain@mazy.be>
date Tue, 07 Jan 2020 08:37:15 +0100
parents 33fb45a86cd8 (diff) bd1f308a5fd2 (current diff)
children f977ad02e1e9 64d1ddab8246
files
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/users/rest.rst	Fri Dec 20 15:36:50 2019 +0100
+++ b/Sphinx/source/users/rest.rst	Tue Jan 07 08:37:15 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
 ^^^^^^^^^^^