tccli 3.0.832.1__py2.py3-none-any.whl → 3.0.834.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 (45) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +0 -3
  3. tccli/services/autoscaling/v20180419/api.json +1 -27
  4. tccli/services/autoscaling/v20180419/examples.json +5 -5
  5. tccli/services/bpaas/v20181217/api.json +9 -20
  6. tccli/services/ccc/v20200210/api.json +8 -11
  7. tccli/services/ccc/v20200210/examples.json +4 -4
  8. tccli/services/clb/v20180317/api.json +19 -91
  9. tccli/services/cls/v20201016/api.json +11 -24
  10. tccli/services/cls/v20201016/examples.json +1 -1
  11. tccli/services/cvm/cvm_client.py +53 -0
  12. tccli/services/cvm/v20170312/api.json +368 -0
  13. tccli/services/cvm/v20170312/examples.json +8 -0
  14. tccli/services/cwp/v20180228/api.json +9 -0
  15. tccli/services/cwp/v20180228/examples.json +1 -1
  16. tccli/services/essbasic/essbasic_client.py +106 -0
  17. tccli/services/essbasic/v20210526/api.json +434 -0
  18. tccli/services/essbasic/v20210526/examples.json +16 -0
  19. tccli/services/gaap/v20180529/api.json +0 -5
  20. tccli/services/gaap/v20180529/examples.json +4 -4
  21. tccli/services/monitor/v20180724/api.json +49 -2
  22. tccli/services/monitor/v20180724/examples.json +9 -9
  23. tccli/services/mps/mps_client.py +53 -0
  24. tccli/services/mps/v20190612/api.json +307 -18
  25. tccli/services/mps/v20190612/examples.json +8 -0
  26. tccli/services/oceanus/v20190422/api.json +119 -49
  27. tccli/services/tcbr/v20220217/api.json +9 -12
  28. tccli/services/tcbr/v20220217/examples.json +8 -2
  29. tccli/services/tdmq/v20200217/api.json +38 -38
  30. tccli/services/tke/v20180525/api.json +17 -48
  31. tccli/services/tke/v20180525/examples.json +10 -10
  32. tccli/services/trtc/v20190722/api.json +88 -3
  33. tccli/services/vod/v20180717/api.json +0 -14
  34. tccli/services/vod/v20180717/examples.json +4 -4
  35. tccli/services/vpc/v20170312/api.json +1 -1
  36. tccli/services/vpc/v20170312/examples.json +1 -1
  37. tccli/services/wedata/v20210820/api.json +186 -40
  38. {tccli-3.0.832.1.dist-info → tccli-3.0.834.1.dist-info}/METADATA +2 -2
  39. {tccli-3.0.832.1.dist-info → tccli-3.0.834.1.dist-info}/RECORD +43 -45
  40. tccli/services/intlpartnersmgt/v20220928/api.json +0 -1054
  41. tccli/services/intlpartnersmgt/v20220928/examples.json +0 -93
  42. {tccli-3.0.832.1.dist-info → tccli-3.0.834.1.dist-info}/LICENSE +0 -0
  43. {tccli-3.0.832.1.dist-info → tccli-3.0.834.1.dist-info}/WHEEL +0 -0
  44. {tccli-3.0.832.1.dist-info → tccli-3.0.834.1.dist-info}/entry_points.txt +0 -0
  45. {tccli-3.0.832.1.dist-info → tccli-3.0.834.1.dist-info}/top_level.txt +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.832.1'
1
+ __version__ = '3.0.834.1'
@@ -359,9 +359,6 @@ SERVICE_VERSIONS = {
359
359
  "2020-12-29",
360
360
  "2020-07-13"
361
361
  ],
362
- "intlpartnersmgt": [
363
- "2022-09-28"
364
- ],
365
362
  "iot": [
366
363
  "2018-01-23"
367
364
  ],
@@ -22,7 +22,7 @@
22
22
  "status": "online"
23
23
  },
