start-rec
Use the interface to start recording.
You can call stop-rec to stop the session.
HTTP Request
GET http://ip/usapi?method=start-rec
Parameter | Description |
---|---|
method | start-rec |
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. |