tccli 3.0.1375.1__py2.py3-none-any.whl → 3.0.1377.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 (69) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/bi/bi_client.py +53 -0
  3. tccli/services/bi/v20220105/api.json +101 -0
  4. tccli/services/bi/v20220105/examples.json +8 -0
  5. tccli/services/cdb/v20170320/api.json +18 -8
  6. tccli/services/cdb/v20170320/examples.json +1 -1
  7. tccli/services/cdwdoris/v20211228/api.json +31 -1
  8. tccli/services/cfs/v20190719/api.json +10 -1
  9. tccli/services/chc/v20230418/examples.json +1 -1
  10. tccli/services/clb/v20180317/api.json +20 -0
  11. tccli/services/cls/v20201016/api.json +21 -21
  12. tccli/services/cls/v20201016/examples.json +1 -1
  13. tccli/services/csip/v20221121/api.json +14 -14
  14. tccli/services/ctem/v20231128/api.json +22 -3
  15. tccli/services/ctem/v20231128/examples.json +2 -2
  16. tccli/services/cwp/v20180228/api.json +39 -9
  17. tccli/services/cwp/v20180228/examples.json +6 -0
  18. tccli/services/cynosdb/v20190107/api.json +1 -1
  19. tccli/services/dc/v20180410/api.json +18 -0
  20. tccli/services/dlc/v20210125/api.json +27 -8
  21. tccli/services/dlc/v20210125/examples.json +2 -2
  22. tccli/services/dts/dts_client.py +79 -26
  23. tccli/services/dts/v20211206/api.json +34 -0
  24. tccli/services/dts/v20211206/examples.json +8 -0
  25. tccli/services/ess/ess_client.py +106 -0
  26. tccli/services/ess/v20201111/api.json +142 -7
  27. tccli/services/ess/v20201111/examples.json +16 -0
  28. tccli/services/essbasic/v20210526/api.json +8 -8
  29. tccli/services/faceid/v20180301/api.json +1 -1
  30. tccli/services/ioa/ioa_client.py +106 -0
  31. tccli/services/ioa/v20220601/api.json +545 -10
  32. tccli/services/ioa/v20220601/examples.json +20 -10
  33. tccli/services/iotexplorer/v20190423/api.json +52 -1
  34. tccli/services/iotexplorer/v20190423/examples.json +78 -6
  35. tccli/services/iss/iss_client.py +53 -0
  36. tccli/services/iss/v20230517/api.json +60 -0
  37. tccli/services/iss/v20230517/examples.json +8 -0
  38. tccli/services/live/v20180801/api.json +1 -1
  39. tccli/services/lkeap/v20240522/api.json +17 -7
  40. tccli/services/mna/v20210119/api.json +1 -1
  41. tccli/services/mongodb/v20190725/api.json +22 -10
  42. tccli/services/mps/v20190612/api.json +112 -2
  43. tccli/services/mqtt/mqtt_client.py +265 -0
  44. tccli/services/mqtt/v20240516/api.json +480 -0
  45. tccli/services/mqtt/v20240516/examples.json +40 -0
  46. tccli/services/oceanus/v20190422/api.json +5 -5
  47. tccli/services/ocr/v20181119/api.json +5 -5
  48. tccli/services/omics/v20221128/api.json +1 -1
  49. tccli/services/organization/organization_client.py +69 -16
  50. tccli/services/organization/v20210331/api.json +216 -0
  51. tccli/services/organization/v20210331/examples.json +8 -0
  52. tccli/services/partners/v20180321/api.json +7 -7
  53. tccli/services/rce/v20201103/api.json +1 -1
  54. tccli/services/smh/v20210712/api.json +43 -12
  55. tccli/services/smh/v20210712/examples.json +1 -1
  56. tccli/services/tdmq/v20200217/api.json +1 -1
  57. tccli/services/tione/v20211111/api.json +200 -20
  58. tccli/services/tione/v20211111/examples.json +1 -1
  59. tccli/services/tke/v20180525/api.json +10 -0
  60. tccli/services/tke/v20220501/api.json +20 -2
  61. tccli/services/trtc/v20190722/api.json +6 -6
  62. tccli/services/tsf/v20180326/api.json +59 -59
  63. tccli/services/tsf/v20180326/examples.json +2 -2
  64. tccli/services/vpc/v20170312/api.json +11 -2
  65. {tccli-3.0.1375.1.dist-info → tccli-3.0.1377.1.dist-info}/METADATA +2 -2
  66. {tccli-3.0.1375.1.dist-info → tccli-3.0.1377.1.dist-info}/RECORD +69 -69
  67. {tccli-3.0.1375.1.dist-info → tccli-3.0.1377.1.dist-info}/WHEEL +0 -0
  68. {tccli-3.0.1375.1.dist-info → tccli-3.0.1377.1.dist-info}/entry_points.txt +0 -0
  69. {tccli-3.0.1375.1.dist-info → tccli-3.0.1377.1.dist-info}/license_files/LICENSE +0 -0
