Instance Service
Get Instance Stats
GetInstanceStats returns resource usage statistics for the instance. Admin only.
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"
}{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}