All Products
Search
Document Center

Security Center:DescribeDomainSecureVulList

Last Updated:May 22, 2025

Queries a list of vulnerabilities in your website security report.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
SourceIpstringNo

The source IP address.

111.196.*.*
LangstringNo

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

  • zh: Chinese
  • en: English
zh
FromstringNo

The identifier of the request source. Set the value to sas.

sas
TypestringNo

The vulnerability type. Valid values:

  • app: application vulnerability.
app

Response parameters

ParameterTypeDescriptionExample
object
TotalCountinteger

The total number of vulnerabilities returned.

100
RequestIdstring

The request ID.

7532B7EE-7CE7-5F4D-BF04-B12447DD****
VulListarray<object>

The domain name-related vulnerabilities.

VulItemobject

The domain name-related vulnerability.

Typestring

The type of the vulnerability. Default value: cve. Valid values:

  • cve: Linux software vulnerability.
  • sys: Windows system vulnerability.
  • cms: Web-CMS vulnerability.
  • app: application vulnerability that is detected by network scanning.
  • sca: application vulnerability that is detected by using software component analysis.
app
NntfCountinteger

The number of the vulnerabilities that have the low priority.

20
HandledCountinteger

The number of handled vulnerabilities.

33
GmtLastlong

The timestamp when the vulnerability was last detected. Unit: milliseconds.

1639371446000
Tagsstring

The tag that is added to the vulnerability. Valid values:

  • Restart required
  • Remote utilization
  • EXP exists
  • Available
  • Elevation of Privilege
  • Code Execution
Code Execution
LaterCountinteger

The number of the vulnerabilities that have the medium priority.

30
AliasNamestring

The alias of the vulnerability.

CESA-2023:3555: python Security Update
Namestring

The name of the vulnerability.

oval:com.redhat.rhsa:def:20170574
AsapCountinteger

The number of the vulnerabilities that have the high priority.

50

Examples

Sample success responses

JSONformat

{
  "TotalCount": 100,
  "RequestId": "7532B7EE-7CE7-5F4D-BF04-B12447DD****",
  "VulList": [
    {
      "Type": "app",
      "NntfCount": 20,
      "HandledCount": 33,
      "GmtLast": 1639371446000,
      "Tags": "Code Execution",
      "LaterCount": 30,
      "AliasName": "CESA-2023:3555: python Security Update",
      "Name": "oval:com.redhat.rhsa:def:20170574\n",
      "AsapCount": 50
    }
  ]
}

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.