Memos
Instance Service

Get Instance Stats

GetInstanceStats returns resource usage statistics for the instance. Admin only.

GET
/api/v1/instance/stats

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/instance/stats"
{  "database": {    "driver": "string",    "sizeBytes": "string"  },  "localStorageBytes": "string",  "generatedTime": "2019-08-24T14:15:22Z"}