All Products
Search
Document Center

Server Load Balancer:DescribeHighDefinationMonitor

Last Updated:Mar 14, 2024

Queries the configurations of fine-grained monitoring in a region.

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
TagsstringNo

The tags of the logs. The tags must be key-value pairs that are contained in a JSON dictionary.

[{"tagKey":"Key1","tagValue":"Value1"}]
RegionIdstringYes

The ID of the region where you want to query the configuration of fine-grained monitoring.

You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou

Response parameters

ParameterTypeDescriptionExample
object
LogProjectstring

The name of the Log Service project.

my-project
RequestIdstring

The request ID.

2F398FF5-B349-5C01-8638-8E9A0BF1DBE6
LogStorestring

The name of the Logstore.

my-log-store
Successstring

Indicates whether the call is successful. Valid values:

  • true
  • false
true

Examples

Sample success responses

JSONformat

{
  "LogProject": "my-project",
  "RequestId": "2F398FF5-B349-5C01-8638-8E9A0BF1DBE6",
  "LogStore": "my-log-store",
  "Success": "true"
}

Error codes

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