aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/web/api/src/main/resources/definitions/Topology.json
blob: 5e38d323351caf2a363b9d7af98e0b2e47003452 (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
{
  "type": "object",
  "title": "topology",
  "required": [
    "time",
    "devices",
    "links",
    "clusters"
  ],
  "properties": {
    "time": {
      "type": "integer",
      "format": "int64",
      "example": 183004405835967
    },
    "devices": {
      "type": "integer",
      "format": "int64",
      "example": 3
    },
    "links": {
      "type": "integer",
      "format": "int64",
      "example": 4
    },
    "clusters": {
      "type": "integer",
      "format": "int64",
      "example": 1
    }
  }
}