stop-disk-test
Added at V2.2
Use the interface to cancel the ongoing disk performance test which is started by calling start-disk-test.
HTTP Request
GET http://ip/usapi?method=stop-disk-test
Parameter | Description |
---|---|
method | stop-disk-test |
Response Body
{
"result": 0
}
Item | Description |
---|---|
result | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |