stop-test-server
Use this interface to cancel stream test after starting a test by calling start-test-server.
HTTP Request
GET http://ip/usapi?method=stop-test-server
Parameter | Description |
---|---|
method | 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. |