Adds the bigip_monitor_udp module (#33481)

This module can be used to manage UDP monitors on a BIG-IP
This commit is contained in:
Tim Rupp
2017-12-01 22:07:58 -08:00
committed by GitHub
parent e3419fce87
commit abca68f5ac
3 changed files with 1060 additions and 0 deletions

View File

@@ -0,0 +1,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
}