Use the Token to Upload NDK Symbol with the REST API
MAPPING_FILE_UPLOAD_API_DISABLED: TrueComplete the following steps to upload the NDK Symbol file:
AppDynamics SaaS
list_alt
MAPPING_FILE_UPLOAD_API_DISABLED: TrueComplete the following steps to upload the NDK Symbol file:
curl -L -X GET -u <username>@<accountName>:<password> '<controller base url>/controller/restui/mobileRUMConfig/getApplicationId/<App key>'curl -L -X GET -u <username>@<accountName>:<password> '<controller base url>/controller/restui/mobileRUMConfig/fileUploadToken'curl -L -X POST -u <username>@<accountName>:<password> '<controller base url>/controller/restui/mobileRUMConfig/uploadNDKSYMPackageFile/<applicationID>?token=<token>' -F 'fileData=@"<NDK file PATH>"'