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_gtm_monitor_tcp_1.json

19 lines
520 B
JSON

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