GET /system/network/adapters/wireless
This resource shows the wireless adapter on the device.
Used when you are operating a browser without access to the header parameter. This allows you to choose which encoding you want to use for the response:
All these resources can be used according what the resource allows.
If this parameter is not in the request, the Application/Json will be chosen by default.
There are multiple possible values (according the resource):
The first two are the most often used.
Object Name: Wireless
Property Name | Type | Description | Method |
---|---|---|---|
Wireless | Array<WirelessAdapter> | This object is an array of WirelessAdapter objects. | GET |
URL Example: https://0.0.0.0/api/rest/v1/system/network/adapters/wireless
[
{
"href": "/api/rest/v1/system/network/adapters/wireless/primary",
"name": "primary"
}
]
URL Example: https://0.0.0.0/api/rest/v1/system/network/adapters/wireless
<?xml version="1.0" encoding="utf-8"?>
<Wireless>
<Primary>
<Href>
/api/rest/v1/system/network/adapters/wireless/primary
</Href>
<Name>primary</Name>
</Primary>
</Wireless>