Skip to main content
POST
/
api
/
device
/
file
/
open
设备文件打开
curl --request POST \
  --url https://api.example.com/api/device/file/open \
  --header 'Authentication: <authentication>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "idSn": "shebei",
  "msgType": "uartTrans",
  "filePath": "uart://COM1?opion=9600,8n1"
}
'
{}

Headers

Authentication
string
required

Body

application/json
idSn
string
required
msgType
string
required
filePath
string
required
keepAlive
number
latency
number

Response

200 - application/json

The response is of type object.