REST API
4.0.0
REST API for SafeNet Network HSMs
|
Sets all ip6 configurations for a specific device.
The identifier of a network device.
Use: Required
JSON Schema:
Object type: string
The global ipv6 address to set for the device.
Use: Required
JSON Schema:
Object type: string
The prefix to set for the device.
Use: Required
JSON Schema:
Object type: integer
The default gateway to set for the device.
Use: Required
JSON Schema:
Object type: string
Success
Unexpected error
Device does not exist.
PUT https://1.2.3.4:8443/api/lunasa/network/devices/eth0/ip6 { "ip" : "2000::2", "prefix" : 3, "gateway" : "2000::1" }
{ }
This resource will return a waiting task if you are modifying the device that the web server is currently running on.