tccli 3.0.1208.1__py2.py3-none-any.whl → 3.0.1209.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/batch/v20170312/api.json +20 -2
  4. tccli/services/bma/v20221115/examples.json +1 -1
  5. tccli/services/ccc/v20200210/api.json +28 -1
  6. tccli/services/cls/cls_client.py +216 -4
  7. tccli/services/cls/v20201016/api.json +425 -0
  8. tccli/services/cls/v20201016/examples.json +32 -0
  9. tccli/services/cynosdb/v20190107/api.json +11 -0
  10. tccli/services/dc/dc_client.py +126 -73
  11. tccli/services/dc/v20180410/api.json +300 -0
  12. tccli/services/dc/v20180410/examples.json +8 -0
  13. tccli/services/emr/v20190103/api.json +1 -1
  14. tccli/services/ess/v20201111/api.json +2 -2
  15. tccli/services/ess/v20201111/examples.json +8 -8
  16. tccli/services/essbasic/v20210526/api.json +2 -2
  17. tccli/services/faceid/v20180301/api.json +10 -0
  18. tccli/services/gwlb/__init__.py +4 -0
  19. tccli/services/gwlb/gwlb_client.py +1096 -0
  20. tccli/services/gwlb/v20240906/api.json +1807 -0
  21. tccli/services/gwlb/v20240906/examples.json +155 -0
  22. tccli/services/oceanus/v20190422/api.json +4 -4
  23. tccli/services/privatedns/privatedns_client.py +57 -4
  24. tccli/services/privatedns/v20201028/api.json +101 -0
  25. tccli/services/privatedns/v20201028/examples.json +8 -0
  26. tccli/services/teo/v20220901/api.json +4 -4
  27. tccli/services/tke/v20180525/api.json +2 -2
  28. tccli/services/vclm/v20240523/api.json +9 -0
  29. tccli/services/vtc/v20240223/api.json +9 -0
  30. {tccli-3.0.1208.1.dist-info → tccli-3.0.1209.1.dist-info}/METADATA +2 -2
  31. {tccli-3.0.1208.1.dist-info → tccli-3.0.1209.1.dist-info}/RECORD +34 -30
  32. {tccli-3.0.1208.1.dist-info → tccli-3.0.1209.1.dist-info}/WHEEL +0 -0
  33. {tccli-3.0.1208.1.dist-info → tccli-3.0.1209.1.dist-info}/entry_points.txt +0 -0
  34. {tccli-3.0.1208.1.dist-info → tccli-3.0.1209.1.dist-info}/license_files/LICENSE +0 -0
@@ -147,6 +147,13 @@
147
147
  "output": "CreateMachineGroupResponse",
148
148
  "status": "online"
149
149
  },
150
+ "CreateNoticeContent": {
151
+ "document": "该接口用于创建通知内容。",
152
+ "input": "CreateNoticeContentRequest",
153
+ "name": "创建通知内容模版",
154
+ "output": "CreateNoticeContentResponse",
155
+ "status": "online"
156
+ },
150
157
  "CreateScheduledSql": {
151
158
  "document": "本接口用于创建定时SQL分析任务",
152
159
  "input": "CreateScheduledSqlRequest",
@@ -280,6 +287,13 @@
280
287
  "output": "DeleteMachineGroupInfoResponse",
281
288
  "status": "online"
282
289
  },
290
+ "DeleteNoticeContent": {
291
+ "document": "该接口用于删除通知内容配置",
292
+ "input": "DeleteNoticeContentRequest",
293
+ "name": "删除通知内容模版",
294
+ "output": "DeleteNoticeContentResponse",
295
+ "status": "online"
296
+ },
283
297
  "DeleteScheduledSql": {
284
298
  "document": "本接口用于删除定时SQL分析任务",
285
299
  "input": "DeleteScheduledSqlRequest",
@@ -462,6 +476,13 @@
462
476
  "output": "DescribeMachinesResponse",
463
477
  "status": "online"
464
478
  },
