diff options
author | 2019-09-16 16:39:06 +0800 | |
---|---|---|
committer | 2019-09-16 09:41:19 +0000 | |
commit | 3b3fb006f53be86ae501b220cb686dfddc3413a3 (patch) | |
tree | ec08cac5e6ebf772277c64b69eed0427586ba4c3 /usecaseui-portal/src/app/mock/json/uui-sotn_getPnfInfo.json | |
parent | cdb64a033289f0f74739feb881e1ded0d48e1bed (diff) |
feat:mock local json data for ccvpn detail page
Change-Id: I96ce2196781da06eae5ba3054bfe710fc5f34a93
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/mock/json/uui-sotn_getPnfInfo.json')
-rw-r--r-- | usecaseui-portal/src/app/mock/json/uui-sotn_getPnfInfo.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/mock/json/uui-sotn_getPnfInfo.json b/usecaseui-portal/src/app/mock/json/uui-sotn_getPnfInfo.json new file mode 100644 index 00000000..c337bd97 --- /dev/null +++ b/usecaseui-portal/src/app/mock/json/uui-sotn_getPnfInfo.json @@ -0,0 +1,29 @@ +{ + "pnf-name": "pnf1000", + "pnf-id": "79.79.79.79", + "in-maint": true, + "resource-version": "1536028638695", + "admin-status": "up", + "operational-status": "up", + "relationship-list": { + "relationship": [ + { + "related-to": "network-resource", + "relationship-label": "tosca.relationships.network.LinksTo", + "related-link": "/aai/v13/network/network-resources/network-resource/1000", + "relationship-data": [ + { + "relationship-key": "network-resource.network-id", + "relationship-value": "1000" + } + ], + "related-to-property": [ + { + "property-key": "network-resource.network-id", + "property-value": "1000" + } + ] + } + ] + } +}
\ No newline at end of file |