All Products
Search
Document Center

:DescribeDomainSecureVulList

Last Updated:Nov 22, 2024

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

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
yundun-sas:DescribeDomainSecureVulListget
*All Resources
*
    none
none

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.