X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=docs%2Fplatform%2FrunningEclipse.rst;h=136efe736c0951455cea12e8487850265602d90c;hb=65640a2968358a74033451ea65efd8987cf2ee55;hp=b2bcd88fad5105230fae1352f38e1c29e0e663ba;hpb=28d8a3ec30b0cc20346bcc03ecd28841c26c54ac;p=policy%2Fengine.git diff --git a/docs/platform/runningEclipse.rst b/docs/platform/runningEclipse.rst index b2bcd88fa..136efe736 100644 --- a/docs/platform/runningEclipse.rst +++ b/docs/platform/runningEclipse.rst @@ -36,7 +36,7 @@ To interact with the PDP-D, the Telemetry API can be used. A simple GET on the e .. code-block:: bash - curl --silent --user @1b3rt:31nst31n -X GET http://localhost:9696/policy/pdp/engine/ | python -m json.tool + curl -k --silent --user @1b3rt:31nst31n -X GET https://localhost:9696/policy/pdp/engine/ | python -m json.tool .. image:: RunEcl_telemetry.png