tccli 3.0.997.1__py2.py3-none-any.whl → 3.0.999.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/examples/cynosdb/v20190107/DescribeClusterDatabases.md +24 -0
- tccli/examples/essbasic/v20210526/ChannelDeleteSealPolicies.md +10 -7
- tccli/examples/essbasic/v20210526/ChannelDescribeOrganizationSeals.md +6 -5
- tccli/examples/essbasic/v20210526/ChannelDescribeRoles.md +669 -447
- tccli/examples/essbasic/v20210526/ChannelUpdateSealStatus.md +6 -3
- tccli/examples/faceid/v20180301/DetectAIFakeFaces.md +52 -0
- tccli/examples/monitor/v20180724/ModifyAlarmPolicyCondition.md +77 -0
- tccli/examples/sqlserver/v20180328/CreateAccount.md +1 -1
- tccli/examples/sqlserver/v20180328/ModifyAccountPrivilege.md +1 -1
- tccli/examples/sqlserver/v20180328/RestartDBInstance.md +1 -1
- tccli/examples/sqlserver/v20180328/StartInstanceXEvent.md +1 -1
- tccli/examples/waf/v20180125/DescribeCCAutoStatus.md +21 -0
- tccli/examples/waf/v20180125/DescribeCCRuleList.md +59 -1
- tccli/examples/waf/v20180125/UpsertCCAutoStatus.md +22 -0
- tccli/examples/wedata/v20210820/DescribeTableMetas.md +90 -0
- tccli/examples/weilingwith/v20230427/DescribeApplicationList.md +48 -2
- tccli/examples/weilingwith/v20230427/DescribeDeviceShadowList.md +21 -2
- tccli/examples/weilingwith/v20230427/DescribeVideoRecordStream.md +9 -1
- tccli/services/cdb/v20170320/api.json +2 -2
- tccli/services/cynosdb/cynosdb_client.py +53 -0
- tccli/services/cynosdb/v20190107/api.json +92 -0
- tccli/services/cynosdb/v20190107/examples.json +8 -0
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +31 -22
- tccli/services/essbasic/v20210526/examples.json +12 -12
- tccli/services/faceid/faceid_client.py +53 -0
- tccli/services/faceid/v20180301/api.json +79 -0
- tccli/services/faceid/v20180301/examples.json +14 -0
- tccli/services/gaap/v20180529/api.json +10 -0
- tccli/services/live/v20180801/api.json +18 -0
- tccli/services/monitor/v20180724/api.json +11 -7
- tccli/services/monitor/v20180724/examples.json +6 -0
- tccli/services/ocr/v20181119/api.json +76 -0
- tccli/services/omics/v20221128/api.json +151 -23
- tccli/services/sqlserver/v20180328/api.json +9 -9
- tccli/services/sqlserver/v20180328/examples.json +4 -4
- tccli/services/teo/v20220901/api.json +14 -3
- tccli/services/vrs/v20200824/api.json +1 -1
- tccli/services/waf/v20180125/api.json +298 -67
- tccli/services/waf/v20180125/examples.json +18 -10
- tccli/services/waf/waf_client.py +75 -22
- tccli/services/wedata/v20210820/api.json +825 -0
- tccli/services/wedata/v20210820/examples.json +8 -0
- tccli/services/wedata/wedata_client.py +69 -16
- tccli/services/weilingwith/v20230427/api.json +490 -40
- tccli/services/weilingwith/v20230427/examples.json +5 -5
- {tccli-3.0.997.1.dist-info → tccli-3.0.999.1.dist-info}/METADATA +2 -2
- {tccli-3.0.997.1.dist-info → tccli-3.0.999.1.dist-info}/RECORD +52 -47
- {tccli-3.0.997.1.dist-info → tccli-3.0.999.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.997.1.dist-info → tccli-3.0.999.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.997.1.dist-info → tccli-3.0.999.1.dist-info}/license_files/LICENSE +0 -0
@@ -273,6 +273,13 @@
|
|
273
273
|
"output": "DescribeBinlogsResponse",
|
274
274
|
"status": "online"
|
275
275
|
},
|
276
|
+
"DescribeClusterDatabases": {
|
277
|
+
"document": "获取database列表",
|
278
|
+
"input": "DescribeClusterDatabasesRequest",
|
279
|
+
"name": "获取database列表",
|
280
|
+
"output": "DescribeClusterDatabasesResponse",
|
281
|
+
"status": "online"
|
282
|
+
},
|
276
283
|
"DescribeClusterDetail": {
|
277
284
|
"document": "该接口(DescribeClusterDetail)显示集群详情",
|
278
285
|
"input": "DescribeClusterDetailRequest",
|
@@ -7569,6 +7576,91 @@
|
|
7569
7576
|
],
|
7570
7577
|
"type": "object"
|
7571
7578
|
},
|
7579
|
+
"DescribeClusterDatabasesRequest": {
|
7580
|
+
"document": "DescribeClusterDatabases请求参数结构体",
|
7581
|
+
"members": [
|
7582
|
+
{
|
7583
|
+
"disabled": false,
|
7584
|
+
"document": "集群id",
|
7585
|
+
"example": "xxx",
|
7586
|
+
"member": "string",
|
7587
|
+
"name": "ClusterId",
|
7588
|
+
"required": true,
|
7589
|
+
"type": "string"
|
7590
|
+
},
|
7591
|
+
{
|
7592
|
+
"disabled": false,
|
7593
|
+
"document": "分页偏移",
|
7594
|
+
"example": "0",
|
7595
|
+
"member": "int64",
|
7596
|
+
"name": "Offset",
|
7597
|
+
"required": false,
|
7598
|
+
"type": "int"
|
7599
|
+
},
|
7600
|
+
{
|
7601
|
+
"disabled": false,
|
7602
|
+
"document": "分页限制数量",
|
7603
|
+
"example": "10",
|
7604
|
+
"member": "int64",
|
7605
|
+
"name": "Limit",
|
7606
|
+
"required": false,
|
7607
|
+
"type": "int"
|
7608
|
+
}
|
7609
|
+
],
|
7610
|
+
"type": "object"
|
7611
|
+
},
|
7612
|
+
"DescribeClusterDatabasesResponse": {
|
7613
|
+
"document": "DescribeClusterDatabases返回参数结构体",
|
7614
|
+
"members": [
|
7615
|
+
{
|
7616
|
+
"disabled": false,
|
7617
|
+
"document": "总条数",
|
7618
|
+
"example": "3",
|
7619
|
+
"member": "int64",
|
7620
|
+
"name": "TotalCount",
|
7621
|
+
"required": true,
|
7622
|
+
"type": "int",
|
7623
|
+
"value_allowed_null": false
|
7624
|
+
},
|
7625
|
+
{
|
7626
|
+
"disabled": false,
|
7627
|
+
"document": "分页偏移",
|
7628
|
+
"example": "1",
|
7629
|
+
"member": "int64",
|
7630
|
+
"name": "Offset",
|
7631
|
+
"required": true,
|
7632
|
+
"type": "int",
|
7633
|
+
"value_allowed_null": false
|
7634
|
+
},
|
7635
|
+
{
|
7636
|
+
"disabled": false,
|
7637
|
+
"document": "数据库列表",
|
7638
|
+
"example": "[]",
|
7639
|
+
"member": "string",
|
7640
|
+
"name": "Databases",
|
7641
|
+
"required": true,
|
7642
|
+
"type": "list",
|
7643
|
+
"value_allowed_null": false
|
7644
|
+
},
|
7645
|
+
{
|
7646
|
+
"disabled": false,
|
7647
|
+
"document": "分页限制数",
|
7648
|
+
"example": "20",
|
7649
|
+
"member": "int64",
|
7650
|
+
"name": "Limit",
|
7651
|
+
"required": true,
|
7652
|
+
"type": "int",
|
7653
|
+
"value_allowed_null": false
|
7654
|
+
},
|
7655
|
+
{
|
7656
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
7657
|
+
"member": "string",
|
7658
|
+
"name": "RequestId",
|
7659
|
+
"type": "string"
|
7660
|
+
}
|
7661
|
+
],
|
7662
|
+
"type": "object"
|
7663
|
+
},
|
7572
7664
|
"DescribeClusterDetailDatabasesRequest": {
|
7573
7665
|
"document": "DescribeClusterDetailDatabases请求参数结构体",
|
7574
7666
|
"members": [
|
@@ -330,6 +330,14 @@
|
|
330
330
|
"title": "查询集群Binlog日志列表"
|
331
331
|
}
|
332
332
|
],
|
333
|
+
"DescribeClusterDatabases": [
|
334
|
+
{
|
335
|
+
"document": "",
|
336
|
+
"input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeClusterDatabases\n<公共请求参数>\n\n{\n \"ClusterId\": \"xxx\"\n}",
|
337
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 3,\n \"Limit\": 20,\n \"Offset\": 1,\n \"RequestId\": \"176466\",\n \"Databases\": []\n }\n}",
|
338
|
+
"title": "查询数据库列表"
|
339
|
+
}
|
340
|
+
],
|
333
341
|
"DescribeClusterDetail": [
|
334
342
|
{
|
335
343
|
"document": "集群信息描述",
|
@@ -2077,7 +2077,7 @@
|
|
2077
2077
|
"members": [
|
2078
2078
|
{
|
2079
2079
|
"disabled": false,
|
2080
|
-
"document": "需要进行转换的资源文件类型\n支持的文件类型如下:\n<ul><li>doc</li>\n<li>docx</li>\n<li>xls</li>\n<li>xlsx</li>\n<li>jpg</li>\n<li>jpeg</li>\n<li>png</li>\n<li>bmp</li>\n<li>txt</li></ul>",
|
2080
|
+
"document": "需要进行转换的资源文件类型\n支持的文件类型如下:\n<ul><li>doc</li>\n<li>docx</li>\n<li>xls</li>\n<li>xlsx</li>\n<li>jpg</li>\n<li>jpeg</li>\n<li>png</li>\n<li>html</li>\n<li>bmp</li>\n<li>txt</li></ul>",
|
2081
2081
|
"example": "docx",
|
2082
2082
|
"member": "string",
|
2083
2083
|
"name": "ResourceType",
|
@@ -218,7 +218,7 @@
|
|
218
218
|
"status": "online"
|
219
219
|
},
|
220
220
|
"ChannelDeleteSealPolicies": {
|
221
|
-
"document": "
|
221
|
+
"document": "此接口(ChannelDeleteSealPolicies)用于删除已指定员工印章授权信息,删除员工的印章授权后,该员工使用印章进行盖章时,将需要提交印章授权申请且通过审核后才能使用该印章进行签署。",
|
222
222
|
"input": "ChannelDeleteSealPoliciesRequest",
|
223
223
|
"name": "删除印章授权",
|
224
224
|
"output": "ChannelDeleteSealPoliciesResponse",
|
@@ -246,16 +246,16 @@
|
|
246
246
|
"status": "online"
|
247
247
|
},
|
248
248
|
"ChannelDescribeOrganizationSeals": {
|
249
|
-
"document": "
|
249
|
+
"document": "此接口(ChannelDescribeOrganizationSeals)查询子客企业电子印章。<br />\n注: \n1. `查询子客企业电子印章,需要操作者具有管理印章权限`\n2. `客户指定需要获取的印章数量和偏移量,数量最多100,超过100按100处理`\n3. `此接口只能查询启用的印章`",
|
250
250
|
"input": "ChannelDescribeOrganizationSealsRequest",
|
251
251
|
"name": "查询子客企业电子印章",
|
252
252
|
"output": "ChannelDescribeOrganizationSealsResponse",
|
253
253
|
"status": "online"
|
254
254
|
},
|
255
255
|
"ChannelDescribeRoles": {
|
256
|
-
"document": "分页查询企业角色列表,法人的角色是系统保留角色,不会返回,按照角色创建时间升序排列。\n
|
256
|
+
"document": "分页查询企业角色列表,法人的角色是系统保留角色,不会返回,按照角色创建时间升序排列。\n\n\n<font color=\"red\">**系统默认角色**</font>说明可参考下表\n\n| 角色名称| 建议授予对象 | 角色描述 |\n| --- | --- | --- |\n| **超级管理员** |电子签业务最高权限,可以授权给法务/企业法人/业务负责人等 | 所有功能和数据管理权限,只能设置一位超管。 |\n| **业务管理员**|IT 系统负责人,可以授权给CTO等 | 企业合同模块、印章模块、模板模块等全量功能及数据权限。 |\n| **经办人**|企业法务负责人等 | 发起合同、签署合同(含填写、拒签)、撤销合同、持有印章等权限能力,可查看企业所有合同数据。 |\n| **业务员**|销售员、采购员 等| 发起合同、签署合同(含填写、拒签)、撤销合同、持有印章等权限能力,可查看自己相关所有合同数据。 |",
|
257
257
|
"input": "ChannelDescribeRolesRequest",
|
258
|
-
"name": "
|
258
|
+
"name": "获取角色列表",
|
259
259
|
"output": "ChannelDescribeRolesResponse",
|
260
260
|
"status": "online"
|
261
261
|
},
|
@@ -288,7 +288,7 @@
|
|
288
288
|
"status": "online"
|
289
289
|
},
|
290
290
|
"ChannelUpdateSealStatus": {
|
291
|
-
"document": "
|
291
|
+
"document": "此接口(ChannelUpdateSealStatus)用于第三方应用平台为子客企业更新印章状态。",
|
292
292
|
"input": "ChannelUpdateSealStatusRequest",
|
293
293
|
"name": "更新印章状态",
|
294
294
|
"output": "ChannelUpdateSealStatusResponse",
|
@@ -572,6 +572,15 @@
|
|
572
572
|
"required": false,
|
573
573
|
"type": "bool"
|
574
574
|
},
|
575
|
+
{
|
576
|
+
"disabled": false,
|
577
|
+
"document": "是否可以转发 默认false-可以转发 true-不可以转发",
|
578
|
+
"example": "true",
|
579
|
+
"member": "bool",
|
580
|
+
"name": "NoTransfer",
|
581
|
+
"required": false,
|
582
|
+
"type": "bool"
|
583
|
+
},
|
575
584
|
{
|
576
585
|
"disabled": false,
|
577
586
|
"document": "是否隐藏一键签署 默认false-不隐藏true-隐藏",
|
@@ -1740,7 +1749,7 @@
|
|
1740
1749
|
},
|
1741
1750
|
{
|
1742
1751
|
"disabled": false,
|
1743
|
-
"document": "需要进行转换的资源文件类型\n支持的文件类型如下:\n<ul><li>doc</li>\n<li>docx</li>\n<li>xls</li>\n<li>xlsx</li>\n<li>jpg</li>\n<li>jpeg</li>\n<li>png</li>\n<li>bmp</li>\n<li>txt</li></ul>",
|
1752
|
+
"document": "需要进行转换的资源文件类型\n支持的文件类型如下:\n<ul><li>doc</li>\n<li>docx</li>\n<li>xls</li>\n<li>xlsx</li>\n<li>jpg</li>\n<li>jpeg</li>\n<li>png</li>\n<li>bmp</li>\n<li>html</li>\n<li>txt</li></ul>",
|
1744
1753
|
"example": "docx",
|
1745
1754
|
"member": "string",
|
1746
1755
|
"name": "ResourceType",
|
@@ -3793,7 +3802,7 @@
|
|
3793
3802
|
"members": [
|
3794
3803
|
{
|
3795
3804
|
"disabled": false,
|
3796
|
-
"document": "
|
3805
|
+
"document": "关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。",
|
3797
3806
|
"example": "无",
|
3798
3807
|
"member": "Agent",
|
3799
3808
|
"name": "Agent",
|
@@ -3802,7 +3811,7 @@
|
|
3802
3811
|
},
|
3803
3812
|
{
|
3804
3813
|
"disabled": false,
|
3805
|
-
"document": "
|
3814
|
+
"document": "操作的印章ID",
|
3806
3815
|
"example": "无",
|
3807
3816
|
"member": "string",
|
3808
3817
|
"name": "SealId",
|
@@ -3811,7 +3820,7 @@
|
|
3811
3820
|
},
|
3812
3821
|
{
|
3813
3822
|
"disabled": false,
|
3814
|
-
"document": "
|
3823
|
+
"document": "需要删除授权的用户ID数组,可以传入电子签系统用户ID或OpenId。\n注: \n1. `填写OpenId时,系统会通过组织+渠道+OpenId查询得到对应的UserId进行授权取消操作`",
|
3815
3824
|
"example": "无",
|
3816
3825
|
"member": "string",
|
3817
3826
|
"name": "UserIds",
|
@@ -4097,7 +4106,7 @@
|
|
4097
4106
|
"members": [
|
4098
4107
|
{
|
4099
4108
|
"disabled": false,
|
4100
|
-
"document": "
|
4109
|
+
"document": "关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。",
|
4101
4110
|
"example": "无",
|
4102
4111
|
"member": "Agent",
|
4103
4112
|
"name": "Agent",
|
@@ -4115,7 +4124,7 @@
|
|
4115
4124
|
},
|
4116
4125
|
{
|
4117
4126
|
"disabled": false,
|
4118
|
-
"document": "
|
4127
|
+
"document": "分页查询偏移量,默认为0,最大为20000",
|
4119
4128
|
"example": "0",
|
4120
4129
|
"member": "int64",
|
4121
4130
|
"name": "Offset",
|
@@ -4124,7 +4133,7 @@
|
|
4124
4133
|
},
|
4125
4134
|
{
|
4126
4135
|
"disabled": false,
|
4127
|
-
"document": "
|
4136
|
+
"document": "查询信息类型\n支持的值如下:\n<ul><li>0-默认,不返回授权用户信息</li>\n<li>1-返回授权用户信息</li>\n</ul>",
|
4128
4137
|
"example": "1",
|
4129
4138
|
"member": "int64",
|
4130
4139
|
"name": "InfoType",
|
@@ -4133,7 +4142,7 @@
|
|
4133
4142
|
},
|
4134
4143
|
{
|
4135
4144
|
"disabled": false,
|
4136
|
-
"document": "印章id
|
4145
|
+
"document": "印章id(没有输入返回所有)\n\n注: `没有输入返回所有记录,最大返回100条。`",
|
4137
4146
|
"example": "无",
|
4138
4147
|
"member": "string",
|
4139
4148
|
"name": "SealId",
|
@@ -4142,7 +4151,7 @@
|
|
4142
4151
|
},
|
4143
4152
|
{
|
4144
4153
|
"disabled": false,
|
4145
|
-
"document": "
|
4154
|
+
"document": "印章类型列表,目前支持传入以下类型:\n<ul><li>OFFICIAL-企业公章</li>\n<li>CONTRACT-合同专用章</li>\n<li>ORGANIZATION_SEAL-企业印章(图片上传创建)</li>\n<li>LEGAL_PERSON_SEAL-法定代表人章</li>\n</ul>\n\n注: `为空时查询所有类型的印章。`",
|
4146
4155
|
"example": "无",
|
4147
4156
|
"member": "string",
|
4148
4157
|
"name": "SealTypes",
|
@@ -4198,7 +4207,7 @@
|
|
4198
4207
|
},
|
4199
4208
|
{
|
4200
4209
|
"disabled": false,
|
4201
|
-
"document": "
|
4210
|
+
"document": "指定每页返回的数据条数,和Offset参数配合使用,单页最大200。\n\n注: `因为历史原因, 此字段为字符串类型`",
|
4202
4211
|
"example": "无",
|
4203
4212
|
"member": "string",
|
4204
4213
|
"name": "Limit",
|
@@ -4207,7 +4216,7 @@
|
|
4207
4216
|
},
|
4208
4217
|
{
|
4209
4218
|
"disabled": false,
|
4210
|
-
"document": "查询的关键字段:\nKey:\"RoleType
|
4219
|
+
"document": "查询的关键字段:\nKey:\"**RoleType**\",Values:[\"**1**\"]查询系统角色,\nKey:\"**RoleType**\",Values:[\"**2**\"]查询自定义角色\nKey:\"**RoleStatus**\",Values:[\"**1**\"]查询启用角色\nKey:\"**RoleStatus**\",Values:[\"**2**\"]查询禁用角色\nKey:\"**IsReturnPermissionGroup**\",Values:[\"**0**\"]表示接口不返回角色对应的权限树字段\nKey:\"**IsReturnPermissionGroup**\",Values:[\"**1**\"]表示接口返回角色对应的权限树字段\n\n注: `同名字的Key的过滤条件会冲突, 只能填写一个`\n",
|
4211
4220
|
"example": "无",
|
4212
4221
|
"member": "Filter",
|
4213
4222
|
"name": "Filters",
|
@@ -4216,7 +4225,7 @@
|
|
4216
4225
|
},
|
4217
4226
|
{
|
4218
4227
|
"disabled": false,
|
4219
|
-
"document": "
|
4228
|
+
"document": "查询结果分页返回,指定从第几页返回数据,和Limit参数配合使用,最大2000条。\n\n注:\n1.`offset从0开始,即第一页为0。`\n2.`默认从第一页返回。`",
|
4220
4229
|
"example": "无",
|
4221
4230
|
"member": "uint64",
|
4222
4231
|
"name": "Offset",
|
@@ -4240,7 +4249,7 @@
|
|
4240
4249
|
"members": [
|
4241
4250
|
{
|
4242
4251
|
"disabled": false,
|
4243
|
-
"document": "
|
4252
|
+
"document": "查询结果分页返回,指定从第几页返回数据,和Limit参数配合使用,最大2000条。",
|
4244
4253
|
"example": "无",
|
4245
4254
|
"member": "uint64",
|
4246
4255
|
"name": "Offset",
|
@@ -4250,7 +4259,7 @@
|
|
4250
4259
|
},
|
4251
4260
|
{
|
4252
4261
|
"disabled": false,
|
4253
|
-
"document": "
|
4262
|
+
"document": "指定每页返回的数据条数,和Offset参数配合使用,单页最大200。",
|
4254
4263
|
"example": "无",
|
4255
4264
|
"member": "uint64",
|
4256
4265
|
"name": "Limit",
|
@@ -4270,7 +4279,7 @@
|
|
4270
4279
|
},
|
4271
4280
|
{
|
4272
4281
|
"disabled": false,
|
4273
|
-
"document": "
|
4282
|
+
"document": "查询的角色信息列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
4274
4283
|
"example": "无",
|
4275
4284
|
"member": "ChannelRole",
|
4276
4285
|
"name": "ChannelRoles",
|
@@ -4663,7 +4672,7 @@
|
|
4663
4672
|
"members": [
|
4664
4673
|
{
|
4665
4674
|
"disabled": false,
|
4666
|
-
"document": "
|
4675
|
+
"document": "关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。",
|
4667
4676
|
"example": "无",
|
4668
4677
|
"member": "Agent",
|
4669
4678
|
"name": "Agent",
|
@@ -4672,7 +4681,7 @@
|
|
4672
4681
|
},
|
4673
4682
|
{
|
4674
4683
|
"disabled": false,
|
4675
|
-
"document": "
|
4684
|
+
"document": "印章状态,目前支持传入以下类型:\n<ul><li>DISABLE-停用印章</li></ul>",
|
4676
4685
|
"example": "DISABLE",
|
4677
4686
|
"member": "string",
|
4678
4687
|
"name": "Status",
|