tccli 3.0.1126.1__py2.py3-none-any.whl → 3.0.1128.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 (43) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/asr/v20190614/api.json +7 -7
  3. tccli/services/asr/v20190614/examples.json +1 -1
  4. tccli/services/billing/v20180709/api.json +2 -2
  5. tccli/services/cam/cam_client.py +110 -57
  6. tccli/services/cam/v20190116/api.json +128 -0
  7. tccli/services/cam/v20190116/examples.json +8 -0
  8. tccli/services/cat/v20180409/api.json +10 -0
  9. tccli/services/ccc/v20200210/api.json +1 -1
  10. tccli/services/cds/v20180420/api.json +2 -2
  11. tccli/services/cls/v20201016/api.json +28 -0
  12. tccli/services/domain/v20180808/api.json +16 -16
  13. tccli/services/domain/v20180808/examples.json +9 -9
  14. tccli/services/dsgc/v20190723/api.json +10 -1
  15. tccli/services/dts/v20180330/api.json +2 -2
  16. tccli/services/emr/emr_client.py +53 -0
  17. tccli/services/emr/v20190103/api.json +354 -0
  18. tccli/services/emr/v20190103/examples.json +8 -0
  19. tccli/services/ess/v20201111/api.json +4 -4
  20. tccli/services/ess/v20201111/examples.json +0 -6
  21. tccli/services/essbasic/v20210526/api.json +6 -6
  22. tccli/services/hunyuan/hunyuan_client.py +12 -118
  23. tccli/services/hunyuan/v20230901/api.json +0 -260
  24. tccli/services/hunyuan/v20230901/examples.json +0 -58
  25. tccli/services/iotexplorer/v20190423/api.json +30 -13
  26. tccli/services/iotexplorer/v20190423/examples.json +3 -3
  27. tccli/services/mongodb/mongodb_client.py +212 -0
  28. tccli/services/mongodb/v20190725/api.json +322 -0
  29. tccli/services/mongodb/v20190725/examples.json +32 -0
  30. tccli/services/monitor/v20180724/api.json +6 -5
  31. tccli/services/monitor/v20180724/examples.json +1 -1
  32. tccli/services/tmt/v20180321/api.json +5 -4
  33. tccli/services/trtc/v20190722/api.json +1 -1
  34. tccli/services/tse/v20201207/api.json +2 -2
  35. tccli/services/tse/v20201207/examples.json +2 -2
  36. tccli/services/waf/v20180125/api.json +94 -0
  37. tccli/services/waf/v20180125/examples.json +16 -0
  38. tccli/services/waf/waf_client.py +106 -0
  39. {tccli-3.0.1126.1.dist-info → tccli-3.0.1128.1.dist-info}/METADATA +2 -2
  40. {tccli-3.0.1126.1.dist-info → tccli-3.0.1128.1.dist-info}/RECORD +43 -43
  41. {tccli-3.0.1126.1.dist-info → tccli-3.0.1128.1.dist-info}/WHEEL +0 -0
  42. {tccli-3.0.1126.1.dist-info → tccli-3.0.1128.1.dist-info}/entry_points.txt +0 -0
  43. {tccli-3.0.1126.1.dist-info → tccli-3.0.1128.1.dist-info}/license_files/LICENSE +0 -0
@@ -70,6 +70,13 @@
70
70
  "output": "DescribeBackupDownloadTaskResponse",
71
71
  "status": "online"
72
72
  },
73
+ "DescribeBackupRules": {
74
+ "document": "本接口(DescribeBackupRules)用于获取实例自动备份配置信息。",
75
+ "input": "DescribeBackupRulesRequest",
76
+ "name": "获取云数据库实例自动备份配置",
77
+ "output": "DescribeBackupRulesResponse",
78
+ "status": "online"
79
+ },
73
80
  "DescribeClientConnections": {
74
81
  "document": "本接口(DescribeClientConnections)用于查询实例客户端连接信息,包括连接 IP 和连接数量。",
75
82
  "input": "DescribeClientConnectionsRequest",
@@ -147,6 +154,20 @@
147
154
  "output": "DescribeSpecInfoResponse",
148
155
  "status": "online"
149
156
  },
