summaryrefslogtreecommitdiff
path: root/test/units/modules/network/f5/fixtures/load_tg_ha_order.json
blob: a1ff91c85126c2250a8a250ef17dc9ab9492bc6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "kind": "tm:cm:traffic-group:traffic-groupstate",
  "name": "traffic-group-2",
  "partition": "Common",
  "fullPath": "/Common/traffic-group-2",
  "generation": 227,
  "selfLink": "https://localhost/mgmt/tm/cm/traffic-group/~Common~traffic-group-2?ver=12.1.4",
  "autoFailbackEnabled": "true",
  "autoFailbackTime": 60,
  "haLoadFactor": 1,
  "isFloating": "true",
  "mac": "none",
  "unitId": 1,
  "haOrder": [
    "/Common/v12-1.ansible.local"
  ],
  "haOrderReference": [
    {
      "link": "https://localhost/mgmt/tm/cm/device/~Common~v12-1.ansible.local?ver=12.1.4"
    }
  ]
}