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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
{
"service-instance-id": null,
"service-instance-name": null,
"orchestration-status": null,
"owning-entity": null,
"project": null,
"vnfs": [
{
"closedLoopDisabled": false,
"vnf-id": "vnfId",
"vnf-name": null,
"vnf-type": null,
"orchestration-status": null,
"vf-modules": [],
"volume-groups": [],
"line-of-business": {
"line-of-business-name": "lineOfBusinessName"
},
"platform": {
"platform-name": "platformName"
},
"cascaded": false,
"cloud-params": null,
"cloud-context": null,
"solution": null,
"vnf-name-2": null,
"service-id": null,
"regional-resource-zone": null,
"prov-status": null,
"operational-status": null,
"equipment-role": null,
"management-option": null,
"ipv4-oam-address": null,
"ipv4-loopback0-address": null,
"nm-lan-v6-address": null,
"management-v6-address": null,
"vcpu": null,
"vcpu-units": null,
"vmemory": null,
"vmemory-units": null,
"vdisk": null,
"vdisk-units": null,
"in-maint": false,
"is-closed-loop-disabled": false,
"summary-status": null,
"encrypted-access-flag": null,
"as-number": null,
"regional-resource-subzone": null,
"self-link": null,
"ipv4-oam-gateway-address": null,
"ipv4-oam-gateway-address-prefix-length": null,
"vlan-id-outer": null,
"nm-profile-name": null,
"l-interfaces": [],
"lag-interfaces": [],
"license": {
"entitlement-pool-uuids": [],
"license-key-group-uuids": []
},
"entitlements": [],
"model-info-generic-vnf": null
}
],
"allotted-resources": [],
"networks": [],
"vhn-portal-url": null,
"service-instance-location-id": null,
"selflink": null,
"metadata": null,
"configurations": [],
"model-info-service-instance": null
}
|