Containerization feature of SO
[so.git] / bpmn / so-bpmn-tasks / src / test / resources / __files / BuildingBlocks / genericResourceApiNetworkOperationInformation.json
1 {
2   "service-information" : {
3     "onap-model-information" : {
4       "model-name" : "modelName",
5       "model-version" : "modelVersion",
6       "model-customization-uuid" : null,
7       "model-uuid" : "modelUuid",
8       "model-invariant-uuid" : "modelInvariantUuid"
9     },
10     "subscriber-name" : null,
11     "subscription-service-type" : "productFamilyId",
12     "service-id" : null,
13     "global-customer-id" : "globalCustomerId",
14     "service-instance-id" : null
15   },
16   "network-request-input" : {
17     "aic-clli" : null,
18     "aic-cloud-region" : null,
19     "tenant" : null,
20     "network-input-parameters" : {
21       "param" : [ {
22         "name" : "key1",
23         "value" : "value1"
24       } ]
25     },
26     "network-name" : "TEST_NETWORK_NAME",
27     "network-instance-group-id" : "networkInstanceGroupId"
28   },
29   "request-information" : {
30     "notification-url" : null,
31     "order-version" : null,
32     "request-action" : "CreateNetworkInstance",
33     "source" : "MSO",
34     "request-id" : "sdncReqId",
35     "order-number" : null
36   },
37   "sdnc-request-header" : {
38     "svc-request-id" : "svcRequestId",
39     "svc-notification-url" : null,
40     "svc-action" : "assign"
41   },
42   "network-information" : {
43     "onap-model-information" : {
44       "model-name" : "modelName",
45       "model-version" : "modelVersion",
46       "model-customization-uuid" : "modelCustomizationUUID",
47       "model-uuid" : "modelUuid",
48       "model-invariant-uuid" : "modelInvariantUuid"
49     },
50     "network-id" : "TEST_NETWORK_ID",
51     "network-type" : null
52   }
53 }