Retrieve project-wide statistics and limits

Returns statistics and limits for data modeling resources across the project. Use this endpoint to monitor your overall data modeling usage and available capacity.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Responses
200

Statistics and limits for data modeling related resources in the project

400

The response for a failed request.

get/models/statistics
Request samples
Response samples
application/json
{
  • "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
}