public class DiagnosticEndPoint
extends ej.restserver.RestEndpoint
The endpoint to receive a diagnostic.
/diagnostic:
get:
description: Gets the states of the server.
produces:
- application/json
responses:
200:
description: Request was successful
schema:
type: object
properties:
accesses:
type: array
description: list of the available end point
channel:
type: integer
description: the channel of the access point,
rssi:
type: float
description: the rssi of the access point,
bssid:
type: String
description: the bssid of the access point in hex, separated by ':',
SSID:
type: String
description: the SSID of the access point,
securityMode:
type: String
description: the security mode of the access point,
status:
type: object
description: the server status (ready or busy)
joined:
type: object
description: the current AP joined.
channel:
type: integer
description: the channel of the access point,
rssi:
type: float
description: the rssi of the access point,
bssid:
type: String
description: the bssid of the access point in hex, separated by ':',
SSID:
type: String
description: the SSID of the access point,
securityMode:
type: String
description: the security mode of the access point,