Server API Specification Reference
The server API provides HTTP methods for checking the status of the server, listing the available buckets, and retrieving the permissions for the current API token.
Get Statistical Information about Instance​
You can use this method to get stats of the storage, check its version and license.
If authentication is enabled, the method needs a valid API token.
get
/api/v1/info
Get statistical information about the storage
Get a Bucket List with Metadata​
You can use this method to browse the buckets of the storage.
If authentication is enabled, the method needs a valid API token.
get
/api/v1/list
Get a list of the buckets with their stats
Check if the Storage Engine is Alive​
You can use this method for health checks in Docker or Kubernetes environment. The method has anonymous access.
head
/api/v1/alive
Check if the storage engine is working