diff options
author | Mehreen Kaleem <mehreen.kaleem@us.fujitsu.com> | 2020-06-30 16:22:34 +0000 |
---|---|---|
committer | Mehreen Kaleem <mehreen.kaleem@us.fujitsu.com> | 2020-07-02 06:06:28 +0000 |
commit | d11a3e9608178a9b2ccc8249a3263c571783f69d (patch) | |
tree | f1725c0a3c42f3dbc1684af9c7b62cc5f51cc2f4 /platform-logic/restapi-templates/src/main/json/async-response-so.json | |
parent | 279a547642166a05a8f1ca246a785ba978096558 (diff) |
DG changes for the closed loop and async
support in MDONS
Change-Id: Ibb16b84cd37d8d41dd0f511fea81ec329a0f8021
Issue-ID: SDNC-1233
Signed-off-by: Mehreen Kaleem <mehreen.kaleem@us.fujitsu.com>
Former-commit-id: 225e1b887423a6a5972cf90216156eebc727a41d
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/async-response-so.json')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/async-response-so.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/async-response-so.json b/platform-logic/restapi-templates/src/main/json/async-response-so.json new file mode 100644 index 00000000..05b14b3a --- /dev/null +++ b/platform-logic/restapi-templates/src/main/json/async-response-so.json @@ -0,0 +1,8 @@ +{ + "request-id":${so.svc-request-id}, + "response-code":${so.response-code}, + "response-message":${so.response-message}, + "ack-final-indicator":"Y" +} + + |