479
+ "DescribeNoticeContents": {
480
+ "document": "获取通知内容列表",
481
+ "input": "DescribeNoticeContentsRequest",
482
+ "name": "获取通知内容模版",
483
+ "output": "DescribeNoticeContentsResponse",
484
+ "status": "online"
485
+ },
465
486
  "DescribePartitions": {
466
487
  "document": "该接口已废弃,如需获取分区数量,请使用DescribeTopics接口。",
467
488
  "input": "DescribePartitionsRequest",
@@ -616,6 +637,13 @@
616
637
  "output": "ModifyMachineGroupResponse",
617
638
  "status": "online"
618
639
  },
640
+ "ModifyNoticeContent": {
641
+ "document": "该接口用于修改通知内容配置",
642
+ "input": "ModifyNoticeContentRequest",
643
+ "name": "修改通知内容模版",
644
+ "output": "ModifyNoticeContentResponse",
645
+ "status": "online"
646
+ },
619
647
  "ModifyScheduledSql": {
620
648
  "document": "本接口用于修改定时SQL分析任务",
621
649
  "input": "ModifyScheduledSqlRequest",
@@ -4783,6 +4811,61 @@
4783
4811
  ],
4784
4812
  "type": "object"
4785
4813
  },
4814
+ "CreateNoticeContentRequest": {
4815
+ "document": "CreateNoticeContent请求参数结构体",
4816
+ "members": [
4817
+ {
4818
+ "disabled": false,
4819
+ "document": "模版名称。",
4820
+ "example": "告警内容模版",
4821
+ "member": "string",
4822
+ "name": "Name",
4823
+ "required": true,
4824
+ "type": "string"
4825
+ },
4826
+ {
4827
+ "disabled": false,
4828
+ "document": "模版内容语言。0:中文1:英文",
4829
+ "example": "0",
4830
+ "member": "uint64",
4831
+ "name": "Type",
4832
+ "required": false,
4833
+ "type": "int"
4834
+ },
4835
+ {
4836
+ "disabled": false,
4837
+ "document": "模版详细配置。",
4838
+ "example": "无",
4839
+ "member": "NoticeContent",
4840
+ "name": "NoticeContents",
4841
+ "required": false,
4842
+ "type": "list"
4843
+ }
4844
+ ],
4845
+ "type": "object"
4846
+ },
4847
+ "CreateNoticeContentResponse": {
4848
+ "document": "CreateNoticeContent返回参数结构体",
4849
+ "members": [
4850
+ {
4851
+ "disabled": false,
4852
+ "document": "通知内容配置ID",
4853
+ "example": "noticetemplate-xxxx-xx-xx-xx-xxxxxxxx",
4854
+ "member": "string",
4855
+ "name": "NoticeContentId",
4856
+ "output_required": true,
4857
+ "type": "string",
4858
+ "value_allowed_null": false
4859
+ },
4860
+ {
4861
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
4862
+ "member": "string",
4863
+ "name": "RequestId",
4864
+ "type": "string"
4865
+ }
4866
+ ],
4867
+ "type": "object"
4868
+ },
4786
4869
  "CreateScheduledSqlRequest": {
4787
4870
  "document": "CreateScheduledSql请求参数结构体",
4788
4871
  "members": [
@@ -6217,6 +6300,33 @@
6217
6300
  ],
6218
6301
  "type": "object"
6219
6302
  },
6303
+ "DeleteNoticeContentRequest": {
6304
+ "document": "DeleteNoticeContent请求参数结构体",
6305
+ "members": [
6306
+ {
6307
+ "disabled": false,
6308
+ "document": "通知内容模版ID",
6309
+ "example": "noticetemplate-d7286784-46d9-4be3-b7ba-2c464e6a5ad1",
6310
+ "member": "string",
6311
+ "name": "NoticeContentId",
6312
+ "required": true,
6313
+ "type": "string"
6314
+ }
6315
+ ],
6316
+ "type": "object"
6317
+ },
6318
+ "DeleteNoticeContentResponse": {
6319
+ "document": "DeleteNoticeContent返回参数结构体",
6320
+ "members": [
6321
+ {
6322
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
6323
+ "member": "string",
6324
+ "name": "RequestId",
6325
+ "type": "string"
6326
+ }
6327
+ ],
6328
+ "type": "object"
6329
+ },
6220
6330
  "DeleteScheduledSqlRequest": {
6221
6331
  "document": "DeleteScheduledSql请求参数结构体",
6222
6332
  "members": [
@@ -7919,6 +8029,71 @@
7919
8029
  ],
7920
8030
  "type": "object"
7921
8031
  },
