Get Wifi Access Point

Retrieves a specific wifi access point.

Path parameters

networkstringRequired
The network id.
wifiAccessPointstringRequired
The wifiAccessPoint id.

Response

OK
namestring

Identifier for the network access point resource. Format: //system.v1.engine.core.machanirobotics.com/networks/{network}/wifiAccessPoints/{wifi_access_point}

ssidstringRead-only

The SSID (network name) of the WiFi network access point. This field is populated by the system and cannot be modified by clients.

bssidstringRead-only

The BSSID (MAC address) of the WiFi network access point. Example: “00:11:22:33:44:55” This field is populated by the system and cannot be modified by clients.

signalStrengthintegerRead-only
Signal strength of the network access point in percentage. This field is populated by the system and cannot be modified by clients.
channelintegerRead-only
The radio channel used by the access point. This field is populated by the system and cannot be modified by clients.
frequencyintegerRead-only
The frequency used by the access point. This field is populated by the system and cannot be modified by clients.
maxBitrateintegerRead-only

The maximum bitrate (in Mbps) of the access point

securityCapabilitieslist of integersRead-only
List of security capabilities advertised by this access point. This represents the security protocols supported by the access point. This field is populated by the system and cannot be modified by clients.

Errors

400
Bad Request Error