You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/modules/network/f5/fixtures/load_ltm_monitor_udp.json

26 lines
674 B
JSON

{
"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
}