@@ -1461,8 +1461,8 @@
1461
1461
  },
1462
1462
  {
1463
1463
  "disabled": false,
1464
- "document": "30",
1465
- "example": "服务的优雅退出时限。单位为秒,默认值为30,最小为1",
1464
+ "document": "服务的优雅退出时限。单位为秒,默认值为30,最小为1",
1465
+ "example": "30",
1466
1466
  "member": "int64",
1467
1467
  "name": "TerminationGracePeriodSeconds",
1468
1468
  "required": false,
@@ -1470,8 +1470,8 @@
1470
1470
  },
1471
1471
  {
1472
1472
  "disabled": false,
1473
- "document": "[\"sleep\",\"60\"]",
1474
- "example": "服务实例停止前执行的命令,执行完毕或执行时间超过优雅退出时限后实例结束",
1473
+ "document": "服务实例停止前执行的命令,执行完毕或执行时间超过优雅退出时限后实例结束",
1474
+ "example": "[\"sleep\",\"60\"]",
1475
1475
  "member": "string",
1476
1476
  "name": "PreStopCommand",
1477
1477
  "required": false,
@@ -1512,6 +1512,15 @@
1512
1512
  "name": "Sidecar",
1513
1513
  "required": false,
1514
1514
  "type": "object"
1515
+ },
1516
+ {
1517
+ "disabled": false,
1518
+ "document": "数据盘批量挂载配置,当前仅支持CFS,仅针对“模型来源-资源组缓存”。",
1519
+ "example": "无",
1520
+ "member": "VolumeMount",
1521
+ "name": "VolumeMounts",
1522
+ "required": false,
1523
+ "type": "list"
1515
1524
  }
1516
1525
  ],
1517
1526
  "type": "object"