8032
+ "DescribeNoticeContentsRequest": {
8033
+ "document": "DescribeNoticeContents请求参数结构体",
8034
+ "members": [
8035
+ {
8036
+ "disabled": false,
8037
+ "document": "<li> name\n按照【通知内容模版名称】进行过滤。\n类型:String\n必选:否\n</li>\n<li> noticeContentId\n按照【通知内容模版ID】进行过滤。\n类型:String\n必选:否\n</li>\n每次请求的Filters的上限为10,Filter.Values的上限为100。",
8038
+ "example": "无",
8039
+ "member": "Filter",
8040
+ "name": "Filters",
8041
+ "required": false,
8042
+ "type": "list"
8043
+ },
8044
+ {
8045
+ "disabled": false,
8046
+ "document": "分页的偏移量,默认值为0。",
8047
+ "example": "1",
8048
+ "member": "int64",
8049
+ "name": "Offset",
8050
+ "required": false,
8051
+ "type": "int"
8052
+ },
8053
+ {
8054
+ "disabled": false,
8055
+ "document": "分页单页限制数目,默认值为20,最大值100。",
8056
+ "example": "1",
8057
+ "member": "int64",
8058
+ "name": "Limit",
8059
+ "required": false,
8060
+ "type": "int"
8061
+ }
8062
+ ],
8063
+ "type": "object"
8064
+ },
8065
+ "DescribeNoticeContentsResponse": {
8066
+ "document": "DescribeNoticeContents返回参数结构体",
8067
+ "members": [
8068
+ {
8069
+ "disabled": false,
8070
+ "document": "通知内容模版列表。\n注意:此字段可能返回 null,表示取不到有效值。",
8071
+ "example": "无",
8072
+ "member": "NoticeContentTemplate",
8073
+ "name": "NoticeContents",
8074
+ "output_required": true,
8075
+ "type": "list",
8076
+ "value_allowed_null": true
8077
+ },
8078
+ {
8079
+ "disabled": false,
8080
+ "document": "符合条件的通知内容模版总数。",
8081
+ "example": "0",
8082
+ "member": "int64",
8083
+ "name": "TotalCount",
8084
+ "output_required": true,
8085
+ "type": "int",
8086
+ "value_allowed_null": false
8087
+ },
8088
+ {
8089
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
8090
+ "member": "string",
8091
+ "name": "RequestId",
8092
+ "type": "string"
8093
+ }
8094
+ ],
8095
+ "type": "object"
8096
+ },
7922
8097
  "DescribePartitionsRequest": {
7923
8098
  "document": "DescribePartitions请求参数结构体",
7924
8099
  "members": [
@@ -11717,6 +11892,60 @@
11717
11892
  ],
11718
11893
  "type": "object"
11719
11894
  },
11895
+ "ModifyNoticeContentRequest": {
11896
+ "document": "ModifyNoticeContent请求参数结构体",
11897
+ "members": [
11898
+ {
11899
+ "disabled": false,
11900
+ "document": "通知内容模版ID。",
11901
+ "example": "noticetemplate-5b2ea996-4dae-47cc-bbad-5b12888b4c89",
11902
+ "member": "string",
11903
+ "name": "NoticeContentId",
11904
+ "required": true,
11905
+ "type": "string"
11906
+ },
11907
+ {
11908
+ "disabled": false,
11909
+ "document": "通知内容模版名称。",
11910
+ "example": "test",
11911
+ "member": "string",
11912
+ "name": "Name",
11913
+ "required": false,
11914
+ "type": "string"
11915
+ },
11916
+ {
11917
+ "disabled": false,
11918
+ "document": "通知内容语言。\n\n0:中文 1:英文",
11919
+ "example": "0",
11920
+ "member": "uint64",
11921
+ "name": "Type",
11922
+ "required": false,
11923
+ "type": "int"
11924
+ },
11925
+ {
11926
+ "disabled": false,
11927
+ "document": "通知内容模版详细信息。",
11928
+ "example": "无",
11929
+ "member": "NoticeContent",
11930
+ "name": "NoticeContents",
11931
+ "required": false,
11932
+ "type": "list"
11933
+ }
11934
+ ],
11935
+ "type": "object"
11936
+ },
11937
+ "ModifyNoticeContentResponse": {
11938
+ "document": "ModifyNoticeContent返回参数结构体",
11939
+ "members": [
11940
+ {
11941
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
11942
+ "member": "string",
11943
+ "name": "RequestId",
11944
+ "type": "string"
11945
+ }
11946
+ ],
11947
+ "type": "object"
11948
+ },
11720
11949
  "ModifyScheduledSqlRequest": {
11721
11950
  "document": "ModifyScheduledSql请求参数结构体",
11722
11951
  "members": [
@@ -12119,6 +12348,17 @@
12119
12348
  "required": false,
12120
12349
  "type": "int",
12121
12350
  "value_allowed_null": false
12351
+ },
12352
+ {
12353
+ "disabled": false,
12354
+ "document": "执行的周期cron表达式。示例:`\"*/1 * * * *\"` 从左到右每个field的含义 Minutes field, Hours field,Day of month field,Month field,Day of week field, 不支持秒级别。\n当type为`Cron`时,CronExpression字段生效。\n注意:此字段可能返回 null,表示取不到有效值。",
12355
+ "example": "无",
12356
+ "member": "string",
12357
+ "name": "CronExpression",
12358
+ "output_required": false,
12359
+ "required": false,
12360
+ "type": "string",
12361
+ "value_allowed_null": true
12122
12362
  }
12123
12363
  ],
12124
12364
  "usage": "both"
@@ -12177,6 +12417,180 @@
12177
12417
  ],
12178
12418
  "usage": "in"
12179
12419
  },
