Returns statistics and limits for data modeling resources across the project. Use this endpoint to monitor your overall data modeling usage and available capacity.
Statistics and limits for data modeling related resources in the project
The response for a failed request.
{- "spaces": {
- "count": 0,
- "limit": 0
}, - "containers": {
- "count": 0,
- "limit": 0
}, - "views": {
- "count": 0,
- "limit": 0
}, - "dataModels": {
- "count": 0,
- "limit": 0
}, - "containerProperties": {
- "count": 0,
- "limit": 0
}, - "instances": {
- "edges": 0,
- "softDeletedEdges": 0,
- "nodes": 0,
- "softDeletedNodes": 0,
- "instances": 0,
- "instancesLimit": 0,
- "softDeletedInstances": 0,
- "softDeletedInstancesLimit": 0
}, - "concurrentReadLimit": 0,
- "concurrentWriteLimit": 0,
- "concurrentDeleteLimit": 1
}