You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Health.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,3 +10,16 @@ Works around with Health Checks in Appwrite
10
10
|`getCache()`| Fetches the cache status in the Appwrite project. |[Example](/examples/health/getCache.cpp)|
11
11
|`getDB()`| Fetches the DB in the Appwrite project. |[Example](/examples/health/getDB.cpp)|
12
12
|`getPubSub()`| Fetches the PubSub status in the Appwrite project. |[Example](/examples/health/getPubSub.cpp)|
13
+
|`getStorage()`| Fetches the Storage status in the Appwrite project. |[Example](/examples/health/getStorage.cpp)|
14
+
|`getStorageLocal()`| Fetches the Local storage status in the Appwrite project. |[Example](/examples/health/getStorageLocal.cpp)|
15
+
|`getTime()`| Fetches the time status in the Appwrite project. |[Example](/examples/health/getTime.cpp)|
16
+
|`getQueue()`| Fetches the queue status in the Appwrite project. |[Example](/examples/health/getQueue.cpp)|
17
+
|`getCertificate()`| Fetches the certificate status in the Appwrite project. |[Example](/examples/health/params/getCertificate.cpp)|
18
+
|`getQueueMails()`| Fetches the queue mails status in the Appwrite project. |[Example](/examples/health/params/getQueueMails.cpp)|
19
+
|`getQueueCertificates()`| Fetches the Queue Certificates status in the Appwrite project. |[Example](/examples/health/params/getQueueCertificates.cpp)|
20
+
|`getQueueBuilds()`| Fetches the Queue Builds status in the Appwrite project. |[Example](/examples/health/params/getQueueBuilds.cpp)|
21
+
|`getQueueMessaging()`| Fetches the Queue Messaging status in the Appwrite project. |[Example](/examples/health/params/getQueueMessaging.cpp)|
22
+
|`getQueueMigrations()`| Fetches the Queue Migrations status in the Appwrite project. |[Example](/examples/health/params/getQueueMigrations.cpp)|
23
+
|`getQueueFunctions()`| Fetches the Queue Functions status in the Appwrite project. |[Example](/examples/health/params/getQueueFunctions.cpp)|
24
+
|`getQueueUsageWebhooks()`| Fetches the Queue Usage Webhooks status in the Appwrite project. |[Example](/examples/health/params/getQueueUsageWebhooks.cpp)|
25
+
|`getQueueUsageDump()`| Fetches the Queue Usage Dump status in the Appwrite project. |[Example](/examples/health/params/getQueueUsageDump.cpp)|
0 commit comments