![]()  | 
  
    REST API
    4.0.0
    
   REST API for SafeNet Network HSMs 
   | 
 
Gets ip4 information from a network device.
The identifier of a network device.
Use:  Required  
JSON Schema:  
Object type: string
Ip4 information about the network device.
JSON Schema:  Network Device Ip4  
Unexpected error
Device does not exist.
 
    GET 
    https://1.2.3.4:8443/api/lunasa/network/devices/eth0/ip4
{
}
 
{
    "ip": "1.2.3.4",
    "mask": 24,
    "gateway": "1.2.3.4"
}