• Home
  • Dynatrace API
  • Configuration
  • Mobile Deobfuscation and Symbolication
  • GET storage info

Mobile Symbolication API - GET storage info

Gets the symbolication file storage information.

The request produces an application/json payload.

GETManaged https://{your-domain}/e/{your-environment-id}/api/config/v1/symfiles/info
SaaS https://{your-environment-id}.live.dynatrace.com/api/config/v1/symfiles/info
Environment ActiveGate https://{your-activegate-domain}/e/{your-environment-id}/api/config/v1/symfiles/info

Authentication

To execute this request, you need an access token with Mobile symbolication file management (DssFileManagement) scope. To learn how to obtain and use it, see Tokens and authentication.

Parameters

The request doesn't provide any configurable parameters.

Response

Response codes

CodeTypeDescription
200SymbolFileStorageInfo

Success

Response body objects

The SymbolFileStorageInfo object

ElementTypeDescription
usedStorageinteger

The size of the used storage by symbolication files in KB

availableStorageinteger

The storage space still empty which can be used for symbolication files in KB, -1 if quota is set to 'unlimited'

storageQuotainteger

The total storage quota available on this tenant for symbolication files in KB, -1 if quota is set to 'unlimited'

fileCountinteger-

Response body JSON model

json
{ "usedStorage": 1, "availableStorage": 1, "storageQuota": 1, "fileCount": 1 }
Related topics
  • Upload and manage symbol files for mobile applications

    Learn about deobfuscation (Android) and symbolication (iOS) and your options for uploading and managing symbol files in Dynatrace.