diff options
author | Bryan Guo <guofengbei@huawei.com> | 2019-03-21 15:05:07 +0800 |
---|---|---|
committer | Gxxxx <guofengbei@huawei.com> | 2019-03-21 15:45:25 +0800 |
commit | ab5ec38462597f0f3a01f3d74b676efc3cfcbbdd (patch) | |
tree | 45251b3a1becaebd4ba007863f51f32307559b62 /platform-logic/restapi-templates/src/main/json/bbs-token-template.json | |
parent | f5263394426fc4021179da8135c16f33e9bb2bd8 (diff) |
add DGs for BBS usecase
Issue-ID: SDNC-698,SDNC-699,SDNC-700
Change-Id: Iac71c3ad2a42def4bf1fd0e3464f028dae5a5414
Signed-off-by: Gxxxx <guofengbei@huawei.com>
Former-commit-id: 05ccc1879959d01720065f633d08e68ede2c04aa
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/bbs-token-template.json')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/bbs-token-template.json | 5 |
1 files changed, 5 insertions, 0 deletions
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" +} |