tccli 3.0.1287.1__py2.py3-none-any.whl → 3.0.1289.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 (77) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/plugins/sso/__init__.py +11 -1
  3. tccli/plugins/sso/login.py +3 -3
  4. tccli/services/asr/v20190614/api.json +6 -6
  5. tccli/services/asr/v20190614/examples.json +4 -4
  6. tccli/services/bi/v20220105/api.json +43 -0
  7. tccli/services/billing/v20180709/api.json +564 -504
  8. tccli/services/captcha/v20190722/api.json +79 -77
  9. tccli/services/cdc/v20201214/api.json +16 -16
  10. tccli/services/cdwpg/v20201230/api.json +5 -5
  11. tccli/services/cdwpg/v20201230/examples.json +6 -6
  12. tccli/services/cdz/v20221123/api.json +4 -4
  13. tccli/services/cfg/v20210820/api.json +197 -197
  14. tccli/services/cfg/v20210820/examples.json +1 -1
  15. tccli/services/cfs/v20190719/api.json +1 -1
  16. tccli/services/clb/v20180317/api.json +2 -2
  17. tccli/services/cvm/cvm_client.py +53 -0
  18. tccli/services/cvm/v20170312/api.json +110 -5
  19. tccli/services/cvm/v20170312/examples.json +8 -0
  20. tccli/services/cwp/v20180228/api.json +102 -24
  21. tccli/services/dbbrain/dbbrain_client.py +383 -12
  22. tccli/services/dbbrain/v20210527/api.json +884 -101
  23. tccli/services/dbbrain/v20210527/examples.json +56 -0
  24. tccli/services/domain/v20180808/api.json +52 -32
  25. tccli/services/dts/v20180330/api.json +34 -34
  26. tccli/services/dts/v20180330/examples.json +1 -1
  27. tccli/services/dts/v20211206/api.json +225 -223
  28. tccli/services/dts/v20211206/examples.json +2 -2
  29. tccli/services/ess/v20201111/api.json +53 -2
  30. tccli/services/essbasic/v20210526/api.json +54 -3
  31. tccli/services/hunyuan/v20230901/api.json +45 -12
  32. tccli/services/iotexplorer/iotexplorer_client.py +159 -0
  33. tccli/services/iotexplorer/v20190423/api.json +561 -0
  34. tccli/services/iotexplorer/v20190423/examples.json +24 -0
  35. tccli/services/iotvideo/iotvideo_client.py +106 -0
  36. tccli/services/iotvideo/v20211125/api.json +105 -0
  37. tccli/services/iotvideo/v20211125/examples.json +16 -0
  38. tccli/services/lighthouse/v20200324/api.json +46 -46
  39. tccli/services/lighthouse/v20200324/examples.json +2 -2
  40. tccli/services/lke/v20231130/api.json +6 -6
  41. tccli/services/lke/v20231130/examples.json +1 -1
  42. tccli/services/lkeap/v20240522/api.json +2 -2
  43. tccli/services/mariadb/v20170312/api.json +30 -30
  44. tccli/services/mongodb/v20190725/api.json +3 -3
  45. tccli/services/mps/v20190612/api.json +88 -6
  46. tccli/services/mqtt/v20240516/api.json +3 -3
  47. tccli/services/mqtt/v20240516/examples.json +5 -11
  48. tccli/services/organization/v20210331/api.json +113 -113
  49. tccli/services/redis/v20180412/api.json +4 -4
  50. tccli/services/ses/v20201002/api.json +1 -1
  51. tccli/services/svp/v20240125/api.json +1 -1
  52. tccli/services/tat/v20201028/api.json +7 -7
  53. tccli/services/tcb/v20180608/api.json +236 -235
  54. tccli/services/tcb/v20180608/examples.json +1 -7
  55. tccli/services/tdmq/v20200217/api.json +231 -221
  56. tccli/services/teo/v20220901/api.json +670 -12
  57. tccli/services/teo/v20220901/examples.json +21 -3
  58. tccli/services/tione/v20211111/api.json +64 -6
  59. tccli/services/trocket/trocket_client.py +53 -0
  60. tccli/services/trocket/v20230308/api.json +61 -0
  61. tccli/services/trocket/v20230308/examples.json +8 -0
  62. tccli/services/trro/trro_client.py +53 -0
  63. tccli/services/trro/v20220325/api.json +70 -0
  64. tccli/services/trro/v20220325/examples.json +8 -0
  65. tccli/services/vdb/v20230616/api.json +31 -2
  66. tccli/services/vdb/v20230616/examples.json +8 -2
  67. tccli/services/vrs/v20200824/api.json +14 -2
  68. tccli/services/vrs/v20200824/examples.json +1 -1
  69. tccli/services/waf/v20180125/api.json +225 -0
  70. tccli/services/waf/v20180125/examples.json +24 -0
  71. tccli/services/waf/waf_client.py +159 -0
  72. tccli/services/wedata/v20210820/api.json +48 -0
  73. {tccli-3.0.1287.1.dist-info → tccli-3.0.1289.1.dist-info}/METADATA +2 -2
  74. {tccli-3.0.1287.1.dist-info → tccli-3.0.1289.1.dist-info}/RECORD +77 -77
  75. {tccli-3.0.1287.1.dist-info → tccli-3.0.1289.1.dist-info}/WHEEL +0 -0
  76. {tccli-3.0.1287.1.dist-info → tccli-3.0.1289.1.dist-info}/entry_points.txt +0 -0
  77. {tccli-3.0.1287.1.dist-info → tccli-3.0.1289.1.dist-info}/license_files/LICENSE +0 -0
@@ -941,23 +941,23 @@
941
941
  "members": [
942
942
  {
943
943
  "disabled": false,
944
- "document": "约束类型为section时的最小值\n注意:此字段可能返回 null,表示取不到有效值。",
944
+ "document": "约束类型为section时的最小值",
945
945
  "example": "1",
946
946
  "member": "string",
947
947
  "name": "Min",
948
948
  "output_required": true,
949
949
  "type": "string",
950
- "value_allowed_null": true
950
+ "value_allowed_null": false
951
951
  },
952
952
  {
953
953
  "disabled": false,
954
- "document": "约束类型为section时的最大值\n注意:此字段可能返回 null,表示取不到有效值。",
954
+ "document": "约束类型为section时的最大值",
955
955
  "example": "65535",
956
956
  "member": "string",
957
957
  "name": "Max",
958
958
  "output_required": true,
959
959
  "type": "string",
960
- "value_allowed_null": true
960
+ "value_allowed_null": false
961
961
  }
962
962
  ],
963
963
  "usage": "out"
@@ -2020,13 +2020,13 @@
2020
2020
  },
2021
2021
  {
2022
2022
  "disabled": false,
2023
- "document": "该字段对只读账号有意义,表示选择主备延迟小于该值的备机\n注意:此字段可能返回 null,表示取不到有效值。",
2023
+ "document": "该字段对只读账号有意义,表示选择主备延迟小于该值的备机",
2024
2024
  "example": "100",
2025
2025
  "member": "int64",
2026
2026
  "name": "DelayThresh",
2027
2027
  "output_required": true,
2028
2028
  "type": "int",
2029
- "value_allowed_null": true
2029
+ "value_allowed_null": false
2030
2030
  },
2031
2031
  {
2032
2032
  "disabled": false,
@@ -2642,43 +2642,43 @@
2642
2642
  "members": [
2643
2643
  {
2644
2644
  "disabled": false,
2645
- "document": "DCN 运行状态,START为正常运行,STOP为暂停\n注意:此字段可能返回 null,表示取不到有效值。",
2645
+ "document": "DCN 运行状态,START为正常运行,STOP为暂停",
2646
2646
  "example": "START",
2647
2647
  "member": "string",
2648
2648
  "name": "RoReplicationMode",
2649
- "required": true,
2649
+ "output_required": true,
2650
2650
  "type": "string",
2651
- "value_allowed_null": true
2651
+ "value_allowed_null": false
2652
2652
  },
2653
2653
  {
2654
2654
  "disabled": false,
2655
- "document": "延迟复制的类型,DEFAULT为正常,DUE_TIME为指定时间\n注意:此字段可能返回 null,表示取不到有效值。",
2655
+ "document": "延迟复制的类型,DEFAULT为正常,DUE_TIME为指定时间",
2656
2656
  "example": "DEFAULT",
2657
2657
  "member": "string",
2658
2658
  "name": "DelayReplicationType",
2659
- "required": true,
2659
+ "output_required": true,
2660
2660
  "type": "string",
2661
- "value_allowed_null": true
2661
+ "value_allowed_null": false
2662
2662
  },
2663
2663
  {
2664
2664
  "disabled": false,
2665
- "document": "延迟复制的指定时间\n注意:此字段可能返回 null,表示取不到有效值。",
2665
+ "document": "延迟复制的指定时间",
2666
2666
  "example": "2006-01-02 15:04:05",
2667
2667
  "member": "string",
2668
2668
  "name": "DueTime",
2669
- "required": true,
2669
+ "output_required": true,
2670
2670
  "type": "string",
2671
- "value_allowed_null": true
2671
+ "value_allowed_null": false
2672
2672
  },
2673
2673
  {
2674
2674
  "disabled": false,
2675
- "document": "延迟复制时的延迟秒数\n注意:此字段可能返回 null,表示取不到有效值。",
2675
+ "document": "延迟复制时的延迟秒数",
2676
2676
  "example": "1",
2677
2677
  "member": "int64",
2678
2678
  "name": "ReplicationDelay",
2679
- "required": true,
2679
+ "output_required": true,
2680
2680
  "type": "int",
2681
- "value_allowed_null": true
2681
+ "value_allowed_null": false
2682
2682
  }
2683
2683
  ],
2684
2684
  "usage": "out"
@@ -6325,13 +6325,13 @@
6325
6325
  },
6326
6326
  {
6327
6327
  "disabled": false,
6328
- "document": "分片ID\n注意:此字段可能返回 null,表示取不到有效值。",
6328
+ "document": "分片ID",
6329
6329
  "example": "shard-54s3xede",
6330
6330
  "member": "string",
6331
6331
  "name": "ShardId",
6332
6332
  "output_required": true,
6333
6333
  "type": "string",
6334
- "value_allowed_null": true
6334
+ "value_allowed_null": false
6335
6335
  },
6336
6336
  {
6337
6337
  "disabled": false,
@@ -6421,25 +6421,25 @@
6421
6421
  "members": [
6422
6422
  {
6423
6423
  "disabled": false,
6424
- "document": "设备型号\n注意:此字段可能返回 null,表示取不到有效值。",
6424
+ "document": "设备型号",
6425
6425
  "example": "SH12",
6426
6426
  "member": "string",
6427
6427
  "name": "Machine",
6428
6428
  "output_required": true,
6429
6429
  "required": true,
6430
6430
  "type": "string",
6431
- "value_allowed_null": true
6431
+ "value_allowed_null": false
6432
6432
  },
6433
6433
  {
6434
6434
  "disabled": false,
6435
- "document": "该机型对应的可售卖规格列表\n注意:此字段可能返回 null,表示取不到有效值。",
6436
- "example": "[{\"Cpu\":1,\"Machine\":\"TS85\",\"MaxStorage\":3000,\"Memory\":2,\"MinStorage\":10,\"NodeCount\":5,\"Pid\":1002231,\"Qps\":2100,\"SuitInfo\":\"日独立用户数上百人的小型应用\"},{\"Cpu\":1,\"Machine\":\"TS85\",\"MaxStorage\":3000,\"Memory\":2,\"MinStorage\":10,\"NodeCount\":6,\"Pid\":1002231,\"Qps\":2100,\"SuitInfo\":\"日独立用户数上百人的小型应用\"}]",
6435
+ "document": "该机型对应的可售卖规格列表",
6436
+ "example": "",
6437
6437
  "member": "SpecConfigInfo",
6438
6438
  "name": "SpecInfos",
6439
6439
  "output_required": true,
6440
6440
  "required": true,
6441
6441
  "type": "list",
6442
- "value_allowed_null": true
6442
+ "value_allowed_null": false
6443
6443
  }
6444
6444
  ],
6445
6445
  "usage": "both"
@@ -7689,7 +7689,7 @@
7689
7689
  {
7690
7690
  "disabled": false,
7691
7691
  "document": "约束类型为string时的可选值列表",
7692
- "example": "\"REAL_AS_FLOAT,PIPES_AS_CONCAT,ANSI_QUOTES,IGNORE_SPACE,IGNORE_BAD_TABLE_OPTIONS,ONLY_FULL_GROUP_BY,NO_UNSIGNED_SUBTRACTION,NO_DIR_IN_CREATE,NO_KEY_OPTIONS,NO_TABLE_OPTIONS,NO_FIELD_OPTIONS,NO_AUTO_VALUE_ON_ZERO,NO_BACKSLASH_ESCAPES,STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ALLOW_INVALID_DATES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,HIGH_NOT_PRECEDENCE,NO_ENGINE_SUBSTITUTION,PAD_CHAR_TO_FULL_LENGTH\"",
7692
+ "example": "STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION",
7693
7693
  "member": "string",
7694
7694
  "name": "String",
7695
7695
  "output_required": true,
@@ -7724,13 +7724,13 @@
7724
7724
  },
7725
7725
  {
7726
7726
  "disabled": false,
7727
- "document": "设置过的值,参数生效后,该值和value一样。\n注意:此字段可能返回 null,表示取不到有效值。",
7727
+ "document": "设置过的值,参数生效后,该值和value一样。",
7728
7728
  "example": "2",
7729
7729
  "member": "string",
7730
7730
  "name": "SetValue",
7731
7731
  "output_required": true,
7732
7732
  "type": "string",
7733
- "value_allowed_null": true
7733
+ "value_allowed_null": false
7734
7734
  },
7735
7735
  {
7736
7736
  "disabled": false,
@@ -8444,13 +8444,13 @@
8444
8444
  },
8445
8445
  {
8446
8446
  "disabled": false,
8447
- "document": "样例Sql\n注意:此字段可能返回 null,表示取不到有效值。",
8447
+ "document": "样例Sql",
8448
8448
  "example": "select id, f1, sleep(1) from t1 where id % 2 = 1",
8449
8449
  "member": "string",
8450
8450
  "name": "ExampleSql",
8451
8451
  "output_required": true,
8452
8452
  "type": "string",
8453
- "value_allowed_null": true
8453
+ "value_allowed_null": false
8454
8454
  },
8455
8455
  {
8456
8456
  "disabled": false,
@@ -3822,7 +3822,7 @@
3822
3822
  },
3823
3823
  {
3824
3824
  "disabled": false,
3825
- "document": "指 ConfigServer CPU核数,取值为1,单位:GB。若为分片集群实例询价,该参数必须设置。",
3825
+ "document": "指 ConfigServer CPU核数,固定取值为 1,单位:GB,可不配置该参数。",
3826
3826
  "example": "1",
3827
3827
  "member": "uint64",
3828
3828
  "name": "ConfigServerCpu",
@@ -3831,7 +3831,7 @@
3831
3831
  },
3832
3832
  {
3833
3833
  "disabled": false,
3834
- "document": "指 ConfigServer 内存大小,取值为2,单位:GB。若为分片集群实例询价,则该参数必须设置。",
3834
+ "document": "指 ConfigServer 内存大小,固定取值为 2,单位:GB,可不配置该参数。",
3835
3835
  "example": "2",
3836
3836
  "member": "uint64",
3837
3837
  "name": "ConfigServerMemory",
@@ -3840,7 +3840,7 @@
3840
3840
  },
3841
3841
  {
3842
3842
  "disabled": false,
3843
- "document": "指 ConfigServer 磁盘大小,取值为 20,单位:GB。若为分片集群实例询价,则该参数必须设置。",
3843
+ "document": "指 ConfigServer 磁盘大小,固定取值为 20,单位:GB,可不配置该参数。",
3844
3844
  "example": "20",
3845
3845
  "member": "uint64",
3846
3846
  "name": "ConfigServerVolume",
@@ -2570,7 +2570,7 @@
2570
2570
  {
2571
2571
  "disabled": false,
2572
2572
  "document": "视频智能横转竖模板 ID\n注意:此字段可能返回 null,表示取不到有效值。",
2573
- "example": "",
2573
+ "example": "28",
2574
2574
  "member": "uint64",
2575
2575
  "name": "Definition",
2576
2576
  "output_required": false,
@@ -2678,7 +2678,7 @@
2678
2678
  {
2679
2679
  "disabled": false,
2680
2680
  "document": "视频内容分析模板 ID。",
2681
- "example": "0",
2681
+ "example": "28",
2682
2682
  "member": "uint64",
2683
2683
  "name": "Definition",
2684
2684
  "output_required": true,
@@ -2689,7 +2689,7 @@
2689
2689
  {
2690
2690
  "disabled": false,
2691
2691
  "document": "扩展参数,其值为序列化的 json字符串。\n注意:此参数为定制需求参数,参考如下:\n智能檫除:https://cloud.tencent.com/document/product/862/101530\n智能拆条:https://cloud.tencent.com/document/product/862/112098\n高光集锦:https://cloud.tencent.com/document/product/862/107280\n智能横转竖:https://cloud.tencent.com/document/product/862/112112\n注意:此字段可能返回 null,表示取不到有效值。",
2692
- "example": "\"{}\"",
2692
+ "example": "\"{\\\"htv\\\": {} }\"",
2693
2693
  "member": "string",
2694
2694
  "name": "ExtendedParameter",
2695
2695
  "output_required": true,
@@ -2804,10 +2804,10 @@
2804
2804
  {
2805
2805
  "disabled": false,
2806
2806
  "document": "视频智能标签模板 ID。",
2807
- "example": "0",
2807
+ "example": "20",
2808
2808
  "member": "uint64",
2809
2809
  "name": "Definition",
2810
- "required": true,
2810
+ "output_required": true,
2811
2811
  "type": "int",
2812
2812
  "value_allowed_null": false
2813
2813
  }
@@ -15224,6 +15224,17 @@
15224
15224
  "required": false,
15225
15225
  "type": "object",
15226
15226
  "value_allowed_null": true
15227
+ },
15228
+ {
15229
+ "disabled": false,
15230
+ "document": "FairPlay, WideVine, PlayReady 加密信息。",
15231
+ "example": "无",
15232
+ "member": "SpekeDrm",
15233
+ "name": "SpekeDrm",
15234
+ "output_required": false,
15235
+ "required": false,
15236
+ "type": "object",
15237
+ "value_allowed_null": false
15227
15238
  }
15228
15239
  ],
15229
15240
  "usage": "both"
@@ -21051,7 +21062,7 @@
21051
21062
  {
21052
21063
  "disabled": false,
21053
21064
  "document": "视频的 md5 值。",
21054
- "example": "xxxx",
21065
+ "example": "\"xxxx\"",
21055
21066
  "member": "string",
21056
21067
  "name": "Md5",
21057
21068
  "output_required": true,
@@ -21077,6 +21088,16 @@
21077
21088
  "output_required": true,
21078
21089
  "type": "list",
21079
21090
  "value_allowed_null": false
21091
+ },
21092
+ {
21093
+ "disabled": false,
21094
+ "document": "视频转码使用增强项说明,增强项解释\n<li>hdr:HDR配置</li>\n<li>wd_fps:插帧帧率配置</li>\n<li>video_super_resolution:\t超分配置</li>\n<li>repair:综合增强配置</li>\n<li>denoise:视频降噪配置</li>\n<li>color_enhance:色彩增强配置</li>\n<li>scratch:去划痕配置</li>\n<li>artifact:去伪影(毛刺)配置</li>\n<li>sharp:细节增强配置</li>\n<li>low_light:低光照增强配置</li>\n<li>face_enhance:人脸增强配置</li>\n注意:此字段可能返回 null,表示取不到有效值。",
21095
+ "example": "\"{\\\"enhance_item\\\":[\\\"hdr\\\",\\\"color_enhance\\\"]}\"",
21096
+ "member": "string",
21097
+ "name": "CallBackExtInfo",
21098
+ "output_required": false,
21099
+ "type": "string",
21100
+ "value_allowed_null": true
21080
21101
  }
21081
21102
  ],
21082
21103
  "usage": "out"
@@ -27156,6 +27177,67 @@
27156
27177
  ],
27157
27178
  "usage": "out"
27158
27179
  },
