tccli 3.0.1214.1__py2.py3-none-any.whl → 3.0.1216.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/configure.py +46 -1
- tccli/services/__init__.py +0 -3
- tccli/services/ams/v20201229/examples.json +2 -2
- tccli/services/apm/v20210622/api.json +20 -0
- tccli/services/asr/v20190614/api.json +3 -3
- tccli/services/bi/v20220105/api.json +32 -4
- tccli/services/bi/v20220105/examples.json +1 -1
- tccli/services/billing/billing_client.py +53 -0
- tccli/services/billing/v20180709/api.json +304 -0
- tccli/services/billing/v20180709/examples.json +8 -0
- tccli/services/bsca/v20210811/api.json +222 -17
- tccli/services/bsca/v20210811/examples.json +4 -4
- tccli/services/ccc/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +176 -18
- tccli/services/ccc/v20200210/examples.json +11 -3
- tccli/services/cdb/v20170320/api.json +22 -4
- tccli/services/cdb/v20170320/examples.json +1 -1
- tccli/services/cdn/v20180606/api.json +5 -3
- tccli/services/cdwdoris/v20211228/api.json +23 -2
- tccli/services/cfs/v20190719/api.json +3 -3
- tccli/services/cfw/v20190904/api.json +86 -52
- tccli/services/cfw/v20190904/examples.json +68 -56
- tccli/services/ciam/v20220331/api.json +316 -315
- tccli/services/ciam/v20220331/examples.json +49 -49
- tccli/services/ckafka/v20190819/api.json +1 -1
- tccli/services/cloudaudit/cloudaudit_client.py +30 -30
- tccli/services/cloudaudit/v20190319/api.json +215 -186
- tccli/services/cloudaudit/v20190319/examples.json +13 -13
- tccli/services/cls/v20201016/api.json +365 -66
- tccli/services/cls/v20201016/examples.json +9 -3
- tccli/services/csip/v20221121/api.json +4 -4
- tccli/services/cvm/v20170312/api.json +42 -0
- tccli/services/cwp/v20180228/api.json +865 -809
- tccli/services/cwp/v20180228/examples.json +98 -110
- tccli/services/cynosdb/v20190107/api.json +77 -29
- tccli/services/cynosdb/v20190107/examples.json +22 -22
- tccli/services/dasb/v20191018/api.json +77 -0
- tccli/services/dasb/v20191018/examples.json +5 -5
- tccli/services/dbbrain/v20191016/examples.json +1 -1
- tccli/services/dlc/v20210125/api.json +11 -0
- tccli/services/domain/v20180808/api.json +3 -3
- tccli/services/domain/v20180808/examples.json +3 -3
- tccli/services/eb/v20210416/api.json +15 -15
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +9 -0
- tccli/services/es/es_client.py +249 -37
- tccli/services/es/v20180416/api.json +521 -0
- tccli/services/es/v20180416/examples.json +32 -0
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +155 -10
- tccli/services/ess/v20201111/examples.json +15 -1
- tccli/services/essbasic/essbasic_client.py +106 -0
- tccli/services/essbasic/v20210526/api.json +244 -13
- tccli/services/essbasic/v20210526/examples.json +22 -0
- tccli/services/gaap/v20180529/api.json +44 -26
- tccli/services/gaap/v20180529/examples.json +24 -30
- tccli/services/hunyuan/v20230901/examples.json +6 -0
- tccli/services/iotexplorer/v20190423/api.json +40 -0
- tccli/services/iss/v20230517/api.json +19 -0
- tccli/services/live/v20180801/api.json +35 -9
- tccli/services/mongodb/v20190725/api.json +6 -8
- tccli/services/mqtt/v20240516/api.json +2 -2
- tccli/services/mqtt/v20240516/examples.json +1 -1
- tccli/services/ocr/v20181119/api.json +2 -2
- tccli/services/organization/organization_client.py +352 -34
- tccli/services/organization/v20210331/api.json +451 -0
- tccli/services/organization/v20210331/examples.json +48 -0
- tccli/services/partners/partners_client.py +57 -4
- tccli/services/partners/v20180321/api.json +44 -0
- tccli/services/partners/v20180321/examples.json +8 -0
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/scf/scf_client.py +269 -4
- tccli/services/scf/v20180416/api.json +554 -0
- tccli/services/scf/v20180416/examples.json +46 -0
- tccli/services/ssl/v20191205/api.json +34 -5
- tccli/services/tat/v20201028/api.json +27 -25
- tccli/services/tat/v20201028/examples.json +4 -4
- tccli/services/tcss/v20201101/api.json +256 -14
- tccli/services/tcss/v20201101/examples.json +7 -7
- tccli/services/tdmq/v20200217/api.json +64 -63
- tccli/services/tdmq/v20200217/examples.json +2 -2
- tccli/services/tem/v20210701/api.json +144 -103
- tccli/services/tem/v20210701/examples.json +27 -27
- tccli/services/teo/teo_client.py +277 -12
- tccli/services/teo/v20220901/api.json +1023 -146
- tccli/services/teo/v20220901/examples.json +71 -1
- tccli/services/tke/tke_client.py +53 -0
- tccli/services/tke/v20180525/api.json +43 -0
- tccli/services/tke/v20180525/examples.json +8 -0
- tccli/services/tms/tms_client.py +4 -57
- tccli/services/tms/v20201229/api.json +0 -354
- tccli/services/tms/v20201229/examples.json +0 -8
- tccli/services/trtc/v20190722/api.json +221 -22
- tccli/services/vpc/v20170312/api.json +111 -34
- tccli/services/vpc/v20170312/examples.json +11 -3
- tccli/services/vpc/vpc_client.py +107 -54
- tccli/services/waf/v20180125/api.json +61 -0
- tccli/services/waf/v20180125/examples.json +8 -0
- tccli/services/waf/waf_client.py +53 -0
- tccli/services/wedata/v20210820/api.json +686 -0
- tccli/services/wedata/v20210820/examples.json +16 -0
- tccli/services/wedata/wedata_client.py +106 -0
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/METADATA +6 -2
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/RECORD +108 -112
- tccli/services/cr/__init__.py +0 -4
- tccli/services/cr/cr_client.py +0 -1626
- tccli/services/cr/v20180321/api.json +0 -2829
- tccli/services/cr/v20180321/examples.json +0 -235
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/license_files/LICENSE +0 -0
@@ -50,10 +50,16 @@
|
|
50
50
|
],
|
51
51
|
"CreateAlarmNotice": [
|
52
52
|
{
|
53
|
-
"document": "",
|
54
|
-
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAlarmNotice\n<公共请求参数>\n\n{\n \"Name\": \"
|
53
|
+
"document": "包含两个通知渠道:\n* 使用短信(sms)、电话(phone)通知用户组(Group),用户组id为27411\n* 发送通知至企业微信(WeCom)机器人",
|
54
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAlarmNotice\n<公共请求参数>\n\n{\n \"Name\": \"demoAlarmNotice1\",\n \"Type\": \"All\",\n \"NoticeReceivers\": [\n {\n \"ReceiverType\": \"Group\",\n \"ReceiverIds\": [\n 27411\n ],\n \"ReceiverChannels\": [\n \"Sms\",\n \"Phone\"\n ],\n \"StartTime\": \"00:00:00\",\n \"EndTime\": \"23:59:59\",\n \"NoticeContentId\": \"Default-zh\",\n \"Index\": 1\n }\n ],\n \"WebCallbacks\": [\n {\n \"Method\": \"POST\",\n \"CallbackType\": \"WeCom\",\n \"NoticeContentId\": \"Default-zh\",\n \"Url\": \"https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=xxxx-xxxx-xxxx-xxxx-xxxx\"\n }\n ],\n \"NoticeRules\": [],\n \"DeliverStatus\": 1,\n \"AlarmShieldStatus\": 2\n}",
|
55
|
+
"output": "{\n \"Response\": {\n \"AlarmNoticeId\": \"xxxx-xx-xx-xx-xxxxxxxx\",\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
56
|
+
"title": "创建通知渠道组(简易模式)"
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"document": "包含两个环节,告警先通知环节1,10分钟后如果告警无人认领且未恢复时通知环节2.\n环节1包含2个通知渠道:\n* 使用短信(sms)、电话(phone)通知用户组(Group),用户组id为27411\n* 发送通知至企业微信(WeCom)机器人\n环节2包含1个通知渠道\n* 使用短信(sms)、电话(phone)通知用户组(Uin),用户id为6318337",
|
60
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAlarmNotice\n<公共请求参数>\n\n{\n \"Name\": \"demoAlarmNotice2\",\n \"NoticeRules\": [\n {\n \"NoticeReceivers\": [\n {\n \"ReceiverType\": \"Group\",\n \"ReceiverIds\": [\n 27411\n ],\n \"ReceiverChannels\": [\n \"Sms\",\n \"Phone\"\n ],\n \"StartTime\": \"00:00:00\",\n \"EndTime\": \"23:59:59\",\n \"NoticeContentId\": \"Default-zh\"\n }\n ],\n \"WebCallbacks\": [\n {\n \"Method\": \"POST\",\n \"CallbackType\": \"WeCom\",\n \"NoticeContentId\": \"Default-zh\",\n \"Url\": \"https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=xxxx-xxxx-xxxx-xxxx-xxxx\"\n }\n ],\n \"Escalate\": true,\n \"Type\": 1,\n \"Interval\": 10,\n \"EscalateNotice\": {\n \"NoticeReceivers\": [\n {\n \"ReceiverType\": \"Uin\",\n \"ReceiverIds\": [\n 6318337\n ],\n \"ReceiverChannels\": [\n \"Sms\",\n \"Phone\"\n ],\n \"StartTime\": \"00:00:00\",\n \"EndTime\": \"23:59:59\",\n \"NoticeContentId\": \"Default-zh\"\n }\n ],\n \"WebCallbacks\": [],\n \"Escalate\": false\n },\n \"Rule\": \"{\\\"Value\\\":\\\"AND\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"NotifyType\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"In\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[1,2]\\\",\\\"Type\\\":\\\"Value\\\"}]}]}\"\n }\n ],\n \"DeliverStatus\": 1,\n \"AlarmShieldStatus\": 2\n}",
|
55
61
|
"output": "{\n \"Response\": {\n \"AlarmNoticeId\": \"xxxx-xx-xx-xx-xxxxxxxx\",\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
56
|
-
"title": "
|
62
|
+
"title": "创建通知渠道组(高级模式)"
|
57
63
|
}
|
58
64
|
],
|
59
65
|
"CreateAlarmShield": [
|
@@ -11228,7 +11228,7 @@
|
|
11228
11228
|
{
|
11229
11229
|
"disabled": false,
|
11230
11230
|
"document": "任务Id\n注意:此字段可能返回 null,表示取不到有效值。",
|
11231
|
-
"example": "rmis
|
11231
|
+
"example": "rmis-****",
|
11232
11232
|
"member": "string",
|
11233
11233
|
"name": "TaskId",
|
11234
11234
|
"output_required": true,
|
@@ -11278,7 +11278,7 @@
|
|
11278
11278
|
{
|
11279
11279
|
"disabled": false,
|
11280
11280
|
"document": "报告ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
11281
|
-
"example": "rpt
|
11281
|
+
"example": "rpt-****",
|
11282
11282
|
"member": "string",
|
11283
11283
|
"name": "ReportId",
|
11284
11284
|
"output_required": true,
|
@@ -11318,7 +11318,7 @@
|
|
11318
11318
|
{
|
11319
11319
|
"disabled": false,
|
11320
11320
|
"document": "APP ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
11321
|
-
"example": "
|
11321
|
+
"example": "1302****",
|
11322
11322
|
"member": "string",
|
11323
11323
|
"name": "AppId",
|
11324
11324
|
"output_required": true,
|
@@ -11328,7 +11328,7 @@
|
|
11328
11328
|
{
|
11329
11329
|
"disabled": false,
|
11330
11330
|
"document": "用户主账户ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
11331
|
-
"example": "
|
11331
|
+
"example": "10001****",
|
11332
11332
|
"member": "string",
|
11333
11333
|
"name": "UIN",
|
11334
11334
|
"output_required": true,
|
@@ -5760,6 +5760,21 @@
|
|
5760
5760
|
],
|
5761
5761
|
"usage": "out"
|
5762
5762
|
},
|
5763
|
+
"ImportImageDataDisk": {
|
5764
|
+
"document": "导入镜像的数据盘信息",
|
5765
|
+
"members": [
|
5766
|
+
{
|
5767
|
+
"disabled": false,
|
5768
|
+
"document": "数据盘镜像 COS 链接",
|
5769
|
+
"example": "https://import-img.cos.ap-guangzhou.myqcloud.com/import-img.vpc",
|
5770
|
+
"member": "string",
|
5771
|
+
"name": "ImageUrl",
|
5772
|
+
"required": true,
|
5773
|
+
"type": "string"
|
5774
|
+
}
|
5775
|
+
],
|
5776
|
+
"usage": "in"
|
5777
|
+
},
|
5763
5778
|
"ImportImageRequest": {
|
5764
5779
|
"document": "ImportImage请求参数结构体",
|
5765
5780
|
"members": [
|
@@ -5870,6 +5885,15 @@
|
|
5870
5885
|
"name": "ImageFamily",
|
5871
5886
|
"required": false,
|
5872
5887
|
"type": "string"
|
5888
|
+
},
|
5889
|
+
{
|
5890
|
+
"disabled": false,
|
5891
|
+
"document": "导入的数据盘列表",
|
5892
|
+
"example": "[]",
|
5893
|
+
"member": "ImportImageDataDisk",
|
5894
|
+
"name": "ImportImageDataDiskList",
|
5895
|
+
"required": false,
|
5896
|
+
"type": "list"
|
5873
5897
|
}
|
5874
5898
|
],
|
5875
5899
|
"type": "object"
|
@@ -11826,6 +11850,24 @@
|
|
11826
11850
|
"name": "ImageSetRequired",
|
11827
11851
|
"required": false,
|
11828
11852
|
"type": "bool"
|
11853
|
+
},
|
11854
|
+
{
|
11855
|
+
"disabled": false,
|
11856
|
+
"document": "是否复制为加密自定义镜像。\n默认值为 false。\n复制加密自定义镜像仅支持同地域。",
|
11857
|
+
"example": "false",
|
11858
|
+
"member": "bool",
|
11859
|
+
"name": "Encrypt",
|
11860
|
+
"required": false,
|
11861
|
+
"type": "bool"
|
11862
|
+
},
|
11863
|
+
{
|
11864
|
+
"disabled": false,
|
11865
|
+
"document": "加密自定义镜像使用的 KMS 密钥 ID。\n仅当复制加密镜像时,即 Encrypt 为 true 时,此参数有效;\n不指定 KmsKeyId,默认使用 CBS 云产品 KMS 密钥。",
|
11866
|
+
"example": "2bb53791-c2e9-4c42-8772-ecf135a1d92x",
|
11867
|
+
"member": "string",
|
11868
|
+
"name": "KmsKeyId",
|
11869
|
+
"required": false,
|
11870
|
+
"type": "string"
|
11829
11871
|
}
|
11830
11872
|
],
|
11831
11873
|
"type": "object"
|