Domain name for API request: tcss.intl.tencentcloudapi.com.
This API is used to query the list of image repositories.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
| Parameter Name | Required | Type | Description |
|---|---|---|---|
| Action | Yes | String | Common Params. The value used for this API: DescribeAssetImageRegistryList. |
| Version | Yes | String | Common Params. The value used for this API: 2020-11-01. |
| Region | No | String | Common Params. This parameter is not required. |
| Limit | No | Integer | Number of items to return. The default number is 10, and the maximum number is 100. |
| Offset | No | Integer | Offset. Default value: 0. |
| Filters.N | No | Array of AssetFilters | Filter field. |
| By | No | String | Sorting field. |
| Order | No | String | Sorting method. Valid values: asc and desc. |
| OnlyShowLatest | No | Boolean | Whether to display only the latest image of each repository. Default value: false. |
| IsRunning | No | Boolean | Whether to display only running container images. |
| Parameter Name | Type | Description |
|---|---|---|
| List | Array of ImageRepoInfo | Image repository list. |
| TotalCount | Integer | Total quantity. |
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: tcss.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeAssetImageRegistryList
<Common request parameters>
{}
{
"Response": {
"List": [
{
"ComponentCnt": 123,
"ContainerCnt": 1,
"CriticalLevelVulCnt": 0,
"CveStatus": "SCANNED",
"HasNeedFixVul": false,
"HighLevelVulCnt": 0,
"Id": 110207177,
"ImageCreateTime": "2026-03-31T21:04:17+08:00",
"ImageDigest": "sha256:1b31fd41db6d4119c43d4ec03571859f4eabc206b8a77fc8fb7940ed9e7c457d",
"ImageId": "sha256:f2de8ed54c7b02ee05e42abaa454978c76fb552a883877b37588ebb62f31e41a",
"ImageName": "ollama",
"ImageRepoAddress": "ccr.ccs.tencentyun.com/csip/ollama",
"ImageSize": 3360774711,
"ImageTag": "latest",
"InstanceId": "",
"InstanceName": "ccr-ap-bangkok",
"IsAuthorized": 0,
"IsLatestImage": true,
"IsRunning": true,
"IsTrustImage": false,
"LowLevelVulCnt": 0,
"MediumLevelVulCnt": 0,
"Namespace": "csip",
"OsName": "linux",
"Progress": 100,
"Reason": "Connection failure"
"RecommendedFix": false,
"RegistryRegion": "ap-bangkok",
"RegistryType": "ccr",
"RiskCnt": 0,
"RiskStatus": "SCANNED",
"ScanRemainTime": 0,
"ScanRiskError": "",
"ScanRiskProgress": 100,
"ScanStatus": "SCANNED",
"ScanTime": "2026-05-09T05:48:06+08:00",
"ScanVirusError": "ConnFailed",
"ScanVirusProgress": 100,
"ScanVulError": "",
"ScanVulProgress": 100,
"SensitiveInfoCnt": 0,
"SentiveInfoCnt": 0,
"Solution": "The scanning node failed to connect to the repository. Please go to image repository management to reconfigure the connection method and try again after"
"VirusCnt": 0,
"VirusStatus": "SCAN_ERR",
"VulCnt": 0
}
],
"TotalCount": 2145,
"RequestId": "0785bc94-dbd3-4d82-b236-add96cab1f88"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
| Error Code | Description |
|---|---|
| FailedOperation | The operation failed. |
| InvalidParameter | The parameter is incorrect. |
| InvalidParameter.RequestTimeout | Query timed out, the backend is still processing, and the query request must be sent again. |
| ResourceNotFound | The resource does not exist. |
피드백