aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/web/api/src/main/resources/definitions/IntentHost.json
blob: 67c181c00f6a3e5202fc66866460e772b4fe737e (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
{
  "type": "object",
  "title": "host",
  "required": [
    "type",
    "appId",
    "priority",
    "one",
    "two"
  ],
  "properties": {
    "type": {
      "type": "string",
      "example": "HostToHostIntent"
    },
    "appId": {
      "type": "string",
      "example": "org.onosproject.ovsdb"
    },
    "priority": {
      "type": "integer",
      "format": "int64",
      "example": 55
    },
    "one": {
      "type": "string",
      "example": "46:E4:3C:A4:17:C8/-1"
    },
    "two": {
      "type": "string",
      "example": "08:00:27:56:8a:15/-1"
    }
  }
}