You can call this operation to query the priority of a vulnerability.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeConcernNecessity |
The operation that you want to perform. Set the value to DescribeConcernNecessity. |
Lang | String | No | zh |
The language of the request and response. Valid values:
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
ConcernNecessity | List | [ "asap", "later", "nntf"] |
The priority of the vulnerability. Valid values:
|
RequestId | String | 9139DAF6-5CE0-49A0-926E-07243A290F70 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=DescribeConcernNecessity
&Lang=zh
&<Common request parameters>
Sample success responses
XML
format
<DescribeConcernNecessity>
<ConcernNecessity>asap</ConcernNecessity>
<ConcernNecessity>later</ConcernNecessity>
<ConcernNecessity>nntf</ConcernNecessity>
<RequestId>9139DAF6-5CE0-49A0-926E-07243A290F70</RequestId>
</DescribeConcernNecessity>
JSON
format
{
"ConcernNecessity":[
"asap",
"later",
"nntf"
],
"RequestId":"9139DAF6-5CE0-49A0-926E-07243A290F70"
}
Error codes
For a list of error codes, visit the API Error Center.