public class DescribeAutomationAgentStatusRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeAutomationAgentStatusRequest() | 
| DescribeAutomationAgentStatusRequest(DescribeAutomationAgentStatusRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Filter[] | getFilters()Get - agent-status - String - 是否必填:否 -(过滤条件)按照agent状态过滤,取值:Online 在线,Offline 离线。 
- environment - String - 是否必填:否 -(过滤条件)按照agent运行环境查询,取值:Linux, Windows。
- instance-id - String - 是否必填:否 -(过滤条件)按照实例ID过滤。 可通过对应云产品的查询实例接口获取实例 ID。目前支持实例类型:CVM、Lighthouse、TAT 托管实例。
每次请求的 `Filters` 的上限为10, `Filter.Values` 的上限为5。参数不支持同时指定 `InstanceIds ` 和 `Filters ` 。 | 
| String[] | getInstanceIds()Get 待查询的实例ID列表。
可通过对应云产品的查询实例接口获取实例 ID。目前支持实例类型:CVM、Lighthouse、TAT 托管实例。
每次请求的上限为 100。
参数不支持同时指定 `InstanceIds ` 和 `Filters ` 。 | 
| Long | getLimit()Get 返回数量,默认为20,最大值为100。关于 `Limit` 的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。 | 
| Long | getOffset()Get 偏移量,默认为0。关于 `Offset` 的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。 | 
| void | setFilters(Filter[] Filters)Set - agent-status - String - 是否必填:否 -(过滤条件)按照agent状态过滤,取值:Online 在线,Offline 离线。 
- environment - String - 是否必填:否 -(过滤条件)按照agent运行环境查询,取值:Linux, Windows。
- instance-id - String - 是否必填:否 -(过滤条件)按照实例ID过滤。 可通过对应云产品的查询实例接口获取实例 ID。目前支持实例类型:CVM、Lighthouse、TAT 托管实例。
每次请求的 `Filters` 的上限为10, `Filter.Values` 的上限为5。参数不支持同时指定 `InstanceIds ` 和 `Filters ` 。 | 
| void | setInstanceIds(String[] InstanceIds)Set 待查询的实例ID列表。
可通过对应云产品的查询实例接口获取实例 ID。目前支持实例类型:CVM、Lighthouse、TAT 托管实例。
每次请求的上限为 100。
参数不支持同时指定 `InstanceIds ` 和 `Filters ` 。 | 
| void | setLimit(Long Limit)Set 返回数量,默认为20,最大值为100。关于 `Limit` 的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。 | 
| void | setOffset(Long Offset)Set 偏移量,默认为0。关于 `Offset` 的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeAutomationAgentStatusRequest()
public DescribeAutomationAgentStatusRequest(DescribeAutomationAgentStatusRequest source)
public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds - 待查询的实例ID列表。
可通过对应云产品的查询实例接口获取实例 ID。目前支持实例类型:CVM、Lighthouse、TAT 托管实例。
每次请求的上限为 100。
参数不支持同时指定 `InstanceIds ` 和 `Filters ` 。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - - agent-status - String - 是否必填:否 -(过滤条件)按照agent状态过滤,取值:Online 在线,Offline 离线。 
- environment - String - 是否必填:否 -(过滤条件)按照agent运行环境查询,取值:Linux, Windows。
- instance-id - String - 是否必填:否 -(过滤条件)按照实例ID过滤。 可通过对应云产品的查询实例接口获取实例 ID。目前支持实例类型:CVM、Lighthouse、TAT 托管实例。
每次请求的 `Filters` 的上限为10, `Filter.Values` 的上限为5。参数不支持同时指定 `InstanceIds ` 和 `Filters ` 。public Long getLimit()
public void setLimit(Long Limit)
Limit - 返回数量,默认为20,最大值为100。关于 `Limit` 的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量,默认为0。关于 `Offset` 的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。Copyright © 2025. All rights reserved.