Refactors bigip_device_ntp (#33472)

* Refactors bigip_device_ntp

To be inline with current f5 conventions

* Fixed incorrect key
This commit is contained in:
Tim Rupp
2017-12-01 20:14:10 -08:00
committed by GitHub
parent 929a1df91d
commit a3b3dbe220
3 changed files with 444 additions and 153 deletions

View File

@@ -0,0 +1,13 @@
{
"kind": "tm:sys:ntp:ntpstate",
"selfLink": "https://localhost/mgmt/tm/sys/ntp?ver=12.1.0",
"servers": [
"192.168.1.1",
"192.168.1.2"
],
"timezone": "America/Los_Angeles",
"restrictReference": {
"link": "https://localhost/mgmt/tm/sys/ntp/restrict?ver=12.1.0",
"isSubcollection": true
}
}