summaryrefslogtreecommitdiff
path: root/test/units/modules/network/f5/fixtures/load_gtm_monitor_http_1.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/units/modules/network/f5/fixtures/load_gtm_monitor_http_1.json')
-rw-r--r--test/units/modules/network/f5/fixtures/load_gtm_monitor_http_1.json21
1 files changed, 0 insertions, 21 deletions
diff --git a/test/units/modules/network/f5/fixtures/load_gtm_monitor_http_1.json b/test/units/modules/network/f5/fixtures/load_gtm_monitor_http_1.json
deleted file mode 100644
index 98151e51fe..0000000000
--- a/test/units/modules/network/f5/fixtures/load_gtm_monitor_http_1.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "kind": "tm:gtm:monitor:http:httpstate",
- "name": "foo",
- "partition": "Common",
- "fullPath": "/Common/foo",
- "generation": 0,
- "selfLink": "https://localhost/mgmt/tm/gtm/monitor/http/~Common~foo?ver=13.1.0.4",
- "defaultsFrom": "/Common/http",
- "description": "my description",
- "destination": "3.3.3.3:8080",
- "ignoreDownResponse": "disabled",
- "interval": 30,
- "password": "secret",
- "probeTimeout": 5,
- "recv": "the receive string",
- "reverse": "enabled",
- "send": "GET /",
- "timeout": 120,
- "transparent": "enabled",
- "username": "user1"
-}