Skip to main content
GET
/
info
/
environment
{
  "dataEngines": {
    "memoryLimitMegaBytes": 123,
    "numberOfWorkers": 123
  },
  "usage": {
    "filesystemSizeBytes": 123,
    "databaseSizeBytes": 123
  }
}
{
"status": "<string>",
"context": {},
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"violations": [
{
"title": "<string>",
"propertyPath": "<string>",
"type": "<string>"
}
]
}

Query Parameters

space
string

Space Identifier

Response

Environment information

dataEngines
object
usage
object