All Products
Search
Document Center

Virtual Private Cloud:DescribeHighDefinitionMonitorLogAttribute

Last Updated:Mar 04, 2024

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

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
vpc:DescribeHighDefinitionMonitorLogAttributeRead
  • Address
    acs:vpc:{#regionId}:{#accountId}:eip/{#AllocationId}
    none
none

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 code has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    Error Codes 400 change