blob: b702dcd24e528bec5f4ebf6a625f210c845e5ad9 (
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
|
[
{
"operation": "shift",
"spec": {
"port": {
"id": "id",
"name": "name",
"admin_state_up": "tempList[].adminStateUp",
"description" : "tempList[].description",
"mac_address" : "tempList[].macAddress"
}
}
},
{
"operation": "shift",
"spec": {
"tempList": {
"*": {
"*" : {
"$": "attributeList[#3].name",
"@": "attributeList[#3].value"
},
"#ok": "attributeList[#2].dataQuality.status"
}
},
"*": {
"@" : "&"
},
"#port": "type",
"#ok": "dataQuality.status"
}
}
]
|