diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-09-10 15:25:16 +0800 |
---|---|---|
committer | xu ran <xuranyjy@chinamobile.com> | 2019-09-10 07:46:08 +0000 |
commit | bf21900f3e8e48b14ed82fa48a098effd9652594 (patch) | |
tree | fd1146b49ac7d4ec0609d8b5fb1e4747df3da4ea /usecaseui-portal/src/app/mock/json/uui-lcm_createPnfData.json | |
parent | 84cbc5952d84789ca612602794c37b7205c83ac1 (diff) |
feat: add local mock data for the onboard page
Change-Id: Ie1edacb4e20712e4af03d9bff0a4f0dc53911331
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/mock/json/uui-lcm_createPnfData.json')
-rw-r--r-- | usecaseui-portal/src/app/mock/json/uui-lcm_createPnfData.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/mock/json/uui-lcm_createPnfData.json b/usecaseui-portal/src/app/mock/json/uui-lcm_createPnfData.json new file mode 100644 index 00000000..90538058 --- /dev/null +++ b/usecaseui-portal/src/app/mock/json/uui-lcm_createPnfData.json @@ -0,0 +1,34 @@ +{
+ "id": "003",
+ "pnfdId": "string",
+ "pnfdName": "string",
+ "pnfdVersion": "string",
+ "pnfdProvider": "string",
+ "pnfdInvariantId": "string",
+ "pnfdOnboardingState": "CREATED",
+ "onboardingFailureDetails": {
+ "type": "string",
+ "title": 0,
+ "detail": "string",
+ "instance": "string",
+ "additional_attributes": {
+ "additionalProp1": "string",
+ "additionalProp2": "string",
+ "additionalProp3": "string"
+ }
+ },
+ "pnfdUsageState": "IN_USE",
+ "userDefinedData": {
+ "additionalProp1": "string",
+ "additionalProp2": "string",
+ "additionalProp3": "string"
+ },
+ "_links": {
+ "self": {
+ "href": "string"
+ },
+ "nsd_content": {
+ "href": "string"
+ }
+ }
+}
\ No newline at end of file |