All Products
Search
Document Center

Simple Log Service:ListAgentInstanceConfigs

Last Updated:Apr 02, 2026

Operation description

Retrieves a list of process-level configurations.

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 syntax

GET /agentinstanceconfigs HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

offset

integer

No

The number of entries to skip. The default value is 0.

0

size

integer

No

The number of entries to return. The default value is 500.

100

configType

string

No

The type of the process-level configuration.

Valid values:

  • apm_biz_trace :
    apm_biz_trace
  • apm_self_protect :
    apm_self_protect
  • apm_convergence :
    apm_convergence
  • apm_custom_extract :
    apm\_custom\_extract
  • apm_pilot :
    APM Pilot
  • apm_trace :
    apm_trace
  • rum_app_config :
    rum_app_config
  • security_rasp :
    security\_rasp
  • rum_web_config :
    RUM Web Configuration
  • apm_biz_trace_global :
    apm\_biz\_trace\_global
  • apm_intacheap :
    apm_intacheap
  • apm_user_method :
    apm\_user\_method
  • apm_global :
    apm_global
  • apm_forward_process :
    APM Forwarding Process

apm_trace

Response elements

Element

Type

Description

Example

object

size

integer

The number of data entries.

10

total

integer

The total number of data entries that meet the query conditions.

10

configs ListAgentInstanceConfigs
The process-level configurations.

Examples

Success response

JSON format

{
  "size": 10,
  "total": 10,
  "configs": [
    {
      "configType": "apm_biz_trace",
      "attributes": {
        "key": "\"workspace\": \"test-workspace\"\n\"service\": \"test-service\""
      }
    }
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.