Help Center/ GeminiDB/ API Reference/ APIs v3 (Recommended)/ Instances/ Querying Configurations of Second-Level Monitoring
Updated on 2024-12-31 GMT+08:00

Querying Configurations of Second-Level Monitoring

Function

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

URI

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

Table 1 URI parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Project ID of a tenant in a region. To obtain this value, see Obtaining a Project ID.

instance_id

Yes

String

Instance ID

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

User token

Response Parameters

Status code: 200

Table 3 Response body parameters

Parameter

Type

Description

enabled

Boolean

Whether second-level monitoring is enabled

  • true: Enabled
  • false: Disabled

Example Request

URI example

GET https://{endpoint}/v3/054e292c9880d4992f02c0196d3ea468/instances/054e292c9880d4992f02c0196d3ein12/monitoring-by-seconds/switch

Example Response

Status code: 200

Success.

{ 
  "enabled" : false 
}

Status Codes

For details, see Status Codes.

Error Codes

For details, see Error Codes.