Adds the bigip gtm monitor tcp module (#39942)

This module can be used to manage tcp monitors on GTM
This commit is contained in:
Tim Rupp
2018-05-10 08:46:23 -07:00
committed by GitHub
parent 5f7c7becde
commit 632a39232c
3 changed files with 975 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"kind": "tm:gtm:monitor:tcp:tcpstate",
"name": "foo",
"partition": "Common",
"fullPath": "/Common/foo",
"generation": 0,
"selfLink": "https://localhost/mgmt/tm/gtm/monitor/tcp/~Common~foo?ver=13.1.0.4",
"defaultsFrom": "/Common/tcp",
"destination": "1.1.1.1:80",
"ignoreDownResponse": "disabled",
"interval": 30,
"probeTimeout": 5,
"recv": "the receive string",
"reverse": "enabled",
"send": "the send string",
"timeout": 120,
"transparent": "enabled"
}