For the complete documentation index, see llms.txt. This page is also available as Markdown.

DescribeEipMonitorData

1. API Description

This API (DescribeEipMonitorData) is used to query the performance data of the elastic IP.

2. Input Parameters

The following request parameter list only provides API request parameters.

Parameter Name
Required
Type
Description

eipId

Yes

String

Elastic IP ID.

metricType

Yes

Performance metrics.

startTime

Yes

String

Start time of the query.

Time format: yyyy-MM-ddTHH:mm:ssZ.

endTime

Yes

String

End time of the query.

Time format: yyyy-MM-ddTHH:mm:ssZ.

step

No

Integer

Time duration.

Default value: 5 minutes;

Supported values: 1 or 5 minutes.

Default value: 5

direction

No

Traffic direction.

3. Output Parameters

Parameter Name
Type
Description

requestId

String

The unique request ID, which is returned for each request.

RequestId is required for locating a problem.

inMaxValue

Float

Inbound maximum value.

inAvgValue

Float

Inbound average value.

inMinValue

Float

Inbound minimum value.

inTotalValue

Float

Inbound total value.

outMaxValue

Float

Outbound maximum value.

outAvgValue

Float

Outbound average value.

outMinValue

Float

Outbound minimum value.

outTotalValue

Float

Outbound total value.

loseOutMaxValue

Float

Outbound maximum loss value.

loseOutMinValue

Float

Outbound minimum loss value.

loseOutTotalValue

Float

Outbound total loss value.

loseInMaxValue

Float

Inbound maximum loss value.

loseInMinValue

Float

Inbound minimum loss value.

loseInTotalValue

Float

Inbound total loss value.

dataList

Information on performance data.

4. Code Example

Query the performance data of the elastic IP.

5. Developer Resources

Zenlayer Cloud API 2.0 integrates SDKs,to make it easier for you to call APIs. More programming languages will be supported.

6. Error Codes

The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

HTTP Status Code
Error Code
Description

400

OPERATION_DENIED_TIME_STEP_NOT_SUPPORT

Data point intervals are not supported.

400

INVALID_TIME_RANGE

The query time range is invalid.

404

INVALID_EIP_NOT_FOUND

Elastic IP does not exist.

400

OPERATION_DENIED_EIP_DIRECTION_NOT_SUPPORTED

The direction parameter is only valid for PathBasedBandwidthIP type EIPs.

Last updated