blob: 3693c991b6ed70a1d4c8d508200a249751af8d7d (
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
|
{
"cambria.partition": "AAI",
"event-header": {
"id": "test",
"timestamp": "20190213-16:27:37:353",
"domain": "test",
"event-type": "POA-EVENT",
"action": "CREATE",
"entity-type": "poa-entity",
"top-entity-type": "poa-entity",
"entity-link": ""
},
"entity": {
"poa-event": {
"modelVersionId": "model-version-id",
"modelInvariantId": "model-invariant-id"
},
"vnfList": [
{
"vfModuleList": [
{
"networkList": [
{
"type": "test1"
}
]
},
{
"networkList": [
{
"type": "test2"
}
]
}
]
}
]
}
}
|