0
curl --location --request POST 'https://test.jiuyun.pro/api/iot/v1/monitor/getMonitorServerById' \
--header 'Content-Type: application/json' \
--data-raw '0'
{
"errCode": 0,
"errMsg": "string",
"data": {
"id": 0,
"createTime": "2019-08-24T14:15:22Z",
"tenantIds": "string",
"serverName": "string",
"localIp": "string",
"publicIp": "string",
"isOnline": 0,
"localPrivateKey": "string",
"localPublicKey": "string",
"remotePrivateKey": "string",
"remotePublicKey": "string",
"lastSyncTime": "2019-08-24T14:15:22Z",
"performanceIndicators": "string",
"certExpireTime": "2019-08-24T14:15:22Z",
"visitUrl": "string",
"dataSourceIds": [
0
]
}
}