aboutsummaryrefslogtreecommitdiffstats
path: root/docs/platform/runningEclipse.rst
diff options
context:
space:
mode:
authorSaryu Shah <ss3917@att.com>2018-10-18 01:19:03 +0000
committerSaryu Shah <ss3917@att.com>2018-10-18 01:31:59 +0000
commit65640a2968358a74033451ea65efd8987cf2ee55 (patch)
tree8e6b3d46a6bc77585ea47464772c73e4eeb9e731 /docs/platform/runningEclipse.rst
parent28d8a3ec30b0cc20346bcc03ecd28841c26c54ac (diff)
Documentation: Eclipse, vCPE, VoLTE, ModTemplate
Documentation: Eclipse, vCPE, VoLTE, ModTemplate ------------------------------------------------------------- Issue-ID: POLICY-1169 Change-Id: Id501913db5be23f97e5ea5a635e27511546a042a Signed-off-by: Saryu Shah <ss3917@att.com>
Diffstat (limited to 'docs/platform/runningEclipse.rst')
-rw-r--r--docs/platform/runningEclipse.rst2
1 files changed, 1 insertions, 1 deletions
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