![]() |
REST API
16
REST API for Luna Network HSMs
|
This resource configures time, date and time zone on the appliance.
This parameter specifies the hour, minute, and second values. The format must be HH:MM:SS.
Use: Required
JSON Schema:
Object
type:string
This parameter specifies the date. The format must be YYYY-MM-DD.
Use: Required
JSON Schema:
Object
type:string
This parameter specifies the time zone. Please refer to Luna Network HSM documentation for details.
Use: Required
JSON Schema:
Object
type:string
Success
Invalid time zone or bad request or unexpected error.
PUT
https://1.2.3.4:8443/api/lunasa/time
{
"time": "15:00:00",
"date": "2016-05-27",
"timeZone": "EST"
}
{
}
This resource will require SO authentication when the forceSoLogin flag is enabled. (See GET /api/lunasa)