Retrieve the usage of a workspace. This call supports pagination; default page size includes 20 entries.
Success
Bad request, validation error
Unauthorized request
Access forbidden
Too Many Requests
Internal server error
{- "items": [
- {
- "workspaceId": "corotest_123",
- "parentWorkspaceId": "coroparent_123",
- "workspaceType": "regular",
- "time": 1672545600000,
- "subscriptionType": "FREEZE",
- "trialStartDate": 1694009438802,
- "trialEndDate": 1694009438802,
- "connectedCloudApplications": [
- "string"
], - "modules": [
- "CLOUD_SECURITY"
], - "addons": [
- "INBOUND_GATEWAY"
], - "bundles": [
- "ENDPOINT_PROTECTION"
], - "users": {
- "protectedUsers": 0,
- "protectableUsers": 0
}, - "devices": {
- "protectedDevicesStats": {
- "windowsCount": 0,
- "macOsCount": 0,
- "androidCount": 0,
- "iosCount": 0
}
}, - "atcEnabledStats": {
- "windowsCount": 0
}, - "moduleStatistics": {
- "deviceModules": {
- "endpointSecurity": {
- "windowsCount": 0,
- "macOsCount": 0,
- "androidCount": 0,
- "iosCount": 0
}, - "endpointDataGovernance": {
- "windowsCount": 0,
- "macOsCount": 0,
- "androidCount": 0,
- "iosCount": 0
}, - "edr": {
- "windowsCount": 0,
- "macOsCount": 0,
- "androidCount": 0,
- "iosCount": 0
}, - "network": {
- "windowsCount": 0,
- "macOsCount": 0,
- "androidCount": 0,
- "iosCount": 0
}, - "mdm": {
- "windowsCount": 0,
- "macOsCount": 0,
- "androidCount": 0,
- "iosCount": 0
}
}, - "mdmModules": {
- "active": {
- "windowsCount": 0,
- "macOsCount": 0,
- "androidCount": 0,
- "iosCount": 0
}, - "disenrolled": {
- "windowsCount": 0,
- "macOsCount": 0,
- "androidCount": 0,
- "iosCount": 0
}, - "inactive": {
- "windowsCount": 0,
- "macOsCount": 0,
- "androidCount": 0,
- "iosCount": 0
}
}
}
}
], - "totalElements": 0
}