From ab5ec38462597f0f3a01f3d74b676efc3cfcbbdd Mon Sep 17 00:00:00 2001 From: Bryan Guo Date: Thu, 21 Mar 2019 15:05:07 +0800 Subject: add DGs for BBS usecase Issue-ID: SDNC-698,SDNC-699,SDNC-700 Change-Id: Iac71c3ad2a42def4bf1fd0e3464f028dae5a5414 Signed-off-by: Gxxxx Former-commit-id: 05ccc1879959d01720065f633d08e68ede2c04aa --- .../restapi-templates/src/main/json/bbs-token-template.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 platform-logic/restapi-templates/src/main/json/bbs-token-template.json (limited to 'platform-logic/restapi-templates/src/main/json/bbs-token-template.json') diff --git a/platform-logic/restapi-templates/src/main/json/bbs-token-template.json b/platform-logic/restapi-templates/src/main/json/bbs-token-template.json new file mode 100644 index 00000000..d2526713 --- /dev/null +++ b/platform-logic/restapi-templates/src/main/json/bbs-token-template.json @@ -0,0 +1,5 @@ +{ +"userName":"tokenUser", +"grantType":"password", +"value":"Test_12345" +} -- cgit 1.2.3-korg