All Products
Search
Document Center

Virtual Private Cloud:DescribeHighDefinitionMonitorLogAttribute

Last Updated:Dec 02, 2023

Queries configurations about the fine-grained monitoring feature of an elastic IP address (EIP).

debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

debugging

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID of the instance.

You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou
InstanceIdstringYes

The ID of the instance whose fine-grained monitoring configurations you want to query.

eip-wz9fi6qboho9fwgx7****
InstanceTypestringNo

The type of the instance. Set the value to EIP.

EIP

Response parameters

ParameterTypeDescriptionExample
object
LogProjectstring

The name of the project.

hdmonitor-cn-shenzhen-1658206966225390
RequestIdstring

The request ID.

54B48E3D-DF70-471B-AA93-08E683A1B457
LogStorestring

The name of the Logstore.

hdmonitor
Successstring

Indicates whether the operation is performed. Valid values:

  • true
  • false
true
InstanceIdstring

The ID of the instance whose fine-grained monitoring configurations you want to query.

eip-wz9fi6qboho9fwgx7****
InstanceTypestring

The type of instance for which you want to query fine-grained monitoring. Only EIP may be returned.

EIP

Examples

Sample success responses

JSONformat

{
  "LogProject": "hdmonitor-cn-shenzhen-1658206966225390",
  "RequestId": "54B48E3D-DF70-471B-AA93-08E683A1B457",
  "LogStore": "hdmonitor",
  "Success": "true",
  "InstanceId": "eip-wz9fi6qboho9fwgx7****",
  "InstanceType": "EIP"
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidInstanceIdInstance does not exist.The error message returned because the specified instance does not exist.
400ProjectNotExistThe Project does not exist.-
400ParameterInvalidInvalid parameter.The error message returned because a parameter is invalid.
400InvalidHdMonitorStatusCurrent instance status is not valid for this action.-
400InvalidAction.NotSupportThis region does not support this action.-
400InvalidAllocationId.NotFoundSpecified 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 timeSummary of changesOperation
2023-06-13The error codes of the API operation change.see changesets
Change itemChange content
Error CodesThe error codes of the API operation change.
    Error Codes 400 change