All Products
Search
Document Center

Security Center:OperateImageBaselineWhitelist

Last Updated:Jul 26, 2024

Adds a check item of an image baseline to the whitelist, or removes a check item of an image baseline from the whitelist.

Debugging

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

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
BaselineItemKeyListstringYes

The keys of baseline check items.

hc.image.checklist.identify.hc_exploit_es_linux.item
OperationstringYes

The operation that you want to perform on the check items. Valid values:

  • add: adds the check items to the whitelist
  • del: removes the check items from the whitelist
add
ImageUuidstringNo

The UUID of the image.

a5250ebca765dc9eb1a84b790b0e****
LangstringNo

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

  • zh: Chinese
  • en: English
zh
ScanRangearrayNo

The types of the assets that you want to scan.

stringNo

The type of the asset that you want to scan. Valid values:

  • image
  • container
image

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

75AD186B-B46A-56CC-BE35-987ADDF6****

Examples

Sample success responses

JSONformat

{
  "RequestId": "75AD186B-B46A-56CC-BE35-987ADDF6****"
}

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