157
+ "DescribeTransparentDataEncryptionStatus": {
158
+ "document": "获取实例透明加密的开启状态",
159
+ "input": "DescribeTransparentDataEncryptionStatusRequest",
160
+ "name": "获取实例透明加密的开启状态",
161
+ "output": "DescribeTransparentDataEncryptionStatusResponse",
162
+ "status": "online"
163
+ },
164
+ "EnableTransparentDataEncryption": {
165
+ "document": "本接口(EnableTransparentDataEncryption)用于开启云数据库 MongoDB 的透明加密能力。",
166
+ "input": "EnableTransparentDataEncryptionRequest",
167
+ "name": "开启实例数据透明加密",
168
+ "output": "EnableTransparentDataEncryptionResponse",
169
+ "status": "online"
170
+ },
150
171
  "FlashBackDBInstance": {
151
172
  "document": "该接口用于发起按 Key 闪回任务,依据数据的闪回 Key(默认为 id)对数据进行极速回档,快速恢复业务。\n**说明:按 Key 闪回于2023年09月11日正式进行公测,在此期间,该接口仅对公测用户开放。**",
152
173
  "input": "FlashBackDBInstanceRequest",
@@ -252,6 +273,13 @@
252
273
  "output": "SetAccountUserPrivilegeResponse",
253
274
  "status": "online"
254
275
  },
276
+ "SetBackupRules": {
277
+ "document": "本接口(SetBackupRules)用于设置 MongoDB 云数据库的自动备份规则。",
278
+ "input": "SetBackupRulesRequest",
279
+ "name": "设置云数据库实例的自动备份规则",
280
+ "output": "SetBackupRulesResponse",
281
+ "status": "online"
282
+ },
255
283
  "SetInstanceMaintenance": {
256
284
  "document": "本接口(SetInstanceMaintenance ) 用于设置实例维护时间窗。",
257
285
  "input": "SetInstanceMaintenanceRequest",
@@ -1802,6 +1830,63 @@
1802
1830
  ],
1803
1831
  "type": "object"
1804
1832
  },
1833
+ "DescribeBackupRulesRequest": {
1834
+ "document": "DescribeBackupRules请求参数结构体",
1835
+ "members": [
1836
+ {
1837
+ "disabled": false,
1838
+ "document": "指定实例ID。例如:cmgo-p8vn****。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。",
1839
+ "example": "cmgo-7pjedvz7",
1840
+ "member": "string",
1841
+ "name": "InstanceId",
1842
+ "required": true,
1843
+ "type": "string"
1844
+ }
1845
+ ],
1846
+ "type": "object"
1847
+ },
1848
+ "DescribeBackupRulesResponse": {
1849
+ "document": "DescribeBackupRules返回参数结构体",
1850
+ "members": [
1851
+ {
1852
+ "disabled": false,
1853
+ "document": "备份数据保留期限。单位为:天。",
1854
+ "example": "7",
1855
+ "member": "uint64",
1856
+ "name": "BackupSaveTime",
1857
+ "output_required": true,
1858
+ "type": "int",
1859
+ "value_allowed_null": false
1860
+ },
1861
+ {
1862
+ "disabled": false,
1863
+ "document": "自动备份开始时间。",
1864
+ "example": "1",
1865
+ "member": "uint64",
1866
+ "name": "BackupTime",
1867
+ "output_required": true,
1868
+ "type": "int",
1869
+ "value_allowed_null": false
1870
+ },
1871
+ {
1872
+ "disabled": false,
1873
+ "document": "备份方式。\n- 0:逻辑备份。\n- 1:物理备份。",
1874
+ "example": "1",
1875
+ "member": "uint64",
1876
+ "name": "BackupMethod",
1877
+ "output_required": true,
1878
+ "type": "int",
1879
+ "value_allowed_null": false
1880
+ },
1881
+ {
1882
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
1883
+ "member": "string",
1884
+ "name": "RequestId",
1885
+ "type": "string"
1886
+ }
1887
+ ],
1888
+ "type": "object"
1889
+ },
1805
1890
  "DescribeClientConnectionsRequest": {
1806
1891
  "document": "DescribeClientConnections请求参数结构体",
1807
1892
  "members": [
@@ -2759,6 +2844,108 @@
2759
2844
  ],
2760
2845
  "type": "object"
2761
2846
  },
