X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fplatform%2Ftutorial_vFW.rst;h=72288f3392ef8da74af069d220a546ec68605a39;hb=refs%2Fchanges%2F66%2F70866%2F1;hp=4b402d017922ed24e79be2e05d0202e0c9694705;hpb=4a9687b40559e59d8d65b5181b28dc49804cf33d;p=policy%2Fengine.git diff --git a/docs/platform/tutorial_vFW.rst b/docs/platform/tutorial_vFW.rst index 4b402d017..72288f339 100644 --- a/docs/platform/tutorial_vFW.rst +++ b/docs/platform/tutorial_vFW.rst @@ -32,7 +32,7 @@ The telemetry API is used to see what is in memory. There should only be 1 fact, .. code-block:: bash - curl --silent --user @1b3rt:31nst31n -X GET http://localhost:9696/policy/pdp/engine/controllers/amsterdam/drools/facts/amsterdam | python -m json.tool + curl -k --silent --user @1b3rt:31nst31n -X GET https://localhost:9696/policy/pdp/engine/controllers/amsterdam/drools/facts/amsterdam | python -m json.tool .. image:: Tut_vFW_get_facts.JPG @@ -46,7 +46,7 @@ Inject the onset using the Telemetry API. .. code-block:: bash - curl --silent --user @1b3rt:31nst31n --header "Content-Type: text/plain" --data @dcae.vfw.onset.json -X PUT http://localhost:9696/policy/pdp/engine/topics/sources/ueb/unauthenticated.DCAE_EVENT_OUTPUT/events | python -m json.tool + curl -k --silent --user @1b3rt:31nst31n --header "Content-Type: text/plain" --data @dcae.vfw.onset.json -X PUT https://localhost:9696/policy/pdp/engine/topics/sources/ueb/unauthenticated.DCAE_EVENT_OUTPUT/events | python -m json.tool .. image:: Tut_vFW_onset_injected.JPG @@ -76,8 +76,12 @@ Once the target entity is found, the PDP-D consults Guard to determine if this o .. image:: Tut_vFW_policy_guard_start.JPG +| + .. image:: Tut_vFW_policy_guard_result.JPG +| + .. image:: Tut_vFW_policy_operation_start.JPG Once the operation starts an APPC request is sent out. @@ -92,7 +96,7 @@ Inject the response using the Telemetry API. .. code-block:: bash - curl --silent --user @1b3rt:31nst31n --header "Content-Type: text/plain" --data @appc.legacy.success.json -X PUT http://localhost:9696/policy/pdp/engine/topics/sources/ueb/APPC-CL/events | python -m json.tool + curl -k --silent --user @1b3rt:31nst31n --header "Content-Type: text/plain" --data @appc.legacy.success.json -X PUT https://localhost:9696/policy/pdp/engine/topics/sources/ueb/APPC-CL/events | python -m json.tool .. image:: Tut_vFW_insert_appc_response.JPG