summaryrefslogtreecommitdiffstats
path: root/pomba/network-discovery/config/jolt/l3-network.json
blob: 0afe4a28cd232f6a6feaa3c3b0a61d9fabbb1dba (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
[
  {
    "operation": "shift",
    "spec": {
      "network": {
        "id": "l3-network.id",
        "name": "l3-network.name",
        "admin_state_up": "l3-network.AdminState",
        "shared": "l3-network.sharedNetwork",
        "status": "l3-network.status",
        "subnets": "l3-network.subnets",
        "tenant_id": "l3-network.tenantId"
      }
    }
  },
  {
    "operation": "default",
    "spec": {
      "*": {
        "host-status": "UNKNOWN"
      }
    }
  }

]