All Products
Search
Document Center

Security Center:DescribeImageBaselineCheckResult

Last Updated:Jan 20, 2026

Queries the security scan results of images.

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
ImageUuidstringYes

The UUID of the image.

a910053dd4710173ecc9e9d8931f****
RiskLevelstringNo

The severity of the image baseline that you want to query. Separate multiple severities with commas (,). By default, all valid values are used. Valid values:

  • high
  • medium
  • low
high,medium,low
CriteriastringNo

The search condition for the image baseline.

ak_leak
CriteriaTypestringNo

The type of the search condition. Valid values:

  • BaselineNameAlias: baseline name
  • BaselineClassAlias: baseline category
BaselineNameAlias
PageSizeintegerNo

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

20
CurrentPageintegerNo

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

1
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.

24A20733-10A0-4AF6-BE6B-E3322413****
PageInfoobject

The pagination information.

CurrentPageinteger

The page number of the returned page.

1
PageSizeinteger

The number of entries returned per page.

20
TotalCountinteger

The total number of entries returned.

100
Countinteger

The number of entries returned on the current page.

10
BaselineResultarray<object>

An array that consists of the check results of image baselines.

BaselineResultobject

The check results of the image baseline.

Statusinteger

The status of the baseline risks. Valid values:

  • 0: unfixed
  • 1: fixed
1
LowRiskItemCountinteger

The number of low-risk images that are affected.

10
BaselineNameLevelstring

The severity of the image baseline. Valid values:

  • high
  • medium
  • low
high
LastScanTimelong

The timestamp generated when the last scan was performed. Unit: milliseconds.

1610304058301
MiddleRiskItemCountinteger

The number of medium-risk images that are affected.

1
BaselineNameKeystring

The key of the image baseline.

identification
BaselineItemCountinteger

The number of baseline check items.

5
BaselineNameAliasstring

The alias of the image baseline.

Identity authentication
BaselineClassAliasstring

The key of the image baseline type.

identification
FirstScanTimelong

The timestamp generated when the first scan was performed. Unit: milliseconds.

1610304058366
HighRiskItemCountinteger

The number of high-risk images that are affected.

1

Examples

Sample success responses

JSONformat

{
  "RequestId": "24A20733-10A0-4AF6-BE6B-E3322413****",
  "PageInfo": {
    "CurrentPage": 1,
    "PageSize": 20,
    "TotalCount": 100,
    "Count": 10
  },
  "BaselineResult": [
    {
      "Status": 1,
      "LowRiskItemCount": 10,
      "BaselineNameLevel": "high",
      "LastScanTime": 1610304058301,
      "MiddleRiskItemCount": 1,
      "BaselineNameKey": "identification",
      "BaselineItemCount": 5,
      "BaselineNameAlias": "Identity authentication\n",
      "BaselineClassAlias": "identification",
      "FirstScanTime": 1610304058366,
      "HighRiskItemCount": 1
    }
  ]
}

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
2024-09-24The Error code has changedView Change Details