You can call the ModifyDBInstanceMonitor operation to modify the monitoring frequency of an ApsaraDB RDS instance.
Operation Description
Before you call this operation, make sure that you understand the billing methods and pricing of ApsaraDB RDS. For more information, see Billable items, billing methods, and pricing.
Alibaba Cloud provides different monitoring frequencies for different instances. For more information, see Set monitoring frequencies.
debugging
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.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
rds:ModifyDBInstanceMonitor | WRITE |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ClientToken | string | No | The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but you must make sure that it is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. | ETnLKlblzczshOTUbOCzxxxxxxx |
DBInstanceId | string | Yes | The ID of the instance. You can call the DescribeDBInstances operation to query the IDs of instances. | rm-uf6wjk5xxxxxxx |
Period | string | Yes | The monitoring frequency that you want to use. Valid values:
Unit: seconds. | 60 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "52B9805C-432C-4ED1-83FD-2F916B6D2733"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | InvalidParameter.OwnerAccount | The specified parameter OwnerAccount is not valid. | The operation failed. The value of the OwnerAccount parameter is invalid. Check the value of this parameter. |
403 | OperationDenied.DBInstanceMonitorPeriod | Current DB instance does not support this monitor period. | The specified monitoring period is not supported for the current instance. |
404 | InvalidDBInstanceId.NotFound | The DBInstanceId provided does not exist in our records. | The RDS instance cannot be found. Check whether the RDS instance is created and whether the RDS instance has not been deleted. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
2022-06-23 | API Description Update,The error codes of the API operation change. | see changesets | ||||||||||
|