diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2019-07-16 18:47:56 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2019-07-16 19:46:44 +0800 |
commit | 82c90e8ec36edb79ca72446082879f32a9eb4839 (patch) | |
tree | 5b9922c89be46c11ff235f437b6d764ee4a68d2c /tests/vfc/gvnfm-vnflcm/jsoninput | |
parent | 1de6ffb71eb7995fa090ebcb807ec599e9931565 (diff) |
Add csit for vnflcm subscription
Change-Id: Ie96c8001506cb7fbad462e93446a42e890a740f3
Issue-ID: INT-1015
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'tests/vfc/gvnfm-vnflcm/jsoninput')
-rw-r--r-- | tests/vfc/gvnfm-vnflcm/jsoninput/vnf_subscription.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/tests/vfc/gvnfm-vnflcm/jsoninput/vnf_subscription.json b/tests/vfc/gvnfm-vnflcm/jsoninput/vnf_subscription.json new file mode 100644 index 00000000..23bd2b11 --- /dev/null +++ b/tests/vfc/gvnfm-vnflcm/jsoninput/vnf_subscription.json @@ -0,0 +1,41 @@ +{ + "filters": { + "notificationTypes": [ + "VnfPackageOnboardingNotification" + ], + "vnfProductsFromProviders": { + "vnfProvider": "string", + "vnfProducts": { + "vnfProductName": "string", + "versions": { + "vnfSoftwareVersion": "string", + "vnfdVersions": [ + "string" + ] + } + } + }, + "vnfdId": [ + "3fa85f64-5717-4562-b3fc-2c963f66afa6" + ], + "vnfPkgId": [ + "3fa85f64-5717-4562-b3fc-2c963f66afa6" + ], + "operationalState": [ + "ENABLED" + ], + "usageState": [ + "IN_USE" + ] + }, + "callbackUri": "http://127.0.0.1:8801/api/vnflcm/v1/callback_sample", + "authentication": { + "authType": [ + "BASIC" + ], + "paramsBasic": { + "userName": "string", + "password": "string" + } + } +} |