All Products
Search
Document Center

Application Real-Time Monitoring Service:SearchRetcodeAppByPage

Last Updated:May 09, 2024

Queries Browser Monitoring tasks by page.

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:SearchRetcodeAppByPageRead
  • RetcodeApp
    acs:arms:{#regionId}:{#accountId}:retcodeapp/*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RetcodeAppNamestringYes

The name of the application that is monitored by Browser Monitoring.

App1
PageNumberintegerYes

The number of the page to return.

1
PageSizeintegerYes

The number of entries to return on each page.

5
RegionIdstringYes

The ID of the region.

cn-hangzhou
ResourceGroupIdstringNo

The ID of the resource group. You can obtain the resource group ID in the Resource Management console.

rg-acfmxyexli2****
RetcodeAppIdstringNo

The ID of the application.

Log on to the ARMS console. In the left-side navigation pane, choose Browser Monitoring > Browser Monitoring. On the Browser Monitoring page, click the name of an application. The URL in the browser address bar contains the pid of this application in the format of pid=xxx. The PID is usually percent encoded as xxx%40xxx. You must modify this value to remove the percent encoding. For example, if the PID in the URL is xxx%4074xxx, you must replace %40 with the at sign (@). The actual PID is xxx@74xxx.

eb4zdose6v@9781be0f44d****
Tagsobject []No

The tags.

KeystringNo

The tag key.

TestKey
ValuestringNo

The tag value.

TestValue

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

626037F5-FDEB-45B0-804C-B3C92797A64E
PageBeanobject

The returned page information.

PageNumberinteger

The page number of the returned page.

1
PageSizeinteger

The number of entries returned per page.

2
TotalCountinteger

The total number of returned entries.

8
RetcodeAppsobject []

The Browser Monitoring tasks that are returned.

Typestring

The type of the monitoring task. Valid values:

  • TRACE: Application Monitoring
  • RETCODE: Browser Monitoring
RETCODE
AppNamestring

The name of the application.

a3
RetcodeAppTypestring

The type of the application. Valid values:

  • web: web application
  • weex: Weex mobile app
  • mini_dd: DingTalk mini program
  • mini_alipay: Alipay mini program
  • mini_wx: WeChat mini program
  • mini_common: mini program on other platforms
web
UpdateTimelong

The time when the task was updated.

1545363321000
CreateTimelong

The time when the task was created.

1545363321000
Pidstring

The PID of the application.

eb4zdose6v@9781be0f44d****
AppIdlong

The ID of the application. The parameter is an auto-increment parameter.

16064
UserIdstring

The ID of the user.

12341234
RegionIdstring

The ID of the region.

cn-hangzhou
NickNamestring

The alias of the application.

c1
ResourceGroupIdstring

The ID of the resource group.

rg-acfmxyexli2****
Tagsobject []

The tags.

Keystring

The tag key.

TestKey
Valuestring

The tag value.

TestValue

Examples

Sample success responses

JSONformat

{
  "RequestId": "626037F5-FDEB-45B0-804C-B3C92797A64E",
  "PageBean": {
    "PageNumber": 1,
    "PageSize": 2,
    "TotalCount": 8,
    "RetcodeApps": [
      {
        "Type": "RETCODE",
        "AppName": "a3",
        "RetcodeAppType": "web",
        "UpdateTime": 1545363321000,
        "CreateTime": 1545363321000,
        "Pid": "eb4zdose6v@9781be0f44d****",
        "AppId": 16064,
        "UserId": "12341234",
        "RegionId": "cn-hangzhou",
        "NickName": "c1",
        "ResourceGroupId": "rg-acfmxyexli2****",
        "Tags": [
          {
            "Key": "TestKey",
            "Value": "TestValue"
          }
        ]
      }
    ]
  }
}

Error codes

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

Change history

Change timeSummary of changesOperation
2022-09-27The response structure of the API has changedsee changesets
Change itemChange content
Output ParametersThe response structure of the API has changed.