Skip to main content
POST
/
api
/
device
/
file
/
read
设备文件读取
curl --request POST \
  --url https://api.example.com/api/device/file/read \
  --header 'Authentication: <authentication>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "idSn": "<string>",
  "path": "<string>",
  "method": "<string>",
  "latency": 123,
  "async": true
}
'
{}

Headers

Authentication
string
required

Body

application/json
idSn
string
required
path
string
required
method
string

hex|string|json|xmodem|http

latency
integer

自定义超时,单位秒

async
boolean

默认false同步,true为异步

Response

200 - application/json

The response is of type object.