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

Mobile Symbolication API - GET storage info

Gets the symbol file storage information.

The request produces an application/json payload.

GETManagedDynatrace for Governmenthttps://{your-domain}/e/{your-environment-id}/api/config/v1/symfiles/info
SaaShttps://{your-environment-id}.live.dynatrace.com/api/config/v1/symfiles/info
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/config/v1/symfiles/info

Authentication

To execute this request, you need an access token with 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 symbol files, in KB.

availableStorageinteger

The available storage space for symbol files, in KB. Has the value of -1 for an unlimited quota.

storageQuotainteger

The total storage quota for symbol files, in KB. Has the value of -1 for an unlimited quota.

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.