summaryrefslogtreecommitdiff
path: root/test/units/modules/network/f5/fixtures/load_ltm_monitor_udp.json
blob: 636619a2599f4a06517aed341d60158098c94109 (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:monitor:udp:udpstate",
  "name": "asdf",
  "partition": "Common",
  "fullPath": "/Common/asdf",
  "generation": 0,
  "selfLink": "https://localhost/mgmt/tm/ltm/monitor/udp/~Common~asdf?ver=13.0.0",
  "adaptive": "disabled",
  "adaptiveDivergenceType": "relative",
  "adaptiveDivergenceValue": 25,
  "adaptiveLimit": 200,
  "adaptiveSamplingTimespan": 300,
  "debug": "no",
  "defaultsFrom": "/Common/udp",
  "destination": "1.1.1.1:389",
  "interval": 5,
  "manualResume": "disabled",
  "recv": "hello world",
  "reverse": "disabled",
  "send": "default send string",
  "timeUntilUp": 0,
  "timeout": 16,
  "transparent": "disabled",
  "upInterval": 0
}