Queries configurations about the fine-grained monitoring feature of an elastic IP address (EIP).
debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
RegionId | string | Yes | The region ID of the instance. You can call the DescribeRegions operation to query the most recent region list. | cn-hangzhou |
InstanceId | string | Yes | The ID of the instance whose fine-grained monitoring configurations you want to query. | eip-wz9fi6qboho9fwgx7**** |
InstanceType | string | No | The type of the instance. Set the value to EIP. | EIP |
Response parameters
Examples
Sample success responses
JSON
format
{
"LogProject": "hdmonitor-cn-shenzhen-1658206966225390",
"RequestId": "54B48E3D-DF70-471B-AA93-08E683A1B457",
"LogStore": "hdmonitor",
"Success": "true",
"InstanceId": "eip-wz9fi6qboho9fwgx7****",
"InstanceType": "EIP"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | InvalidInstanceId | Instance does not exist. | The error message returned because the specified instance does not exist. |
400 | ProjectNotExist | The Project does not exist. | - |
400 | ParameterInvalid | Invalid parameter. | The error message returned because a parameter is invalid. |
400 | InvalidHdMonitorStatus | Current instance status is not valid for this action. | - |
400 | InvalidAction.NotSupport | This region does not support this action. | - |
400 | InvalidAllocationId.NotFound | Specified allocation id is not found. | The error message returned because the specified EIP does not exist. Check whether the value of the parameter is valid. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation | ||||
---|---|---|---|---|---|---|
2023-06-13 | The error codes of the API operation change. | see changesets | ||||
|