GET /system/network
This resource is used to view or edit the device’s wired and wireless network configuration.
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: Network
Property Name | Type | Description | Method |
---|---|---|---|
Adapters | Object | This is an object that represents two adapter objects; Ethernet and Wireless. | GET |
URL Example: https://0.0.0.0/api/rest/v1/system/network
{
"adapters": {
"href": "/api/rest/v1/system/network/adapters",
"name": "adapters"
}
}
URL Example: https://0.0.0.0/api/rest/v1/system/network
<?xml version="1.0" encoding="utf-8"?>
<Network>
<Adapters>
<Href>/api/rest/v1/system/network/adapters</Href>
<Name>adapters</Name>
</Adapters>
</Network>