X-User-Token: ********************{
"device_sn": "8PHDM8L0010322"
}curl --location --request POST 'https://es-flight-api-cn.djigate.com/openapi/v1.0/manage/api/v1/organizations//manage-devices/cmds/get-ntp-status' \
--header 'X-Request-Id: {{$string.uuid}}' \
--header 'X-User-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_sn": "8PHDM8L0010322"
}'{
"code": 0,
"message": "OK",
"data": {
"bid": "29aa4c38-b596-4c79-8abf-951b7310f6c8",
"tid": "",
"timestamp": 0,
"status": "ok",
"job_document": null,
"data": null,
"output": {
"ntp_mode": "DEFAULT",
"ntp_server": "centos.pool.ntp.org:123",
"ntp_status": 0
}
}
}