All Products
Search
Document Center

Application Real-Time Monitoring Service:GetRumUploadFiles

Last Updated:Jul 16, 2025

Queries Real User Monitoring (RUM)-related files, such as symbol tables and SourceMap.

Operation description

Real User Monitoring (RUM) is available only in the China (Hangzhou), Singapore, and US (Silicon Valley) regions. Select the correct endpoint.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
arms:GetRumUploadFilesget
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
AppTypestringNo

The file type. Valid values: source-map: SourceMap files. mapping: symbol table files for Android. dsym: dSYM files for iOS.

source-map
PidstringYes

The process ID (PID) of the application.

aoxxxxxly@741623b4e91****
RegionIdstringYes

The region ID.

cn-hangzhou
VersionIdstringNo

The version number of the files. If you do not specify this parameter, all versions of the files are returned by default.

1.0.0

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The request ID.

2983BEF7-4A0D-47A2-94A2-8E9C5E63****
Codeinteger

The HTTP status code. The status code 200 indicates that the request was successful. Other status codes indicate that the request failed.

200
Messagestring

The error message returned if the request failed.

success
HttpStatusCodeinteger

The HTTP status code.

200
Successboolean

Indicates whether the request was successful. Valid values:

  • true
  • false
true
Dataarray<object>

The queried files.

dataobject
FileNamestring

The file name.

test.js.map
Uuidstring

The file ID.

cxxxerfewrfwerfwerffvrt
Sizestring

The size of the file. Unit: bytes.

1000
LastModifiedTimeany

The time when the file was last modified. The value is a timestamp.

1682863151000
VersionIdstring

The version number of the file.

1.0.0

Examples

Sample success responses

JSONformat

{
  "RequestId": "2983BEF7-4A0D-47A2-94A2-8E9C5E63****",
  "Code": 200,
  "Message": "success",
  "HttpStatusCode": 200,
  "Success": true,
  "Data": [
    {
      "FileName": "test.js.map",
      "Uuid": "cxxxerfewrfwerfwerffvrt",
      "Size": 1000,
      "LastModifiedTime": 1682863151000,
      "VersionId": "1.0.0"
    }
  ]
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-08-16The internal configuration of the API is changed, but the call is not affectedView Change Details
2024-07-25The request parameters of the API has changedView Change Details