Health class

The Health service allows you to both validate and monitor your Appwrite server's health.

Constructors

Health(Client client)

Properties

client Client
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get() Future<HealthStatus>
Get HTTP
getAntivirus() Future<HealthAntivirus>
Get antivirus
getCache() Future<HealthStatus>
Get cache
getCertificate({String? domain}) Future<HealthCertificate>
Get the SSL certificate for a domain
getDB() Future<HealthStatus>
Get DB
getFailedJobs({required Name name, int? threshold}) Future<HealthQueue>
Get number of failed queue jobs
getPubSub() Future<HealthStatus>
Get pubsub
getQueue() Future<HealthStatus>
Get queue
getQueueBuilds({int? threshold}) Future<HealthQueue>
Get builds queue
getQueueCertificates({int? threshold}) Future<HealthQueue>
Get certificates queue
getQueueDatabases({String? name, int? threshold}) Future<HealthQueue>
Get databases queue
getQueueDeletes({int? threshold}) Future<HealthQueue>
Get deletes queue
getQueueFunctions({int? threshold}) Future<HealthQueue>
Get functions queue
getQueueLogs({int? threshold}) Future<HealthQueue>
Get logs queue
getQueueMails({int? threshold}) Future<HealthQueue>
Get mails queue
getQueueMessaging({int? threshold}) Future<HealthQueue>
Get messaging queue
getQueueMigrations({int? threshold}) Future<HealthQueue>
Get migrations queue
getQueueUsage({int? threshold}) Future<HealthQueue>
Get usage queue
getQueueUsageDump({int? threshold}) Future<HealthQueue>
Get usage dump queue
getQueueWebhooks({int? threshold}) Future<HealthQueue>
Get webhooks queue
getStorage() Future<HealthStatus>
Get storage
getStorageLocal() Future<HealthStatus>
Get local storage
getTime() Future<HealthTime>
Get time
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited