Domain name for API request: controlcenter.intl.tencentcloudapi.com.
This API is used to obtain account factory system baseline items.
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: ListAccountFactoryBaselineItems. |
| Version | Yes | String | Common Params. The value used for this API: 2023-01-10. |
| Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
| Limit | Yes | Integer | Maximum number of returned records. value ranges from 0 to 200. |
| Offset | Yes | Integer | Offset. valid values are equal to or greater than 0. |
| Parameter Name | Type | Description |
|---|---|---|
| BaselineItems | Array of AccountFactoryItem | Account factory baseline list. |
| Total | 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. |
This example shows you how to retrieve the account baseline list from console.
POST / HTTP/1.1
Host: controlcenter.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ListAccountFactoryBaselineItems
<Common request parameters>
{
"Limit": 10,
"Offset": 0
}{
"Response": {
"BaselineItems": [
{
Message
"ClassifyEn": "Message",
"DependsOn": [
{
"Identifier": "TCC-AF_ACCOUNT_CONTACT",
"Type": "AccountFactorySetUp"
}
],
"Description": "You can set recipients for each type of message. For important messages such as account, product, and failure notifications, you must set recipients to prevent missing messages and avoid losses."
"DescriptionEn": "Specify recipients for the notifications of different products. To avoid unexpected losses, we recommend you subscribe to important messages related to accounts, products, and errors.",
"Identifier": "TCC-AF_ACCOUNT_NOTIFICATION",
"Name": "Message subscription"
"NameEn": "Message subscriptions",
"Required": 0,
"Weight": 8
}
],
"RequestId": "885a87d0-af7d-414a-b128-fd13653387b7",
"Total": 1
}
}
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.ControlCenterNotOpen | Control Center service is not enabled. |
| FailedOperation.DBOperationError | Database operation exception. |
Feedback