Updated on 2025-08-22 GMT+08:00

Querying Second-Level Monitoring Configurations

API Description

This API is used to query second-level monitoring configurations.

URI

  • URI format

    GET https://{Endpoint}/v3/{project_id}/instances/{instance_id}/monitoring-by-seconds/switch

  • URI example
    https://dds.cn-north-1.myhuaweicloud.com/v3/054e292c9880d4992f02c0196d3ea468/instances/054e292c9880d4992f02c0196d3ein02/monitoring-by-seconds/switch
    Table 1 Request parameters

    Name

    Mandatory

    Type

    Description

    project_id

    Yes

    String

    Definition

    Project ID of a tenant in a region. To obtain the project ID, see Obtaining a Project ID.

    Constraints

    N/A

    Range

    N/A

    Default Value

    N/A

    instance_id

    Yes

    String

    Definition

    Instance ID, which can be obtained by calling the API described in Querying Instances and Details. If you do not have an instance, call the API described in Creating a DB Instance to create one.

    Constraints

    N/A

    Range

    N/A

    Default Value

    N/A

Request Parameters

  • Parameter description
    Table 2 Request header parameters

    Name

    Mandatory

    Type

    Description

    X-Auth-Token

    Yes

    String

    Definition

    User token obtained from IAM. For details, see Authentication.

    Constraints

    N/A

    Range

    N/A

    Default Value

    N/A

  • Example Request

    Querying second-level monitoring configurations

    GET https://dds.cn-north-1.myhuaweicloud.com/v3/054e292c9880d4992f02c0196d3ea468/instances/054e292c9880d4992f02c0196d3ein02/monitoring-by-seconds/switch

Response Parameters

  • Parameter description
    Table 3 Response body parameters

    Name

    Type

    Description

    enabled

    Boolean

    Definition

    Whether second-level monitoring is enabled.

    Range

    • true: enabled
    • false: disabled
  • Example response
    { 
      "enabled" : false 
    }

Status Code

For details, see Status Code.

Error Code

For details, see Error Code.