All Products
Search
Document Center

Security Center:DescribeConcernNecessity

更新時間:Jan 14, 2026

Queries the priorities to fix vulnerabilities.

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
LangstringNo

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

  • zh: Chinese
  • en: English
zh

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

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

ECC6B3E3-D496-512D-B46D-E6996A6B63EE
ConcernNecessityarray

The priorities to fix the vulnerabilities. Valid values:

  • asap: high
  • later: medium
  • nntf: low
Necessitystring

The priority to fix the vulnerability. Valid values:

  • asap: high
  • later: medium
  • nntf: low
asap

Examples

Sample success responses

JSONformat

{
  "RequestId": "ECC6B3E3-D496-512D-B46D-E6996A6B63EE",
  "ConcernNecessity": [
    "asap"
  ]
}

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.

Change history

Change timeSummary of changesOperation
No change history