summaryrefslogtreecommitdiff
path: root/test/units/modules/network/f5/fixtures/load_gtm_monitor_http_1.json
blob: 98151e51fe97002498b592002dd46ca171715e9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "kind": "tm:gtm:monitor:http:httpstate",
    "name": "foo",
    "partition": "Common",
    "fullPath": "/Common/foo",
    "generation": 0,
    "selfLink": "https://localhost/mgmt/tm/gtm/monitor/http/~Common~foo?ver=13.1.0.4",
    "defaultsFrom": "/Common/http",
    "description": "my description",
    "destination": "3.3.3.3:8080",
    "ignoreDownResponse": "disabled",
    "interval": 30,
    "password": "secret",
    "probeTimeout": 5,
    "recv": "the receive string",
    "reverse": "enabled",
    "send": "GET /",
    "timeout": 120,
    "transparent": "enabled",
    "username": "user1"
}