@@ -2435,7 +2444,7 @@
2435
2444
  {
2436
2445
  "disabled": false,
2437
2446
  "document": "映射路径",
2438
- "example": "",
2447
+ "example": "/opt/ml/",
2439
2448
  "member": "string",
2440
2449
  "name": "MappingPath",
2441
2450
  "output_required": true,
@@ -6366,7 +6375,7 @@
6366
6375
  {
6367
6376
  "disabled": false,
6368
6377
  "document": "创建人",
6369
- "example": "123",
6378
+ "example": "100005875",
6370
6379
  "member": "string",
6371
6380
  "name": "SubUin",
6372
6381
  "output_required": true,
@@ -7252,7 +7261,7 @@
7252
7261
  {
7253
7262
  "disabled": false,
7254
7263
  "document": "模型名",
7255
- "example": "test",
7264
+ "example": "mn-xx",
7256
7265
  "member": "string",
7257
7266
  "name": "ModelName",
7258
7267
  "output_required": true,
@@ -7329,7 +7338,7 @@
7329
7338
  {
7330
7339
  "disabled": false,
7331
7340
  "document": "模型格式\n注意:此字段可能返回 null,表示取不到有效值。",
7332
- "example": "",
7341
+ "example": "pmml",
7333
7342
  "member": "string",
7334
7343
  "name": "ModelFormat",
7335
7344
  "output_required": false,
@@ -7340,7 +7349,7 @@
7340
7349
  {
7341
7350
  "disabled": false,
7342
7351
  "document": "是否为私有化大模型\n注意:此字段可能返回 null,表示取不到有效值。",
7343
- "example": "",
7352
+ "example": "false",
7344
7353
  "member": "bool",
7345
7354
  "name": "IsPrivateModel",
7346
7355
  "output_required": false,
@@ -7835,8 +7844,8 @@
7835
7844
  },
7836
7845
  {
7837
7846
  "disabled": false,
7838
- "document": "30",
7839
- "example": "服务的优雅退出时限。单位为秒,默认值为30,最小为1",
7847
+ "document": "服务的优雅退出时限。单位为秒,默认值为30,最小为1",
7848
+ "example": "30",
7840
7849
  "member": "int64",
7841
7850
  "name": "TerminationGracePeriodSeconds",
7842
7851
  "required": false,
@@ -7844,8 +7853,8 @@
7844
7853
  },
7845
7854
  {
7846
7855
  "disabled": false,
7847
- "document": "[\"sleep\",\"60\"]",
7848
- "example": "服务实例停止前执行的命令,执行完毕或执行时间超过优雅退出时限后实例结束",
7856
+ "document": "服务实例停止前执行的命令,执行完毕或执行时间超过优雅退出时限后实例结束",
7857
+ "example": "[\"sleep\",\"60\"]",
7849
7858
  "member": "string",
7850
7859
  "name": "PreStopCommand",
7851
7860
  "required": false,
@@ -7854,7 +7863,7 @@
7854
7863
  {
7855
7864
  "disabled": false,
7856
7865
  "document": "是否启动grpc端口",
7857
- "example": "flase",
7866
+ "example": "false",
7858
7867
  "member": "bool",
7859
7868
  "name": "GrpcEnable",
7860
7869
  "required": false,
@@ -7895,6 +7904,15 @@
7895
7904
  "name": "ResourceGroupId",
7896
7905
  "required": false,
7897
7906
  "type": "string"
7907
+ },
7908
+ {
7909
+ "disabled": false,
7910
+ "document": "数据盘批量挂载配置,当前仅支持CFS,仅针对“模型来源-资源组缓存”。",
7911
+ "example": "无",
7912
+ "member": "VolumeMount",
7913
+ "name": "VolumeMounts",
7914
+ "required": false,
7915
+ "type": "list"
7898
7916
  }
7899
7917
  ],
7900
7918
  "type": "object"
@@ -9023,7 +9041,7 @@
9023
9041
  {
9024
9042
  "disabled": false,
9025
9043
  "document": "pod的创建时间\n注意:此字段可能返回 null,表示取不到有效值。",
9026
- "example": "",
9044
+ "example": "2022-08-19T09:32:15Z",
9027
9045
  "member": "string",
9028
9046
  "name": "CreateTime",
9029
9047
  "output_required": true,
@@ -9107,6 +9125,50 @@
9107
9125
  "required": false,
9108
9126
  "type": "string",
9109
9127
  "value_allowed_null": false
9128
+ },
9129
+ {
9130
+ "disabled": false,
9131
+ "document": "当前实例所在节点id",
9132
+ "example": "sm-esffesx",
9133
+ "member": "string",
9134
+ "name": "NodeId",
9135
+ "output_required": false,
9136
+ "required": false,
9137
+ "type": "string",
9138
+ "value_allowed_null": false
9139
+ },
9140
+ {
9141
+ "disabled": false,
9142
+ "document": "当时实例所属资源组 id",
9143
+ "example": "rsg-tt2sxcf",
9144
+ "member": "string",
9145
+ "name": "ResourceGroupId",
9146
+ "output_required": false,
9147
+ "required": false,
9148
+ "type": "string",
9149
+ "value_allowed_null": false
9150
+ },
9151
+ {
9152
+ "disabled": false,
9153
+ "document": "资源组名称",
9154
+ "example": "资源组1",
9155
+ "member": "string",
9156
+ "name": "ResourceGroupName",
9157
+ "output_required": false,
9158
+ "required": false,
9159
+ "type": "string",
9160
+ "value_allowed_null": false
9161
+ },
9162
+ {
9163
+ "disabled": false,
9164
+ "document": "实例的资源占用信息",
9165
+ "example": "无",
9166
+ "member": "ResourceInfo",
9167
+ "name": "ResourceInfo",
9168
+ "output_required": false,
9169
+ "required": false,
9170
+ "type": "object",
9171
+ "value_allowed_null": false
9110
9172
  }
9111
9173
  ],
9112
9174
  "usage": "both"
@@ -9383,7 +9445,30 @@
9383
9445
  },
9384
9446
  "PublicDataSourceFS": {
9385
9447
  "document": "公有云数据源结构",
9386
- "members": [],
9448
+ "members": [
9449
+ {
9450
+ "disabled": false,
9451
+ "document": "数据源id",
9452
+ "example": "dse-Cfs-a8zxlg2kjpxc",
9453
+ "member": "string",
9454
+ "name": "DataSourceId",
9455
+ "output_required": false,
9456
+ "required": false,
9457
+ "type": "string",
9458
+ "value_allowed_null": false
9459
+ },
9460
+ {
9461
+ "disabled": false,
9462
+ "document": "相对数据源子路径",
9463
+ "example": "/data",
9464
+ "member": "string",
9465
+ "name": "SubPath",
9466
+ "output_required": false,
9467
+ "required": false,
9468
+ "type": "string",
9469
+ "value_allowed_null": false
9470
+ }
9471
+ ],
9387
9472
  "usage": "both"
9388
9473
  },
9389
9474
  "PushTrainingMetricsRequest": {
@@ -9640,7 +9725,7 @@
9640
9725
  },
9641
9726
  {
9642
9727
  "disabled": false,
9643
- "document": "资资源组已用的资源\n注意:此字段可能返回 null,表示取不到有效值。",
9728
+ "document": "资源组已用的资源\n注意:此字段可能返回 null,表示取不到有效值。",
9644
9729
  "example": "无",
9645
9730
  "member": "GroupResource",
9646
9731
  "name": "UsedResource",
@@ -9681,6 +9766,32 @@
9681
9766
  ],
9682
9767
  "usage": "out"
9683
9768
  },
9769
+ "ResourceGroupInfo": {
9770
+ "document": "在线服务中服务的资源组简略信息结构",
9771
+ "members": [
9772
+ {
9773
+ "disabled": false,
9774
+ "document": "资源组 id",
9775
+ "example": "rsg-tsfsfxg",
9776
+ "member": "string",
9777
+ "name": "ResourceGroupId",
9778
+ "output_required": false,
9779
+ "type": "string",
9780
+ "value_allowed_null": false
9781
+ },
9782
+ {
9783
+ "disabled": false,
9784
+ "document": "资源组名称",
9785
+ "example": "资源组名称",
9786
+ "member": "string",
9787
+ "name": "ResourceGroupName",
9788
+ "output_required": false,
9789
+ "type": "string",
9790
+ "value_allowed_null": false
9791
+ }
9792
+ ],
9793
+ "usage": "out"
9794
+ },
9684
9795
  "ResourceInfo": {
9685
9796
  "document": "描述资源信息",
9686
9797
  "members": [
@@ -9914,6 +10025,22 @@
9914
10025
  ],
9915
10026
  "usage": "both"
9916
10027
  },
10028
+ "SchedulingPolicy": {
10029
+ "document": "服务的调度策略配置",
10030
+ "members": [
10031
+ {
10032
+ "disabled": false,
10033
+ "document": "是否启用了跨资源组调度开关",
10034
+ "example": "false",
10035
+ "member": "bool",
10036
+ "name": "CrossResourceGroupScheduling",
10037
+ "output_required": false,
10038
+ "type": "bool",
10039
+ "value_allowed_null": false
10040
+ }
10041
+ ],
10042
+ "usage": "out"
10043
+ },
9917
10044
  "SchemaInfo": {
9918
10045
  "document": "表格数据集表头信息",
9919
10046
  "members": [
@@ -10294,6 +10421,26 @@
10294
10421
  "output_required": false,
10295
10422
  "type": "string",
10296
10423
  "value_allowed_null": false
10424
+ },
10425
+ {
10426
+ "disabled": false,
10427
+ "document": "服务的调度策略",
10428
+ "example": "无",
10429
+ "member": "SchedulingPolicy",
10430
+ "name": "SchedulingPolicy",
10431
+ "output_required": false,
10432
+ "type": "object",
10433
+ "value_allowed_null": false
10434
+ },
10435
+ {
10436
+ "disabled": false,
10437
+ "document": "外部的资源组信息,表示借调了哪些资源组的资源",
10438
+ "example": "无",
10439
+ "member": "ResourceGroupInfo",
10440
+ "name": "ExternalResourceGroups",
10441
+ "output_required": false,
10442
+ "type": "list",
10443
+ "value_allowed_null": false
10297
10444
  }
10298
10445
  ],
10299
10446
  "usage": "out"
@@ -10812,7 +10959,7 @@
10812
10959
  {
10813
10960
  "disabled": false,
10814
10961
  "document": "环境变量\n注意:此字段可能返回 null,表示取不到有效值。",
10815
- "example": "{name: \"k\", value: \"v\"}",
10962
+ "example": "",
10816
10963
  "member": "EnvVar",
10817
10964
  "name": "Env",
10818
10965
  "output_required": true,
@@ -10900,7 +11047,7 @@
10900
11047
  {
10901
11048
  "disabled": false,
10902
11049
  "document": "服务的状态描述\n注意:此字段可能返回 null,表示取不到有效值。",
10903
- "example": "Normal",
11050
+ "example": "",
10904
11051
  "member": "WorkloadStatus",
10905
11052
  "name": "Status",
10906
11053
  "output_required": true,
@@ -11032,7 +11179,7 @@
11032
11179
  {
11033
11180
  "disabled": true,
11034
11181
  "document": "实例列表\n注意:此字段可能返回 null,表示取不到有效值。",
11035
- "example": "sss",
11182
+ "example": "[\"w\"]",
11036
11183
  "member": "string",
11037
11184
  "name": "PodList",
11038
11185
  "output_required": true,
@@ -11193,6 +11340,28 @@
11193
11340
  "required": false,
11194
11341
  "type": "object",
11195
11342
  "value_allowed_null": false
11343
+ },
11344
+ {
11345
+ "disabled": false,
11346
+ "document": "单副本下的实例数,仅在部署类型为DIST、ROLE时生效,默认1",
11347
+ "example": "1",
11348
+ "member": "int64",
11349
+ "name": "InstancePerReplicas",
11350
+ "output_required": false,
11351
+ "required": false,
11352
+ "type": "int",
11353
+ "value_allowed_null": false
11354
+ },
11355
+ {
11356
+ "disabled": false,
11357
+ "document": "批量数据盘挂载配置",
11358
+ "example": "无",
11359
+ "member": "VolumeMount",
11360
+ "name": "VolumeMounts",
11361
+ "output_required": false,
11362
+ "required": false,
11363
+ "type": "list",
11364
+ "value_allowed_null": false
11196
11365
  }
11197
11366
  ],
11198
11367
  "usage": "both"
@@ -12868,6 +13037,17 @@
12868
13037
  "required": false,
12869
13038
  "type": "string",
12870
13039
  "value_allowed_null": false
13040
+ },
13041
+ {
13042
+ "disabled": false,
13043
+ "document": "自定义容器内挂载路径\n注意:此字段可能返回 null,表示取不到有效值。",
13044
+ "example": "/MountPath",
13045
+ "member": "string",
13046
+ "name": "MountPath",
13047
+ "output_required": false,
13048
+ "required": false,
13049
+ "type": "string",
13050
+ "value_allowed_null": true
12871
13051
  }
12872
13052
  ],
12873
13053
  "usage": "both"
@@ -331,7 +331,7 @@
331
331
  "ModifyModelService": [
332
332
  {
333
333
  "document": "更新模型服务",
334
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyModelService\n<公共请求参数>\n\n{\n \"ServiceDescription\": \"\",\n \"InstanceType\": \"TI.S.MEDIUM.POST\",\n \"ImageInfo\": {\n \"ImageType\": \"\",\n \"ImageUrl\": \"ccr.ccs.tencentyun.com/xxxx/xxxxx\",\n \"RegistryRegion\": \"\",\n \"RegistryId\": \"\"\n },\n \"ScaleMode\": \"MANUAL\",\n \"Replicas\": 1,\n \"LogEnable\": false,\n \"Env\": [\n {\n \"Name\": \"test\",\n \"Value\": \"1\"\n }\n ],\n \"ServiceId\": \"ms-xxxxx-1\"\n}",
334
+ "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyModelService\n<公共请求参数>\n\n{\n \"ServiceDescription\": \"\",\n \"InstanceType\": \"TI.S.MEDIUM.POST\",\n \"ImageInfo\": {\n \"ImageType\": \"\",\n \"ImageUrl\": \"ccr.ccs.tencentyun.com/xxxx/xxxxx\",\n \"RegistryRegion\": \"\",\n \"RegistryId\": \"\"\n },\n \"ScaleMode\": \"MANUAL\",\n \"Replicas\": 1,\n \"LogEnable\": false,\n \"Env\": [\n {\n \"Name\": \"env_test\",\n \"Value\": \"1\"\n }\n ],\n \"ServiceId\": \"ms-xxxxx-1\"\n}",
335
335
  "output": "{\n \"Response\": {\n \"Service\": {\n \"ServiceGroupId\": \"ms-skdg89rx\",\n \"ServiceId\": \"ms-skdg89rx-1\",\n \"ServiceGroupName\": \"demo-create\",\n \"ServiceDescription\": \"\",\n \"ServiceInfo\": {\n \"Replicas\": 1,\n \"ImageInfo\": {\n \"ImageType\": \"CCR\",\n \"ImageUrl\": \"ccr.ccs.tencentyun.com/test-ccr/hellotest\",\n \"RegistryRegion\": \"ap-guangzhou\",\n \"RegistryId\": \"\"\n },\n \"Env\": [],\n \"Resources\": {\n \"Cpu\": 2000,\n \"Memory\": 4096,\n \"Gpu\": 0,\n \"RealGpu\": 0,\n \"GpuType\": \"none\",\n \"RealGpuDetailSet\": []\n },\n \"InstanceType\": \"TI.S.MEDIUM.POST\",\n \"ModelInfo\": null,\n \"LogEnable\": false,\n \"LogConfig\": null,\n \"AuthorizationEnable\": false,\n \"ScaleMode\": \"MANUAL\",\n \"HorizontalPodAutoscaler\": null,\n \"CronScaleJobs\": [],\n \"ScaleStrategy\": \"\",\n \"Status\": null,\n \"Weight\": 100,\n \"PodList\": [],\n \"Pods\": null,\n \"PodInfos\": [],\n \"ResourceTotal\": null,\n \"OldReplicas\": 0,\n \"HybridBillingPrepaidReplicas\": 0,\n \"OldHybridBillingPrepaidReplicas\": 0,\n \"ModelHotUpdateEnable\": false\n },\n \"ClusterId\": \"\",\n \"Region\": \"ap-guangzhou\",\n \"Namespace\": \"\",\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"ResourceGroupId\": \"\",\n \"ResourceGroupName\": \"\",\n \"Tags\": [],\n \"IngressName\": \"user-ingress-1\",\n \"CreatedBy\": \"10000000000\",\n \"CreateTime\": \"\",\n \"UpdateTime\": \"\",\n \"Uin\": \"10000000000\",\n \"SubUin\": \"10000000000\",\n \"AppId\": 10000000000,\n \"BusinessStatus\": \"CREATING\",\n \"CreateFailedReason\": \"\",\n \"Status\": \"\",\n \"BillingInfo\": \"\",\n \"Weight\": 100,\n \"CreateSource\": \"DEFAULT\",\n \"Version\": \"\",\n \"LatestVersion\": \"\",\n \"ServiceLimit\": {\n \"EnableInstanceRpsLimit\": false,\n \"InstanceRpsLimit\": 0,\n \"EnableInstanceReqLimit\": false,\n \"InstanceReqLimit\": 0\n },\n \"ScheduledAction\": {\n \"ScheduleStop\": false,\n \"ScheduleStopTime\": \"2023-04-24T11:54:53+08:00\"\n }\n },\n \"RequestId\": \"b8f848e4-64ea-475c-864e-6d4b0c9ec6ea\"\n }\n}",
336
336
  "title": "更新模型服务"
337
337
  }
@@ -4004,6 +4004,16 @@
4004
4004
  "output_required": false,
4005
4005
  "type": "string",
4006
4006
  "value_allowed_null": false
4007
+ },
4008
+ {
4009
+ "disabled": false,
4010
+ "document": "是否启用了 DataPlaneV2(cilium替代kube-proxy)",
4011
+ "example": "false",
4012
+ "member": "bool",
4013
+ "name": "DataPlaneV2",
4014
+ "output_required": false,
4015
+ "type": "bool",
4016
+ "value_allowed_null": false
4007
4017
  }
4008
4018
  ],
