Domain name for API request: dlc.tencentcloudapi.com.
This API is used to query the DLC Catalog authorization list.
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: DescribeDLCCatalogAccess. |
Version | Yes | String | Common Params. The value used for this API: 2021-01-25. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
Limit | No | Integer | Displayed records |
Offset | No | Integer | Number of records |
Filter | No | Filter | Filter criteria |
Parameter Name | Type | Description |
---|---|---|
TotalCount | Integer | Total |
Rows | Array of DLCCatalogAccess | List of the permissions granted by DLCCatalog |
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. |
This example shows you how to query the DLC Catalog authorization list.
POST / HTTP/1.1
Host: xxx.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeInstances
<Common request parameters>
{}
{
"Response": {
"TotalCount": 20,
"Rows": [
{
"VpcId": "vpc-12345",
"Product": "EMR",
"Description": "EMR production cluster",
"CreateTime": "October 1, 2024"
}
],
"RequestId": "3c140219-cfe9-470e-b241-907877d6fb03"
}
}
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?