Dashboard Wired Client Health
Wired client health grid
Returns the client health grid of wired devices based on the provided filters. You can filter the results by sites.
post/dashboard/wired/client-health/grid
Query parameters
pageinteger
Page number, min = 1
limitinteger
Page Size, min = 1, max = 100
keywordstring
The keyword to search
sortField'UNSPECIFIED' | 'CONNECTION_STATUS' | 'CLIENT_HOSTNAME' | 'SITE' | 'BUILDING' | 'FLOOR' | 'IPV4' | 'IPV6' | 'PORT_NUMBER' | 'PORT_NUMBER_SWITCH_NAME' | 'VLAN' | 'OPERATING_SYSTEM' | 'MAC' | 'USERNAME' | 'INSTANT_PORT_PROFILE' | 'TOTAL_CONGESTION' | 'TOTAL_UNICAST' | 'TOTAL_MULTICAST' | 'TOTAL_BROADCAST' | 'TOTAL_PORT_ERRORS'
Sort Field
sortOrder'ASC' | 'DESC'
Sort Order
Sort Order
Request body
Response
OK
Example response
{
"data": [
{
"client_ip": "10.16.172.199",
"ipv4": "10.16.172.199",
"ipv6": "0:0:0:0:0:0:0:0",
"mac": "001122334455"
}
]
}