public static final class DescribeSiteMonitorDataResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeSiteMonitorDataResponseBody |
build() |
DescribeSiteMonitorDataResponseBody.Builder |
code(String code)
The returned message.
|
DescribeSiteMonitorDataResponseBody.Builder |
data(String data)
The pagination cursor.
|
DescribeSiteMonitorDataResponseBody.Builder |
message(String message)
The returned data contains a JSON string that may consist of several or all of the following parameters:
* Error4XXRate: the percentage of detection results with 4XX status codes
|
DescribeSiteMonitorDataResponseBody.Builder |
nextToken(String nextToken)
The ID of the request.
|
DescribeSiteMonitorDataResponseBody.Builder |
requestId(String requestId)
Indicates whether the call was successful.
|
DescribeSiteMonitorDataResponseBody.Builder |
success(String success)
The HTTP status code.
|
public DescribeSiteMonitorDataResponseBody.Builder code(String code)
public DescribeSiteMonitorDataResponseBody.Builder data(String data)
public DescribeSiteMonitorDataResponseBody.Builder message(String message)
* Error4XXRate: the percentage of detection results with 4XX status codes. * Error6XXRate: the percentage of detection results with 6XX status codes. * Error5XXRate: the percentage of detection results with 5XX status codes. * Error4XXNumber: the number of detection results with 4XX status codes. * Error5XXNumber: the number of detection results with 5XX status codes. * Error6XXNumber: the number of detection results with 6XX status codes. * Over5totalTime: the percentage of detection requests to which the response time exceeds 5,000 ms. * Over3totalTime: the percentage of detection requests to which the response time exceeds 3,000 ms. * Over2totalTime: the percentage of detection requests to which the response time exceeds 2,000 ms. * Over10FailureRate: the percentage of detection points whose failure rate of detection requests exceeds 10%. * Over100FailureRate: the percentage of detection points whose failure rate of detection requests exceeds 99%. * Over30FailureRate: the percentage of detection points whose failure rate of detection requests exceeds 30%. * Over50FailureRate: the percentage of detection points whose failure rate of detection requests exceeds 50%. * Over80FailureRate: the percentage of detection points whose failure rate of detection requests exceeds 80%. * Over90FailureRate: the percentage of detection points whose failure rate of detection requests exceeds 90%. * Over400NumberRate: the percentage of detection results with status codes that are greater than 400. * Over400NumberRate: the percentage of detection results with status codes that are greater than 500. * AvailableNumber: the number of detection results in which the status code is smaller than 400. * UnavailableNumber: the number of detection results in which the status code is greater than 399. * Availability: the percentage of detection results in which the status code is smaller than 400. * Unavailability: the percentage of detection results in which the status code is greater than 399. * ErrorCodeMaximum: the maximum error code in the detection results that were returned in a specific period. Assume that five status codes are returned in a minute after detection requests are sent from five detection points. The status code in four detection results is 200 and that in one detection result is 404. In this case, the maximum error code is 404. * ErrorCodeMinimum: the minimum error code in the detection results returned in a monitoring period. Assume that five status codes are returned in a minute after detection requests are sent from five detection points. The status code in four detection results is 200 and that in one detection result is 404. In this case, the minimum error code is 200. > We recommend that you use the AvailableNumber, UnavailableNumber, Availability, Unavailability, ErrorCodeMaximum, or ErrorCodeMinimum metric, whose value is easy to calculate.
public DescribeSiteMonitorDataResponseBody.Builder nextToken(String nextToken)
public DescribeSiteMonitorDataResponseBody.Builder requestId(String requestId)
public DescribeSiteMonitorDataResponseBody.Builder success(String success)
> The status code 200 indicates that the call was successful.
public DescribeSiteMonitorDataResponseBody build()
Copyright © 2023. All rights reserved.