mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Adds the bigip gtm monitor tcp module (#39942)
This module can be used to manage tcp monitors on GTM
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user