diff options
author | Jim Hahn <jrh3@att.com> | 2020-05-14 15:45:02 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-05-14 16:31:13 -0400 |
commit | 2defadb832998063be6bc330204d16f2fc173b47 (patch) | |
tree | 5eddf9cf4156b9ad72b0e818dcb943f408a40c37 /docs/development/actors/appc-legacy | |
parent | 7a00e85e21533d2a11300a61439b4ab3a420c1d5 (diff) |
Document new APPC LCM actor
Issue-ID: POLICY-2515
Change-Id: I88574c20ee0a091b76ec84f8ba52e7964457ccbe
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'docs/development/actors/appc-legacy')
-rw-r--r-- | docs/development/actors/appc-legacy/appc-legacy.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/development/actors/appc-legacy/appc-legacy.rst b/docs/development/actors/appc-legacy/appc-legacy.rst index 1af71fe4..5d1bd7c0 100644 --- a/docs/development/actors/appc-legacy/appc-legacy.rst +++ b/docs/development/actors/appc-legacy/appc-legacy.rst @@ -2,6 +2,8 @@ .. Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 +.. _appc-legacy-label: + ################# APPC Legacy Actor ################# @@ -88,6 +90,9 @@ Suppose the *ControlLoopOperationParams* were populated as follows: "my-key-B": "{\"output\":\"world\"}" }, "context": { + "event": { + "requestId": "c7c6a4aa-bb61-4a15-b831-ba1472dd4a65" + }, "cqdata": { "generic-vnf": [ { @@ -112,7 +117,7 @@ to the APPC topic: "CommonHeader": { "TimeStamp": 1589400050910, "APIver": "1.01", - "RequestID": "79e1d7d4-bac1-4399-8ee5-f84419c5723d", + "RequestID": "c7c6a4aa-bb61-4a15-b831-ba1472dd4a65", "SubRequestID": "ee3f2dc0-a2e0-4ae8-98c3-478c784b8eb5", "RequestTrack": [], "Flags": [] |