All Products
Search
Document Center

Security Center:ListVulGlobalConfig

Last Updated:Feb 20, 2024

Queries the global configurations of vulnerability detection.

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
ConfigKeystringNo

The key of the configuration item. Valid values:

  • vul_scan_ip_list: The IP addresses that are detected.
vul_scan_ip_list

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The request ID.

7E0618A9-D5EF-4220-9471-C42B5E92719F
VulGlobalConfigListobject []

The configurations.

ConfigKeystring

The key of the configuration item.

vul_scan_ip_list
ConfigValuestring

The value of the configuration item.

127.0.*.*,127.0.*.*

Examples

Sample success responses

JSONformat

{
  "RequestId": "7E0618A9-D5EF-4220-9471-C42B5E92719F",
  "VulGlobalConfigList": [
    {
      "ConfigKey": "vul_scan_ip_list",
      "ConfigValue": "127.0.*.*,127.0.*.*"
    }
  ]
}

Error codes

HTTP status codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

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