12420
+ "NoticeContent": {
12421
+ "document": "通知内容模版详细配置",
12422
+ "members": [
12423
+ {
12424
+ "disabled": false,
12425
+ "document": "渠道类型\n\nEmail:邮件;Sms:短信;WeChat:微信;Phone:电话;WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;",
12426
+ "example": "\"Email\"",
12427
+ "member": "string",
12428
+ "name": "Type",
12429
+ "output_required": true,
12430
+ "required": true,
12431
+ "type": "string",
12432
+ "value_allowed_null": false
12433
+ },
12434
+ {
12435
+ "disabled": false,
12436
+ "document": "告警触发通知内容模版。\n注意:此字段可能返回 null,表示取不到有效值。",
12437
+ "example": "无",
12438
+ "member": "NoticeContentInfo",
12439
+ "name": "TriggerContent",
12440
+ "output_required": false,
12441
+ "required": false,
12442
+ "type": "object",
12443
+ "value_allowed_null": true
12444
+ },
12445
+ {
12446
+ "disabled": false,
12447
+ "document": "告警恢复通知内容模版。\n注意:此字段可能返回 null,表示取不到有效值。",
12448
+ "example": "无",
12449
+ "member": "NoticeContentInfo",
12450
+ "name": "RecoveryContent",
12451
+ "output_required": false,
12452
+ "required": false,
12453
+ "type": "object",
12454
+ "value_allowed_null": true
12455
+ }
12456
+ ],
12457
+ "usage": "both"
12458
+ },
12459
+ "NoticeContentInfo": {
12460
+ "document": "通知模板内容",
12461
+ "members": [
12462
+ {
12463
+ "disabled": false,
12464
+ "document": "通知内容模板标题信息。\n部分通知渠道类型不支持“标题”,请参照腾讯云控制台页面。\n注意:此字段可能返回 null,表示取不到有效值。",
12465
+ "example": "这是标题。",
12466
+ "member": "string",
12467
+ "name": "Title",
12468
+ "output_required": false,
12469
+ "required": false,
12470
+ "type": "string",
12471
+ "value_allowed_null": true
12472
+ },
12473
+ {
12474
+ "disabled": false,
12475
+ "document": "通知内容模板正文信息。\n注意:此字段可能返回 null,表示取不到有效值。",
12476
+ "example": "这是正文。",
12477
+ "member": "string",
12478
+ "name": "Content",
12479
+ "output_required": false,
12480
+ "required": false,
12481
+ "type": "string",
12482
+ "value_allowed_null": true
12483
+ },
12484
+ {
12485
+ "disabled": false,
12486
+ "document": "请求头(Request Headers):在HTTP请求中,请求头包含了客户端向服务器发送的附加信息,如用户代理、授权凭证、期望的响应格式等。\n仅“自定义回调”支持该配置。\n注意:此字段可能返回 null,表示取不到有效值。",
12487
+ "example": "[\"Content-Type:application/json\"]",
12488
+ "member": "string",
12489
+ "name": "Headers",
12490
+ "output_required": false,
12491
+ "required": false,
12492
+ "type": "list",
12493
+ "value_allowed_null": true
12494
+ }
12495
+ ],
12496
+ "usage": "both"
12497
+ },
12498
+ "NoticeContentTemplate": {
12499
+ "document": "通知内容模板信息",
12500
+ "members": [
12501
+ {
12502
+ "disabled": false,
12503
+ "document": "通知内容模板ID。\n注意:此字段可能返回 null,表示取不到有效值。",
12504
+ "example": "noticetempalte-qwer-asdf-zxcv",
12505
+ "member": "string",
12506
+ "name": "NoticeContentId",
12507
+ "output_required": true,
12508
+ "type": "string",
12509
+ "value_allowed_null": true
12510
+ },
12511
+ {
12512
+ "disabled": false,
12513
+ "document": "通知内容模板名称\n注意:此字段可能返回 null,表示取不到有效值。",
12514
+ "example": "这个是名称",
12515
+ "member": "string",
12516
+ "name": "Name",
12517
+ "output_required": true,
12518
+ "type": "string",
12519
+ "value_allowed_null": true
12520
+ },
12521
+ {
12522
+ "disabled": false,
12523
+ "document": "语言类型。\n\n0: 中文\n1: 英文\n注意:此字段可能返回 null,表示取不到有效值。",
12524
+ "example": "0",
12525
+ "member": "uint64",
12526
+ "name": "Type",
12527
+ "output_required": true,
12528
+ "type": "int",
12529
+ "value_allowed_null": true
12530
+ },
12531
+ {
12532
+ "disabled": false,
12533
+ "document": "通知内容模板信息。\n注意:此字段可能返回 null,表示取不到有效值。",
12534
+ "example": "无",
12535
+ "member": "NoticeContent",
12536
+ "name": "NoticeContents",
12537
+ "output_required": true,
12538
+ "type": "list",
12539
+ "value_allowed_null": true
12540
+ },
12541
+ {
12542
+ "disabled": false,
12543
+ "document": "通知内容模板标记。\n\n0: 用户自定义\n1: 系统内置\n注意:此字段可能返回 null,表示取不到有效值。",
12544
+ "example": "无",
12545
+ "member": "uint64",
12546
+ "name": "Flag",
12547
+ "output_required": true,
12548
+ "type": "int",
12549
+ "value_allowed_null": true
12550
+ },
12551
+ {
12552
+ "disabled": false,
12553
+ "document": "创建者主账号。\n注意:此字段可能返回 null,表示取不到有效值。",
12554
+ "example": "无",
12555
+ "member": "uint64",
12556
+ "name": "Uin",
12557
+ "output_required": true,
12558
+ "type": "int",
12559
+ "value_allowed_null": true
12560
+ },
12561
+ {
12562
+ "disabled": false,
12563
+ "document": "创建/修改者子账号。\n注意:此字段可能返回 null,表示取不到有效值。",
12564
+ "example": "无",
12565
+ "member": "uint64",
12566
+ "name": "SubUin",
12567
+ "output_required": false,
12568
+ "type": "int",
12569
+ "value_allowed_null": true
12570
+ },
12571
+ {
12572
+ "disabled": false,
12573
+ "document": "创建时间 秒级时间戳。\n注意:此字段可能返回 null,表示取不到有效值。",
12574
+ "example": "无",
12575
+ "member": "int64",
12576
+ "name": "CreateTime",
12577
+ "output_required": true,
12578
+ "type": "int",
12579
+ "value_allowed_null": true
12580
+ },
12581
+ {
12582
+ "disabled": false,
12583
+ "document": "更新时间 秒级时间戳。\n注意:此字段可能返回 null,表示取不到有效值。",
12584
+ "example": "无",
12585
+ "member": "int64",
12586
+ "name": "UpdateTime",
12587
+ "output_required": true,
12588
+ "type": "int",
12589
+ "value_allowed_null": true
12590
+ }
12591
+ ],
12592
+ "usage": "out"
12593
+ },
12180
12594
  "NoticeReceiver": {
12181
12595
  "document": "告警通知接收者信息",
12182
12596
  "members": [
@@ -12245,6 +12659,17 @@
12245
12659
  "required": false,
12246
12660
  "type": "int",
12247
12661
  "value_allowed_null": false
12662
+ },
12663
+ {
12664
+ "disabled": false,
12665
+ "document": "通知内容模板ID。\n注意:此字段可能返回 null,表示取不到有效值。",
12666
+ "example": "\"noticetemplate-1eba4ed8-9584-40e3-a948-c8cff121eed1\"",
12667
+ "member": "string",
12668
+ "name": "NoticeContentId",
12669
+ "output_required": false,
12670
+ "required": false,
12671
+ "type": "string",
12672
+ "value_allowed_null": true
12248
12673
  }
12249
12674
  ],
12250
12675
  "usage": "both"
@@ -186,6 +186,14 @@
186
186
  "title": "创建机器组"
187
187
  }
188
188
  ],
189
+ "CreateNoticeContent": [
190
+ {
191
+ "document": "创建通知内容信息",
192
+ "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateNoticeContent\n<公共请求参数>\n\n{\n \"Name\": \"testEmail\",\n \"Type\": 0,\n \"NoticeContents\": [\n {\n \"Type\": \"Email\",\n \"TriggerContent\": {\n \"Title\": \"title\",\n \"Content\": \"this is content\",\n \"Headers\": [\n \"Content-Type:application/json\"\n ]\n },\n \"RecoveryContent\": {\n \"Title\": \"title\",\n \"Content\": \"this is content\",\n \"Headers\": [\n \"Content-Type:application/json\"\n ]\n }\n }\n ]\n}",
193
+ "output": "{\n \"Response\": {\n \"NoticeContentId\": \"noticetemplate-d20a21f7-f6ac-4a7b-ba1b-1aa49be5fed1\",\n \"RequestId\": \"d20a21f7-f6ac-4a7b-ba1b-1aa49be5fed1\"\n }\n}",
194
+ "title": "创建通知内容信息"
195
+ }
196
+ ],
189
197
  "CreateScheduledSql": [
190
198
  {
191
199
  "document": "创建ScheduledSQL任务",
@@ -338,6 +346,14 @@
338
346
  "title": "删除机器组ip或者label"
339
347
  }
340
348
  ],
