summaryrefslogtreecommitdiff
path: root/test/units/modules/network/f5/fixtures/load_gtm_pool_a_example_stats.json
blob: 70388c91440adcb57173c9ad858016b035273268 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
    "kind": "tm:gtm:pool:a:astats",
    "generation": 216,
    "selfLink": "https://localhost/mgmt/tm/gtm/pool/a/~Common~foo.pool/stats?ver=13.0.0",
    "entries": {
        "https://localhost/mgmt/tm/gtm/pool/a/~Common~foo.pool/~Common~foo.pool:A/stats": {
            "nestedStats": {
                "kind": "tm:gtm:pool:a:astats",
                "selfLink": "https://localhost/mgmt/tm/gtm/pool/a/~Common~foo.pool/~Common~foo.pool:A/stats?ver=13.0.0",
                "entries": {
                    "alternate": {
                        "value": 0
                    },
                    "dropped": {
                        "value": 0
                    },
                    "fallback": {
                        "value": 0
                    },
                    "tmName": {
                        "description": "/Common/foo.pool"
                    },
                    "poolType": {
                        "description": "A"
                    },
                    "preferred": {
                        "value": 0
                    },
                    "returnFromDns": {
                        "value": 0
                    },
                    "returnToDns": {
                        "value": 0
                    },
                    "status.availabilityState": {
                        "description": "offline"
                    },
                    "status.enabledState": {
                        "description": "enabled"
                    },
                    "status.statusReason": {
                        "description": "No enabled pool members available"
                    }
                }
            }
        }
    }
}