IP Addresses
IPv6 Address Settings
Return server's IPv6 addresses
This function lists the IPv6 addresses bound to a server’s network interfaces.
get/listipv6s
Response
HTTP Request was successful.
Example response
{
"data": {
"ip": [
{
"ip": "2001:0db8:0:0:1:0:0:1"
}
]
},
"metadata": {
"command": "listipv6s",
"reason": "OK",
"result": 1,
"version": 1
}
}