27180
+ "SpekeDrm": {
27181
+ "document": "FairPlay,WideVine,PlayReady 等Drm加密方式。",
27182
+ "members": [
27183
+ {
27184
+ "disabled": false,
27185
+ "document": "资源标记,\n支持1-128个字符的数字、字母、下划线(_)、中划线(-)。",
27186
+ "example": "123xx",
27187
+ "member": "string",
27188
+ "name": "ResourceId",
27189
+ "output_required": false,
27190
+ "required": true,
27191
+ "type": "string",
27192
+ "value_allowed_null": false
27193
+ },
27194
+ {
27195
+ "disabled": false,
27196
+ "document": "drm厂商访问地址;\n\n注: 不同DRM厂商对子流的数量限制不一样,如 pallycon 限制不能超过5条子流,drmtoday厂商最多仅支持9条子流加密",
27197
+ "example": "https://kms.pallycon.com/v2/cpix/getKey?enc-token=xxx",
27198
+ "member": "string",
27199
+ "name": "KeyServerUrl",
27200
+ "output_required": false,
27201
+ "required": true,
27202
+ "type": "string",
27203
+ "value_allowed_null": false
27204
+ },
27205
+ {
27206
+ "disabled": false,
27207
+ "document": "加密初始化向量(32字节字符串)。",
27208
+ "example": "452ac1553f19b846e2f2c4cffd8f4a9b",
27209
+ "member": "string",
27210
+ "name": "Vector",
27211
+ "output_required": false,
27212
+ "required": true,
27213
+ "type": "string",
27214
+ "value_allowed_null": false
27215
+ },
27216
+ {
27217
+ "disabled": false,
27218
+ "document": "加密方式,FairPlay 默认cbcs,PlayReady,Widevine 默认cenc\n\ncbcs:PlayReady,Widevine,FairPlay 支持;\ncenc:PlayReady,Widevine支持;",
27219
+ "example": "cbcs",
27220
+ "member": "string",
27221
+ "name": "EncryptionMethod",
27222
+ "output_required": false,
27223
+ "required": false,
27224
+ "type": "string",
27225
+ "value_allowed_null": false
27226
+ },
27227
+ {
27228
+ "disabled": false,
27229
+ "document": "子流加密规则,默认 preset0\npreset0:全部子流使用同一个key加密;\npreset1:每个子流使用不同的key加密;\n",
27230
+ "example": "preset0",
27231
+ "member": "string",
27232
+ "name": "EncryptionPreset",
27233
+ "output_required": false,
27234
+ "required": false,
27235
+ "type": "string",
27236
+ "value_allowed_null": false
27237
+ }
27238
+ ],
27239
+ "usage": "both"
27240
+ },
27159
27241
  "StartStreamLinkFlowRequest": {
27160
27242
  "document": "StartStreamLinkFlow请求参数结构体",
27161
27243
  "members": [
@@ -3835,7 +3835,7 @@
3835
3835
  {
3836
3836
  "disabled": false,
3837
3837
  "document": "子网信息",
3838
- "example": "subnet-dadaf",
3838
+ "example": "subnet-1acd3",
3839
3839
  "member": "string",
3840
3840
  "name": "SubnetId",
3841
3841
  "output_required": false,
@@ -4837,7 +4837,7 @@
4837
4837
  {
4838
4838
  "disabled": false,
4839
4839
  "document": "公钥",
4840
- "example": " -----BEGIN CERTIFICATE----- MIIECDCCAvCgAwIBAgIUG/L3CDia0Tl2KKs8bDOxY2t+SfUwDQYJKoZIhvcNAQEN 9w0BAQ0FAAOCAQEAtXGaYSOlseeXzq9lapF0SWcI/UhRXSfomwLeF+PvH3meF04r 2Hdl/IvY0jfKuc/olOPDxF3mK3/Lf7nk/68fKG7ytmVJrBXCGUN8R2AuTmeRsbK8 qEf2C8DgIw9KAPHtPY7ZupRzRskVeZHUy6N1pKYjlQk80451SwNwnfU8gni10BaJ dd1vc7JbPm90IQjb+OcfuflFwfl8yiQLWy1oJdwGwEN/f4PFoRKP4dizyn9+0+Ki 5M8AINMMlYrfXRWHVyr8N/Pj8l4QNo3cJiUeXIpoSc39oNiYbdfTs1f3sJCT8lIG 8lCCucEU4bX5ZPwMJ9QMTJ6xORLenDIk2orY7Q== -----END CERTIFICATE-----",
4840
+ "example": " -----BEGIN CERTIFICATE----- -----END CERTIFICATE-----",
4841
4841
  "member": "string",
4842
4842
  "name": "PublicKey",
4843
4843
  "required": false,
@@ -5306,7 +5306,7 @@
5306
5306
  {
5307
5307
  "disabled": false,
5308
5308
  "document": "设备证书",
5309
- "example": "-----BEGIN CERTIFICATE----- MIIDXTCCAkWgAwIBAgIJALc4Yk9ZT1WjMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNV BAYTAkNOMRAwDgYDVQQIDAdBeW9tYW5nMQ8wDQYDVQQHDAZGb3J0cmUwHhcNMTkw ODA1MTUwOTA5WhcNMjAwODEyMTUwOTA5WjBFMQswCQYDVQQGEwJDTjEQMA4GA1UE CAwHQXlvbWFuZzEPMA0GA1UEBwwGRm9ydHJlMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQ... -----END CERTIFICATE-----",
5309
+ "example": "-----BEGIN CERTIFICATE-----END CERTIFICATE-----",
5310
5310
  "member": "string",
5311
5311
  "name": "DeviceCertificate",
5312
5312
  "required": true,
@@ -51,8 +51,8 @@
51
51
  "CreateInstance": [
52
52
  {
53
53
  "document": "示例",
54
- "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateMQTTInstance\n<公共请求参数>\n\n{\n \"InstanceType\": \"BASIC\",\n \"Name\": \"instance-1\",\n \"SkuCode\": \"basic_1k\",\n \"Remark\": \"this is remark\",\n \"VpcList\": [\n {\n \"VpcId\": \"vpc-9a5wnirv\",\n \"SubnetId\": \"subnet-0tw6tlfi\"\n }\n ],\n \"IpRules\": [\n {\n \"Ip\": \"1.1.1.1\",\n \"Allow\": true,\n \"Remark\": \"11111111\"\n }\n ]\n}",
55
- "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"InstanceId\": \"mqtt-7pnqmkrx\",\n \"RequestId\": \"02107c9d-cbea-418c-bafc-740300fdefad\"\n }\n}",
54
+ "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateMQTTInstance\n<公共请求参数>\n\n{\n \"InstanceType\": \"BASIC\",\n \"Name\": \"instance-1\",\n \"SkuCode\": \"basic_1k\",\n \"Remark\": \"this is remark\",\n \"VpcList\": [\n {\n \"VpcId\": \"vpc-9a5wnirv\",\n \"SubnetId\": \"subnet-0tw6tlfi\"\n }\n ],\n \"IpRules\": [\n {\n \"Ip\": \"1.1.1.1\",\n \"Allow\": true,\n \"Remark\": \"remark\"\n }\n ]\n}",
55
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"InstanceId\": \"mqtt-7pnqmkrx\",\n \"RequestId\": \"02107c9d-c1e2-418c-bafc-740300fdefad\"\n }\n}",
56
56
  "title": "示例"
57
57
  }
58
58
  ],
@@ -171,15 +171,9 @@
171
171
  "DescribeAuthenticator": [
172
172
  {
173
173
  "document": "示例",
174
- "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTAuthenticator\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-2vnk55xv\",\n \"Type\": \"JWKS\"\n}",
175
- "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Authenticators\": [\n {\n \"Config\": \"{\\\"endpoint\\\":\\\"1.2.3.4\\\",\\\"refreshInterval\\\":10}\",\n \"Status\": \"open\",\n \"Type\": \"JWKS\"\n }\n ],\n \"RequestId\": \"83d4a381-b448-45c8-adcf-b563bd18f4fb\"\n }\n}",
176
- "title": "示例"
177
- },
178
- {
179
- "document": "HTTP示例",
180
174
  "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAuthenticator\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-dmzeoj58\",\n \"Type\": \"HTTP\"\n}",
181
175
  "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Authenticators\": [\n {\n \"Config\": \"{\\\"headers\\\":[{\\\"key\\\":\\\"user\\\",\\\"value\\\":\\\"${username}\\\"}],\\\"endpoint\\\":\\\"127.0.0.1\\\",\\\"method\\\":\\\"Post\\\",\\\"readTimeout\\\":1,\\\"connectTimeout\\\":1,\\\"body\\\":[{\\\"key\\\":\\\"user\\\",\\\"value\\\":\\\"${username}\\\"}],\\\"concurrency\\\":1}\",\n \"CreateTime\": 1731036362,\n \"Remark\": \"this is remark\",\n \"Status\": \"open\",\n \"Type\": \"HTTP\"\n }\n ],\n \"RequestId\": \"756b8ee7-00e8-48ea-94f2-02eead2a5067\"\n }\n}",
182
- "title": "HTTP示例"
176
+ "title": "示例"
183
177
  }
184
178
  ],
185
179
  "DescribeAuthorizationPolicies": [
@@ -256,7 +250,7 @@
256
250
  {
257
251
  "document": "示例",
258
252
  "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-bg8k8v8o\"\n}",
259
- "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"AuthorizationPolicyLimit\": 10,\n \"AutomaticActivation\": false,\n \"ClientNumLimit\": 1000,\n \"CreatedTime\": 1722572792,\n \"DestroyTime\": 0,\n \"DeviceCertificateProvisionType\": \"MANUAL\",\n \"ExpiryTime\": 0,\n \"InstanceId\": \"mqtt-bg8k8v8o\",\n \"InstanceName\": \"jehansun-0802\",\n \"InstanceStatus\": \"RUNNING\",\n \"InstanceType\": \"BASIC\",\n \"MaxSubscriptionPerClient\": 30,\n \"PayMode\": \"POSTPAID\",\n \"Remark\": \"\",\n \"RenewFlag\": 1,\n \"RequestId\": \"3e180cf0-ddb8-4a0b-8855-c69c5dc02f35\",\n \"SkuCode\": \"basic_1k\",\n \"TopicNum\": 0,\n \"TopicNumLimit\": 100,\n \"TpsLimit\": 1000,\n \"X509Mode\": \"TLS\"\n }\n}",
253
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"AuthorizationPolicyLimit\": 10,\n \"AutomaticActivation\": false,\n \"ClientNumLimit\": 1000,\n \"CreatedTime\": 1722572792,\n \"DestroyTime\": 0,\n \"DeviceCertificateProvisionType\": \"MANUAL\",\n \"ExpiryTime\": 0,\n \"InstanceId\": \"mqtt-bg8k8v8o\",\n \"InstanceName\": \"instance-0802\",\n \"InstanceStatus\": \"RUNNING\",\n \"InstanceType\": \"BASIC\",\n \"MaxSubscriptionPerClient\": 30,\n \"PayMode\": \"POSTPAID\",\n \"Remark\": \"\",\n \"RenewFlag\": 1,\n \"RequestId\": \"3e180cf0-ddb8-4a0b-8855-c69c5dc02f35\",\n \"SkuCode\": \"basic_1k\",\n \"TopicNum\": 0,\n \"TopicNumLimit\": 100,\n \"TpsLimit\": 1000,\n \"X509Mode\": \"TLS\"\n }\n}",
260
254
  "title": "示例"
261
255
  }
262
256
  ],
@@ -407,7 +401,7 @@
407
401
  "RegisterDeviceCertificate": [
408
402
  {
409
403
  "document": "示例",
410
- "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RegisterDeviceCertificate\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-jbgwp4ae\",\n \"DeviceCertificate\": \"-----BEGIN CERTIFICATE-----\\nMIIEQjCCAyqgAwIBAgIUDu9opYK5QlQpblTOdU+U1welmREwDQYJKoZIhvcNAQEL\\nBQAwgZIxCzAJBgNVBAYTAmNuMQ0wCwYDVQQIDAR4aWFuMQ0wCwYDVQQHDARodXlp\\nMREwDwYDVQQKDAhqZWhhbnN1bjEWMBQGA1UECwwNdW5pdCBqZWhhbnN1bjEVMBMG\\nA1UEAwwMc3Vuamlhbnhpb25nMSMwIQYJKoZIhvcNAQkBFhRqZWhhbnN1bkB0ZW5j\\nZW50LmNvbTAeFw0yNDA1MDYwODU0NDNaFw0yNTA5MTgwODU0NDNaMIGBMQswCQYD\\nVQQGEwJDTjELMAkGA1UECAwCWkoxCzAJBgNVBAcMAkhaMQwwCgYDVQQKDANBTEkx\\nDTALBgNVBAsMBE1RVFQxFjAUBgkqhkiG9w0BCQEWB3h4eEB4eHgxIzAhBgNVBAMM\\nGm1xdHQtdGVzdC54eHguYWxpeXVuY3MuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOC\\nAQ8AMIIBCgKCAQEArSMP1QFvggJVAth6Zhnf7NMWi+JP9TvnfzYl1xAWsWfX2ocN\\nC+AumAQl7I0C2UMUppDHIRiikdAwqmoMLFkuTYCoPnTrk8FpQx+/bLXGNZzwgAKN\\n8Y0dbEanl5y6UFXDB6ZsYhRJmjBEZoUj6xCeBzXxP2Uu0FPFAF5haLwt03gQMcWi\\nEMHLdj/jFKUGoLns/eQUdE5wbsZjGrCmk5hEeJxa9vAw40W0cgwsVi0E8qt5FCj7\\n11DeQsvZ5NlQVyOT6YOStElE2zuWtMjzsgk7ryW2qWANv62hRxY8dDmPXO5oimK8\\nAzNjakiN40OmOhzwfiG3noItixlQywWppuTrfwIDAQABo4GeMIGbMB8GA1UdIwQY\\nMBaAFEaWXAdZRRy3HPvjV6NBAYZYGhDfMAkGA1UdEwQCMAAwCwYDVR0PBAQDAgL0\\nMEEGA1UdEQQ6MDiCEyoubXF0dC5hbGl5dW5jcy5jb22CIW1xdHQtdGVzdC5jbi1x\\naW5nZGFvLmFsaXl1bmNzLmNvbTAdBgNVHQ4EFgQUz7CdvXCtki2X9i6zIQwKVJ7q\\n/LwwDQYJKoZIhvcNAQELBQADggEBAB7Y/susqeC85RtXw9CHcOmcb/17G7svgxFZ\\nLecOwEFxxaqwNVp/ae6TVkPvrMPStpVJmpS7ikYz37J16/n1mks/s+7fkGwAwfCI\\nD+vGR+Hcvu2RsiTPwDMRhFwj92ZclnSyBjtPa1pgS1Nq0oCJ85G+nyxYBAjDQqzO\\n05jNRO+E4/L+WrYhLE6M72amFMLbVGs170wHTiXtzokfUdflj9mNQs3pfLFNsyCt\\nasDfqJX4Kie/MIwv/YKcB9pZ4NsonEgD3OfjJ6pFEHEH4ZiOVHuTT6C52XpCYMWA\\najvuaaIlJp7GgOZxxPInOVXPmBlBlp28AiMlmxSfSAuMpUF0I8w=\\n-----END CERTIFICATE-----\\n\",\n \"CaSn\": \"1b1e3bf3702110125887a3a721a7e66f05522513\",\n \"ClientId\": \"VIN0001\"\n}",
404
+ "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RegisterDeviceCertificate\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-jbgwp4ae\",\n \"DeviceCertificate\": \"-----BEGIN CERTIFICATE-----\\najvuaaIlJp7GgOZxxPInOVXPmBlBlp28AiMlmxSfSAuMpUF0I8w=\\n-----END CERTIFICATE-----\\n\",\n \"CaSn\": \"1b1e3bf3702110125887a3a721a7e66f05522513\",\n \"ClientId\": \"VIN0001\"\n}",
411
405
  "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"49af88f0-6571-4aa4-af92-9261f28c0ed9\"\n }\n}",
412
406
  "title": "示例"
413
407
  }