Update NTP symmetric authentication key details
PATCH /cluster/ntp/keys/{id}
Introduced In: 9.7
Updates the details of a specific NTP symmetric authentication key by numeric identifier or index (ID).
Required properties
-
digest_type- Shared private key cryptographic hash type. -
value- Value of shared private key.
Related ONTAP commands
-
cluster time-service ntp key modify
Learn more
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
id |
integer |
path |
True |
Key identifier |
Request Body
| Name | Type | Description |
|---|---|---|
digest_type |
string |
The type of cryptographic hash used to create and verify the NTP's message authentication code appended to each NTP packet header. |
value |
string |
A hexadecimal digit string that represents the cryptographic key that is shared with the remote NTP server. The current expected length is 40 characters. Use the cryptographic key and key ID to create a unique hash value used to authenticate the rest of the NTP data. |
Example request
{
"digest_type": "sha1",
"value": "da39a3ee5e6b4b0d3255bfef95601890afd80709"
}
Response
Status: 200, Ok
Error
Status: Default
ONTAP Error Response Codes
| Error Code | Description |
|---|---|
2097187 |
An invalid SHA1 key was provided. |
Also see the table of common errors in the Response body overview section of this documentation.
Definitions
See Definitions
href
| Name | Type | Description |
|---|---|---|
href |
string |
_links
ntp_key
| Name | Type | Description |
|---|---|---|
digest_type |
string |
The type of cryptographic hash used to create and verify the NTP's message authentication code appended to each NTP packet header. |
value |
string |
A hexadecimal digit string that represents the cryptographic key that is shared with the remote NTP server. The current expected length is 40 characters. Use the cryptographic key and key ID to create a unique hash value used to authenticate the rest of the NTP data. |
error_arguments
| Name | Type | Description |
|---|---|---|
code |
string |
Argument code |
message |
string |
Message argument |
returned_error
| Name | Type | Description |
|---|---|---|
arguments |
array[error_arguments] |
Message arguments |
code |
string |
Error code |
message |
string |
Error message |
target |
string |
The target parameter that caused the error. |