4009
4019
  "usage": "out"
@@ -453,6 +453,15 @@
453
453
  "required": false,
454
454
  "type": "list"
455
455
  },
456
+ {
457
+ "disabled": false,
458
+ "document": "qgpu开关",
459
+ "example": "true",
460
+ "member": "bool",
461
+ "name": "QGPUEnable",
462
+ "required": false,
463
+ "type": "bool"
464
+ },
456
465
  {
457
466
  "disabled": false,
458
467
  "document": "节点池ssh公钥id数组",
@@ -470,6 +479,15 @@
470
479
  "name": "MachineType",
471
480
  "required": false,
472
481
  "type": "string"
482
+ },
483
+ {
484
+ "disabled": false,
485
+ "document": "原生节点池安装节点自动化助手开关",
486
+ "example": "false",
487
+ "member": "bool",
488
+ "name": "AutomationService",
489
+ "required": false,
490
+ "type": "bool"
473
491
  }
474
492
  ],
475
493
  "usage": "in"
@@ -498,7 +516,7 @@
498
516
  {
499
517
  "disabled": false,
500
518
  "document": "节点池类型",
501
- "example": "Hosted",
519
+ "example": "Navite、External",
502
520
  "member": "string",
503
521
  "name": "Type",
504
522
  "required": true,
@@ -551,7 +569,7 @@
551
569
  },
552
570
  {
553
571
  "disabled": false,
554
- "document": "原生节点池创建参数",
572
+ "document": "原生节点池创建参数(Type字段设置为Native时需填写)",
555
573
  "example": "无",
556
574
  "member": "CreateNativeNodePoolParam",
557
575
  "name": "Native",
@@ -190,11 +190,11 @@
190
190
  "status": "online"
191
191
  },
192
192
  "DescribeTRTCMarketQualityMetricData": {
193
- "document": "查询TRTC监控仪表盘-数据大盘质量指标(包括下列指标)\njoinSuccessRate:加入频道成功率。\njoinSuccessIn5sRate:5s内加入频道成功率。\naudioFreezeRate:音频卡顿率。\nvideoFreezeRate:视频卡顿率。\nnetworkDelay :网络延迟率。\n注意:\n1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,监控仪表盘版本功能和计费说明:https://cloud.tencent.com/document/product/647/81331。\n2.查询时间范围根据监控仪表盘功能版本而定,【基础版】可查近30天,【进阶版】可查近60天。",
193
+ "document": "云监控monitor接口已下线,trtc同步下线接口\n\n查询TRTC监控仪表盘-数据大盘质量指标(包括下列指标)\njoinSuccessRate:加入频道成功率。\njoinSuccessIn5sRate:5s内加入频道成功率。\naudioFreezeRate:音频卡顿率。\nvideoFreezeRate:视频卡顿率。\nnetworkDelay :网络延迟率。\n注意:\n1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,监控仪表盘版本功能和计费说明:https://cloud.tencent.com/document/product/647/81331。\n2.查询时间范围根据监控仪表盘功能版本而定,【基础版】可查近30天,【进阶版】可查近60天。",
194
194
  "input": "DescribeTRTCMarketQualityMetricDataRequest",
195
195
  "name": "查询TRTC数据大盘质量指标",
196
196
  "output": "DescribeTRTCMarketQualityMetricDataResponse",
197
- "status": "online"
197
+ "status": "deprecated"
198
198
  },
199
199
  "DescribeTRTCMarketScaleData": {
200
200
  "document": "查询TRTC监控仪表盘-数据大盘规模指标(会返回通话人数,通话房间数,峰值同时在线人数,峰值同时在线频道数)\nuserCount:通话人数,\nroomCount:通话房间数,从有用户加入频道到所有用户离开频道计为一个通话频道。\npeakCurrentChannels:峰值同时在线频道数。\npeakCurrentUsers:峰值同时在线人数。\n注意:\n1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,监控仪表盘[版本功能和计费说明](https://cloud.tencent.com/document/product/647/81331)。\n2.查询时间范围根据监控仪表盘功能版本而定,【基础版】可查近30天,【进阶版】可查近60天。",
@@ -204,11 +204,11 @@
204
204
  "status": "online"
205
205
  },
206
206
  "DescribeTRTCMarketScaleMetricData": {
207
- "document": "查询TRTC监控仪表盘-数据大盘规模指标(会返回通话人数,通话房间数,峰值同时在线人数,峰值同时在线频道数)\nuserCount:通话人数,\nroomCount:通话房间数,从有用户加入频道到所有用户离开频道计为一个通话频道。\npeakCurrentChannels:峰值同时在线频道数。\npeakCurrentUsers:峰值同时在线人数。\n注意:\n1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,监控仪表盘版本功能和计费说明:https://cloud.tencent.com/document/product/647/81331。\n2.查询时间范围根据监控仪表盘功能版本而定,【基础版】可查近30天,【进阶版】可查近60天。",
207
+ "document": "云监控monitor接口已下线,trtc同步下线接口\n\n查询TRTC监控仪表盘-数据大盘规模指标(会返回通话人数,通话房间数,峰值同时在线人数,峰值同时在线频道数)\nuserCount:通话人数,\nroomCount:通话房间数,从有用户加入频道到所有用户离开频道计为一个通话频道。\npeakCurrentChannels:峰值同时在线频道数。\npeakCurrentUsers:峰值同时在线人数。\n注意:\n1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,监控仪表盘版本功能和计费说明:https://cloud.tencent.com/document/product/647/81331。\n2.查询时间范围根据监控仪表盘功能版本而定,【基础版】可查近30天,【进阶版】可查近60天。",
208
208
  "input": "DescribeTRTCMarketScaleMetricDataRequest",
209
209
  "name": "查询TRTC数据大盘规模指标",
210
210
  "output": "DescribeTRTCMarketScaleMetricDataResponse",
211
- "status": "online"
211
+ "status": "deprecated"
212
212
  },
213
213
  "DescribeTRTCRealTimeQualityData": {
214
214
  "document": "查询TRTC监控仪表盘-实时监控质量指标(会返回下列指标)\n-视频卡顿率\n-音频卡顿率\n注意:\n1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,详情参考[监控仪表盘](https://cloud.tencent.com/document/product/647/81331)。\n2.查询时间范围根据监控仪表盘功能版本而定,基础版可查近3小时,进阶版可查近12小时。",
@@ -218,11 +218,11 @@
218
218
  "status": "online"
219
219
  },
220
220
  "DescribeTRTCRealTimeQualityMetricData": {
221
- "document": "查询TRTC监控仪表盘-实时监控质量指标(会返回下列指标)\n-视频卡顿率\n-音频卡顿率\n注意:\n1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,监控仪表盘版本功能和计费说明:https://cloud.tencent.com/document/product/647/81331。\n2.查询时间范围根据监控仪表盘功能版本而定,基础版可查近3小时,进阶版可查近12小时。",
221
+ "document": "云监控monitor接口已下线,trtc同步下线接口\n\n查询TRTC监控仪表盘-实时监控质量指标(会返回下列指标)\n-视频卡顿率\n-音频卡顿率\n注意:\n1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,监控仪表盘版本功能和计费说明:https://cloud.tencent.com/document/product/647/81331。\n2.查询时间范围根据监控仪表盘功能版本而定,基础版可查近3小时,进阶版可查近12小时。",
222
222
  "input": "DescribeTRTCRealTimeQualityMetricDataRequest",
223
223
  "name": "查询TRTC实时监控质量指标",
224
224
  "output": "DescribeTRTCRealTimeQualityMetricDataResponse",
225
- "status": "online"
225
+ "status": "deprecated"
226
226
  },
227
227
  "DescribeTRTCRealTimeScaleData": {
228
228
  "document": "查询TRTC监控仪表盘-实时监控规模指标(会返回下列指标)\n-userCount(在线用户数)\n-roomCount(在线房间数)\n注意:\n1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,详情参考[监控仪表盘](https://cloud.tencent.com/document/product/647/81331)。\n2.查询时间范围根据监控仪表盘功能版本而定,基础版可查近3小时,进阶版可查近12小时。",