cURL
curl --request POST \ --url https://api.example.com/api/device/file/get \ --header 'Authentication: <authentication>' \ --header 'Content-Type: application/json' \ --data ' { "idSn": "<string>", "file": "<string>" } '
{}
可以是open响应的handle,也可以是文件路径如uart://ttyS1, tcp://127.0.0.1:22
The response is of type object.
object