Adds bigip gtm monitor firepass module (#39964)

This module can be used to manage firepass monitors on a bigip's GTM
This commit is contained in:
Tim Rupp
2018-05-10 09:30:06 -07:00
committed by GitHub
parent 115ba79f10
commit 08516df29d
3 changed files with 907 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"kind": "tm:gtm:monitor:firepass:firepassstate",
"name": "foo",
"partition": "Common",
"fullPath": "/Common/foo",
"generation": 0,
"selfLink": "https://localhost/mgmt/tm/gtm/monitor/firepass/~Common~foo?ver=13.1.0.4",
"cipherlist": "HIGH:!ADH",
"concurrencyLimit": 95,
"defaultsFrom": "/Common/firepass_gtm",
"destination": "1.1.1.1:80",
"ignoreDownResponse": "enabled",
"interval": 30,
"maxLoadAverage": 12,
"password": "secret",
"probeTimeout": 5,
"timeout": 90,
"username": "gtmuser"
}