public static final class GetHoneypotNodeMetricListRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetHoneypotNodeMetricListRequest |
build() |
GetHoneypotNodeMetricListRequest.Builder |
endTime(String endTime)
The end of the time range to query.
|
GetHoneypotNodeMetricListRequest.Builder |
express(String express)
The expression that is used to compute the query results in real time.
|
GetHoneypotNodeMetricListRequest.Builder |
length(String length)
The number of entries per page.
|
GetHoneypotNodeMetricListRequest.Builder |
metricName(String metricName)
The metric that is used to monitor the cloud service.
|
GetHoneypotNodeMetricListRequest.Builder |
namespace(String namespace)
The namespace of the cloud service.
|
GetHoneypotNodeMetricListRequest.Builder |
nodeId(String nodeId)
The management node ID.
|
GetHoneypotNodeMetricListRequest.Builder |
period(String period)
The time interval.
|
GetHoneypotNodeMetricListRequest.Builder |
startTime(String startTime)
The beginning of the time range to query.
|
public GetHoneypotNodeMetricListRequest.Builder endTime(String endTime)
The end of the time range to query. Valid values:
2019-01-30 00:10:00
public GetHoneypotNodeMetricListRequest.Builder express(String express)
The expression that is used to compute the query results in real time.
example:Only the groupby expression is supported. This expression is similar to the GROUP BY statement that applies to databases.
{"groupby":["userId","instanceId"]}
public GetHoneypotNodeMetricListRequest.Builder length(String length)
The number of entries per page.
example:The maximum value of the Length parameter in a request is 1440.
100
public GetHoneypotNodeMetricListRequest.Builder metricName(String metricName)
The metric that is used to monitor the cloud service.
example:cpu_total
public GetHoneypotNodeMetricListRequest.Builder namespace(String namespace)
The namespace of the cloud service. Format: acs_cloud service name.
example:acs_ecs_dashboard
public GetHoneypotNodeMetricListRequest.Builder nodeId(String nodeId)
The management node ID.
example:cc427e14-f257-4670-9d2b-d83bbbe7****
public GetHoneypotNodeMetricListRequest.Builder period(String period)
The time interval. Unit: seconds. Valid values: 60, 300, and 900.
example:60
public GetHoneypotNodeMetricListRequest.Builder startTime(String startTime)
The beginning of the time range to query. The following formats are supported:
2019-01-30 00:00:00
public GetHoneypotNodeMetricListRequest build()
Copyright © 2026. All rights reserved.