All Products
Search
Document Center

:DescribeDomainSecureRiskList

Last Updated:Nov 22, 2024

Queries a list of risky websites in your website security report and the security information about the websites, including the number of vulnerabilities and the number of alerts.

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:DescribeDomainSecureRiskListlist
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
SourceIpstringNo

The source IP address.

124.78.*.*
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

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

NoSslCountinteger

The number of the websites for which no certificates are installed.

1
RequestIdstring

The ID of the request, which is used to locate and troubleshoot issues.

CE500770-42D3-442E-9DDD-156E0F9F****
RiskCountinteger

The number of risks.

1
RiskListarray<object>

The risks.

Riskobject

The risk.

SslBrandstring

The issuer of the certificate.

globalsign
SslStatusinteger

Indicates whether the certificate is configured. Valid values:

  • 1: yes
  • 0: no
1
Domainstring

The domain name.

test.com
VulCountinteger

The number of vulnerabilities.

1
AlarmCountinteger

The number of alerts.

1
UuidListarray

The UUIDs of the backend servers of the website.

StringItemstring

The UUID of the backend server of the website.

d033b152-b8c0-48e0-8980-29f2e52bxxxx

Examples

Sample success responses

JSONformat

{
  "NoSslCount": 1,
  "RequestId": "CE500770-42D3-442E-9DDD-156E0F9F****",
  "RiskCount": 1,
  "RiskList": [
    {
      "SslBrand": "globalsign",
      "SslStatus": 1,
      "Domain": "test.com",
      "VulCount": 1,
      "AlarmCount": 1,
      "UuidList": [
        "d033b152-b8c0-48e0-8980-29f2e52bxxxx"
      ]
    }
  ]
}

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.