tccli 3.0.1282.1__py2.py3-none-any.whl → 3.0.1284.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.
Files changed (76) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/acp/v20220105/api.json +23 -23
  3. tccli/services/acp/v20220105/examples.json +2 -8
  4. tccli/services/advisor/v20200721/api.json +4 -2
  5. tccli/services/antiddos/v20200309/api.json +1 -1
  6. tccli/services/apm/v20210622/api.json +1 -1
  7. tccli/services/cdn/v20180606/api.json +4 -2
  8. tccli/services/cdwch/v20200915/api.json +3 -3
  9. tccli/services/cdwch/v20200915/examples.json +1 -1
  10. tccli/services/cdwdoris/v20211228/api.json +18 -0
  11. tccli/services/cfg/v20210820/api.json +5 -5
  12. tccli/services/chdfs/v20201112/api.json +12 -12
  13. tccli/services/clb/v20180317/api.json +20 -2
  14. tccli/services/cynosdb/v20190107/api.json +10 -0
  15. tccli/services/dbbrain/v20191016/api.json +17 -17
  16. tccli/services/dbbrain/v20210527/api.json +22 -22
  17. tccli/services/dcdb/v20180411/api.json +14 -4
  18. tccli/services/dcdb/v20180411/examples.json +1 -1
  19. tccli/services/dlc/v20210125/api.json +128 -56
  20. tccli/services/dlc/v20210125/examples.json +3 -3
  21. tccli/services/domain/v20180808/api.json +3 -3
  22. tccli/services/dts/v20180330/api.json +16 -16
  23. tccli/services/dts/v20211206/api.json +493 -488
  24. tccli/services/es/v20180416/api.json +3 -3
  25. tccli/services/es/v20180416/examples.json +1 -1
  26. tccli/services/ess/ess_client.py +53 -0
  27. tccli/services/ess/v20201111/api.json +122 -1
  28. tccli/services/ess/v20201111/examples.json +26 -0
  29. tccli/services/essbasic/essbasic_client.py +57 -4
  30. tccli/services/essbasic/v20210526/api.json +163 -0
  31. tccli/services/essbasic/v20210526/examples.json +26 -0
  32. tccli/services/goosefs/v20220519/api.json +26 -24
  33. tccli/services/goosefs/v20220519/examples.json +2 -2
  34. tccli/services/lke/v20231130/api.json +8 -8
  35. tccli/services/lke/v20231130/examples.json +1 -1
  36. tccli/services/lowcode/v20210108/api.json +165 -165
  37. tccli/services/lowcode/v20210108/examples.json +5 -5
  38. tccli/services/mariadb/v20170312/api.json +12 -2
  39. tccli/services/mariadb/v20170312/examples.json +4 -4
  40. tccli/services/mongodb/v20190725/api.json +2 -2
  41. tccli/services/mongodb/v20190725/examples.json +2 -2
  42. tccli/services/monitor/v20180724/api.json +7 -7
  43. tccli/services/monitor/v20180724/examples.json +2 -2
  44. tccli/services/mqtt/mqtt_client.py +106 -0
  45. tccli/services/mqtt/v20240516/api.json +511 -213
  46. tccli/services/mqtt/v20240516/examples.json +21 -5
  47. tccli/services/oceanus/v20190422/api.json +43 -4
  48. tccli/services/ocr/v20181119/api.json +2 -2
  49. tccli/services/ocr/v20181119/examples.json +2 -2
  50. tccli/services/organization/organization_client.py +53 -0
  51. tccli/services/organization/v20210331/api.json +61 -0
  52. tccli/services/organization/v20210331/examples.json +8 -0
  53. tccli/services/redis/v20180412/api.json +11 -2
  54. tccli/services/redis/v20180412/examples.json +1 -1
  55. tccli/services/rum/v20210622/api.json +2 -2
  56. tccli/services/scf/v20180416/api.json +40 -0
  57. tccli/services/tdmq/tdmq_client.py +4 -57
  58. tccli/services/tdmq/v20200217/api.json +118 -212
  59. tccli/services/tdmq/v20200217/examples.json +0 -8
  60. tccli/services/tds/v20220801/api.json +2 -2
  61. tccli/services/tione/v20211111/api.json +41 -1
  62. tccli/services/tse/v20201207/api.json +207 -104
  63. tccli/services/vclm/v20240523/api.json +20 -2
  64. tccli/services/vdb/v20230616/api.json +62 -62
  65. tccli/services/vdb/v20230616/examples.json +2 -2
  66. tccli/services/waf/v20180125/api.json +143 -0
  67. tccli/services/waf/v20180125/examples.json +16 -0
  68. tccli/services/waf/waf_client.py +106 -0
  69. tccli/services/wedata/v20210820/api.json +965 -133
  70. tccli/services/wedata/v20210820/examples.json +24 -8
  71. tccli/services/wedata/wedata_client.py +106 -0
  72. {tccli-3.0.1282.1.dist-info → tccli-3.0.1284.1.dist-info}/METADATA +2 -2
  73. {tccli-3.0.1282.1.dist-info → tccli-3.0.1284.1.dist-info}/RECORD +76 -76
  74. {tccli-3.0.1282.1.dist-info → tccli-3.0.1284.1.dist-info}/WHEEL +0 -0
  75. {tccli-3.0.1282.1.dist-info → tccli-3.0.1284.1.dist-info}/entry_points.txt +0 -0
  76. {tccli-3.0.1282.1.dist-info → tccli-3.0.1284.1.dist-info}/license_files/LICENSE +0 -0