24
24
  "CompleteLifecycleAction": {
25
- "document": "本接口(CompleteLifecycleAction)用于完成生命周期动作。\n\n* 用户通过调用本接口,指定一个具体的生命周期挂钩的结果(“CONITNUE”或者“ABANDON”)。如果一直不调用本接口,则生命周期挂钩会在超时后按照“DefaultResult”进行处理。\n",
25
+ "document": "本接口(CompleteLifecycleAction)用于完成生命周期动作。\n\n* 用户通过调用本接口,指定一个具体的生命周期挂钩的结果(“CONITNUE”或者“ABANDON”)。如果一直不调用本接口,则生命周期挂钩会在超时后按照“DefaultResult”进行处理。",
26
26
  "input": "CompleteLifecycleActionRequest",
27
27
  "name": "完成生命周期动作",
28
28
  "output": "CompleteLifecycleActionResponse",
@@ -1183,7 +1183,6 @@
1183
1183
  "document": "CompleteLifecycleAction请求参数结构体",
1184
1184
  "members": [
1185
1185
  {
1186
- "default": "",
1187
1186
  "document": "生命周期挂钩ID",
1188
1187
  "example": "ash-fbjiexz7",
1189
1188
  "member": "string",
@@ -1192,7 +1191,6 @@
1192
1191
  "type": "string"
1193
1192
  },
1194
1193
  {
1195
- "default": "",
1196
1194
  "document": "生命周期动作的结果,取值范围为“CONTINUE”或“ABANDON”",
1197
1195
  "example": "CONTINUE",
1198
1196
  "member": "string",
@@ -1201,7 +1199,6 @@
1201
1199
  "type": "string"
1202
1200
  },
1203
1201
  {
1204
- "default": "",
1205
1202
  "document": "实例ID,“InstanceId”和“LifecycleActionToken”必须填充其中一个",
1206
1203
  "example": "ins-ni8bpmve",
1207
1204
  "member": "string",
@@ -1210,7 +1207,6 @@
1210
1207
  "type": "string"
1211
1208
  },
1212
1209
  {
1213
- "default": "",
1214
1210
  "document": "“InstanceId”和“LifecycleActionToken”必须填充其中一个",
1215
1211
  "example": "无",
1216
1212
  "member": "string",
@@ -4592,7 +4588,6 @@
4592
4588
  "document": "ModifyAutoScalingGroup请求参数结构体",
4593
4589
  "members": [
4594
4590
  {
4595
- "default": "",
4596
4591
  "document": "伸缩组ID",
4597
4592
  "example": "asg-aaaabbbb",
4598
4593
  "member": "string",
@@ -4601,7 +4596,6 @@
4601
4596
  "type": "string"
4602
4597
  },
4603
4598
  {
4604
- "default": "",
4605
4599
  "document": "伸缩组名称,在您账号中必须唯一。名称仅支持中文、英文、数字、下划线、分隔符\"-\"、小数点,最大长度不能超55个字节。",
4606
4600
  "example": "asgname",
4607
4601
  "member": "string",
@@ -4610,7 +4604,6 @@
4610
4604
  "type": "string"
4611
4605
  },
4612
4606
  {
4613
- "default": "",
4614
4607
  "document": "默认冷却时间,单位秒,默认值为300",
4615
4608
  "example": "300",
4616
4609
  "member": "uint64",
@@ -4619,7 +4612,6 @@
4619
4612
  "type": "int"
4620
4613
  },
4621
4614
  {
4622
- "default": "",
4623
4615
  "document": "期望实例数,大小介于最小实例数和最大实例数之间",
4624
4616
  "example": "1",
4625
4617
  "member": "uint64",
@@ -4628,7 +4620,6 @@
4628
4620
  "type": "int"
4629
4621
  },
4630
4622
  {
4631
- "default": "",
4632
4623
  "document": "启动配置ID",
4633
4624
  "example": "asc-aaaabbbb",
4634
4625
  "member": "string",
@@ -4637,7 +4628,6 @@
4637
4628
  "type": "string"
4638
4629
  },
4639
4630
  {
4640
- "default": "",
4641
4631
  "document": "最大实例数,取值范围为0-2000。",
4642
4632
  "example": "1",
4643
4633
  "member": "uint64",
@@ -4646,7 +4636,6 @@
4646
4636
  "type": "int"
4647
4637
  },
4648
4638
  {
4649
- "default": "",
4650
4639
  "document": "最小实例数,取值范围为0-2000。",
4651
4640
  "example": "1",
4652
4641
  "member": "uint64",
@@ -4655,7 +4644,6 @@
4655
4644
  "type": "int"
4656
4645
  },
4657
4646
  {
4658
- "default": "",
4659
4647
  "document": "项目ID",
4660
4648
  "example": "1",
4661
4649
  "member": "uint64",
@@ -4664,7 +4652,6 @@
4664
4652
  "type": "int"
4665
4653
  },
4666
4654
  {
4667
- "default": "",
4668
4655
  "document": "子网ID列表",
4669
4656
  "example": "[\"subnet-aaaabbbb\"]",
4670
4657
  "member": "string",
@@ -4673,7 +4660,6 @@
4673
4660
  "type": "list"
4674
4661
  },
4675
4662
  {
4676
- "default": "",
4677
4663
  "document": "销毁策略,目前长度上限为1。取值包括 OLDEST_INSTANCE 和 NEWEST_INSTANCE。\n<br><li> OLDEST_INSTANCE 优先销毁伸缩组中最旧的实例。\n<br><li> NEWEST_INSTANCE,优先销毁伸缩组中最新的实例。",
4678
4664
  "example": "[\"OLDEST_INSTANCE\"]",
4679
4665
  "member": "string",
@@ -4682,7 +4668,6 @@
4682
4668
  "type": "list"
4683
4669
  },
4684
4670
  {
4685
- "default": "",
4686
4671
  "document": "VPC ID,基础网络则填空字符串。修改为具体VPC ID时,需指定相应的SubnetIds;修改为基础网络时,需指定相应的Zones。",
4687
4672
  "example": "vpc-aaaabbbb",
4688
4673
  "member": "string",
@@ -4691,7 +4676,6 @@
4691
4676
  "type": "string"
4692
4677
  },
4693
4678
  {
4694
- "default": "",
4695
4679
  "document": "可用区列表",
4696
4680
  "example": "[\"ap-beijing-1\"]",
4697
4681
  "member": "string",
@@ -4700,7 +4684,6 @@
4700
4684
  "type": "list"
4701
4685
  },
4702
4686
  {
4703
- "default": "",
4704
4687
  "document": "重试策略,取值包括 IMMEDIATE_RETRY、 INCREMENTAL_INTERVALS、NO_RETRY,默认取值为 IMMEDIATE_RETRY。\n<br><li> IMMEDIATE_RETRY,立即重试,在较短时间内快速重试,连续失败超过一定次数(5次)后不再重试。\n<br><li> INCREMENTAL_INTERVALS,间隔递增重试,随着连续失败次数的增加,重试间隔逐渐增大,重试间隔从秒级到1天不等。\n<br><li> NO_RETRY,不进行重试,直到再次收到用户调用或者告警信息后才会重试。",
4705
4688
  "example": "IMMEDIATE_RETRY",
4706
4689
  "member": "string",
@@ -4709,7 +4692,6 @@
4709
4692
  "type": "string"
4710
4693
  },
4711
4694
  {
4712
- "default": "",
4713
4695
  "document": "可用区校验策略,取值包括 ALL 和 ANY,默认取值为ANY。在伸缩组实际变更资源相关字段时(启动配置、可用区、子网)发挥作用。\n<br><li> ALL,所有可用区(Zone)或子网(SubnetId)都可用则通过校验,否则校验报错。\n<br><li> ANY,存在任何一个可用区(Zone)或子网(SubnetId)可用则通过校验,否则校验报错。\n\n可用区或子网不可用的常见原因包括该可用区CVM实例类型售罄、该可用区CBS云盘售罄、该可用区配额不足、该子网IP不足等。\n如果 Zones/SubnetIds 中可用区或者子网不存在,则无论 ZonesCheckPolicy 采用何种取值,都会校验报错。",
4714
4696
  "example": "ALL",
4715
4697
  "member": "string",
@@ -4718,7 +4700,6 @@
4718
4700
  "type": "string"
4719
4701
  },
4720
4702
  {
4721
- "default": "",
4722
4703
  "document": "服务设置,包括云监控不健康替换等服务设置。",
4723
4704
  "example": "无",
4724
4705
  "member": "ServiceSettings",
@@ -4727,7 +4708,6 @@
4727
4708
  "type": "object"
4728
4709
  },
4729
4710
  {
4730
- "default": "",
4731
4711
  "document": "实例具有IPv6地址数量的配置,取值包括0、1。",
4732
4712
  "example": "1",
4733
4713
  "member": "int64",
@@ -4736,7 +4716,6 @@
4736
4716
  "type": "int"
4737
4717
  },
4738
4718
  {
4739
- "default": "",
4740
4719
  "document": "多可用区/子网策略,取值包括 PRIORITY 和 EQUALITY,默认为 PRIORITY。\n<br><li> PRIORITY,按照可用区/子网列表的顺序,作为优先级来尝试创建实例,如果优先级最高的可用区/子网可以创建成功,则总在该可用区/子网创建。\n<br><li> EQUALITY:扩容出的实例会打散到多个可用区/子网,保证扩容后的各个可用区/子网实例数相对均衡。\n\n与本策略相关的注意点:\n<br><li> 当伸缩组为基础网络时,本策略适用于多可用区;当伸缩组为VPC网络时,本策略适用于多子网,此时不再考虑可用区因素,例如四个子网ABCD,其中ABC处于可用区1,D处于可用区2,此时考虑子网ABCD进行排序,而不考虑可用区1、2。\n<br><li> 本策略适用于多可用区/子网,不适用于启动配置的多机型。多机型按照优先级策略进行选择。\n<br><li> 按照 PRIORITY 策略创建实例时,先保证多机型的策略,后保证多可用区/子网的策略。例如多机型A、B,多子网1、2、3,会按照A1、A2、A3、B1、B2、B3 进行尝试,如果A1售罄,会尝试A2(而非B1)。",
4741
4720
  "example": "无",
4742
4721
  "member": "string",
@@ -4745,7 +4724,6 @@
4745
4724
  "type": "string"
4746
4725
  },
4747
4726
  {
4748
- "default": "",
4749
4727
  "document": "伸缩组实例健康检查类型,取值如下:<br><li>CVM:根据实例网络状态判断实例是否处于不健康状态,不健康的网络状态即发生实例 PING 不可达事件,详细判断标准可参考[实例健康检查](https://cloud.tencent.com/document/product/377/8553)<br><li>CLB:根据 CLB 的健康检查状态判断实例是否处于不健康状态,CLB健康检查原理可参考[健康检查](https://cloud.tencent.com/document/product/214/6097)",
4750
4728
  "example": "CLB",
4751
4729
  "member": "string",
@@ -4754,7 +4732,6 @@
4754
4732
  "type": "string"
4755
4733
  },
4756
4734
  {
4757
- "default": "",
4758
4735
  "document": "CLB健康检查宽限期。",
4759
4736
  "example": "0",
4760
4737
  "member": "uint64",
@@ -4763,7 +4740,6 @@
4763
4740
  "type": "int"
4764
4741
  },
4765
4742
  {
4766
- "default": "",
4767
4743
  "document": "实例分配策略,取值包括 LAUNCH_CONFIGURATION 和 SPOT_MIXED。\n<br><li> LAUNCH_CONFIGURATION,代表传统的按照启动配置模式。\n<br><li> SPOT_MIXED,代表竞价混合模式。目前仅支持启动配置为按量计费模式时使用混合模式,混合模式下,伸缩组将根据设定扩容按量或竞价机型。使用混合模式时,关联的启动配置的计费类型不可被修改。",
4768
4744
  "example": "LAUNCH_CONFIGURATION",
4769
4745
  "member": "string",
@@ -4772,7 +4748,6 @@
4772
4748
  "type": "string"
4773
4749
  },
4774
4750
  {
4775
- "default": "",
4776
4751
  "document": "竞价混合模式下,各计费类型实例的分配策略。\n仅当 InstanceAllocationPolicy 取 SPOT_MIXED 时可用。",
4777
4752
  "example": "无",
4778
4753
  "member": "SpotMixedAllocationPolicy",
@@ -4781,7 +4756,6 @@
4781
4756
  "type": "object"
4782
4757
  },
4783
4758
  {
4784
- "default": "",
4785
4759
  "document": "容量重平衡功能,仅对伸缩组内的竞价实例有效。取值范围:\n<br><li> TRUE,开启该功能,当伸缩组内的竞价实例即将被竞价实例服务自动回收前,AS 主动发起竞价实例销毁流程,如果有配置过缩容 hook,则销毁前 hook 会生效。销毁流程启动后,AS 会异步开启一个扩容活动,用于补齐期望实例数。\n<br><li> FALSE,不开启该功能,则 AS 等待竞价实例被销毁后才会去扩容补齐伸缩组期望实例数。",
4786
4760
  "example": "false",
4787
4761
  "member": "bool",
@@ -32,13 +32,13 @@
32
32
  ],
33
33
  "CompleteLifecycleAction": [
34
34
  {
35
- "document": "",
35
+ "document": "通过InstanceId参数,完成指定实例的生命周期挂钩",
36
36
  "input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CompleteLifecycleAction\n<公共请求参数>\n\n{\n \"InstanceId\": \"ins-ni8bpmve\",\n \"LifecycleActionResult\": \"CONTINUE\",\n \"LifecycleHookId\": \"ash-fbjiexz7\"\n}",
37
37
  "output": "{\n \"Response\": {\n \"RequestId\": \"d0cf47b9-4236-491c-bfab-106947198afe\"\n }\n}",
38
38
  "title": "完成生命周期动作,通过InstanceId调用"
39
39
  },
40
40
  {
41
- "document": "",
41
+ "document": "通过LifecycleActionToken参数,完成指定实例的生命周期挂钩,生命周期挂钩发送给TDMQ的通知消息中包含LifecycleActionToken参数",
42
42
  "input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CompleteLifecycleAction\n<公共请求参数>\n\n{\n \"LifecycleActionResult\": \"CONTINUE\",\n \"LifecycleHookId\": \"ash-fbjiexz7\",\n \"LifecycleActionToken\": \"4d910016-2590-444d-8f4a-c14940036902\"\n}",
43
43
  "output": "{\n \"Response\": {\n \"RequestId\": \"de792ffe-e37e-4f1d-8534-300b555739da\"\n }\n}",
44
44
  "title": "完成生命周期动作,通过LifecycleActionToken调用"
@@ -374,14 +374,14 @@
374
374
  ],
375
375
  "ModifyAutoScalingGroup": [
376
376
  {
377
- "document": "",
377
+ "document": "修改指定伸缩组的VpcId和SubnetIds参数",
378
378
  "input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAutoScalingGroup\n<公共请求参数>\n\n{\n \"AutoScalingGroupId\": \"asg-ka0s0q80\",\n \"SubnetIds\": [\n \"subnet-b0vxjhot\",\n \"subnet-3tmerl37\"\n ],\n \"VpcId\": \"vpc-hy436tmc\"\n}",
379
379
  "output": "{\n \"Response\": {\n \"RequestId\": \"c503ddc6-496c-44c9-8cec-e9f1c3f9c11c\"\n }\n}",
380
380
  "title": "修改伸缩组VPC子网信息"
381
381
  },
382
382
  {
383
- "document": "",
384
- "input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAutoScalingGroup\n<公共请求参数>\n\n{\n \"AutoScalingGroupId\": \"asg-ka0s0q80\",\n \"MinSize\": \"1\",\n \"MaxSize\": \"10\",\n \"DesiredCapacity\": \"3\"\n}",
383
+ "document": "修改指定伸缩组的期望实例数为3,最大实例数为10,最小实例数为1",
384
+ "input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAutoScalingGroup\n<公共请求参数>\n\n{\n \"AutoScalingGroupId\": \"asg-ka0s0q80\",\n \"MinSize\": 1,\n \"MaxSize\": 10,\n \"DesiredCapacity\": 3\n}",
385
385
  "output": "{\n \"Response\": {\n \"RequestId\": \"b41d8d30-21d4-412c-b7f3-53041879968c\"\n }\n}",
386
386
  "title": "修改伸缩组期望实例、最大实例数、最小实例数"
387
387
  }
@@ -407,7 +407,6 @@
407
407
  "document": "状态节点",
408
408
  "members": [
409
409
  {
410
- "default": "",
411
410
  "document": "节点id",
412
411
  "example": "1",
413
412
  "member": "string",
@@ -417,7 +416,6 @@
417
416
  "value_allowed_null": false
418
417
  },
419
418
  {
420
- "default": "",
421
419
  "document": "节点名称",
422
420
  "example": "a",
423
421
  "member": "string",
@@ -427,7 +425,6 @@
427
425
  "value_allowed_null": false
428
426
  },
429
427
  {
430
- "default": "",
431
428
  "document": "节点类型 1:审批节点 2:执行节点 3:条件节点",
432
429
  "example": "1",
433
430
  "member": "uint64",
@@ -437,7 +434,6 @@
437
434
  "value_allowed_null": false
438
435
  },
439
436
  {
440
- "default": "",
441
437
  "document": "下一个节点",
442
438
  "example": "2",
443
439
  "member": "string",
@@ -447,7 +443,6 @@
447
443
  "value_allowed_null": false
448
444
  },
449
445
  {
450
- "default": "",
451
446
  "document": "审批意见模型\n注意:此字段可能返回 null,表示取不到有效值。",
452
447
  "example": "无",
453
448
  "member": "ApproveOpinion",
@@ -457,7 +452,6 @@
457
452
  "value_allowed_null": true
458
453
  },
459
454
  {
460
- "default": "",
461
455
  "document": "scf函数名称\n注意:此字段可能返回 null,表示取不到有效值。",
462
456
  "example": "test",
463
457
  "member": "string",
@@ -467,7 +461,6 @@
467
461
  "value_allowed_null": true
468
462
  },
469
463
  {
470
- "default": "",
471
464
  "document": "状态(0:待审批,1:审批通过,2:拒绝,3:scf执行失败,4:scf执行成功)18: 外部审批中\n注意:此字段可能返回 null,表示取不到有效值。",
472
465
  "example": "0",
473
466
  "member": "uint64",
@@ -477,7 +470,6 @@
477
470
  "value_allowed_null": true
478
471
  },
479
472
  {
480
- "default": "",
481
473
  "document": "审批节点审批人\n注意:此字段可能返回 null,表示取不到有效值。",
482
474
  "example": "[]",
483
475
  "member": "uint64",
@@ -487,7 +479,6 @@
487
479
  "value_allowed_null": true
488
480
  },
489
481
  {
490
- "default": "",
491
482
  "document": "审批时间\n注意:此字段可能返回 null,表示取不到有效值。",
492
483
  "example": "2021-09-06 10:11:11",
493
484
  "member": "string",
@@ -497,7 +488,6 @@
497
488
  "value_allowed_null": true
498
489
  },
499
490
  {
500
- "default": "",
501
491
  "document": "审批意见信息 审批节点:审批人意见 执行节点:scf函数执行日志\n注意:此字段可能返回 null,表示取不到有效值。",
502
492
  "example": "success",
503
493
  "member": "string",
@@ -507,7 +497,6 @@
507
497
  "value_allowed_null": true
508
498
  },
509
499
  {
510
- "default": "",
511
500
  "document": "有权限审批该节点的uin\n注意:此字段可能返回 null,表示取不到有效值。",
512
501
  "example": "[]",
513
502
  "member": "ApproveUser",
@@ -517,7 +506,6 @@
517
506
  "value_allowed_null": true
518
507
  },
519
508
  {
520
- "default": "",
521
509
  "document": "是否有权限审批该节点\n注意:此字段可能返回 null,表示取不到有效值。",
522
510
  "example": "false",
523
511
  "member": "bool",
@@ -527,7 +515,6 @@
527
515
  "value_allowed_null": true
528
516
  },
529
517
  {
530
- "default": "",
531
518
  "document": "审批id\n注意:此字段可能返回 null,表示取不到有效值。",
532
519
  "example": "101",
533
520
  "member": "string",
@@ -537,7 +524,6 @@
537
524
  "value_allowed_null": true
538
525
  },
539
526
  {
540
- "default": "",
541
527
  "document": "审批方式 0或签 1会签\n注意:此字段可能返回 null,表示取不到有效值。",
542
528
  "example": "1",
543
529
  "member": "uint64",
@@ -547,7 +533,6 @@
547
533
  "value_allowed_null": true
548
534
  },
549
535
  {
550
- "default": "",
551
536
  "document": "审批节点审批类型,1人工审批 2自动通过 3自动决绝 4外部审批scf\n注意:此字段可能返回 null,表示取不到有效值。",
552
537
  "example": "1",
553
538
  "member": "uint64",
@@ -557,7 +542,6 @@
557
542
  "value_allowed_null": true
558
543
  },
559
544
  {
560
- "default": "",
561
545
  "document": "外部审批类型 scf:0或null ; CKafka:1\n注意:此字段可能返回 null,表示取不到有效值。",
562
546
  "example": "0",
563
547
  "member": "uint64",
@@ -567,7 +551,6 @@
567
551
  "value_allowed_null": true
568
552
  },
569
553
  {
570
- "default": "",
571
554
  "document": "CKafka - 接入资源ID\n注意:此字段可能返回 null,表示取不到有效值。",
572
555
  "example": "datahub-y9xxx",
573
556
  "member": "string",
@@ -577,7 +560,6 @@
577
560
  "value_allowed_null": true
578
561
  },
579
562
  {
580
- "default": "",
581
563
  "document": "CKafka - 任务名称\n注意:此字段可能返回 null,表示取不到有效值。",
582
564
  "example": "TOPIC",
583
565
  "member": "string",
@@ -587,7 +569,6 @@
587
569
  "value_allowed_null": true
588
570
  },
589
571
  {
590
- "default": "",
591
572
  "document": "CKafka - 地域\n注意:此字段可能返回 null,表示取不到有效值。",
592
573
  "example": "ap-guangzhou",
593
574
  "member": "string",
@@ -597,7 +578,6 @@
597
578
  "value_allowed_null": true
598
579
  },
599
580
  {
600
- "default": "",
601
581
  "document": "外部审批Url\n注意:此字段可能返回 null,表示取不到有效值。",
602
582
  "example": "https://www.baidu.com/",
603
583
  "member": "string",
@@ -605,6 +585,15 @@
605
585
  "required": true,
606
586
  "type": "string",
607
587
  "value_allowed_null": true
588
+ },
589
+ {
590
+ "document": "并行节点 3-4\n注意:此字段可能返回 null,表示取不到有效值。",
591
+ "example": "3-4",
592
+ "member": "string",
593
+ "name": "ParallelNodes",
594
+ "required": false,
595
+ "type": "string",
596
+ "value_allowed_null": true
608
597
  }
609
598
  ],
610
599
  "usage": "out"
@@ -2903,16 +2903,6 @@
2903
2903
  "document": "DisableCCCPhoneNumber请求参数结构体",
2904
2904
  "members": [
2905
2905
  {
2906
- "default": "",
2907
- "document": "TCCC 实例应用 ID",
2908
- "example": "1400000000",
2909
- "member": "uint64",
2910
- "name": "SdkAppId",
2911
- "required": true,
2912
- "type": "int"
2913
- },
2914
- {
2915
- "default": "",
2916
2906
  "document": "号码列表,0086开头",
2917
2907
  "example": "['00860755XXXX','0086021XXXX']",
2918
2908
  "member": "string",
@@ -2921,13 +2911,20 @@
2921
2911
  "type": "list"
2922
2912
  },
2923
2913
  {
2924
- "default": "",
2925
2914
  "document": "停用开关,0启用 1停用",
2926
2915
  "example": "1",
2927
2916
  "member": "int64",
2928
2917
  "name": "Disabled",
2929
2918
  "required": true,
2930
2919
  "type": "int"
2920
+ },
2921
+ {
2922
+ "document": "TCCC 实例应用 ID",
2923
+ "example": "1400000000",
2924
+ "member": "uint64",
2925
+ "name": "SdkAppId",
2926
+ "required": false,
2927
+ "type": "int"
2931
2928
  }
2932
2929
  ],
2933
2930
  "type": "object"
@@ -250,10 +250,10 @@
250
250
  ],
251
251
  "DisableCCCPhoneNumber": [
252
252
  {
253
- "document": "",
254
- "input": "POST / HTTP/1.1\nHost: ccc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DisableCCCPhoneNumber\n<公共请求参数>\n\n{\n \"SdkAppId\": 140000000,\n \"PhoneNumbers\": [\n \"0086020123456\"\n ],\n \"Disabled\": 1\n}",
255
- "output": "{\n \"Response\": {\n \"RequestId\": \"86a17f0e-bcb3-46bf-ac66-8f165fe52127\"\n }\n}",
256
- "title": "停用号码"
253
+ "document": "停用号码。",
254
+ "input": "POST / HTTP/1.1\nHost: ccc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DisableCCCPhoneNumber\n<公共请求参数>\n\n{\n \"SdkAppId\": 1,\n \"PhoneNumbers\": [\n \"008602112345678\"\n ],\n \"Disabled\": 0\n}",
255
+ "output": "{\n \"Response\": {\n \"RequestId\": \"3651cda6-6501-4482-9f4e-8d0c9548a4db\"\n }\n}",
256
+ "title": "停用号码示例"
257
257
  }
258
258
  ],
259
259
  "HangUpCall": [