2847
+ "DescribeTransparentDataEncryptionStatusRequest": {
2848
+ "document": "DescribeTransparentDataEncryptionStatus请求参数结构体",
2849
+ "members": [
2850
+ {
2851
+ "disabled": false,
2852
+ "document": "指定实例 ID。例如:cmgo-p8vn****。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。",
2853
+ "example": "\"cmgo-jyjcw8yv\"",
2854
+ "member": "string",
2855
+ "name": "InstanceId",
2856
+ "required": true,
2857
+ "type": "string"
2858
+ }
2859
+ ],
2860
+ "type": "object"
2861
+ },
2862
+ "DescribeTransparentDataEncryptionStatusResponse": {
2863
+ "document": "DescribeTransparentDataEncryptionStatus返回参数结构体",
2864
+ "members": [
2865
+ {
2866
+ "disabled": false,
2867
+ "document": "表示是否开启了透明加密。 \n- close:未开启。\n- open:已开启。",
2868
+ "example": "open或close",
2869
+ "member": "string",
2870
+ "name": "TransparentDataEncryptionStatus",
2871
+ "output_required": false,
2872
+ "type": "string",
2873
+ "value_allowed_null": false
2874
+ },
2875
+ {
2876
+ "disabled": false,
2877
+ "document": "已绑定的密钥列表,如未绑定,返回null。\n注意:此字段可能返回 null,表示取不到有效值。",
2878
+ "example": "无",
2879
+ "member": "KMSInfoDetail",
2880
+ "name": "KeyInfoList",
2881
+ "output_required": false,
2882
+ "type": "list",
2883
+ "value_allowed_null": true
2884
+ },
2885
+ {
2886
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2887
+ "member": "string",
2888
+ "name": "RequestId",
2889
+ "type": "string"
2890
+ }
2891
+ ],
2892
+ "type": "object"
2893
+ },
2894
+ "EnableTransparentDataEncryptionRequest": {
2895
+ "document": "EnableTransparentDataEncryption请求参数结构体",
2896
+ "members": [
2897
+ {
2898
+ "disabled": false,
2899
+ "document": "实例 ID,例如:cmgo-p8vn****。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。目前支持通用版本包含:4.4、5.0,云盘版暂不支持。",
2900
+ "example": "cmgo-p8vnipr5",
2901
+ "member": "string",
2902
+ "name": "InstanceId",
2903
+ "required": true,
2904
+ "type": "string"
2905
+ },
2906
+ {
2907
+ "disabled": false,
2908
+ "document": " [密钥管理系统(Key Management Service,KMS)](https://cloud.tencent.com/document/product/573/18809)服务所在地域,例如 ap-shanghai。",
2909
+ "example": "无",
2910
+ "member": "string",
2911
+ "name": "KmsRegion",
2912
+ "required": true,
2913
+ "type": "string"
2914
+ },
2915
+ {
2916
+ "disabled": false,
2917
+ "document": "密钥 ID。若不设置该参数,不指定具体的密钥 ID,由腾讯云自动生成密钥。",
2918
+ "example": "无",
2919
+ "member": "string",
2920
+ "name": "KeyId",
2921
+ "required": false,
2922
+ "type": "string"
2923
+ }
2924
+ ],
2925
+ "type": "object"
2926
+ },
2927
+ "EnableTransparentDataEncryptionResponse": {
2928
+ "document": "EnableTransparentDataEncryption返回参数结构体",
2929
+ "members": [
2930
+ {
2931
+ "disabled": false,
2932
+ "document": "开启透明加密的异步流程id,用于查询流程状态。",
2933
+ "example": "无",
2934
+ "member": "int64",
2935
+ "name": "FlowId",
2936
+ "output_required": false,
2937
+ "type": "int",
2938
+ "value_allowed_null": false
2939
+ },
2940
+ {
2941
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2942
+ "member": "string",
2943
+ "name": "RequestId",
2944
+ "type": "string"
2945
+ }
2946
+ ],
2947
+ "type": "object"
2948
+ },
2762
2949
  "FBKeyValue": {
2763
2950
  "document": "按key回档,用于筛选数据的键值对",
2764
2951
  "members": [
@@ -4142,6 +4329,78 @@
4142
4329
  ],
4143
4330
  "type": "object"
4144
4331
  },
