Skip to main content
Version: 1.0.0

查询烧录进度

查询烧录进度


✨ For Example

Request

curl --location '{{EU}}/burn/progress?cmdId=OPENAPI_2bbeba8a4b00427e86dc27e6fdde5e58' \
--header 'token:xxx'

Response

{
"errorCode": 0,
"info": null,
"body": {
"progress": "0.51", //
"status": "BURNING" // BURNING,BURN_SUCCESS,BURN_FAILED
},
"successful": true
}