enable-nas
Use this interface to enable a NAS server and the NAS record channel will be auto-bound with. 1 NAS server is supported.
HTTP Request
GET http://ip/usapi?method=enable-nas&id=1&is-use=1
| Parameter | Description | 
|---|---|
| method | enable-nas | 
| id | Server ID which can be obtained via get-settings. | 
| is-use | 0: disable a NAS. 1: enable a NAS. | 
Response Body
{
  "result": 0
}
| Item | Description | 
|---|---|
| result | Returned status. 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |