Domain name for API request: tcss.tencentcloudapi.com.
This API is used to query the list of namespaces for an image repository.
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: DescribeImageRegistryNamespaceList. |
Version | Yes | String | Common Params. The value used for this API: 2020-11-01. |
Region | No | String | Common Params. This parameter is not required. |
Offset | No | Integer | Initial offset of the query. Default value: 0 . |
Limit | No | Integer | Number of results to be returned by the query. Default value: 10 . Maximum value: 100 . |
Filters.N | No | Array of AssetFilters | Query filter. The Name field can be "Namespace". |
Parameter Name | Type | Description |
---|---|---|
TotalCount | Integer | Total number of namespaces that can be returned |
NamespaceList | Array of String | List of namespaces |
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.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeImageRegistryNamespaceList
<Common request parameters>
{
"Offset": 0,
"Limit": 10
}
{
"Response": {
"RequestId": "xxxxx",
"TotalCount": 2,
"NamespaceList": [
"online",
"test"
]
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
There is no error code related to the API business logic. For other error codes, please see Common Error Codes.
Was this page helpful?