{
"schema": "string",
"vhost": "__defaultVhost__",
"app": "string",
"stream": "string",
"period": "string",
"customized_path": "string",
"max_seconds": "string",
"type": 0,
"speed": "string",
"stamp": "string"
}curl --location 'http://127.0.0.1:8086/zlm/api/record/status' \
--header 'Content-Type: application/json' \
--data '{
"schema": "string",
"vhost": "__defaultVhost__",
"app": "string",
"stream": "string",
"period": "string",
"customized_path": "string",
"max_seconds": "string",
"type": 0,
"speed": "string",
"stamp": "string"
}'{
"code": 0,
"data": "string",
"msg": "success",
"result": "success"
}