tencent cloud

APIs

DescribeAssetImageRegistryRegistryList

Download
Focus Mode
Font Size
Last updated: 2026-06-10 17:06:40

1. API Description

Domain name for API request: tcss.intl.tencentcloudapi.com.

This API is used to query the list of image registries.

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

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: DescribeAssetImageRegistryRegistryList.
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 entries to be returned. Default value: 10. Maximum value: 100.
Offset No Integer Offset. Default value: 0.
Filters.N No Array of AssetFilters Filter fields
Authorization status, with possible values: all, unauthorized (0), authorized (1)
By No String Sorting field.
Order No String Sorting method: asc, desc

3. Output Parameters

Parameter Name Type Description
List Array of ImageRepoRegistryInfo Image repository list
TotalCount Integer Total number.
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.

4. Example

Example1 This API is used to query the image repository list for the image repository.

Input Example

POST / HTTP/1.1
Host: tcss.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeAssetImageRegistryRegistryList
<Common request parameters>

{
    "Limit": 100,
    "Offset": 0
}

Output Example

{
    "Response": {
        "RequestId": "e59f97b7-87d4-4909-8289-61bd28423d2f",
        "TotalCount": 15525,
        "List": [
            {
                "ConnDetectDetail": [
                    {
                        "ConnDetectMessage": "AgentOffline",
                        "ConnDetectStatus": "status_auth_failed",
"FailReason": "Repository account password error"
                        "Quuid": "5a540076-d38a-4078-aa98-e7c86371d322",
"Solution": "Please check if your repository account and password are correct. We recommend re-entering them and trying to connect again later."
                        "Uuid": "5a540076-d38a-4078-aa98-e7c86371d322"
                    }
                ],
                "ConnDetectHostCount": 1,
                "ConnDetectType": "agent",
                "ConnectMsg": "connect msg",
                "InstanceID": "instance-01",
                "LatestSyncTime": "2024-10-23 03:12:50",
                "Name": "aws_public",
                "NetType": "public",
                "RegistryId": 10000,
                "RegistryRegion": "default",
                "RegistryType": "aws",
                "RegistryVersion": "V1",
"SyncFailReason": "own host agent offline"
"SyncMessage": "Own host agent offline"
"SyncSolution": "Selected ALL own hosts agent offline, please recheck host node before and then proceed with retry"
                "SyncStatus": "failed",
                "Url": "https://public.aws"
            }
        ]
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

Error Code Description
InvalidParameter The parameter is incorrect.
ResourceNotFound The resource does not exist.

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback