]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/api/health.service.ts
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / api / health.service.ts
index a8f7c467a0ca742c5e11911e2fc9e479f2af7caf..42634a1481cf2fb596630e4508231df85ebe8915 100644 (file)
@@ -14,4 +14,16 @@ export class HealthService {
   getMinimalHealth() {
     return this.http.get('api/health/minimal');
   }
+
+  getClusterCapacity() {
+    return this.http.get('api/health/get_cluster_capacity');
+  }
+
+  getClusterFsid() {
+    return this.http.get('api/health/get_cluster_fsid');
+  }
+
+  getOrchestratorName() {
+    return this.http.get('api/health/get_orchestrator_name');
+  }
 }