Skip to main content
POST
/
api
/
device
/
ping
/
status
设备Ping
curl --request POST \
  --url https://api.example.com/api/device/ping/status \
  --header 'Authentication: <authentication>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "sn": "osdtdemo,osdtdemotest1"
}
'
{}

Headers

Authentication
string
required

Body

application/json
devid
string
required

Response

200 - application/json

The response is of type object.