tccli 3.0.1278.1__py2.py3-none-any.whl → 3.0.1280.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/aiart/v20221229/api.json +1 -1
- tccli/services/antiddos/v20200309/api.json +5 -1
- tccli/services/apm/v20210622/api.json +32 -32
- tccli/services/apm/v20210622/examples.json +1 -1
- tccli/services/billing/v20180709/api.json +550 -529
- tccli/services/billing/v20180709/examples.json +4 -4
- tccli/services/cat/v20180409/api.json +2 -2
- tccli/services/cdwdoris/v20211228/api.json +15 -1
- tccli/services/cdwpg/cdwpg_client.py +866 -18
- tccli/services/cdwpg/v20201230/api.json +2888 -551
- tccli/services/cdwpg/v20201230/examples.json +138 -10
- tccli/services/cfs/v20190719/examples.json +8 -2
- tccli/services/ciam/v20220331/api.json +111 -111
- tccli/services/ciam/v20220331/examples.json +8 -8
- tccli/services/cls/v20201016/api.json +1 -1
- tccli/services/controlcenter/v20230110/api.json +7 -5
- tccli/services/csip/v20221121/api.json +66 -6
- tccli/services/cvm/v20170312/api.json +282 -267
- tccli/services/cvm/v20170312/examples.json +2 -2
- tccli/services/dbbrain/v20191016/api.json +12 -8
- tccli/services/dbbrain/v20210527/api.json +20 -20
- tccli/services/dlc/v20210125/api.json +19 -0
- tccli/services/dlc/v20210125/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +11 -0
- tccli/services/es/v20180416/api.json +13 -0
- tccli/services/ess/v20201111/api.json +2 -2
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/goosefs/v20220519/api.json +16 -15
- tccli/services/goosefs/v20220519/examples.json +2 -2
- tccli/services/gwlb/v20240906/api.json +22 -3
- tccli/services/gwlb/v20240906/examples.json +1 -1
- tccli/services/iotcloud/v20210408/api.json +243 -245
- tccli/services/iotcloud/v20210408/examples.json +64 -64
- tccli/services/keewidb/v20220308/api.json +92 -92
- tccli/services/live/v20180801/api.json +287 -274
- tccli/services/lke/lke_client.py +114 -8
- tccli/services/lke/v20231130/api.json +220 -0
- tccli/services/lke/v20231130/examples.json +16 -0
- tccli/services/mongodb/v20190725/api.json +4 -3
- tccli/services/mongodb/v20190725/examples.json +2 -2
- tccli/services/monitor/v20180724/examples.json +2 -2
- tccli/services/mps/v20190612/api.json +20 -9
- tccli/services/mqtt/mqtt_client.py +57 -4
- tccli/services/mqtt/v20240516/api.json +88 -0
- tccli/services/mqtt/v20240516/examples.json +8 -0
- tccli/services/ocr/v20181119/api.json +4 -4
- tccli/services/pts/v20210728/api.json +44 -6
- tccli/services/redis/v20180412/api.json +66 -66
- tccli/services/rum/v20210622/api.json +90 -0
- tccli/services/tag/v20180813/api.json +3 -3
- tccli/services/tag/v20180813/examples.json +1 -1
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +93 -0
- tccli/services/tdmq/v20200217/examples.json +8 -0
- tccli/services/teo/v20220901/api.json +1 -1
- tccli/services/tke/v20180525/api.json +20 -20
- tccli/services/tms/v20201229/api.json +9 -0
- tccli/services/trp/v20210515/api.json +8 -8
- tccli/services/trp/v20210515/examples.json +1 -1
- tccli/services/tsf/v20180326/api.json +884 -884
- tccli/services/vod/v20180717/api.json +11 -11
- tccli/services/waf/v20180125/api.json +7 -7
- tccli/services/waf/v20180125/examples.json +1 -1
- tccli/services/wedata/v20210820/api.json +107 -0
- {tccli-3.0.1278.1.dist-info → tccli-3.0.1280.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1278.1.dist-info → tccli-3.0.1280.1.dist-info}/RECORD +70 -70
- {tccli-3.0.1278.1.dist-info → tccli-3.0.1280.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1278.1.dist-info → tccli-3.0.1280.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1278.1.dist-info → tccli-3.0.1280.1.dist-info}/license_files/LICENSE +0 -0
@@ -3,7 +3,7 @@
|
|
3
3
|
"CreateApiImportUserJob": [
|
4
4
|
{
|
5
5
|
"document": "批量导入用户时使用",
|
6
|
-
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateApiImportUserJob\n<公共请求参数>\n\n{\n \"UserStoreId\": \"
|
6
|
+
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateApiImportUserJob\n<公共请求参数>\n\n{\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"DataFlowUserCreateList\": [\n {\n \"UserName\": \"zhangsan\",\n \"PhoneNumber\": \"132****0000\",\n \"Email\": \"132****@qq.com\",\n \"ResidentIdentityCard\": \"123456789012345678\",\n \"Nickname\": \"昵称1\",\n \"Address\": \"北京市海淀区\",\n \"UserGroup\": [\n \"6cd22e51****************f6f7cb81\"\n ],\n \"QqOpenId\": \"qqopenid\",\n \"QqUnionId\": \"qqunionid\",\n \"WechatOpenId\": \"wechatopenid\",\n \"WechatUnionId\": \"wechatunionid\",\n \"AlipayUserId\": \"alipayuserid\",\n \"WeComUserId\": \"wecomuserid\",\n \"Description\": \"用户1\",\n \"Birthdate\": \"2022-10-20\",\n \"Name\": \"姓名\",\n \"Locale\": \"地理位置\",\n \"Gender\": \"男\",\n \"IdentityVerificationMethod\": \"nameAndIdCard\",\n \"IdentityVerified\": true,\n \"Job\": \"员工\",\n \"Nationality\": \"汉族\",\n \"Zone\": \"时区\",\n \"Password\": \"password\",\n \"CustomizationAttributes\": [\n {\n \"Name\": \"nickname\",\n \"Value\": \"昵称\",\n \"Type\": \"STRING\"\n }\n ],\n \"Salt\": {\n \"SaltValue\": \"salt***\",\n \"SaltLocation\": {\n \"SaltLocationTypeEnum\": \"HEAD\",\n \"SaltLocationRule\": {\n \"Regex\": \"password123\"\n }\n }\n },\n \"PasswordEncryptTypeEnum\": \"SHA1\",\n \"IndexedAttribute1\": \"value1\",\n \"IndexedAttribute2\": \"value2\",\n \"IndexedAttribute3\": \"value3\",\n \"IndexedAttribute4\": \"value4\",\n \"IndexedAttribute5\": \"value5\"\n }\n ]\n}",
|
7
7
|
"output": "{\n \"Response\": {\n \"Job\": {\n \"Id\": \"c29f2c0f****************405ec698\",\n \"Status\": \"PENDING\",\n \"Type\": \"IMPORT_USER\",\n \"CreatedDate\": 1715156770024,\n \"Format\": \"NDJSON\",\n \"Location\": \"http://aa.com/bb.csv\",\n \"ErrorDetails\": [\n {\n \"UserId\": \"53e25c3****************e4eb5bd1\",\n \"Error\": \"error message\"\n }\n ],\n \"FailedUsers\": [\n {\n \"FailedUserIdentification\": \"53e25c3****************e4eb5bd1\",\n \"FailedReason\": \"error reason\"\n }\n ]\n },\n \"RequestId\": \"e2e9e8aa********************9ab34c6e\"\n }\n}",
|
8
8
|
"title": "新建接口导入用户任务"
|
9
9
|
}
|
@@ -20,7 +20,7 @@
|
|
20
20
|
{
|
21
21
|
"document": "创建用户时使用",
|
22
22
|
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateUser\n<公共请求参数>\n\n{\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"PhoneNumber\": \"132****0000\",\n \"Email\": \"132****@qq.com\",\n \"Password\": \"password\",\n \"Nickname\": \"昵称1\",\n \"Address\": \"北京市海淀区\",\n \"UserGroup\": [\n \"6cd22e51****************f6f7cb81\"\n ],\n \"Birthdate\": 1706682491339,\n \"CustomizationAttributes\": [\n {\n \"Name\": \"k\",\n \"Value\": \"v\",\n \"Type\": \"STRING\"\n }\n ],\n \"UserName\": \"zhangsan\",\n \"IndexedAttribute1\": \"value1\",\n \"IndexedAttribute2\": \"value2\",\n \"IndexedAttribute3\": \"value3\",\n \"IndexedAttribute4\": \"value4\",\n \"IndexedAttribute5\": \"value5\"\n}",
|
23
|
-
"output": "{\n \"Response\": {\n \"User\": {\n \"UserId\": \"53e25c3****************e4eb5bd1\",\n \"UserName\": \"zhangsan\",\n \"PhoneNumber\": \"132****0000\",\n \"Email\": \"132****@qq.com\",\n \"LastSignOn\": 1711002933442,\n \"CreatedDate\": 1718332940956,\n \"Status\": \"NORMAL\",\n \"UserDataSourceEnum\": \"管理员添加\",\n \"Nickname\": \"昵称1\",\n \"Address\": \"北京市海淀区\",\n \"Birthdate\": 1706682491339,\n \"UserGroups\": [\n \"6cd22e51****************f6f7cb81\"\n ],\n \"LastModifiedDate\": 1722420973329,\n \"CustomAttributes\": [\n {\n \"Name\": \"k\",\n \"Value\": \"v\",\n \"Type\": \"STRING\"\n }\n ],\n \"ResidentIdentityCard\": \"123456789012345678\",\n \"QqOpenId\": \"qqopenid\",\n \"QqUnionId\": \"qqunionid\",\n \"WechatOpenId\": \"wechatopenid\",\n \"WechatUnionId\": \"wechatunionid\",\n \"AlipayUserId\": \"alipayuserid\",\n \"WeComUserId\": \"wecomuserid\",\n \"Description\": \"用户1\",\n \"Name\": \"姓名\",\n \"Locale\": \"地理位置\",\n \"Gender\": \"男\",\n \"IdentityVerificationMethod\": \"
|
23
|
+
"output": "{\n \"Response\": {\n \"User\": {\n \"UserId\": \"53e25c3****************e4eb5bd1\",\n \"UserName\": \"zhangsan\",\n \"PhoneNumber\": \"132****0000\",\n \"Email\": \"132****@qq.com\",\n \"LastSignOn\": 1711002933442,\n \"CreatedDate\": 1718332940956,\n \"Status\": \"NORMAL\",\n \"UserDataSourceEnum\": \"管理员添加\",\n \"Nickname\": \"昵称1\",\n \"Address\": \"北京市海淀区\",\n \"Birthdate\": 1706682491339,\n \"UserGroups\": [\n \"6cd22e51****************f6f7cb81\"\n ],\n \"LastModifiedDate\": 1722420973329,\n \"CustomAttributes\": [\n {\n \"Name\": \"k\",\n \"Value\": \"v\",\n \"Type\": \"STRING\"\n }\n ],\n \"ResidentIdentityCard\": \"123456789012345678\",\n \"QqOpenId\": \"qqopenid\",\n \"QqUnionId\": \"qqunionid\",\n \"WechatOpenId\": \"wechatopenid\",\n \"WechatUnionId\": \"wechatunionid\",\n \"AlipayUserId\": \"alipayuserid\",\n \"WeComUserId\": \"wecomuserid\",\n \"Description\": \"用户1\",\n \"Name\": \"姓名\",\n \"Locale\": \"地理位置\",\n \"Gender\": \"男\",\n \"IdentityVerificationMethod\": \"wu\",\n \"IdentityVerified\": true,\n \"Job\": \"员工\",\n \"Nationality\": \"汉族\",\n \"Primary\": true,\n \"Zone\": \"时区\",\n \"AlreadyFirstLogin\": true,\n \"TenantId\": \"tenantId\",\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"Version\": 0,\n \"LockType\": \"wu\",\n \"LockTime\": 0,\n \"IndexedAttribute1\": \"value1\",\n \"IndexedAttribute2\": \"value2\",\n \"IndexedAttribute3\": \"value3\",\n \"IndexedAttribute4\": \"value4\",\n \"IndexedAttribute5\": \"value5\"\n },\n \"RequestId\": \"e2e9e8aa********************9ab34c6e\"\n }\n}",
|
24
24
|
"title": "创建用户"
|
25
25
|
}
|
26
26
|
],
|
@@ -67,8 +67,8 @@
|
|
67
67
|
"DescribeUser": [
|
68
68
|
{
|
69
69
|
"document": "",
|
70
|
-
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUser\n<公共请求参数>\n\n{\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"Pageable\": {\n \"PageSize\": 10,\n \"PageNumber\": 5\n },\n \"Filters\": [\n {\n \"PropertyKey\": \"nickname\",\n \"PropertyValue\": \"昵称1\",\n \"Logic\": true,\n \"OperateLogic\": \"
|
71
|
-
"output": "{\n \"Response\": {\n \"Total\": 100,\n \"Pageable\": {\n \"PageSize\": 10,\n \"PageNumber\": 5\n },\n \"Content\": [\n {\n \"UserId\": \"53e25c3****************e4eb5bd1\",\n \"UserName\": \"zhangsan\",\n \"PhoneNumber\": \"132****0000\",\n \"Email\": \"132****@qq.com\",\n \"LastSignOn\": 1711002933442,\n \"CreatedDate\": 1718332940956,\n \"Status\": \"NORMAL\",\n \"UserDataSourceEnum\": \"管理员添加\",\n \"Nickname\": \"昵称1\",\n \"Address\": \"北京市海淀区\",\n \"Birthdate\": 1706682491339,\n \"UserGroups\": [\n \"6cd22e51****************f6f7cb81\"\n ],\n \"LastModifiedDate\": 1722420973329,\n \"CustomAttributes\": [\n {\n \"Name\": \"k\",\n \"Value\": \"v\",\n \"Type\": \"STRING\"\n }\n ],\n \"ResidentIdentityCard\": \"123456789012345678\",\n \"QqOpenId\": \"qqopenid\",\n \"QqUnionId\": \"qqunionid\",\n \"WechatOpenId\": \"wechatopenid\",\n \"WechatUnionId\": \"wechatunionid\",\n \"AlipayUserId\": \"alipayuserid\",\n \"WeComUserId\": \"wecomuserid\",\n \"Description\": \"用户1\",\n \"Name\": \"姓名\",\n \"Locale\": \"地理位置\",\n \"Gender\": \"男\",\n \"IdentityVerificationMethod\": \"
|
70
|
+
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUser\n<公共请求参数>\n\n{\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"Pageable\": {\n \"PageSize\": 10,\n \"PageNumber\": 5\n },\n \"Filters\": [\n {\n \"PropertyKey\": \"nickname\",\n \"PropertyValue\": \"昵称1\",\n \"Logic\": true,\n \"OperateLogic\": \"test01\"\n }\n ],\n \"Original\": true,\n \"Sort\": {\n \"PropertyKey\": \"nickname\",\n \"Order\": \"decs\"\n }\n}",
|
71
|
+
"output": "{\n \"Response\": {\n \"Total\": 100,\n \"Pageable\": {\n \"PageSize\": 10,\n \"PageNumber\": 5\n },\n \"Content\": [\n {\n \"UserId\": \"53e25c3****************e4eb5bd1\",\n \"UserName\": \"zhangsan\",\n \"PhoneNumber\": \"132****0000\",\n \"Email\": \"132****@qq.com\",\n \"LastSignOn\": 1711002933442,\n \"CreatedDate\": 1718332940956,\n \"Status\": \"NORMAL\",\n \"UserDataSourceEnum\": \"管理员添加\",\n \"Nickname\": \"昵称1\",\n \"Address\": \"北京市海淀区\",\n \"Birthdate\": 1706682491339,\n \"UserGroups\": [\n \"6cd22e51****************f6f7cb81\"\n ],\n \"LastModifiedDate\": 1722420973329,\n \"CustomAttributes\": [\n {\n \"Name\": \"k\",\n \"Value\": \"v\",\n \"Type\": \"STRING\"\n }\n ],\n \"ResidentIdentityCard\": \"123456789012345678\",\n \"QqOpenId\": \"qqopenid\",\n \"QqUnionId\": \"qqunionid\",\n \"WechatOpenId\": \"wechatopenid\",\n \"WechatUnionId\": \"wechatunionid\",\n \"AlipayUserId\": \"alipayuserid\",\n \"WeComUserId\": \"wecomuserid\",\n \"Description\": \"用户1\",\n \"Name\": \"姓名\",\n \"Locale\": \"地理位置\",\n \"Gender\": \"男\",\n \"IdentityVerificationMethod\": \"nameAndIdCard\",\n \"IdentityVerified\": true,\n \"Job\": \"员工\",\n \"Nationality\": \"汉族\",\n \"Primary\": true,\n \"Zone\": \"时区\",\n \"AlreadyFirstLogin\": true,\n \"TenantId\": \"tenantId\",\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"Version\": 0,\n \"LockType\": \"failureLock\",\n \"LockTime\": 0,\n \"IndexedAttribute1\": \"value1\",\n \"IndexedAttribute2\": \"value2\",\n \"IndexedAttribute3\": \"value3\",\n \"IndexedAttribute4\": \"value4\",\n \"IndexedAttribute5\": \"value5\"\n }\n ],\n \"RequestId\": \"e2e9e8aa********************9ab34c6e\"\n }\n}",
|
72
72
|
"title": "查询用户信息"
|
73
73
|
}
|
74
74
|
],
|
@@ -76,7 +76,7 @@
|
|
76
76
|
{
|
77
77
|
"document": "根据用户ID查询用户信息时使用",
|
78
78
|
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUserById\n<公共请求参数>\n\n{\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"UserId\": \"53e25c3****************e4eb5bd1\",\n \"Original\": true\n}",
|
79
|
-
"output": "{\n \"Response\": {\n \"User\": {\n \"UserId\": \"53e25c3****************e4eb5bd1\",\n \"UserName\": \"zhangsan\",\n \"PhoneNumber\": \"132****0000\",\n \"Email\": \"132****@qq.com\",\n \"LastSignOn\": 1711002933442,\n \"CreatedDate\": 1718332940956,\n \"Status\": \"NORMAL\",\n \"UserDataSourceEnum\": \"管理员添加\",\n \"Nickname\": \"昵称1\",\n \"Address\": \"北京市海淀区\",\n \"Birthdate\": 1706682491339,\n \"UserGroups\": [\n \"6cd22e51****************f6f7cb81\"\n ],\n \"LastModifiedDate\": 1722420973329,\n \"CustomAttributes\": [\n {\n \"Name\": \"k\",\n \"Value\": \"v\",\n \"Type\": \"STRING\"\n }\n ],\n \"ResidentIdentityCard\": \"123456789012345678\",\n \"QqOpenId\": \"qqopenid\",\n \"QqUnionId\": \"qqunionid\",\n \"WechatOpenId\": \"wechatopenid\",\n \"WechatUnionId\": \"wechatunionid\",\n \"AlipayUserId\": \"alipayuserid\",\n \"WeComUserId\": \"wecomuserid\",\n \"Description\": \"用户1\",\n \"Name\": \"姓名\",\n \"Locale\": \"地理位置\",\n \"Gender\": \"男\",\n \"IdentityVerificationMethod\": \"
|
79
|
+
"output": "{\n \"Response\": {\n \"User\": {\n \"UserId\": \"53e25c3****************e4eb5bd1\",\n \"UserName\": \"zhangsan\",\n \"PhoneNumber\": \"132****0000\",\n \"Email\": \"132****@qq.com\",\n \"LastSignOn\": 1711002933442,\n \"CreatedDate\": 1718332940956,\n \"Status\": \"NORMAL\",\n \"UserDataSourceEnum\": \"管理员添加\",\n \"Nickname\": \"昵称1\",\n \"Address\": \"北京市海淀区\",\n \"Birthdate\": 1706682491339,\n \"UserGroups\": [\n \"6cd22e51****************f6f7cb81\"\n ],\n \"LastModifiedDate\": 1722420973329,\n \"CustomAttributes\": [\n {\n \"Name\": \"k\",\n \"Value\": \"v\",\n \"Type\": \"STRING\"\n }\n ],\n \"ResidentIdentityCard\": \"123456789012345678\",\n \"QqOpenId\": \"qqopenid\",\n \"QqUnionId\": \"qqunionid\",\n \"WechatOpenId\": \"wechatopenid\",\n \"WechatUnionId\": \"wechatunionid\",\n \"AlipayUserId\": \"alipayuserid\",\n \"WeComUserId\": \"wecomuserid\",\n \"Description\": \"用户1\",\n \"Name\": \"姓名\",\n \"Locale\": \"地理位置\",\n \"Gender\": \"男\",\n \"IdentityVerificationMethod\": \"nameAndIdCard\",\n \"IdentityVerified\": true,\n \"Job\": \"员工\",\n \"Nationality\": \"汉族\",\n \"Primary\": true,\n \"Zone\": \"时区\",\n \"AlreadyFirstLogin\": true,\n \"TenantId\": \"tenantId\",\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"Version\": 0,\n \"LockType\": \"failureLock\",\n \"LockTime\": 0,\n \"IndexedAttribute1\": \"value1\",\n \"IndexedAttribute2\": \"value2\",\n \"IndexedAttribute3\": \"value3\",\n \"IndexedAttribute4\": \"value4\",\n \"IndexedAttribute5\": \"value5\"\n },\n \"RequestId\": \"e2e9e8aa********************9ab34c6e\"\n }\n}",
|
80
80
|
"title": "根据ID查询用户信息"
|
81
81
|
}
|
82
82
|
],
|
@@ -108,7 +108,7 @@
|
|
108
108
|
{
|
109
109
|
"document": "",
|
110
110
|
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListUser\n<公共请求参数>\n\n{\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"Pageable\": {\n \"PageSize\": 10,\n \"PageNumber\": 5\n },\n \"Filters\": [\n {\n \"Key\": \"nickname\",\n \"Values\": [\n \"昵称1\"\n ],\n \"Logic\": true\n }\n ],\n \"Original\": true\n}",
|
111
|
-
"output": "{\n \"Response\": {\n \"Total\": 100,\n \"Pageable\": {\n \"PageSize\": 10,\n \"PageNumber\": 5\n },\n \"Content\": [\n {\n \"UserId\": \"53e25c3****************e4eb5bd1\",\n \"UserName\": \"zhangsan\",\n \"PhoneNumber\": \"132****0000\",\n \"Email\": \"132****@qq.com\",\n \"LastSignOn\": 1711002933442,\n \"CreatedDate\": 1718332940956,\n \"Status\": \"NORMAL\",\n \"UserDataSourceEnum\": \"管理员添加\",\n \"Nickname\": \"昵称1\",\n \"Address\": \"北京市海淀区\",\n \"Birthdate\": 1706682491339,\n \"UserGroups\": [\n \"6cd22e51****************f6f7cb81\"\n ],\n \"LastModifiedDate\": 1722420973329,\n \"CustomAttributes\": [\n {\n \"Name\": \"k\",\n \"Value\": \"v\",\n \"Type\": \"STRING\"\n }\n ],\n \"ResidentIdentityCard\": \"123456789012345678\",\n \"QqOpenId\": \"qqopenid\",\n \"QqUnionId\": \"qqunionid\",\n \"WechatOpenId\": \"wechatopenid\",\n \"WechatUnionId\": \"wechatunionid\",\n \"AlipayUserId\": \"alipayuserid\",\n \"WeComUserId\": \"wecomuserid\",\n \"Description\": \"用户1\",\n \"Name\": \"姓名\",\n \"Locale\": \"地理位置\",\n \"Gender\": \"男\",\n \"IdentityVerificationMethod\": \"
|
111
|
+
"output": "{\n \"Response\": {\n \"Total\": 100,\n \"Pageable\": {\n \"PageSize\": 10,\n \"PageNumber\": 5\n },\n \"Content\": [\n {\n \"UserId\": \"53e25c3****************e4eb5bd1\",\n \"UserName\": \"zhangsan\",\n \"PhoneNumber\": \"132****0000\",\n \"Email\": \"132****@qq.com\",\n \"LastSignOn\": 1711002933442,\n \"CreatedDate\": 1718332940956,\n \"Status\": \"NORMAL\",\n \"UserDataSourceEnum\": \"管理员添加\",\n \"Nickname\": \"昵称1\",\n \"Address\": \"北京市海淀区\",\n \"Birthdate\": 1706682491339,\n \"UserGroups\": [\n \"6cd22e51****************f6f7cb81\"\n ],\n \"LastModifiedDate\": 1722420973329,\n \"CustomAttributes\": [\n {\n \"Name\": \"k\",\n \"Value\": \"v\",\n \"Type\": \"STRING\"\n }\n ],\n \"ResidentIdentityCard\": \"123456789012345678\",\n \"QqOpenId\": \"qqopenid\",\n \"QqUnionId\": \"qqunionid\",\n \"WechatOpenId\": \"wechatopenid\",\n \"WechatUnionId\": \"wechatunionid\",\n \"AlipayUserId\": \"alipayuserid\",\n \"WeComUserId\": \"wecomuserid\",\n \"Description\": \"用户1\",\n \"Name\": \"姓名\",\n \"Locale\": \"地理位置\",\n \"Gender\": \"男\",\n \"IdentityVerificationMethod\": \"wu\",\n \"IdentityVerified\": true,\n \"Job\": \"员工\",\n \"Nationality\": \"汉族\",\n \"Primary\": true,\n \"Zone\": \"时区\",\n \"AlreadyFirstLogin\": true,\n \"TenantId\": \"tenantId\",\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"Version\": 0,\n \"LockType\": \"wu\",\n \"LockTime\": 0,\n \"IndexedAttribute1\": \"value1\",\n \"IndexedAttribute2\": \"value2\",\n \"IndexedAttribute3\": \"value3\",\n \"IndexedAttribute4\": \"value4\",\n \"IndexedAttribute5\": \"value5\"\n }\n ],\n \"RequestId\": \"e2e9e8aa********************9ab34c6e\"\n }\n}",
|
112
112
|
"title": "查询用户列表"
|
113
113
|
}
|
114
114
|
],
|
@@ -116,7 +116,7 @@
|
|
116
116
|
{
|
117
117
|
"document": "",
|
118
118
|
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListUserByProperty\n<公共请求参数>\n\n{\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"PropertyCode\": \"phoneNumber\",\n \"PropertyValue\": \"130****0000\",\n \"Original\": true\n}",
|
119
|
-
"output": "{\n \"Response\": {\n \"Users\": [\n {\n \"UserId\": \"53e25c3****************e4eb5bd1\",\n \"UserName\": \"zhangsan\",\n \"PhoneNumber\": \"132****0000\",\n \"Email\": \"132****@qq.com\",\n \"LastSignOn\": 1711002933442,\n \"CreatedDate\": 1718332940956,\n \"Status\": \"NORMAL\",\n \"UserDataSourceEnum\": \"管理员添加\",\n \"Nickname\": \"昵称1\",\n \"Address\": \"北京市海淀区\",\n \"Birthdate\": 1706682491339,\n \"UserGroups\": [\n \"6cd22e51****************f6f7cb81\"\n ],\n \"LastModifiedDate\": 1722420973329,\n \"CustomAttributes\": [\n {\n \"Name\": \"k\",\n \"Value\": \"v\",\n \"Type\": \"STRING\"\n }\n ],\n \"ResidentIdentityCard\": \"123456789012345678\",\n \"QqOpenId\": \"qqopenid\",\n \"QqUnionId\": \"qqunionid\",\n \"WechatOpenId\": \"wechatopenid\",\n \"WechatUnionId\": \"wechatunionid\",\n \"AlipayUserId\": \"alipayuserid\",\n \"WeComUserId\": \"wecomuserid\",\n \"Description\": \"用户1\",\n \"Name\": \"姓名\",\n \"Locale\": \"地理位置\",\n \"Gender\": \"男\",\n \"IdentityVerificationMethod\": \"
|
119
|
+
"output": "{\n \"Response\": {\n \"Users\": [\n {\n \"UserId\": \"53e25c3****************e4eb5bd1\",\n \"UserName\": \"zhangsan\",\n \"PhoneNumber\": \"132****0000\",\n \"Email\": \"132****@qq.com\",\n \"LastSignOn\": 1711002933442,\n \"CreatedDate\": 1718332940956,\n \"Status\": \"NORMAL\",\n \"UserDataSourceEnum\": \"管理员添加\",\n \"Nickname\": \"昵称1\",\n \"Address\": \"北京市海淀区\",\n \"Birthdate\": 1706682491339,\n \"UserGroups\": [\n \"6cd22e51****************f6f7cb81\"\n ],\n \"LastModifiedDate\": 1722420973329,\n \"CustomAttributes\": [\n {\n \"Name\": \"k\",\n \"Value\": \"v\",\n \"Type\": \"STRING\"\n }\n ],\n \"ResidentIdentityCard\": \"123456789012345678\",\n \"QqOpenId\": \"qqopenid\",\n \"QqUnionId\": \"qqunionid\",\n \"WechatOpenId\": \"wechatopenid\",\n \"WechatUnionId\": \"wechatunionid\",\n \"AlipayUserId\": \"alipayuserid\",\n \"WeComUserId\": \"wecomuserid\",\n \"Description\": \"用户1\",\n \"Name\": \"姓名\",\n \"Locale\": \"地理位置\",\n \"Gender\": \"男\",\n \"IdentityVerificationMethod\": \"nameAndIdCard\",\n \"IdentityVerified\": true,\n \"Job\": \"员工\",\n \"Nationality\": \"汉族\",\n \"Primary\": true,\n \"Zone\": \"时区\",\n \"AlreadyFirstLogin\": true,\n \"TenantId\": \"tenantId\",\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"Version\": 0,\n \"LockType\": \"failureLock\",\n \"LockTime\": 0,\n \"IndexedAttribute1\": \"value1\",\n \"IndexedAttribute2\": \"value2\",\n \"IndexedAttribute3\": \"value3\",\n \"IndexedAttribute4\": \"value4\",\n \"IndexedAttribute5\": \"value5\"\n }\n ],\n \"RequestId\": \"e2e9e8aa********************9ab34c6e\"\n }\n}",
|
120
120
|
"title": "查询用户列表"
|
121
121
|
}
|
122
122
|
],
|
@@ -156,7 +156,7 @@
|
|
156
156
|
{
|
157
157
|
"document": "更新用户信息时使用",
|
158
158
|
"input": "POST / HTTP/1.1\nHost: ciam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateUser\n<公共请求参数>\n\n{\n \"UserId\": \"53e25c3****************e4eb5bd1\",\n \"UserName\": \"zhangsan\",\n \"PhoneNumber\": \"132****0000\",\n \"Email\": \"132****@qq.com\",\n \"Nickname\": \"昵称1\",\n \"Address\": \"北京市海淀区\",\n \"UserGroup\": [\n \"6cd22e51****************f6f7cb81\"\n ],\n \"Birthdate\": 1706682491339,\n \"CustomizationAttributes\": [\n {\n \"Name\": \"k\",\n \"Value\": \"v\",\n \"Type\": \"STRING\"\n }\n ],\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"IndexedAttribute1\": \"value1\",\n \"IndexedAttribute2\": \"value2\",\n \"IndexedAttribute3\": \"value3\",\n \"IndexedAttribute4\": \"value4\",\n \"IndexedAttribute5\": \"value5\"\n}",
|
159
|
-
"output": "{\n \"Response\": {\n \"User\": {\n \"UserId\": \"53e25c3****************e4eb5bd1\",\n \"UserName\": \"zhangsan\",\n \"PhoneNumber\": \"132****0000\",\n \"Email\": \"132****@qq.com\",\n \"LastSignOn\": 1711002933442,\n \"CreatedDate\": 1718332940956,\n \"Status\": \"NORMAL\",\n \"UserDataSourceEnum\": \"管理员添加\",\n \"Nickname\": \"昵称1\",\n \"Address\": \"北京市海淀区\",\n \"Birthdate\": 1706682491339,\n \"UserGroups\": [\n \"6cd22e51****************f6f7cb81\"\n ],\n \"LastModifiedDate\": 1722420973329,\n \"CustomAttributes\": [\n {\n \"Name\": \"k\",\n \"Value\": \"v\",\n \"Type\": \"STRING\"\n }\n ],\n \"ResidentIdentityCard\": \"123456789012345678\",\n \"QqOpenId\": \"qqopenid\",\n \"QqUnionId\": \"qqunionid\",\n \"WechatOpenId\": \"wechatopenid\",\n \"WechatUnionId\": \"wechatunionid\",\n \"AlipayUserId\": \"alipayuserid\",\n \"WeComUserId\": \"wecomuserid\",\n \"Description\": \"用户1\",\n \"Name\": \"姓名\",\n \"Locale\": \"地理位置\",\n \"Gender\": \"男\",\n \"IdentityVerificationMethod\": \"
|
159
|
+
"output": "{\n \"Response\": {\n \"User\": {\n \"UserId\": \"53e25c3****************e4eb5bd1\",\n \"UserName\": \"zhangsan\",\n \"PhoneNumber\": \"132****0000\",\n \"Email\": \"132****@qq.com\",\n \"LastSignOn\": 1711002933442,\n \"CreatedDate\": 1718332940956,\n \"Status\": \"NORMAL\",\n \"UserDataSourceEnum\": \"管理员添加\",\n \"Nickname\": \"昵称1\",\n \"Address\": \"北京市海淀区\",\n \"Birthdate\": 1706682491339,\n \"UserGroups\": [\n \"6cd22e51****************f6f7cb81\"\n ],\n \"LastModifiedDate\": 1722420973329,\n \"CustomAttributes\": [\n {\n \"Name\": \"k\",\n \"Value\": \"v\",\n \"Type\": \"STRING\"\n }\n ],\n \"ResidentIdentityCard\": \"123456789012345678\",\n \"QqOpenId\": \"qqopenid\",\n \"QqUnionId\": \"qqunionid\",\n \"WechatOpenId\": \"wechatopenid\",\n \"WechatUnionId\": \"wechatunionid\",\n \"AlipayUserId\": \"alipayuserid\",\n \"WeComUserId\": \"wecomuserid\",\n \"Description\": \"用户1\",\n \"Name\": \"姓名\",\n \"Locale\": \"地理位置\",\n \"Gender\": \"男\",\n \"IdentityVerificationMethod\": \"wu\",\n \"IdentityVerified\": true,\n \"Job\": \"员工\",\n \"Nationality\": \"汉族\",\n \"Primary\": true,\n \"Zone\": \"时区\",\n \"AlreadyFirstLogin\": true,\n \"TenantId\": \"tenantId\",\n \"UserStoreId\": \"2c3aca3b****************a7efe88e\",\n \"Version\": 0,\n \"LockType\": \"wu\",\n \"LockTime\": 0,\n \"IndexedAttribute1\": \"value1\",\n \"IndexedAttribute2\": \"value2\",\n \"IndexedAttribute3\": \"value3\",\n \"IndexedAttribute4\": \"value4\",\n \"IndexedAttribute5\": \"value5\"\n },\n \"RequestId\": \"e2e9e8aa********************9ab34c6e\"\n }\n}",
|
160
160
|
"title": "更新用户"
|
161
161
|
}
|
162
162
|
],
|
@@ -15699,7 +15699,7 @@
|
|
15699
15699
|
},
|
15700
15700
|
{
|
15701
15701
|
"disabled": false,
|
15702
|
-
"document": "日志主题id所在的地域id。\n\nid,地域,简称信息如下:\n- 1, 广州,ap-guangzhou\n- 4, 上海,ap-shanghai\n- 5, 中国香港,ap-hongkong\n- 7, 上海金融,ap-shanghai-fsi\n- 8, 北京,ap-beijing\n- 9, 新加坡,ap-singapore\n- 11, 深圳金融,ap-shenzhen-fsi\n- 15, 硅谷,na-siliconvalley\n- 16, 成都,ap-chengdu\n- 17, 法兰克福,eu-frankfurt\n- 18, 首尔,ap-seoul\n- 19, 重庆,ap-chongqing\n-
|
15702
|
+
"document": "日志主题id所在的地域id。\n\nid,地域,简称信息如下:\n- 1, 广州,ap-guangzhou\n- 4, 上海,ap-shanghai\n- 5, 中国香港,ap-hongkong\n- 7, 上海金融,ap-shanghai-fsi\n- 8, 北京,ap-beijing\n- 9, 新加坡,ap-singapore\n- 11, 深圳金融,ap-shenzhen-fsi\n- 15, 硅谷,na-siliconvalley\n- 16, 成都,ap-chengdu\n- 17, 法兰克福,eu-frankfurt\n- 18, 首尔,ap-seoul\n- 19, 重庆,ap-chongqing\n- 22, 弗吉尼亚,na-ashburn\n- 23, 曼谷,ap-bangkok\n- 25, 东京,ap-tokyo\n- 33, 南京,ap-nanjing\n- 46, 北京金融,ap-beijing-fsi\n- 72, 雅加达,ap-jakarta\n- 74, 圣保罗,sa-saopaulo",
|
15703
15703
|
"example": "19",
|
15704
15704
|
"member": "uint64",
|
15705
15705
|
"name": "RegionId",
|
@@ -20,23 +20,25 @@
|
|
20
20
|
"members": [
|
21
21
|
{
|
22
22
|
"disabled": false,
|
23
|
-
"document": "账号工厂基线项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128
|
23
|
+
"document": "账号工厂基线项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。",
|
24
24
|
"example": "ACS-BP_ACCOUNT_FACTORY_ACCOUNT_CONTACT",
|
25
25
|
"member": "string",
|
26
26
|
"name": "Identifier",
|
27
|
+
"output_required": true,
|
27
28
|
"required": false,
|
28
29
|
"type": "string",
|
29
|
-
"value_allowed_null":
|
30
|
+
"value_allowed_null": false
|
30
31
|
},
|
31
32
|
{
|
32
33
|
"disabled": false,
|
33
|
-
"document": "
|
34
|
+
"document": "账号工厂基线项配置,不同基线项配置参数不同。",
|
34
35
|
"example": "{\\\"Contacts\\\":[{\\\"Name\\\":\\\"dest\\\",\\\"Email\\\":\\\"ia@22.com\\\",\\\"Mobile\\\":\\\"12345678910\\\",\\\"Position\\\":\\\"Technical Director\\\"}]}",
|
35
36
|
"member": "string",
|
36
37
|
"name": "Configuration",
|
38
|
+
"output_required": true,
|
37
39
|
"required": false,
|
38
40
|
"type": "string",
|
39
|
-
"value_allowed_null":
|
41
|
+
"value_allowed_null": false
|
40
42
|
}
|
41
43
|
],
|
42
44
|
"usage": "both"
|
@@ -47,7 +49,7 @@
|
|
47
49
|
{
|
48
50
|
"disabled": false,
|
49
51
|
"document": "成员账号uin,也是被应用基线的账号uin。",
|
50
|
-
"example": "[
|
52
|
+
"example": "[1000000000001]",
|
51
53
|
"member": "int64",
|
52
54
|
"name": "MemberUinList",
|
53
55
|
"required": true,
|
@@ -2961,7 +2961,7 @@
|
|
2961
2961
|
},
|
2962
2962
|
{
|
2963
2963
|
"disabled": false,
|
2964
|
-
"document": "状态,0未处理、1已处置、2
|
2964
|
+
"document": "状态,0未处理、1已处置、2已忽略、3云防已防护",
|
2965
2965
|
"example": "0",
|
2966
2966
|
"member": "uint64",
|
2967
2967
|
"name": "Status",
|
@@ -3048,6 +3048,26 @@
|
|
3048
3048
|
"output_required": true,
|
3049
3049
|
"type": "string",
|
3050
3050
|
"value_allowed_null": false
|
3051
|
+
},
|
3052
|
+
{
|
3053
|
+
"disabled": false,
|
3054
|
+
"document": "服务判定,high_risk_service 高危服务 web_service web服务 other_service 其他服务",
|
3055
|
+
"example": "high",
|
3056
|
+
"member": "string",
|
3057
|
+
"name": "ServiceJudge",
|
3058
|
+
"output_required": false,
|
3059
|
+
"type": "string",
|
3060
|
+
"value_allowed_null": false
|
3061
|
+
},
|
3062
|
+
{
|
3063
|
+
"disabled": false,
|
3064
|
+
"document": "状态,0未处理、1已处置、2已忽略、3云防已防护、4无需处理",
|
3065
|
+
"example": "0",
|
3066
|
+
"member": "uint64",
|
3067
|
+
"name": "XspmStatus",
|
3068
|
+
"output_required": false,
|
3069
|
+
"type": "int",
|
3070
|
+
"value_allowed_null": false
|
3051
3071
|
}
|
3052
3072
|
],
|
3053
3073
|
"usage": "out"
|
@@ -3790,6 +3810,16 @@
|
|
3790
3810
|
"output_required": false,
|
3791
3811
|
"type": "int",
|
3792
3812
|
"value_allowed_null": false
|
3813
|
+
},
|
3814
|
+
{
|
3815
|
+
"disabled": false,
|
3816
|
+
"document": "是否POC扫描,0-非POC,1-POC",
|
3817
|
+
"example": "0",
|
3818
|
+
"member": "uint64",
|
3819
|
+
"name": "IsPOC",
|
3820
|
+
"output_required": false,
|
3821
|
+
"type": "int",
|
3822
|
+
"value_allowed_null": false
|
3793
3823
|
}
|
3794
3824
|
],
|
3795
3825
|
"usage": "out"
|
@@ -4006,6 +4036,16 @@
|
|
4006
4036
|
"output_required": true,
|
4007
4037
|
"type": "string",
|
4008
4038
|
"value_allowed_null": false
|
4039
|
+
},
|
4040
|
+
{
|
4041
|
+
"disabled": false,
|
4042
|
+
"document": "端口",
|
4043
|
+
"example": "22",
|
4044
|
+
"member": "int64",
|
4045
|
+
"name": "Port",
|
4046
|
+
"output_required": false,
|
4047
|
+
"type": "int",
|
4048
|
+
"value_allowed_null": false
|
4009
4049
|
}
|
4010
4050
|
],
|
4011
4051
|
"usage": "out"
|
@@ -13054,7 +13094,7 @@
|
|
13054
13094
|
{
|
13055
13095
|
"disabled": false,
|
13056
13096
|
"document": "风险详情",
|
13057
|
-
"example": "未授权访问:如果未受管理员授权,可能会被未经授权的人登录和访问
|
13097
|
+
"example": "未授权访问:如果未受管理员授权,可能会被未经授权的人登录和访问",
|
13058
13098
|
"member": "string",
|
13059
13099
|
"name": "RiskDetails",
|
13060
13100
|
"output_required": true,
|
@@ -13064,7 +13104,7 @@
|
|
13064
13104
|
{
|
13065
13105
|
"disabled": false,
|
13066
13106
|
"document": "处置建议",
|
13067
|
-
"example": "禁用未授权访问:应禁止 WebLogic
|
13107
|
+
"example": "禁用未授权访问:应禁止 WebLogic 未授权的访问",
|
13068
13108
|
"member": "string",
|
13069
13109
|
"name": "Suggestion",
|
13070
13110
|
"output_required": true,
|
@@ -13073,7 +13113,7 @@
|
|
13073
13113
|
},
|
13074
13114
|
{
|
13075
13115
|
"disabled": false,
|
13076
|
-
"document": "状态,0未处理、1已处置、2
|
13116
|
+
"document": "状态,0未处理、1已处置、2已忽略、3云防已防护",
|
13077
13117
|
"example": "0",
|
13078
13118
|
"member": "uint64",
|
13079
13119
|
"name": "Status",
|
@@ -13154,7 +13194,7 @@
|
|
13154
13194
|
{
|
13155
13195
|
"disabled": false,
|
13156
13196
|
"document": "风险列表",
|
13157
|
-
"example": "[
|
13197
|
+
"example": "[{\"Title\": \"禁用未授权访问\",\"Body\": \"应禁止未授权的访问\"}]",
|
13158
13198
|
"member": "ServerRiskSuggestion",
|
13159
13199
|
"name": "RiskList",
|
13160
13200
|
"output_required": true,
|
@@ -13164,7 +13204,7 @@
|
|
13164
13204
|
{
|
13165
13205
|
"disabled": false,
|
13166
13206
|
"document": "建议列表",
|
13167
|
-
"example": "[{\"Title\": \"禁用未授权访问\"
|
13207
|
+
"example": "[{\"Title\": \"禁用未授权访问\",\"Body\": \"应禁止未授权的访问\"}]",
|
13168
13208
|
"member": "ServerRiskSuggestion",
|
13169
13209
|
"name": "SuggestionList",
|
13170
13210
|
"output_required": true,
|
@@ -13180,6 +13220,26 @@
|
|
13180
13220
|
"output_required": false,
|
13181
13221
|
"type": "string",
|
13182
13222
|
"value_allowed_null": false
|
13223
|
+
},
|
13224
|
+
{
|
13225
|
+
"disabled": false,
|
13226
|
+
"document": "新风险等级,high_risk 高危 suspect 疑似 Normal 暂无风险",
|
13227
|
+
"example": "high",
|
13228
|
+
"member": "string",
|
13229
|
+
"name": "NewLevel",
|
13230
|
+
"output_required": false,
|
13231
|
+
"type": "string",
|
13232
|
+
"value_allowed_null": false
|
13233
|
+
},
|
13234
|
+
{
|
13235
|
+
"disabled": false,
|
13236
|
+
"document": "状态,0未处理、1已处置、2已忽略、3云防已防护、4无需处理",
|
13237
|
+
"example": "o",
|
13238
|
+
"member": "uint64",
|
13239
|
+
"name": "XspmStatus",
|
13240
|
+
"output_required": false,
|
13241
|
+
"type": "int",
|
13242
|
+
"value_allowed_null": false
|
13183
13243
|
}
|
13184
13244
|
],
|
13185
13245
|
"usage": "out"
|