Enables fine-grained monitoring for the current region.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
slb:EnableHighDefinationMonitor |
create |
*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 the Classic Load Balancer (CLB) instance is deployed. You can call the DescribeRegions operation to query the most recent region list. |
cn-hangzhou |
| LogProject |
string |
Yes |
The name of the project of Log Service. The name must be 4 to 63 characters in length, and can contain digits and lowercase letters. It must start and end with a digit or a letter. |
my-project |
| LogStore |
string |
Yes |
The name of the Logstore of Log Service. The name must be 2 to 64 characters in length and can contain digits, lowercase letters, hyphens (-) and underscores (_). It must start and end with a digit or a letter. |
my-log-store |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Success |
string |
Indicates whether the call is successful. Valid values:
|
true |
| RequestId |
string |
The ID of the request. |
2F398FF5-B349-5C01-8638-8E9A0BF1DBE6 |
Examples
Success response
JSON format
{
"Success": "true",
"RequestId": "2F398FF5-B349-5C01-8638-8E9A0BF1DBE6"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | OperationNotAllowed.HighDefinitionMonitorEnabled | The operation is not allowed because HighDefinitionMonitor is already enabled in this region. | |
| 400 | UnsupportedFeature.User | The feature of HighDefinationMonitor is not supported. | |
| 400 | NoPermission.AliyunServiceRoleForSlbLogDelivery | You are not authorized to create the service linked role. Role Name: AliyunServiceRoleForSlbLogDelivery. Service Name: logdelivery.slb.aliyuncs.com. Please ensure the user has been granted the ram:CreateServiceLinkedRole permission |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.