349
+ "DeleteNoticeContent": [
350
+ {
351
+ "document": "删除通知内容配置",
352
+ "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteNoticeContent\n<公共请求参数>\n\n{\n \"NoticeContentId\": \"noticetemplate-d20a21f7-f6ac-4a7b-ba1b-1aa49be5fed1\"\n}",
353
+ "output": "{\n \"Response\": {\n \"RequestId\": \"d20a21f7-f6ac-4a7b-ba1b-1aa49be5fed1\"\n }\n}",
354
+ "title": "删除通知内容配置"
355
+ }
356
+ ],
341
357
  "DeleteScheduledSql": [
342
358
  {
343
359
  "document": "",
@@ -552,6 +568,14 @@
552
568
  "title": "获取机器状态"
553
569
  }
554
570
  ],
571
+ "DescribeNoticeContents": [
572
+ {
573
+ "document": "获取通知内容配置列表。",
574
+ "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNoticeContents\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Key\": \"name\",\n \"Values\": [\n \"test\"\n ]\n }\n ],\n \"Offset\": 0,\n \"Limit\": 10\n}",
575
+ "output": "{\n \"Response\": {\n \"NoticeContents\": [\n {\n \"NoticeContentId\": \"noticetemplate-d20a21f7-f6ac-4a7b-ba1b-1aa49be5fed1\",\n \"Name\": \"test\",\n \"Type\": 0,\n \"NoticeContents\": [\n {\n \"Type\": \"Sms\",\n \"TriggerContent\": {\n \"Title\": \"title\",\n \"Content\": \"this is content\",\n \"Headers\": []\n },\n \"RecoveryContent\": {\n \"Title\": \"title\",\n \"Content\": \"this is content\",\n \"Headers\": [\n \"Content-Type:application/json\"\n ]\n }\n }\n ],\n \"Flag\": 0,\n \"Uin\": 100001,\n \"SubUin\": 100001,\n \"CreateTime\": 1693213128,\n \"UpdateTime\": 1693213128\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"d20a21f7-f6ac-4a7b-ba1b-1aa49be5fed1\"\n }\n}",
576
+ "title": "获取通知内容配置列表。"
577
+ }
578
+ ],
555
579
  "DescribePartitions": [
556
580
  {
557
581
  "document": "",
@@ -734,6 +758,14 @@
734
758
  "title": "修改机器组"
735
759
  }
736
760
  ],
761
+ "ModifyNoticeContent": [
762
+ {
763
+ "document": "修改通知内容配置",
764
+ "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNoticeContent\n<公共请求参数>\n\n{\n \"NoticeContentId\": \"noticetemplate-d20a21f7-f6ac-4a7b-ba1b-1aa49be5fed1\",\n \"Name\": \"this is name\",\n \"Type\": 1,\n \"NoticeContents\": [\n {\n \"Type\": \"Http\",\n \"TriggerContent\": {\n \"Title\": \"this is title\",\n \"Content\": \"this is content\",\n \"Headers\": [\n \"Content-Type:application/json\"\n ]\n },\n \"RecoveryContent\": {\n \"Title\": \"this is title\",\n \"Content\": \"this is content\",\n \"Headers\": [\n \"Content-Type:application/json\"\n ]\n }\n }\n ]\n}",
765
+ "output": "{\n \"Response\": {\n \"RequestId\": \"d20a21f7-f6ac-4a7b-ba1b-1aa49be5fed1\"\n }\n}",
766
+ "title": "修改通知内容配置"
767
+ }
768
+ ],
737
769
  "ModifyScheduledSql": [
738
770
  {
739
771
  "document": "修改ScheduledSQL任务",
@@ -1130,6 +1130,17 @@
1130
1130
  "required": false,
1131
1131
  "type": "string",
1132
1132
  "value_allowed_null": true
1133
+ },
1134
+ {
1135
+ "disabled": false,
1136
+ "document": "是否支持手动发起逻辑备份\n注意:此字段可能返回 null,表示取不到有效值。",
1137
+ "example": "无",
1138
+ "member": "string",
1139
+ "name": "IsSupportManualLogic",
1140
+ "output_required": false,
1141
+ "required": false,
1142
+ "type": "string",
1143
+ "value_allowed_null": true
1133
1144
  }
1134
1145
  ],
1135
1146
  "usage": "both"