tencent cloud

控制中心

产品简介
产品概述
产品优势
应用场景
购买指南
快速入门
开启 Control Center
设置 Landing Zone
操作指南
Landing Zone
控制中心概览
基线管理
组织与账号
登录权限设置
企业财务
防护规则
合规审计
云安全中心
实践教程
企业账号统一规划
多账号财务管理
多账号身份权限管理
企业账号日志收集与审计
API 文档
History
Introduction
API Category
Making API Requests
Account Factory APIs
Data Types
Error Codes
Control Center 政策
隐私协议
数据处理和安全协议
常见问题

GetAccountFactoryBaseline

聚焦模式
字号
最后更新时间: 2025-12-04 15:39:27

1. API Description

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.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

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.

3. Output Parameters

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.

4. Example

Example1 Example

This example shows you how to obtain user baseline configuration.

Input Example

POST / HTTP/1.1
Host: controlcenter.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: GetAccountFactoryBaseline
<Common request parameters>

{}

Output Example

{
    "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"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

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.

帮助和支持

本页内容是否解决了您的问题?

填写满意度调查问卷,共创更好文档体验。

文档反馈