All Products
Search
Document Center

Application Real-Time Monitoring Service:SearchTraceAppByPage

Last Updated:May 29, 2026

Queries Application Monitoring tasks by page.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

TraceAppName

string

No

The name of the application.

test-app

PageNumber

integer

No

The number of the page to return. Default value: 1.

1

PageSize

integer

No

The number of entries to return on each page. Default value: 10.

10

RegionId

string

Yes

The region ID.

cn-hangzhou

ResourceGroupId

string

No

The resource group ID.

rg-acfmxyexli2****

Tags

array<object>

No

A list of tags.

object

No

Key

string

No

The tag key.

TestKey

Value

string

No

The tag value.

TestValue

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID.

4B446DF2-3DDD-4B5B-8E3F-D5225120****

PageBean

object

The information about the array object.

PageNumber

integer

The page number of the returned page.

1

PageSize

integer

The number of entries returned per page.

10

TotalCount

integer

The total number of entries returned.

3

TraceApps

array<object>

The information about the monitoring task.

array<object>

Type

string

The type of the monitoring task. Valid values:

  • TRACE: Application Monitoring

  • RETCODE: Browser Monitoring

TRACE

AppName

string

The name of the application.

test-app

UpdateTime

integer

The timestamp generated when the task information was updated.

1531291867000

Show

boolean

Indicates whether the application is displayed in the Application Real-Time Monitoring Service (ARMS) console. Valid values:

  • true: yes

  • false: no

true

CreateTime

integer

The timestamp generated when the task was created.

1531291867000

Pid

string

The process identifier (PID) of the application.

atc889zkcf@d8deedfa9bf****

AppId

integer

The application ID.

123

UserId

string

The user ID.

113197164949****

RegionId

string

The region ID.

cn-hangzhou

Labels

array

The aliases of the application.

string

The alias of the application.

prod

Tags

array<object>

A list of tags.

object

Key

string

The tag key.

TestKey

Value

string

The tag value.

TestValue

ResourceGroupId

string

The resource group ID.

rg-acfmxyexli2****

Examples

Success response

JSON format

{
  "RequestId": "4B446DF2-3DDD-4B5B-8E3F-D5225120****",
  "PageBean": {
    "PageNumber": 1,
    "PageSize": 10,
    "TotalCount": 3,
    "TraceApps": [
      {
        "Type": "TRACE",
        "AppName": "test-app",
        "UpdateTime": 1531291867000,
        "Show": true,
        "CreateTime": 1531291867000,
        "Pid": "atc889zkcf@d8deedfa9bf****",
        "AppId": 123,
        "UserId": "113197164949****",
        "RegionId": "cn-hangzhou",
        "Labels": [
          "prod"
        ],
        "Tags": [
          {
            "Key": "TestKey",
            "Value": "TestValue"
          }
        ],
        "ResourceGroupId": "rg-acfmxyexli2****"
      }
    ]
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.