send-file-stop-test-server
Added at V2.3
Use the interface to stop the upload test. You can start a test by using send-file-start-test-server.
HTTP Request
GET http://ip/usapi?method=send-file-stop-test-server
Parameter | Description |
---|---|
method | send-file-stop-test-server |
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. |