Lists the metadata of all symbol files (Android mapping files and iOS/tvOS symbol extract files) for a mobile app from the symbol file storage.
The request produces an application/json
payload.
GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/config/v1/symfiles/{applicationId} |
Environment ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/config/v1/symfiles/{applicationId} |
To execute this request, you need an access token with DssFileManagement
scope.
To learn how to obtain and use it, see Tokens and authentication.
The Dynatrace entity ID of the required mobile app.
SymbolFileList
objectSymbolFile
objectThe name of the application to which the file belongs to.
Whether the file pinned and therefore cannot be deleted.
The size of the file, in KB.
The timestamp of the file upload, in UTC milliseconds
AppIdentifier
objectThe identification info of the application to which the file belongs to.
The ID of the mobile app.
The operating system the file belongs to.
ANDROID
IOS
TVOS
The bundleId (iOS) or package name (Android) the file belongs to.
The version code (Android) / bundle version (iOS) the file belongs to.
The version name (Android) / bundle versions string (iOS) the file belongs to.
{"symbolFiles": [{"appId": {"id": "string","os": "ANDROID","packageName": "string","versionCode": "string","versionName": "string"},"applicationName": "string","pinned": true,"size": 1,"uploadTimestamp": 1}]}