summaryrefslogtreecommitdiff
path: root/test/units/modules/network/f5/fixtures/load_gtm_monitor_tcp_1.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/units/modules/network/f5/fixtures/load_gtm_monitor_tcp_1.json')
-rw-r--r--test/units/modules/network/f5/fixtures/load_gtm_monitor_tcp_1.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/test/units/modules/network/f5/fixtures/load_gtm_monitor_tcp_1.json b/test/units/modules/network/f5/fixtures/load_gtm_monitor_tcp_1.json
deleted file mode 100644
index d0d90152c1..0000000000
--- a/test/units/modules/network/f5/fixtures/load_gtm_monitor_tcp_1.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "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"
-}