Queries fine-grained monitoring configurations about an elastic IP address (EIP).
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeHighDefinitionMonitorLogAttribute |
The operation that you want to perform. Set the value to DescribeHighDefinitionMonitorLogAttribute. |
InstanceId | String | Yes | eip-wz9fi6qboho9fwgx7**** |
The ID of the fine-grained monitoring instance. |
RegionId | String | Yes | cn-hangzhou |
The ID of the region where the instance is deployed. You can call the DescribeRegions operation to query the most recent region list. |
InstanceType | String | No | EIP |
The ID of the instance. Set the value to EIP. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
InstanceId | String | eip-wz9fi6qboho9fwgx7**** |
The ID of the fine-grained monitoring instance. |
InstanceType | String | EIP |
The type of the monitoring instance that is queried. The value is set to EIP. |
LogProject | String | hdmonitor-cn-shenzhen-1658206966225390 |
The name of the log project of Log Service. |
LogStore | String | hdmonitor |
The name of the Logstore of Log Service. |
RequestId | String | 54B48E3D-DF70-471B-AA93-08E683A1B457 |
The ID of the request. |
Success | String | true |
Indicates whether the operation is performed. Valid values:
|
Examples
Sample requests
http(s)://[Endpoint]/?Action=DescribeHighDefinitionMonitorLogAttribute
&InstanceId=eip-wz9fi6qboho9fwgx7****
&RegionId=cn-hangzhou
&<Common request parameters>
Sample success responses
XML
format
<DescribeHighDefinitionMonitorLogAttributeResponse>
<RequestId>54B48E3D-DF70-471B-AA93-08E683A1B457</RequestId>
<LogStore>hdmonitor</LogStore>
<InstanceId>eip-wz9fi6qboho9fwgx7****</InstanceId>
<InstanceType>EIP</InstanceType>
<LogProject>hdmonitor-cn-shenzhen-1658206966225390</LogProject>
<Success>true</Success>
</DescribeHighDefinitionMonitorLogAttributeResponse>
JSON
format
{
"RequestId": "54B48E3D-DF70-471B-AA93-08E683A1B457",
"LogStore": "hdmonitor",
"InstanceId": "eip-wz9fi6qboho9fwgx7****",
"InstanceType": "EIP",
"LogProject": "hdmonitor-cn-shenzhen-1658206966225390",
"Success": true
}
Error codes
For a list of error codes, visit the API Error Center.