Adds log destination module for f5 (#39513)

This module can be used to manage log destinations on a bigip
This commit is contained in:
Tim Rupp
2018-04-30 11:25:09 -07:00
committed by GitHub
parent 59b9c5f119
commit c0cea32f61
3 changed files with 886 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"kind": "tm:sys:log-config:destination:remote-syslog:remote-syslogstate",
"name": "foo",
"partition": "Common",
"fullPath": "/Common/foo",
"generation": 1767,
"selfLink": "https://localhost/mgmt/tm/sys/log-config/destination/remote-syslog/~Common~foo?ver=13.1.0.4",
"defaultFacility": "local0",
"defaultSeverity": "info",
"format": "rfc5424",
"remoteHighSpeedLog": "/Common/pool1",
"remoteHighSpeedLogReference": {
"link": "https://localhost/mgmt/tm/sys/log-config/destination/remote-high-speed-log/~Common~pool1?ver=13.1.0.4"
}
}