应用性能管理 APM-查询Agent列表:响应参数

时间:2023-11-21 15:45:40

响应参数

状态码: 200

表3 响应Body参数

参数

参数类型

描述

total_page

Integer

总页数。

total_count

Integer

总个数。

online_count

Integer

正常个数。

offline_count

Integer

心跳异常个数。

disable_count

Integer

被关闭的个数。

agent_info_list

Array of InstanceInfo objects

agent地址列表。

表4 InstanceInfo

参数

参数类型

描述

instance_id

Long

实例id。

business_name

String

应用名称。

business_id

Long

应用id。

app_name

String

组件名称。

host_name

String

主机名称。

instance_name

String

实例名称。

ip_address

String

主机ip地址。

env_id

Long

环境ID。

agent_version

String

Javaagent版本。

last_heartbeat

Long

最后心跳时间。

register_time

Long

注册时间。

last_modify_user_id

String

最后修改用户id。

instance_status

Integer

实例状态,0表示启用,1表示停用,2表示离线。

last_modify_user_name

String

最后修改用户名称。

last_modify_time

Long

最后修改时间。

support.huaweicloud.com/api-apm/apm_api_1011.html