summaryrefslogtreecommitdiff
path: root/test/units/modules/network/f5/fixtures/load_ltm_node_1.json
blob: 96d25b03d12ba4a7e582912cab3a93ca86725991 (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
{
  "kind": "tm:ltm:node:nodestate",
  "name": "foo",
  "partition": "Common",
  "fullPath": "/Common/foo",
  "generation": 158,
  "selfLink": "https://localhost/mgmt/tm/ltm/node/~Common~foo?ver=13.0.0",
  "address": "1.2.3.4",
  "connectionLimit": 0,
  "description": "my description of node",
  "dynamicRatio": 1,
  "ephemeral": "false",
  "fqdn": {
      "addressFamily": "ipv4",
      "autopopulate": "disabled",
      "downInterval": 5,
      "interval": "3600"
  },
  "logging": "disabled",
  "monitor": "default",
  "rateLimit": "disabled",
  "ratio": 1,
  "session": "user-enabled",
  "state": "unchecked"
}