blob: d1b8e47251b66b4b77433e0e65b7d79fb35aa7bb [file] [log] [blame]
Claudine Chiufb8b8162016-04-01 23:50:51 +00001{
2 "type": "object",
3 "title": "vport",
4 "required": [
5 "networkId",
6 "deviceId",
7 "portNum",
8 "physDeviceId",
9 "physPortNum"
10 ],
11 "properties": {
12 "networkId": {
Claudine Chiu1decd532016-04-19 18:30:01 +000013 "type": "int64",
14 "description": "Network identifier",
15 "example": 3
Claudine Chiufb8b8162016-04-01 23:50:51 +000016 },
17 "deviceId": {
18 "type": "String",
Claudine Chiu1decd532016-04-19 18:30:01 +000019 "description": "Virtual device identifier",
20 "example": "of:0000000000000042"
Claudine Chiufb8b8162016-04-01 23:50:51 +000021 },
22 "portNum": {
Claudine Chiu1decd532016-04-19 18:30:01 +000023 "type": "int64",
24 "description": "Virtual device port number",
25 "example": 34
Claudine Chiufb8b8162016-04-01 23:50:51 +000026 },
27 "physDeviceId": {
28 "type": "String",
Claudine Chiu1decd532016-04-19 18:30:01 +000029 "description": "Physical device identifier",
30 "example": "of:0000000000000003"
Claudine Chiufb8b8162016-04-01 23:50:51 +000031 },
32 "physPortNum": {
Claudine Chiu1decd532016-04-19 18:30:01 +000033 "type": "int64",
34 "description": "Physical device port number",
35 "example": 2
Claudine Chiufb8b8162016-04-01 23:50:51 +000036 }
37 }
38}