@@ -1437,13 +1437,13 @@
1437
1437
  "members": [
1438
1438
  {
1439
1439
  "disabled": false,
1440
- "document": "异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。\n注意:此字段可能返回 null,表示取不到有效值。",
1440
+ "document": "异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。",
1441
1441
  "example": "129542924",
1442
1442
  "member": "int64",
1443
1443
  "name": "AsyncRequestId",
1444
1444
  "output_required": true,
1445
1445
  "type": "int",
1446
- "value_allowed_null": true
1446
+ "value_allowed_null": false
1447
1447
  },
1448
1448
  {
1449
1449
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -2559,18 +2559,18 @@
2559
2559
  "members": [
2560
2560
  {
2561
2561
  "disabled": false,
2562
- "document": "符合条件的实例个数。\n注意:此字段可能返回 null,表示取不到有效值。",
2562
+ "document": "符合条件的实例个数。",
2563
2563
  "example": "0",
2564
2564
  "member": "int64",
2565
2565
  "name": "TotalCount",
2566
2566
  "output_required": true,
2567
2567
  "type": "int",
2568
- "value_allowed_null": true
2568
+ "value_allowed_null": false
2569
2569
  },
2570
2570
  {
2571
2571
  "disabled": false,
2572
2572
  "document": "实例详情。",
2573
- "example": "[{\"BillingConfirmed\":1,\"AuditStatus\":\"ON\",\"ColdLogExpireDay\":23,\"InstanceId\":\"tdsql-lq5ue8p7\",\"LogExpireDay\":30,\"CreateTime\":\"2023-06-08 19:48:19\",\"HotLogSize\":0,\"HotLogExpireDay\":7,\"BillingAmount\":0,\"ColdLogSize\":0,\"InstanceInfo\":{\"InstanceName\":\"DBbrain测试_fanzhi_MySQL8.0\",\"AuditStatus\":1,\"AppId\":251009273,\"InstanceId\":\"tdsql-lq5ue8p7\",\"ResourceTags\":[\"tag_abc\"],\"ProjectId\":0,\"Region\":\"ap-guangzhou\"}}]",
2573
+ "example": "",
2574
2574
  "member": "AuditInstance",
2575
2575
  "name": "Items",
2576
2576
  "output_required": true,
@@ -4064,13 +4064,13 @@
4064
4064
  "members": [
4065
4065
  {
4066
4066
  "disabled": false,
4067
- "document": "任务总数。\n注意:此字段可能返回 null,表示取不到有效值。",
4067
+ "document": "任务总数。",
4068
4068
  "example": "100",
4069
4069
  "member": "int64",
4070
4070
  "name": "TotalCount",
4071
4071
  "output_required": true,
4072
4072
  "type": "int",
4073
- "value_allowed_null": true
4073
+ "value_allowed_null": false
4074
4074
  },
4075
4075
  {
4076
4076
  "disabled": false,
@@ -6046,7 +6046,7 @@
6046
6046
  "example": "100",
6047
6047
  "member": "int64",
6048
6048
  "name": "HealthScore",
6049
- "required": true,
6049
+ "output_required": true,
6050
6050
  "type": "int",
6051
6051
  "value_allowed_null": false
6052
6052
  },
@@ -6056,7 +6056,7 @@
6056
6056
  "example": "HEALTH",
6057
6057
  "member": "string",
6058
6058
  "name": "HealthLevel",
6059
- "required": true,
6059
+ "output_required": true,
6060
6060
  "type": "string",
6061
6061
  "value_allowed_null": false
6062
6062
  },
@@ -6066,19 +6066,19 @@
6066
6066
  "example": "0",
6067
6067
  "member": "int64",
6068
6068
  "name": "ScoreLost",
6069
- "required": true,
6069
+ "output_required": true,
6070
6070
  "type": "int",
6071
6071
  "value_allowed_null": false
6072
6072
  },
6073
6073
  {
6074
6074
  "disabled": false,
6075
- "document": "扣分详情。\n注意:此字段可能返回 null,表示取不到有效值。",
6076
- "example": "-",
6075
+ "document": "扣分详情。",
6076
+ "example": "",
6077
6077
  "member": "ScoreDetail",
6078
6078
  "name": "ScoreDetails",
6079
- "required": true,
6079
+ "output_required": true,
6080
6080
  "type": "list",
6081
- "value_allowed_null": true
6081
+ "value_allowed_null": false
6082
6082
  }
6083
6083
  ],
6084
6084
  "usage": "out"
@@ -6642,23 +6642,23 @@
6642
6642
  },
6643
6643
  {
6644
6644
  "disabled": false,
6645
- "document": "内网vip。\n注意:此字段可能返回 null,表示取不到有效值。",
6645
+ "document": "内网vip",
6646
6646
  "example": "10.5.0.9",
6647
6647
  "member": "string",
6648
6648
  "name": "InternalVip",
6649
6649
  "output_required": true,
6650
6650
  "type": "string",
6651
- "value_allowed_null": true
6651
+ "value_allowed_null": false
6652
6652
  },
6653
6653
  {
6654
6654
  "disabled": false,
6655
- "document": "内网port。\n注意:此字段可能返回 null,表示取不到有效值。",
6655
+ "document": "内网port",
6656
6656
  "example": "9090",
6657
6657
  "member": "int64",
6658
6658
  "name": "InternalVport",
6659
6659
  "output_required": true,
6660
6660
  "type": "int",
6661
- "value_allowed_null": true
6661
+ "value_allowed_null": false
6662
6662
  },
6663
6663
  {
6664
6664
  "disabled": false,
@@ -6672,23 +6672,23 @@
6672
6672
  },
6673
6673
  {
6674
6674
  "disabled": false,
6675
- "document": "所属集群ID(仅对集群数据库产品该字段非空,如TDSQL-C)。\n注意:此字段可能返回 null,表示取不到有效值。",
6675
+ "document": "所属集群ID(仅对集群数据库产品该字段非空,如TDSQL-C)。",
6676
6676
  "example": "cynosdbmysql-92r4lpsa",
6677
6677
  "member": "string",
6678
6678
  "name": "ClusterId",
6679
6679
  "output_required": true,
6680
6680
  "type": "string",
6681
- "value_allowed_null": true
6681
+ "value_allowed_null": false
6682
6682
  },
6683
6683
  {
6684
6684
  "disabled": false,
6685
- "document": "所属集群名称(仅对集群数据库产品该字段非空,如TDSQL-C)。\n注意:此字段可能返回 null,表示取不到有效值。",
6685
+ "document": "所属集群名称(仅对集群数据库产品该字段非空,如TDSQL-C)。",
6686
6686
  "example": "开发-测试库",
6687
6687
  "member": "string",
6688
6688
  "name": "ClusterName",
6689
6689
  "output_required": true,
6690
6690
  "type": "string",
6691
- "value_allowed_null": true
6691
+ "value_allowed_null": false
6692
6692
  },
6693
6693
  {
6694
6694
  "disabled": false,
@@ -2636,7 +2636,7 @@
2636
2636
  {
2637
2637
  "disabled": false,
2638
2638
  "document": "分片详情",
2639
- "example": "[{\"Cpu\":1,\"Createtime\":\"2024-11-07 14:53:53\",\"Memory\":2,\"NodeCount\":2,\"Pid\":1001670,\"ShardId\":12984,\"ShardInstanceId\":\"shard-4cw33xnp\",\"ShardSerialId\":\"set_1693557415_1\",\"Status\":2,\"Storage\":300},{\"Cpu\":1,\"Createtime\":\"2024-11-07 14:53:53\",\"Memory\":2,\"NodeCount\":2,\"Pid\":1001670,\"ShardId\":12985,\"ShardInstanceId\":\"shard-nw0u76x9\",\"ShardSerialId\":\"set_1693557529_3\",\"Status\":2,\"Storage\":300},{\"Cpu\":1,\"Createtime\":\"2024-11-07 14:53:53\",\"Memory\":2,\"NodeCount\":2,\"Pid\":1001670,\"ShardId\":12987,\"ShardInstanceId\":\"shard-wsfe8s7e\",\"ShardSerialId\":\"set_1693558023_5\",\"Status\":2,\"Storage\":300},{\"Cpu\":1,\"Createtime\":\"2024-11-07 14:53:53\",\"Memory\":2,\"NodeCount\":2,\"Pid\":1001670,\"ShardId\":12988,\"ShardInstanceId\":\"shard-jwud46a9\",\"ShardSerialId\":\"set_1693558125_7\",\"Status\":2,\"Storage\":300}]",
2639
+ "example": "详见ShardInfo复杂结构",
2640
2640
  "member": "ShardInfo",
2641
2641
  "name": "ShardDetail",
2642
2642
  "output_required": true,
@@ -4147,7 +4147,7 @@
4147
4147
  {
4148
4148
  "disabled": false,
4149
4149
  "document": "备份文件列表",
4150
- "example": "[{\"BackupType\":\"Data\",\"EndTime\":\"2024-12-20 16:29:07\",\"FileName\":\"cos_xtrabackup+1734683337+20241220+162857+1507806831+xbstream.lz4\",\"FilePath\":\"cos_backup/tdsql/group_1734680376_202786203/set_1734681147_5/xtrabackup/2024-12-20/cos_xtrabackup+1734683337+20241220+162857+1507806831+xbstream.lz4\",\"FileSize\":13930740,\"InstanceId\":\"tdsqlshard-02badqa3\",\"InstanceName\":\"QT4syxfv8.0\",\"InstanceStatus\":2,\"ManualBackup\":0,\"ShardId\":\"shard-fqj08u7f\",\"StartTime\":\"2024-12-20 16:28:57\",\"StorageClass\":\"STANDARD\",\"Url\":\"\"}]",
4150
+ "example": "",
4151
4151
  "member": "InstanceBackupFileItem",
4152
4152
  "name": "Files",
4153
4153
  "output_required": true,
@@ -4164,6 +4164,16 @@
4164
4164
  "type": "int",
4165
4165
  "value_allowed_null": false
4166
4166
  },
4167
+ {
4168
+ "disabled": false,
4169
+ "document": "下载链接前缀",
4170
+ "example": "http://newdtsdev-1301792469.cos.ap-guangzhou.myqcloud.com",
4171
+ "member": "string",
4172
+ "name": "UrlPrefix",
4173
+ "output_required": true,
4174
+ "type": "string",
4175
+ "value_allowed_null": false
4176
+ },
4167
4177
  {
4168
4178
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
4169
4179
  "member": "string",
@@ -4734,7 +4744,7 @@
4734
4744
  "example": "2019-01-01 10:00:00",
4735
4745
  "member": "datetime",
4736
4746
  "name": "StartTime",
4737
- "required": true,
4747
+ "output_required": true,
4738
4748
  "type": "string",
4739
4749
  "value_allowed_null": false
4740
4750
  },
@@ -4744,7 +4754,7 @@
4744
4754
  "example": "2019-01-01 12:00:00",
4745
4755
  "member": "datetime",
4746
4756
  "name": "EndTime",
4747
- "required": true,
4757
+ "output_required": true,
4748
4758
  "type": "string",
4749
4759
  "value_allowed_null": false
4750
4760
  },
@@ -170,7 +170,7 @@
170
170
  {
171
171
  "document": "查询冷备文件示例",
172
172
  "input": "POST / HTTP/1.1\nHost: dcdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBackupFiles\n<公共请求参数>\n\n{\n \"InstanceId\": \"tdsqlshard-02badqa3\",\n \"ShardId\": \"shard-fqj08u7f\",\n \"BackupType\": \"Data\",\n \"Limit\": 20,\n \"Offset\": 0\n}",
173
- "output": "{\n \"Response\": {\n \"Files\": [\n {\n \"BackupType\": \"Data\",\n \"EndTime\": \"2024-12-20 16:29:07\",\n \"FileName\": \"cos_xtrabackup+1734683337+20241220+162857+1507806831+xbstream.lz4\",\n \"FilePath\": \"cos_backup/tdsql/group_1734680376_202786203/set_1734681147_5/xtrabackup/2024-12-20/cos_xtrabackup+1734683337+20241220+162857+1507806831+xbstream.lz4\",\n \"FileSize\": 13930740,\n \"InstanceId\": \"tdsqlshard-02badqa3\",\n \"InstanceName\": \"QT4syxfv8.0\",\n \"InstanceStatus\": 2,\n \"ManualBackup\": 0,\n \"ShardId\": \"shard-fqj08u7f\",\n \"StartTime\": \"2024-12-20 16:28:57\",\n \"StorageClass\": \"STANDARD\"\n }\n ],\n \"RequestId\": \"549454bd-65ac-4507-8f75-65609c357328\",\n \"TotalCount\": 1\n }\n}",
173
+ "output": "{\n \"Response\": {\n \"Files\": [\n {\n \"BackupType\": \"Data\",\n \"EndTime\": \"2024-12-20 16:29:07\",\n \"FileName\": \"cos_xtrabackup+1734683337+20241220+162857+1507806831+xbstream.lz4\",\n \"FilePath\": \"cos_backup/tdsql/group_1734680376_202786203/set_1734681147_5/xtrabackup/2024-12-20/cos_xtrabackup+1734683337+20241220+162857+1507806831+xbstream.lz4\",\n \"FileSize\": 13930740,\n \"InstanceId\": \"tdsqlshard-02badqa3\",\n \"InstanceName\": \"QT4syxfv8.0\",\n \"InstanceStatus\": 2,\n \"ManualBackup\": 0,\n \"ShardId\": \"shard-fqj08u7f\",\n \"StartTime\": \"2024-12-20 16:28:57\",\n \"StorageClass\": \"STANDARD\"\n }\n ],\n \"RequestId\": \"549454bd-65ac-4507-8f75-65609c357328\",\n \"TotalCount\": 1,\n \"UrlPrefix\": \"http://newdtsdev-1301792469.cos.ap-guangzhou.myqcloud.com\"\n }\n}",
174
174
  "title": "查询冷备文件"
175
175
  }
176
176
  ],