v4

latestOpenAPI 3.0.1Apache 2.02026-08-036821,1001.5 MB
D360

Get Client Grid

List of Client

post/d360/client/grid

Query parameters

pageinteger

Page number, min = 1

limitinteger

Page Size, min = 1, max = 100

keywordstring

The search string

deviceIdinteger required

The unique identifier of the wireless device

startTimeinteger required

Start time in milliseconds (epoch time)

endTimeinteger required

End time in milliseconds (epoch time)

clientStatusstring[]
sortField'CONNECTION_STATUS' | 'CLIENT_HOSTNAME' | 'SNR' | 'RSSI' | 'CHANNEL_UTILIZATION_SCORE' | 'ASSOCIATION_ISSUE' | 'AUTHENTICATION_ISSUE' | 'IP_ADDRESS_ISSUE' | 'ROAMING_ISSUE' | 'IPV4' | 'CONNECTED_DEVICE_MAC' | 'SSID' | 'VLAN' | 'LAST_SESSION_START_TIME' | 'OPERATING_SYSTEM' | 'CLIENT_MAC' | 'USERNAME' | 'AUTHENTICATION' | 'USER_NAME' | 'ALIAS' | 'IPV6' | 'CLIENT_TYPE'
sortOrder'ASC' | 'DESC'

Sort Order

connectionStatus'CONNECTED' | 'DISCONNECTED'

Request body

aliasstring[]

The aliases

auth_methodsstring[]

The authentication methods

encryption_methodsstring[]

The encryption methods

operating_systemsstring[]

The operating systems

ssidsstring[]

The SSIDs

user_profilesstring[]

The user profile names

frequencystring[]

The frequency

category_assignmentsstring[]

The category assignments

client_typestring[]

The client type

Response

OK

pageinteger required

The current page number

countinteger required

The element count of the current page

total_pagesinteger required

The total page number based on request page size

total_countinteger required

The total element count

Example response

{
  "data": [
    {
      "client_ip": "2001:db8:85a3::8a2e:370:7334",
      "snr": 40,
      "rssi": -65,
      "channel_utilization_score": 75,
      "ipv4": "192.168.1.1",
      "connected_device_mac": "001122334455",
      "ipv6": "2001:db8:85a3::8a2e:370:7334",
      "last_session_start_time": 1622548800000,
      "client_mac": "001122334455"
    }
  ]
}