dbbackup/wwwroot/api/agent_report_db_health.dspy

4 lines
163 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Agent 上报 MySQL 复制状态binlog 日志同步)
result = await agent_report_db_health(request, params_kw)
return json.dumps(result, ensure_ascii=False)