4332
+ "KMSInfoDetail": {
4333
+ "document": "KMS密钥信息",
4334
+ "members": [
4335
+ {
4336
+ "disabled": false,
4337
+ "document": "主密钥 ID。\n注意:此字段可能返回 null,表示取不到有效值。",
4338
+ "example": "无",
4339
+ "member": "string",
4340
+ "name": "KeyId",
4341
+ "output_required": false,
4342
+ "required": false,
4343
+ "type": "string",
4344
+ "value_allowed_null": true
4345
+ },
4346
+ {
4347
+ "disabled": false,
4348
+ "document": "主密钥名称。\n注意:此字段可能返回 null,表示取不到有效值。",
4349
+ "example": "无",
4350
+ "member": "string",
4351
+ "name": "KeyName",
4352
+ "output_required": false,
4353
+ "required": false,
4354
+ "type": "string",
4355
+ "value_allowed_null": true
4356
+ },
4357
+ {
4358
+ "disabled": false,
4359
+ "document": "实例与密钥绑定时间。\n注意:此字段可能返回 null,表示取不到有效值。",
4360
+ "example": "无",
4361
+ "member": "string",
4362
+ "name": "CreateTime",
4363
+ "output_required": false,
4364
+ "required": false,
4365
+ "type": "string",
4366
+ "value_allowed_null": true
4367
+ },
4368
+ {
4369
+ "disabled": false,
4370
+ "document": "密钥状态。\n注意:此字段可能返回 null,表示取不到有效值。",
4371
+ "example": "无",
4372
+ "member": "string",
4373
+ "name": "Status",
4374
+ "output_required": false,
4375
+ "required": false,
4376
+ "type": "string",
4377
+ "value_allowed_null": true
4378
+ },
4379
+ {
4380
+ "disabled": false,
4381
+ "document": "密钥用途。\n注意:此字段可能返回 null,表示取不到有效值。",
4382
+ "example": "无",
4383
+ "member": "string",
4384
+ "name": "KeyUsage",
4385
+ "output_required": false,
4386
+ "required": false,
4387
+ "type": "string",
4388
+ "value_allowed_null": true
4389
+ },
4390
+ {
4391
+ "disabled": false,
4392
+ "document": "密钥来源。\n注意:此字段可能返回 null,表示取不到有效值。",
4393
+ "example": "无",
4394
+ "member": "string",
4395
+ "name": "KeyOrigin",
4396
+ "output_required": false,
4397
+ "required": false,
4398
+ "type": "string",
4399
+ "value_allowed_null": true
4400
+ }
4401
+ ],
4402
+ "usage": "both"
4403
+ },
4145
4404
  "KillOpsRequest": {
4146
4405
  "document": "KillOps请求参数结构体",
4147
4406
  "members": [
@@ -5045,6 +5304,69 @@
5045
5304
  ],
5046
5305
  "type": "object"
5047
5306
  },
5307
+ "SetBackupRulesRequest": {
5308
+ "document": "SetBackupRules请求参数结构体",
5309
+ "members": [
5310
+ {
5311
+ "disabled": false,
5312
+ "document": "实例 ID,例如:cmgo-p8vn****。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。",
5313
+ "example": "cmgo-p8vnipr5",
5314
+ "member": "string",
5315
+ "name": "InstanceId",
5316
+ "required": true,
5317
+ "type": "string"
5318
+ },
5319
+ {
5320
+ "disabled": false,
5321
+ "document": "设置自动备份方式。- 0:逻辑备份。- 1:物理备份。-3:快照备份(仅云盘版支持)。",
5322
+ "example": "1",
5323
+ "member": "uint64",
5324
+ "name": "BackupMethod",
5325
+ "required": true,
5326
+ "type": "int"
5327
+ },
5328
+ {
5329
+ "disabled": false,
5330
+ "document": "设置自动备份开始时间。取值范围为:[0,23],例如:该参数设置为2,表示02:00开始备份。",
5331
+ "example": "2",
5332
+ "member": "uint64",
5333
+ "name": "BackupTime",
5334
+ "required": true,
5335
+ "type": "int"
5336
+ },
5337
+ {
5338
+ "disabled": false,
5339
+ "document": "设置自动备份发生错误时,是否发送失败告警。\n- true:发送。\n- false:不发送。",
5340
+ "example": "true",
5341
+ "member": "bool",
5342
+ "name": "Notify",
5343
+ "required": false,
5344
+ "type": "bool"
5345
+ },
5346
+ {
5347
+ "disabled": false,
5348
+ "document": "指定备份数据保存天数。默认为 7 天,支持设置为7、30、90、180、365。",
5349
+ "example": "7",
5350
+ "member": "uint64",
5351
+ "name": "BackupRetentionPeriod",
5352
+ "required": false,
5353
+ "type": "int"
5354
+ }
5355
+ ],
5356
+ "type": "object"
5357
+ },
5358
+ "SetBackupRulesResponse": {
5359
+ "document": "SetBackupRules返回参数结构体",
5360
+ "members": [
5361
+ {
5362
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5363
+ "member": "string",
5364
+ "name": "RequestId",
5365
+ "type": "string"
5366
+ }
5367
+ ],
5368
+ "type": "object"
5369
+ },
5048
5370
  "SetInstanceMaintenanceRequest": {
5049
5371
  "document": "SetInstanceMaintenance请求参数结构体",
5050
5372
  "members": [
@@ -80,6 +80,14 @@
80
80
  "title": "查询备份下载任务"
81
81
  }
82
82
  ],
83
+ "DescribeBackupRules": [
84
+ {
85
+ "document": "查询实例的自动备份规则信息",
86
+ "input": "POST / HTTP/1.1\nHost: mongodb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBackupRules\n<公共请求参数>\n\n{\n \"InstanceId\": \"cmgo-9d0p****\"\n}",
87
+ "output": "{\n \"Response\": {\n \"BackupMethod\": 0,\n \"BackupSaveTime\": 7,\n \"BackupTime\": 1,\n \"RequestId\": \"07ec4290-d682-11ed-aa06-f56fb86dae78\"\n }\n}",
88
+ "title": "查询实例的自动备份规则信息"
89
+ }
90
+ ],
83
91
  "DescribeClientConnections": [
84
92
  {
85
93
  "document": "查询云数据库实例的客户端连接情况",
@@ -168,6 +176,22 @@
168
176
  "title": "查询云数据库售卖"
169
177
  }
170
178
  ],
179
+ "DescribeTransparentDataEncryptionStatus": [
180
+ {
181
+ "document": "",
182
+ "input": "POST / HTTP/1.1\nHost: mongodb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTransparentDataEncryptionStatus\n<公共请求参数>\n\n{\n \"InstanceId\": \"cmgo-igjysqkr\"\n}",
183
+ "output": "{\n \"Response\": {\n \"TransparentDataEncryptionStatus\": \"open\",\n \"KeyInfoList\": [\n {\n \"KeyId\": \"abc\",\n \"KeyName\": \"abc\",\n \"CreateTime\": \"abc\",\n \"Status\": \"abc\",\n \"KeyUsage\": \"abc\",\n \"KeyOrigin\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
184
+ "title": "获取当前实例是否已开启数据加密"
185
+ }
186
+ ],
187
+ "EnableTransparentDataEncryption": [
188
+ {
189
+ "document": "",
190
+ "input": "POST / HTTP/1.1\nHost: mongodb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: EnableTransparentDataEncryption\n<公共请求参数>\n\n{\n \"InstanceId\": \"cmgo-igjysqkr\",\n \"KmsRegion\": \"ap-guangzhou\",\n \"KeyId\": \"abcabc\"\n}",
191
+ "output": "{\n \"Response\": {\n \"FlowId\": 0,\n \"RequestId\": \"abcd\"\n }\n}",
192
+ "title": "开启实例数据透明加密"
193
+ }
194
+ ],
171
195
  "FlashBackDBInstance": [
172
196
  {
173
197
  "document": "",
@@ -300,6 +324,14 @@
300
324
  "title": "为当前实例设置账号权限"
301
325
  }
302
326
  ],
327
+ "SetBackupRules": [
328
+ {
329
+ "document": "",
330
+ "input": "POST / HTTP/1.1\nHost: mongodb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SetBackupRules\n<公共请求参数>\n\n{\n \"InstanceId\": \"cmgo-abcede\",\n \"BackupTime\": 22,\n \"BackupMethod\": 1,\n \"BackupRetentionPeriod\": 7,\n \"Notify\": true\n}",
331
+ "output": "{\n \"Response\": {\n \"RequestId\": \"58f3a6a0-2330-11ef-ad75-7139c2c3f68c\"\n }\n}",
332
+ "title": "设置实例的自动备份规则"
333
+ }
334
+ ],
303
335
  "SetInstanceMaintenance": [
304
336
  {
305
337
  "document": "修改实例维护时间窗口",
@@ -526,7 +526,7 @@
526
526
  "status": "online"
527
527
  },
528
528
  "DescribePluginOverviews": {
529
- "document": "列出可安装的所有 Grafana 插件",
529
+ "document": "列出可安装的所有 Grafana 插件。",
530
530
  "input": "DescribePluginOverviewsRequest",
531
531
  "name": "列出所有 Grafana 插件",
532
532
  "output": "DescribePluginOverviewsResponse",
@@ -659,11 +659,11 @@
659
659
  "status": "online"
660
660
  },
661
661
  "DescribePrometheusRecordRuleYaml": {
662
- "document": "拉取Prometheus聚合规则yaml列表",
662
+ "document": "DescribePrometheusRecordRules 接口可完全代替该接口。近30天仅有3次调用,且都是报错请求\n\n拉取Prometheus聚合规则yaml列表",
663
663
  "input": "DescribePrometheusRecordRuleYamlRequest",
664
664
  "name": "拉取Prometheus聚合规则yaml列表",
665
665
  "output": "DescribePrometheusRecordRuleYamlResponse",
666
- "status": "online"
666
+ "status": "deprecated"
667
667
  },
668
668
  "DescribePrometheusRecordRules": {
669
669
  "document": "获取聚合规则列表,包含关联集群内crd资源创建的record rule",
@@ -708,7 +708,7 @@
708
708
  "status": "online"
709
709
  },
710
710
  "DescribePrometheusZones": {
711
- "document": "列出 Prometheus 服务可用区",
711
+ "document": "列出 Prometheus 服务可用区。",
712
712
  "input": "DescribePrometheusZonesRequest",
713
713
  "name": "列出 Prometheus 服务可用区",
714
714
  "output": "DescribePrometheusZonesResponse",
@@ -8792,7 +8792,7 @@
8792
8792
  "example": "[]",
8793
8793
  "member": "GrafanaPlugin",
8794
8794
  "name": "PluginSet",
8795
- "required": true,
8795
+ "output_required": true,
8796
8796
  "type": "list",
8797
8797
  "value_allowed_null": false
8798
8798
  },
@@ -12660,6 +12660,7 @@
12660
12660
  "example": "无",
12661
12661
  "member": "PrometheusZoneItem",
12662
12662
  "name": "ZoneSet",
12663
+ "output_required": true,
12663
12664
  "type": "list",
12664
12665
  "value_allowed_null": true
12665
12666
  },
@@ -974,7 +974,7 @@
974
974
  {
975
975
  "document": "列出 Prometheus 服务可用区",
976
976
  "input": "POST / HTTP/1.1\nHost: monitor.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrometheusZones\n<公共请求参数>\n\n{\n \"RegionId\": \"1234\"\n}",
977
- "output": "{\n \"Response\": {\n \"ZoneSet\": [\n {\n \"ZoneState\": 1,\n \"ZoneName\": \"xx\",\n \"RegionId\": 0,\n \"Zone\": \"xx\",\n \"ZoneId\": 160001\n }\n ],\n \"RequestId\": \"xx\"\n }\n}",
977
+ "output": "{\n \"Response\": {\n \"ZoneSet\": [\n {\n \"Zone\": \"abc\",\n \"ZoneId\": 0,\n \"ZoneState\": 0,\n \"RegionId\": 0,\n \"ZoneName\": \"abc\",\n \"ZoneResourceState\": 0\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
978
978
  "title": "列出 Prometheus 服务可用区"
979
979
  }
980
980
  ],
@@ -335,7 +335,7 @@
335
335
  "example": "session-00001",
336
336
  "member": "string",
337
337
  "name": "SessionUuid",
338
- "required": true,
338
+ "output_required": true,
339
339
  "type": "string",
340
340
  "value_allowed_null": false
341
341
  },
@@ -345,7 +345,7 @@
345
345
  "example": "zh",
346
346
  "member": "string",
347
347
  "name": "Source",
348
- "required": true,
348
+ "output_required": true,
349
349
  "type": "string",
350
350
  "value_allowed_null": false
351
351
  },
@@ -355,7 +355,7 @@
355
355
  "example": "en",
356
356
  "member": "string",
357
357
  "name": "Target",
358
- "required": true,
358
+ "output_required": true,
359
359
  "type": "string",
360
360
  "value_allowed_null": false
361
361
  },
@@ -365,7 +365,7 @@
365
365
  "example": "无",
366
366
  "member": "ImageRecord",
367
367
  "name": "ImageRecord",
368
- "required": true,
368
+ "output_required": true,
369
369
  "type": "object",
370
370
  "value_allowed_null": false
371
371
  },
@@ -477,6 +477,7 @@
477
477
  "example": "zh",
478
478
  "member": "string",
479
479
  "name": "Lang",
480
+ "output_required": true,
480
481
  "type": "string",
481
482
  "value_allowed_null": false
482
483
  },
@@ -5845,7 +5845,7 @@
5845
5845
  },
5846
5846
  {
5847
5847
  "disabled": false,
5848
- "document": "云存储相关的参数,目前支持腾讯云对象存储,不支持第三方云存储以及VOD",
5848
+ "document": "云存储相关的参数,目前支持腾讯云对象存储以及腾讯云云点播VOD,不支持第三方云存储",
5849
5849
  "example": "无",
5850
5850
  "member": "StorageParams",
5851
5851
  "name": "StorageParams",
@@ -9597,7 +9597,7 @@
9597
9597
  "example": "20",
9598
9598
  "member": "uint64",
9599
9599
  "name": "TotalCount",
9600
- "required": true,
9600
+ "output_required": true,
9601
9601
  "type": "int",
9602
9602
  "value_allowed_null": false
9603
9603
  },
@@ -9607,7 +9607,7 @@
9607
9607
  "example": "无",
9608
9608
  "member": "ZookeeperServerInterface",
9609
9609
  "name": "Content",
9610
- "required": true,
9610
+ "output_required": true,
9611
9611
  "type": "list",
9612
9612
  "value_allowed_null": false
9613
9613
  },
@@ -673,8 +673,8 @@
673
673
  "DescribeZookeeperServerInterfaces": [
674
674
  {
675
675
  "document": "查询nacos服务接口列表",
676
- "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeZookeeperServerInterfaces\n<公共请求参数>\n\n{\n \"InstanceId\": \"xx\",\n \"Limit\": 1,\n \"Offset\": 1\n}",
677
- "output": "{\n \"Response\": {\n \"Content\": [\n {\n \"Interface\": \"xx\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"xx\"\n }\n}",
676
+ "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeZookeeperServerInterfaces\n<公共请求参数>\n\n{\n \"InstanceId\": \"abc\",\n \"Limit\": 1,\n \"Offset\": 1\n}",
677
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Content\": [\n {\n \"Interface\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
678
678
  "title": "查询nacos服务接口列表"
679
679
  }
680
680
  ],