All Products
Search
Document Center

Application Real-Time Monitoring Service:GetSourceMapInfo

Last Updated:Aug 30, 2024

Obtains the details of the SourceMap file uploaded in Browser Monitoring.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

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:
    • The required resource types are displayed in bold characters.
    • 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:GetSourceMapInfonone
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
IDstringYes

The ID of the SourceMap file.

atc889zkcf@d8deedfa9bf****/0.0.0/test.sourcemap.js
KeywordstringNo

The keyword in the file name. The files are searched by keyword.

test
OrderFieldstringNo

The criterion by which the files are sorted. Valid values:

  • version: The files are sorted by version.
  • uploadTime: The files are sorted by upload time.
version
AscendingSequencebooleanNo

The order in which the files are sorted. Valid values:

  • true: ascending order
  • false: descending order
true
RegionIdstringNo

The ID of the region.

cn-hangzhou
EditionstringNo

The version of the SourceMap file.

0.0.0

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The ID of the request.

C21AB7CF-B7AF-410F-BD61-82D1567F****
SourceMapListarray<object>

The details of the SourceMap file.

object
Fidstring

The ID of the SourceMap file.

atc889zkcf@d8deedfa9bf****/0.0.0/test.sourcemap.js
FileNamestring

The name of the SourceMap file.

test.sourcemap.js
Sizestring

The size of the file. Unit: KB.

201223
UploadTimestring

The timestamp that indicates when the file was uploaded.

1590657842000
Versionstring

The version of the file.

0.0.0

Examples

Sample success responses

JSONformat

{
  "RequestId": "C21AB7CF-B7AF-410F-BD61-82D1567F****",
  "SourceMapList": [
    {
      "Fid": "atc889zkcf@d8deedfa9bf****/0.0.0/test.sourcemap.js",
      "FileName": "test.sourcemap.js",
      "Size": "201223",
      "UploadTime": "1590657842000",
      "Version": "0.0.0"
    }
  ]
}

Error codes

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

Change history

Change timeSummary of changesOperation
2022-07-27The request parameters of the API has changedView Change Details