トークンを使用した REST API での NDK シンボルのアップロード
MAPPING_FILE_UPLOAD_API_DISABLED: TrueNDK シンボルファイルをアップロードするには、次の手順を実行します。
AppDynamics SaaS
list_alt
MAPPING_FILE_UPLOAD_API_DISABLED: TrueNDK シンボルファイルをアップロードするには、次の手順を実行します。
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>"'