Mobile Symbolication API - GET storage info

Gets the symbol file storage information.

The request produces an application/json payload.

GET
  • Managed https://{your-domain}/e/{your-environment-id}/api/config/v1/symfiles/info
  • SaaS https://{your-environment-id}.live.dexp.ae/api/config/v1/symfiles/info

Parameters

The request doesn't provide any configurable parameters.

Response format

The SymbolFileStorageInfo object

Element Type Description
usedStorage integer

The size of the used storage by symbolication files in KB

availableStorage integer

The storage space still empty which can be used for symbolication files in KB

storageQuota integer

The total storage quota available on this tenant for symbolication files in KB

fileCount integer