blob: 330722fa5d1b9e446719d7fda5cfeb3efb4be224 [file] [log] [blame]
Aris C. Risdiantoa579c8f2017-04-13 19:38:46 +09001{
2 "type": "MultiPointToSinglePointIntent",
3 "id" : "0x0",
4 "appId": "foo",
5 "resources": [],
6 "state": "INSTALLED",
7 "selector": {
8 "criteria": []
9 },
10 "treatment": {
11 "instructions": [
12 {
13 "type": "NOACTION"
14 }
15 ],
16 "deferred": []
17 },
18 "priority": 100,
19 "constraints": [],
20 "ingressPoint": [
21 {
22 "port": "3",
23 "device": "333"
24 },
25 {
26 "port": "1",
27 "device": "111"
28 }
29 ],
30 "egressPoint": {
31 "port": "2",
32 "device": "222"
33 }
34}