Containerization feature of SO
[so.git] / bpmn / so-bpmn-tasks / src / test / resources / __files / BuildingBlocks / genericResourceApiNetworkOperationInformationNoNetworkName.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-instance-group-id" : "networkInstanceGroupId"
27   },
28   "request-information" : {
29     "notification-url" : null,
30     "order-version" : null,
31     "request-action" : "CreateNetworkInstance",
32     "source" : "MSO",
33     "request-id" : "sdncReqId",
34     "order-number" : null
35   },
36   "sdnc-request-header" : {
37     "svc-request-id" : "svcRequestId",
38     "svc-notification-url" : null,
39     "svc-action" : "assign"
40   },
41   "network-information" : {
42     "onap-model-information" : {
43       "model-name" : "modelName",
44       "model-version" : "modelVersion",
45       "model-customization-uuid" : "modelCustomizationUUID",
46       "model-uuid" : "modelUuid",
47       "model-invariant-uuid" : "modelInvariantUuid"
48     },
49     "network-id" : "TEST_NETWORK_ID",
50     "network-type" : null
51   }
52 }