All Products
Search
Document Center

Data Security Center:DescribeConfigs

Last Updated:Feb 27, 2024

Queries common configuration items for alerts.

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
LangstringNo

The language of the content within the request and response. Valid values:

  • zh: Chinese
  • en: English
zh

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

769FB3C1-F4C9-42DF-9B72-7077A8989C13
ConfigListobject []

An array that consists of common configuration items for alerts.

Codeinteger

The code of the common configuration item.

1
Valuelong

The value of the common configuration item.

30
DefaultValuestring

The description of the default value for the common configuration item.

The volume of logs of a specific type that are generated on the current day is less than 30% of the average volume of logs generated in the previous 10 days.
Descriptionstring

The description of the common configuration item.

Anomalous log output
Idlong

The unique ID of the common configuration item.

2133

Examples

Sample success responses

JSONformat

{
  "RequestId": "769FB3C1-F4C9-42DF-9B72-7077A8989C13",
  "ConfigList": [
    {
      "Code": 1,
      "Value": 30,
      "DefaultValue": "The volume of logs of a specific type that are generated on the current day is less than 30% of the average volume of logs generated in the previous 10 days.\n",
      "Description": "Anomalous log output\n",
      "Id": 2133
    }
  ]
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history