Queries the configurations of fine-grained monitoring in a region.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
slb:DescribeHighDefinationMonitor |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Tags |
string |
No |
The tags of the logs. The tags must be key-value pairs that are contained in a JSON dictionary. |
[{"tagKey":"Key1","tagValue":"Value1"}] |
| RegionId |
string |
Yes |
The ID of the region where you want to query the configuration of fine-grained monitoring. You can call the DescribeRegions operation to query the most recent region list. |
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| LogProject |
string |
The name of the Log Service project. |
my-project |
| RequestId |
string |
The request ID. |
2F398FF5-B349-5C01-8638-8E9A0BF1DBE6 |
| LogStore |
string |
The name of the Logstore. |
my-log-store |
| Success |
string |
Indicates whether the call is successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"LogProject": "my-project",
"RequestId": "2F398FF5-B349-5C01-8638-8E9A0BF1DBE6",
"LogStore": "my-log-store",
"Success": "true"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.