All Products
Search
Document Center

ApsaraDB RDS:DescribeDBInstanceMonitor

Last Updated:Jul 06, 2024

Queries the monitoring frequency of an instance.

Operation description

Supported database engines

  • MySQL
  • SQL Server
  • MariaDB

Debugging

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

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ClientTokenstringNo

The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.

ETnLKlblzczshOTUbOCzxxxxxxx
DBInstanceIdstringYes

The instance ID. You can call the DescribeDBInstances operation to query the instance ID.

rm-uf6wjk5xxxxxxx

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

Periodstring

The monitoring frequency. Unit: seconds.

60
RequestIdstring

The request ID.

30829FD4-1A84-4C2A-A625-2EADECB95CA3

Examples

Sample success responses

JSONformat

{
  "Period": "60",
  "RequestId": "30829FD4-1A84-4C2A-A625-2EADECB95CA3"
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidParameter.OwnerAccountThe specified parameter OwnerAccount is not valid.The operation failed. The value of the OwnerAccount parameter is invalid. Check the value of this parameter.

For a list of error codes, visit the Service error codes.