NTPAuthenticationKey

NTPAuthenticationKey
NTPAuthenticationKey
JSON Example
{
    "algorithm": "string",
    "key": "string",
    "key_number": 0
}
string
algorithm
Optional
Constraints: default: NTP_AUTH_ALGORITHM_SHA256

Message Digest Algorithm used for NTP authentication. Default is NTP_AUTH_ALGORITHM_SHA256. Use of MD5 or SHA1 requires allow_legacy_sha1_ntp_auth to be enabled in SystemConfiguration. Enum options - NTP_AUTH_ALGORITHM_MD5, NTP_AUTH_ALGORITHM_SHA1, NTP_AUTH_ALGORITHM_SHA256. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

string
key
Required  

NTP Authentication key. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

integer As uint32 As uint32
key_number
Required  

Key number to be assigned to the authentication-key. Allowed values are 1-65534. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

Property Of