A.27. Telemetry
方法引用,使用 Ceph RESTful API telemetry
端点管理遥测 Ceph Manager 模块的数据。
PUT /api/telemetry
- 描述
- 启用或禁用遥测模块发送所收集数据。
- 参数
-
enable
- 布尔值。 -
license_name
- 字符串值,如 shared-1-0
。确保用户已了解并接受共享遥测数据的许可证。
-
- 示例
PUT /api/telemetry HTTP/1.1 Host: example.com Content-Type: application/json { "enable": true, "license_name": "STRING" }
- 状态代码
- 200 OK - 确定。
- 202 accepted - 操作仍在执行。请检查任务队列。
- 400 Bad Request – Operation exception.请检查响应正文以了解详细信息。
- 401 未授权 - 未验证的访问.请首先登录。
- 403 Forbidden – Unauthorized access.请检查您的权限。
- 500 Internal Server Error – 意外错误。请检查堆栈追踪的响应正文。
GET /api/telemetry/report
- 描述
- 显示 Ceph 和设备上的报告数据。
- 示例
GET /api/telemetry/report HTTP/1.1 Host: example.com
- 状态代码
- 200 OK - 确定。
- 400 Bad Request – Operation exception.请检查响应正文以了解详细信息。
- 401 未授权 - 未验证的访问.请首先登录。
- 403 Forbidden – Unauthorized access.请检查您的权限。
- 500 Internal Server Error – 意外错误。请检查堆栈追踪的响应正文。
其它资源
- 如需了解更多详细信息,请参阅 Red Hat Ceph Storage Developer Guide 中的 Ceph RESTful API 章节。
- 有关使用 Ceph 仪表板管理的详细信息,请参阅 Red Hat Ceph Storage 仪表板指南中的 激活和停用遥测 一章。