Server Administration
Connections
Return UDP IPv6 sockets data
This function returns data about the system's user datagram protocol (UDP) IPv6 sockets.
Important:
This function may perform slower on a CentOS 6 system with a large number of UDP sockets.
get/get_udp6_sockets
Response
HTTP Request was successful.
Example response
{
"data": {
"payload": [
{
"dport": 443,
"dst": "2001:0db8:0:0:1:0:0:2",
"inode": 27171,
"sport": 53,
"src": "2001:0db8:0:0:1:0:0:1",
"state": 10,
"uid": 25,
"wqueue": 45
}
]
},
"metadata": {
"command": "get_udp6_sockets",
"reason": "OK",
"result": 1,
"version": 1
}
}