stop-test-usb
Deprecated at V2.2, use start-disk-test instead.
Use the interface to cancel the ongoing USB performance test which is started by calling start-test-usb.
HTTP Request
GET http://ip/usapi?method=stop-test-usb
Parameter | Description |
---|---|
method | stop-test-usb |
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. |