Adds bigip gtm monitor http module (#39944)

This module can be used to manage http monitors on a GTM
This commit is contained in:
Tim Rupp
2018-05-10 06:26:13 -07:00
committed by GitHub
parent 02adb6520f
commit 868c2630dd
3 changed files with 960 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"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"
}