状态查询 websocket测试 GET http:/domain/api/front/monitor/status/{record_id} 说明 / 示例 ``` { "code": 1, "msg": "success", "data": { "record_id": 20333, "host": "baidu.com", "ipv4": "123.123.123.123", "port": 80, "monitorInterval": 600, "monitorType": "HTTP", "monitorAction": 1, "backupRecordType":"A" , "backupContent": "9.9.9.9", "statusMonitor": 0, "updatedAt": "2021-01-09 12:41:53" } } ```
``` { "code": 1, "msg": "success", "data": { "record_id": 20333, "host": "baidu.com", "ipv4": "123.123.123.123", "port": 80, "monitorInterval": 600, "monitorType": "HTTP", "monitorAction": 1, "backupRecordType":"A" , "backupContent": "9.9.9.9", "statusMonitor": 0, "updatedAt": "2021-01-09 12:41:53" } } ```