/network/usb-config
Use the interface to configure the USB network card
Request Mode
POST /api/network/usb-config
| Parameter | Description |
|---|---|
| iface | The network card name |
| ipaddr | The IP address |
Response Body
{
"status": 0
}
| Name | Description |
|---|---|
| status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |