A.20. Ceph 编排器

使用 Ceph RESTful API orchestrator 端点的方法引用,以显示 Ceph 编排器状态。

GET /api/orchestrator/status
描述
显示 Ceph 编排器状态。
示例
GET /api/orchestrator/status 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 章节。