summaryrefslogtreecommitdiffstats
path: root/src/test/resources/event-reader/generic-vnf-create-event.json
blob: 94235b7354fff9f54d4186b4ab05ef078b3ff705 (plain)
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
73
74
75
{
	"cambria.partition": "AAI",
	"event-header": {
		"id": "20160525111931-22f454f0-93ff-4571-bed0-573ca6c85353",
		"timestamp": "20160525-11:19:31:421",
		"source-name": "RO",
		"domain": "devINT1",
		"sequence-number": "0",
		"severity": "NORMAL",
		"event-type": "AAI-EVENT",
		"version": "v7",
		"action": "CREATE",
		"entity-type": "generic-vnf",
		"top-entity-type": "generic-vnf",
		"entity-link": "https://dummy-host.onap.org:8443/aai/v7/network/generic-vnfs/generic-vnf/VAPP-1581",
    "topic-name": "topicName",
    "event-id": "7994f700-766b-47ed-a322-194346edd92e"
	},
	"entity": {
		"vnf-id": "VAPP-1581",
		"vnf-name": "example-vnf-name-val-3501",
		"vnf-name2": "example-vnf-name2-val-3501",
		"vnf-type": "example-vnf-type-val-3501",
		"regional-resource-zone": "example-regional-resource-zone-val-3501",
		"prov-status": "example-prov-status-val-3501",
		"operational-state": "example-operational-state-val-3501",
		"license-key": "example-license-key-val-3501",
		"equipment-role": "example-equipment-role-val-3501",
		"orchestration-status": "example-orchestration-status-val-3501",
		"heat-stack-id": "example-heat-stack-id-val-3501",
		"mso-catalog-key": "example-mso-catalog-key-val-3501",
		"management-option": "example-management-option-val-3501",
		"ipv4-oam-address": "example-ipv4-oam-address-val-3501",
		"ipv4-loopback0-address": "example-ipv4-loopback0-address-val-3501",
		"nm-lan-v6-address": "example-nm-lan-v6-address-val-3501",
		"management-v6-address": "example-management-v6-address-val-3501",
		"vcpu": 1817,
		"vcpu-units": "example-vcpu-units-val-3501",
		"vmemory": 6020,
		"vmemory-units": "example-vmemory-units-val-3501",
		"vdisk": 5281,
		"vdisk-units": "example-vdisk-units-val-3501",
		"in-maint": false,
		"is-closed-loop-disabled": true,
		"resource-version": "1464189571",
		"relationship-list": {
			"relationship": {
				"related-to": "logical-link",
				"related-link": "https://loopback.onap.org:8443/aai/v7/network/logical-links/logical-link/link-01/",
				"relationship-data": {
					"relationship-key": "logical-link.link-name",
					"relationship-value": "link-01"
				}
			}
		},
		"l-interfaces": {
			
		},
		"lag-interfaces": {
			"lag-interface": {
				"interface-name": "example-interface-name-val-3131",
				"resource-version": "1464189571",
				"relationship-list": {
					
				},
				"l-interfaces": {
					
				}
			}
		},
		"vf-modules": {
			
		}
	}
}