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