Adds log publisher module for f5 (#39518)

This module can be used to manage log publishers on a bigip
This commit is contained in:
Tim Rupp
2018-04-30 11:55:05 -07:00
committed by GitHub
parent 19fee0ef41
commit 609b1827e1
3 changed files with 556 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
{
"kind": "tm:sys:log-config:publisher:publisherstate",
"name": "foo",
"partition": "Common",
"fullPath": "/Common/foo",
"generation": 5400,
"selfLink": "https://localhost/mgmt/tm/sys/log-config/publisher/~Common~foo?ver=13.1.0.4",
"description": "my description",
"destinations": [
{
"name": "SECURITYLOGSERVERS-LOGGING",
"partition": "Common",
"nameReference": {
"link": "https://localhost/mgmt/tm/sys/log-config/destination/remote-high-speed-log/~Common~SECURITYLOGSERVERS-LOGGING?ver=13.1.0.4"
}
},
{
"name": "local-db",
"partition": "Common",
"nameReference": {
"link": "https://localhost/mgmt/tm/sys/log-config/destination/local-database/~Common~local-db?ver=13.1.0.4"
}
},
{
"name": "local-syslog",
"partition": "Common",
"nameReference": {
"link": "https://localhost/mgmt/tm/sys/log-config/destination/local-syslog/~Common~local-syslog?ver=13.1.0.4"
}
}
]
}