Domain name for API request: controlcenter.tencentcloudapi.com.
This API is used to apply baselines to existing accounts in batches.
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: BatchApplyAccountBaselines. |
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. |
MemberUinList.N | Yes | Array of Integer | Member account UIN, which is also the UIN of the account to which the baseline is applied. |
BaselineConfigItems.N | Yes | Array of BaselineConfigItem | List of baseline item configuration information. |
Parameter Name | Type | Description |
---|---|---|
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 apply baselines to existing accounts in batches.
POST / HTTP/1.1
Host: controlcenter.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: BatchApplyAccountBaselines
<Common request parameters>
{
"MemberUinList": [
13436673356
],
"BaselineConfigItems": [
{
"Identifier": "ACS-BP_ACCOUNT_FACTORY_ACCOUNT_CONTACT",
"Configuration": "{\"Contacts\":[{\"Name\":\"dest\",\"Email\":\"ia@22.com\",\"Mobile\":\"12345678910\",\"Position\":\"Technical Director\"}]}"
}
]
}
{
"Response": {
"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.AFRequiredItemNotSelect | Required baseline item in Account Factory is not configured. |
FailedOperation.AccountFactoryMemberUinNumExceed | The number of accounts to which baselines are applied in Account Factory exceeds the limit. |
FailedOperation.AccountFactoryTaskIsDeploying | The user is deploying account baseline. It cannot be deployed repeatedly. |
FailedOperation.ControlCenterNotOpen | Control Center service is not enabled. |
FailedOperation.DBOperationError | Database operation exception. |
FailedOperation.DependOnItemNotDeploy | The feature item to depend on is not deployed. |
FailedOperation.RemoteCallError | Remote call failed. |
ResourceNotFound.AccountFactoryBaselineNotExist | User baseline configuration data does not exist. |
ResourceNotFound.AccountFactoryItemNotConfig | The baseline item deployed by the user is not configured. |
ResourceNotFound.AccountFactoryItemNotExist | Account Factory baseline does not exist. |
Was this page helpful?