All Products
Search
Document Center

Security Center:DescribeEmgVulItem

Last Updated:Feb 20, 2024

Queries the details of urgent vulnerabilities.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

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

Request parameters

ParameterTypeRequiredDescriptionExample
LangstringNo

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

  • zh: Chinese
  • en: English
zh
RiskStatusstringNo

Specifies whether the vulnerability poses risks.
If you do not specify this parameter, all vulnerabilities are queried regardless of whether the vulnerabilities pose risks. Valid values:

  • y: yes
  • n: no
y
ScanTypestringNo

The method that is used to detect the vulnerability.
If you do not specify this parameter, all vulnerabilities are queried regardless of which method is used. Valid values:

  • python: The Version method is used. Security Center checks the software versions of your server to check whether disclosed vulnerabilities exist on your server.
  • scan: The Network Scan method is used. Security Center analyzes the access traffic to your server over the Internet to check whether vulnerabilities exist on your server.
python
CheckTypeintegerNo

The check method. Valid values:

  • 0: proof of concept (POC) verification
  • 1: version comparison
0
VulNamestringNo

The name of the urgent vulnerability.

Changjietong T + SetupAccount/Upload.aspx file Upload vulnerability (CNVD-2022-60632)
CurrentPageintegerNo

The number of the page to return. Default value: 1.

1
PageSizeintegerNo

The number of entries to return on each page. Default value: 10.

10

Response parameters

ParameterTypeDescriptionExample
object
CurrentPageinteger

The page number of the returned page. Pages start from page 1. Default value: 1.

1
RequestIdstring

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

BC1868ED-A0E1-4D1C-BF7E-10DC0C34B3C3
PageSizeinteger

The number of entries returned per page. Default value: 10.

10
TotalCountinteger

The total number of the urgent vulnerabilities returned.

1
GroupedVulItemsobject []

The information about the urgent vulnerabilities.

Statusinteger

The detection status of the urgent vulnerability. Valid values:

  • 10: The urgent vulnerability is not detected.
  • 20: The urgent vulnerability is being detected.
  • 30: The urgent vulnerability detection is complete.
30
Typestring

The method that is used to detect the urgent vulnerability. Valid values:

  • python: The Version method is used. Security Center checks the software versions of your server to check whether disclosed vulnerabilities exist on your server.
  • scan: The Network Scan method is used. Security Center analyzes the access traffic to your server over the Internet to check whether vulnerabilities exist on your server.
scan
CheckTypeinteger

The check method.

1
GmtLastChecklong

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

1619286031000
Progressinteger

The progress of the urgent vulnerability detection task. Valid values: 0 to 100.

Note This parameter takes effect only when an urgent vulnerability is being detected.
50
GmtPublishlong

The timestamp when the vulnerability was disclosed. Unit: milliseconds.

1618887687000
PendingCountinteger

The number of unhandled urgent vulnerabilities.

0
AliasNamestring

The name of the urgent vulnerability.

Changjietong T + SetupAccount/Upload.aspx file Upload vulnerability (CNVD-2022-60632)
Namestring

The name of the detection rule.

scan:AVD-2021-179344
RaspDefendinteger

Indicates whether the application protection feature is supported. Valid values:

  • 0: no
  • 1: yes
Note If this parameter is not returned, the application protection is not supported.
1

Examples

Sample success responses

JSONformat

{
  "CurrentPage": 1,
  "RequestId": "BC1868ED-A0E1-4D1C-BF7E-10DC0C34B3C3",
  "PageSize": 10,
  "TotalCount": 1,
  "GroupedVulItems": [
    {
      "Status": 30,
      "Type": "scan",
      "CheckType": 1,
      "GmtLastCheck": 1619286031000,
      "Progress": 50,
      "GmtPublish": 1618887687000,
      "PendingCount": 0,
      "AliasName": "Changjietong T + SetupAccount/Upload.aspx file Upload vulnerability (CNVD-2022-60632)",
      "Name": "scan:AVD-2021-179344",
      "RaspDefend": 1
    }
  ]
}

Error codes

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

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

Change history

Change timeSummary of changesOperation
2023-08-03The Error code has changed. The response structure of the API has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 400
Output ParametersThe response structure of the API has changed.