![]() |
REST API
17
REST API for Luna Network HSMs
|
Sets the network information associated with the appliance.
Users with the following role privileges can perform this command:
Specifies the hostname for the appliance.This parameter will be validated.
Use: Not Required
JSON Schema:
Object
type: string
minLength: 1
maxLength: 64
pattern: ^[a-zA-Z0-9]([a-zA-Z0-9.-]{0,62}[a-zA-Z0-9])?$
Success
Returned when the input data does not conform to the required validation schema.
Unable to set specified hostname.
Hostname specified is invalid.
PATCH
https://1.2.3.4:8443/api/lunasa/network
{
"hostname" : "MyHostname"
}
{
}