Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
11-08-2023 07:17 AM
Hi,
I am trying to upload the dSYM files automatically in the pipeline by hitting the Appdynamics REST APIs. Would like to know, how can I do it using API tokens?
1. I want to generate the token using Appdynamics REST API.
2. API Clients (appdynamics.com) When I generate the token via Admin UI, it shows the max is 30days. Then it needs to be regenerated. Any comments on it?
Appreciate your inputs on this.
Thanks,
Viji
11-11-2023 05:28 AM
Hi Viji,
Why don't you upload these dSYM files while building your SDK automatically?
For IOS
For Android,
Thanks
Cansel
11-15-2023 05:38 AM
Hi Cansel,
Thanks for your response.
Yes, we are uploading the dSYM files as part of build.
I have referred the documents which you shared.
For iOS,
curl -v -H Content-Type:application/octet-stream --upload-file UISampleApp.app.dSYM.zip --user Example account:Example-License-Key-4e8ec2ae6cfe https://fra-api.eum-appdynamics.com/v2/account/Example+account/ios-dsym
This looks like HTTP basic authentication to me.
It requires only the account name and license key to authenticate ? Does it not need any user credentials ?
Then, there is no need of generating and using API tokens. Am I right?
Thanks,
Viji
11-16-2023 06:23 AM
@Cansel.OZCAN Do you have any comments on my previous message?
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form