Domain name for API request: controlcenter.intl.tencentcloudapi.com.
This API is used to retrieve user baseline configuration data.
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: GetAccountFactoryBaseline. |
| 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. |
| Parameter Name | Type | Description |
|---|---|---|
| OwnerUin | Integer | Specifies the uin of the main account to which the resource belongs. |
| Name | String | Specifies the baseline item name, which must be unique and can only contain a combination of english letters, digits, chinese characters, and symbols @, &_[]-, with a length of 1-25 chinese or english characters. |
| BaselineConfigItems | Array of BaselineInfoItem | List of baseline item configurations. |
| CreateTime | String | Creation time, represented in ISO8601 standard format as yyyy-MM-dd hh:MM:ss. |
| UpdateTime | String | Specifies the last update time in ISO8601 standard representation with format yyyy-MM-dd hh:MM:ss. |
| 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 obtain user baseline configuration.
POST / HTTP/1.1
Host: controlcenter.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: GetAccountFactoryBaseline
<Common request parameters>
{}{
"Response": {
"OwnerUin": 100000000001,
"Name": "default",
"BaselineConfigItems": [
{
"Identifier": "ACS-BP_ACCOUNT_FACTORY_ACCOUNT_CONTACT",
"Configuration": "{\"Contacts\":[{\"Name\":\"dest\",\"Email\":\"ia@22.com\",\"Mobile\":\"12345678910\",\"Position\":\"Technical Director\"}]}",
"ApplyCount": 5
}
],
"CreateTime": "2022-08-18 12:00:00",
"UpdateTime": "2022-08-18 12:00:00",
"RequestId": "e2f35fb3-3c8c-431e-b318-b4746cfe076c"
}
}
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. |
| ResourceNotFound.AccountFactoryBaselineNotExist | User baseline configuration data does not exist. |
Feedback