summaryrefslogtreecommitdiff
path: root/test/units/modules/network/f5/fixtures/load_ltm_monitor_http.json
blob: 79121b2b967082f03090a97166f29242d94b018b (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
{
  "kind": "tm:ltm:monitor:http:httpstate",
  "name": "asdf",
  "partition": "Common",
  "fullPath": "/Common/asdf",
  "generation": 0,
  "selfLink": "https://localhost/mgmt/tm/ltm/monitor/http/~Common~asdf?ver=13.0.0",
  "adaptive": "disabled",
  "adaptiveDivergenceType": "relative",
  "adaptiveDivergenceValue": 25,
  "adaptiveLimit": 200,
  "adaptiveSamplingTimespan": 300,
  "defaultsFrom": "/Common/http",
  "description": "this is a description",
  "destination": "1.1.1.1:389",
  "interval": 5,
  "ipDscp": 0,
  "manualResume": "disabled",
  "password": "$M$7T$DpzEUVHt5rKkAfqrBh1PTA==",
  "recv": "hello world",
  "reverse": "enabled",
  "send": "GET /\\r\\n",
  "timeUntilUp": 0,
  "timeout": 16,
  "transparent": "disabled",
  "upInterval": 0,
  "username": "john"
}