configuration /
ntp /
nts-cfg
CLI REST-API
key-rotation-interval
key rotation interval
This is a read-write object and valid values are signed integers within a range of 3600-604800.
Datatype-Help:
value must be between 3600 and 604800.
See also:
/configuration/ntp/nts-cfg: NTS Configuration
/configuration/ntp/nts-cfg/enabled: Enabled
/configuration/ntp/nts-cfg/nts-only: NTS only
REST-API Support:
This object is supported by the REST API:
Method: GET
URL: /api/configuration/ntp/nts-cfg
Example using curl:
curl /api/configuration/ntp/nts-cfg
Method: PATCH
URL: /api/configuration/ntp/nts-cfg
Body:
{
"key-rotation-interval": 3600
}
Example using curl:
curl -X PATCH /api/configuration/ntp/nts-cfg -d
{
"key-rotation-interval": 3600
}