Adds bigip_software_update module (#34410)

This module can be used to adjust the ways by which a bigip communicates
back to F5 to check for system updates.
This commit is contained in:
Tim Rupp
2018-01-03 11:30:11 -08:00
committed by GitHub
parent f1c2861308
commit 9e4aed15ff
3 changed files with 493 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"kind": "tm:sys:software:update:updatestate",
"selfLink": "https://localhost/mgmt/tm/sys/software/update?ver=13.0.0",
"autoCheck": "enabled",
"autoPhonehome": "enabled",
"checkStatus": "none",
"errors": 0,
"frequency": "weekly"
}