tccli 3.0.1315.1__py2.py3-none-any.whl → 3.0.1317.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 (62) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/batch/v20170312/api.json +1 -1
  3. tccli/services/bh/v20230418/api.json +2 -2
  4. tccli/services/cbs/v20170312/api.json +108 -98
  5. tccli/services/cbs/v20170312/examples.json +12 -12
  6. tccli/services/cdb/v20170320/api.json +41 -28
  7. tccli/services/cdb/v20170320/examples.json +12 -0
  8. tccli/services/cdwdoris/v20211228/api.json +20 -0
  9. tccli/services/cfs/v20190719/api.json +39 -39
  10. tccli/services/cfs/v20190719/examples.json +10 -10
  11. tccli/services/cfw/v20190904/api.json +4 -4
  12. tccli/services/cvm/v20170312/api.json +22 -22
  13. tccli/services/cvm/v20170312/examples.json +1 -1
  14. tccli/services/cynosdb/v20190107/api.json +163 -4
  15. tccli/services/dnspod/v20210323/api.json +102 -82
  16. tccli/services/dnspod/v20210323/examples.json +28 -28
  17. tccli/services/domain/v20180808/api.json +10 -10
  18. tccli/services/domain/v20180808/examples.json +1 -1
  19. tccli/services/emr/v20190103/api.json +10 -0
  20. tccli/services/es/v20180416/api.json +49 -0
  21. tccli/services/ess/ess_client.py +53 -0
  22. tccli/services/ess/v20201111/api.json +111 -11
  23. tccli/services/ess/v20201111/examples.json +9 -1
  24. tccli/services/essbasic/v20210526/api.json +25 -7
  25. tccli/services/essbasic/v20210526/examples.json +10 -4
  26. tccli/services/gs/v20191118/api.json +22 -0
  27. tccli/services/hai/v20230812/api.json +59 -59
  28. tccli/services/hai/v20230812/examples.json +6 -6
  29. tccli/services/lke/v20231130/api.json +412 -18
  30. tccli/services/lkeap/lkeap_client.py +53 -53
  31. tccli/services/lkeap/v20240522/api.json +90 -70
  32. tccli/services/lkeap/v20240522/examples.json +8 -8
  33. tccli/services/mps/v20190612/api.json +163 -0
  34. tccli/services/mps/v20190612/examples.json +1 -1
  35. tccli/services/mrs/v20200910/api.json +30 -0
  36. tccli/services/postgres/postgres_client.py +24 -183
  37. tccli/services/postgres/v20170312/api.json +0 -157
  38. tccli/services/postgres/v20170312/examples.json +0 -36
  39. tccli/services/privatedns/v20201028/api.json +6 -6
  40. tccli/services/privatedns/v20201028/examples.json +2 -2
  41. tccli/services/pts/v20210728/api.json +10 -0
  42. tccli/services/ssl/v20191205/api.json +4 -4
  43. tccli/services/tbaas/v20180416/api.json +3 -3
  44. tccli/services/tbaas/v20180416/examples.json +1 -1
  45. tccli/services/tcbr/v20220217/api.json +16 -16
  46. tccli/services/teo/v20220901/api.json +39 -11
  47. tccli/services/teo/v20220901/examples.json +1 -1
  48. tccli/services/tke/tke_client.py +8 -61
  49. tccli/services/tke/v20180525/api.json +16 -114
  50. tccli/services/tke/v20180525/examples.json +0 -8
  51. tccli/services/tke/v20220501/api.json +61 -1
  52. tccli/services/tke/v20220501/examples.json +1 -1
  53. tccli/services/tms/v20201229/api.json +27 -8
  54. tccli/services/tms/v20201229/examples.json +2 -2
  55. tccli/services/vpc/v20170312/api.json +12 -12
  56. tccli/services/vpc/v20170312/examples.json +2 -2
  57. tccli/services/waf/v20180125/api.json +78 -22
  58. {tccli-3.0.1315.1.dist-info → tccli-3.0.1317.1.dist-info}/METADATA +2 -2
  59. {tccli-3.0.1315.1.dist-info → tccli-3.0.1317.1.dist-info}/RECORD +62 -62
  60. {tccli-3.0.1315.1.dist-info → tccli-3.0.1317.1.dist-info}/WHEEL +0 -0
  61. {tccli-3.0.1315.1.dist-info → tccli-3.0.1317.1.dist-info}/entry_points.txt +0 -0
  62. {tccli-3.0.1315.1.dist-info → tccli-3.0.1317.1.dist-info}/license_files/LICENSE +0 -0
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "actions": {
3
3
  "CreateApplication": {
4
- "document": "本接口(CreateApplicaiton)用于对HAI实例制作自定义应用。",
4
+ "document": "本接口(CreateApplication)用于对HAI实例制作自定义应用。",
5
5
  "input": "CreateApplicationRequest",
6
6
  "name": "创建自定义应用",
7
7
  "output": "CreateApplicationResponse",
@@ -15,21 +15,21 @@
15
15
  "status": "online"
16
16
  },
17
17
  "DescribeApplications": {
18
- "document": "查询应用",
18
+ "document": "本接口(DescribeApplications)用于查询应用",
19
19
  "input": "DescribeApplicationsRequest",
20
20
  "name": "查询应用",
21
21
  "output": "DescribeApplicationsResponse",
22
22
  "status": "online"
23
23
  },
24
24
  "DescribeInstanceNetworkStatus": {
25
- "document": "查询实例的网络配置及消耗情况",
25
+ "document": "本接口(DescribeInstanceNetworkStatus)用于查询实例的网络配置及消耗情况",
26
26
  "input": "DescribeInstanceNetworkStatusRequest",
27
27
  "name": "查询实例的网络配置及消耗情况",
28
28
  "output": "DescribeInstanceNetworkStatusResponse",
29
29
  "status": "online"
30
30
  },
31
31
  "DescribeInstances": {
32
- "document": "查询实例",
32
+ "document": "本接口(DescribeInstances)用户查询实例",
33
33
  "input": "DescribeInstancesRequest",
34
34
  "name": "查询实例",
35
35
  "output": "DescribeInstancesResponse",
@@ -43,21 +43,21 @@
43
43
  "status": "online"
44
44
  },
45
45
  "DescribeRegions": {
46
- "document": "查询地域列表",
46
+ "document": "本接口(DescribeRegions)用于查询地域列表",
47
47
  "input": "DescribeRegionsRequest",
48
48
  "name": "查询地域列表",
49
49
  "output": "DescribeRegionsResponse",
50
50
  "status": "online"
51
51
  },
52
52
  "DescribeScenes": {
53
- "document": "查询场景",
53
+ "document": "本接口(DescribeScenes)用于查询场景",
54
54
  "input": "DescribeScenesRequest",
55
55
  "name": "查询场景",
56
56
  "output": "DescribeScenesResponse",
57
57
  "status": "online"
58
58
  },
59
59
  "DescribeServiceLoginSettings": {
60
- "document": "查询服务登录配置",
60
+ "document": "本接口(DescribeServiceLoginSettings)用于查询服务登录配置",
61
61
  "input": "DescribeServiceLoginSettingsRequest",
62
62
  "name": "查询服务登录配置",
63
63
  "output": "DescribeServiceLoginSettingsResponse",
@@ -78,14 +78,14 @@
78
78
  "status": "online"
79
79
  },
80
80
  "StartInstance": {
81
- "document": "本接口 (StartInstance) 用于主动启动实例。",
81
+ "document": "本接口 (StartInstance) 用于主动启动实例。\n‘运行中’、‘预付费’的实例不支持启动实例",
82
82
  "input": "StartInstanceRequest",
83
83
  "name": "启动实例",
84
84
  "output": "StartInstanceResponse",
85
85
  "status": "online"
86
86
  },
87
87
  "StopInstance": {
88
- "document": "本接口 (StopInstance) 用于主动关闭实例。",
88
+ "document": "本接口 (StopInstance) 用于主动关闭实例。\n‘已关机’、‘预付费’的实例不支持关机",
89
89
  "input": "StopInstanceRequest",
90
90
  "name": "关闭实例",
91
91
  "output": "StopInstanceResponse",
@@ -112,7 +112,7 @@
112
112
  {
113
113
  "disabled": false,
114
114
  "document": "应用id\n",
115
- "example": "app-12345678",
115
+ "example": "app-7j7f9jhn",
116
116
  "member": "string",
117
117
  "name": "ApplicationId",
118
118
  "output_required": true,
@@ -122,7 +122,7 @@
122
122
  {
123
123
  "disabled": false,
124
124
  "document": "应用名称",
125
- "example": "Llama2 13B",
125
+ "example": "混元-DiT WebUI",
126
126
  "member": "string",
127
127
  "name": "ApplicationName",
128
128
  "output_required": true,
@@ -132,7 +132,7 @@
132
132
  {
133
133
  "disabled": false,
134
134
  "document": "应用描述\n",
135
- "example": "Llama2 13B是一款由Meta AI开源的LLM模型。Llama-2-13b-chat是高性能原生开源版本,适用于多种对话场景。注:该环境暂无 webui 可视化调试页面,需通过命令行调试。",
135
+ "example": "混元-DiT是腾讯自研的高性能细粒度中文理解多分辨率扩散Transformer模型。提供双语生成能力,中国元素理解具有优势。",
136
136
  "member": "string",
137
137
  "name": "Description",
138
138
  "output_required": true,
@@ -142,7 +142,7 @@
142
142
  {
143
143
  "disabled": false,
144
144
  "document": "应用的环境配置",
145
- "example": "Ubuntu20.04, Python 3.8, Llama-2-13b-chat, CUDA 11.7, cuDNN 8, pytorch 2, JupyteLab",
145
+ "example": "Ubuntu20.04, Python 3.8.12, CUDA 11.7, cuDNN 8, HunYuanDiT, JupyterLab, Gradio",
146
146
  "member": "string",
147
147
  "name": "ConfigEnvironment",
148
148
  "output_required": true,
@@ -151,8 +151,8 @@
151
151
  },
152
152
  {
153
153
  "disabled": false,
154
- "document": "系统盘大小下限",
155
- "example": "80",
154
+ "document": "系统盘大小下限,单位GB",
155
+ "example": "150",
156
156
  "member": "int64",
157
157
  "name": "MinSystemDiskSize",
158
158
  "output_required": true,
@@ -161,8 +161,8 @@
161
161
  },
162
162
  {
163
163
  "disabled": false,
164
- "document": "应用类型,目前该项取值可以为PRIVATE_APPLICATION或者PUBLIC_APPLICATION",
165
- "example": "PRIVATE_APPLICATION",
164
+ "document": "应用类型,目前该项取值可以为PUBLIC_APPLICATION(公共应用);PRIVATE_APPLICATION(自定义应用);COMMUNITY_APPLICATION(社区应用)",
165
+ "example": "PUBLIC_APPLICATION",
166
166
  "member": "string",
167
167
  "name": "ApplicationType",
168
168
  "output_required": true,
@@ -181,8 +181,8 @@
181
181
  },
182
182
  {
183
183
  "disabled": false,
184
- "document": "应用创建时间",
185
- "example": "2023-11-01 00:00:00",
184
+ "document": "应用创建时间,格式:%Y-%m-%d %H:%M:%S",
185
+ "example": "2024-07-11 16:36:08",
186
186
  "member": "string",
187
187
  "name": "CreateTime",
188
188
  "output_required": true,
@@ -191,8 +191,8 @@
191
191
  },
192
192
  {
193
193
  "disabled": false,
194
- "document": "应用大小",
195
- "example": "50",
194
+ "document": "应用大小,单位GB",
195
+ "example": "120",
196
196
  "member": "int64",
197
197
  "name": "ApplicationSize",
198
198
  "output_required": true,
@@ -326,7 +326,7 @@
326
326
  },
327
327
  {
328
328
  "disabled": false,
329
- "document": "过滤器,跟ApplicationIds不能共用,支持的filter主要有:\napplication-id: 精确匹配;\nscene-id: 精确匹配;\napplication-name: 模糊匹配;\napplication-type: 精确匹配;",
329
+ "document": "过滤器,跟ApplicationIds不能共用,支持的filter主要有:application-id: 精确匹配;scene-id: 精确匹配,通过调用接口 [DescribeScenes](https://cloud.tencent.com/document/api/1721/101608)获取;application-name: 模糊匹配;application-type: 精确匹配,枚举类型如下:PUBLIC_APPLICATION(公共应用)/ PRIVATE_APPLICATION(自定义应用)/ COMMUNITY_APPLICATION(社区应用);",
330
330
  "example": "[{\"Name\":\"application-id\", \"Values\":[\"app-12345678\"]}]",
331
331
  "member": "Filter",
332
332
  "name": "Filters",
@@ -335,7 +335,7 @@
335
335
  },
336
336
  {
337
337
  "disabled": false,
338
- "document": "偏移量,默认为0",
338
+ "document": "偏移量,不得小于0,默认为0",
339
339
  "example": "0",
340
340
  "member": "int64",
341
341
  "name": "Offset",
@@ -344,7 +344,7 @@
344
344
  },
345
345
  {
346
346
  "disabled": false,
347
- "document": "返回量,默认为20\nMC:1000\n用户:100\n",
347
+ "document": "返回量,不得大于100,默认为20",
348
348
  "example": "20",
349
349
  "member": "int64",
350
350
  "name": "Limit",
@@ -409,7 +409,7 @@
409
409
  "members": [
410
410
  {
411
411
  "disabled": false,
412
- "document": "实例ID数组,单次请求最多不超过100个实例",
412
+ "document": "实例ID数组,单次请求最多不超过100个实例;实例ID通过调用接口[DescribeInstances](https://cloud.tencent.com/document/api/1721/101612)获取。",
413
413
  "example": "[\"hai-12345678\"]",
414
414
  "member": "string",
415
415
  "name": "InstanceIds",
@@ -456,7 +456,7 @@
456
456
  "members": [
457
457
  {
458
458
  "disabled": false,
459
- "document": "实例元组",
459
+ "document": "实例元组,数量上限100",
460
460
  "example": "[\"hai-12345678\"]",
461
461
  "member": "string",
462
462
  "name": "InstanceIds",
@@ -465,7 +465,7 @@
465
465
  },
466
466
  {
467
467
  "disabled": false,
468
- "document": "描述键值对过滤器,用于条件过滤查询。目前支持的过滤器有:instance-id,实例id;instance-state,实例状态;charge-type,付费方式;public-ip-address,公网IP过滤",
468
+ "document": "描述键值对过滤器,用于条件过滤查询。目前支持的过滤器有: instance-id,实例id; instance-state,实例状态:RUNNING,PENDING,STOPPED,ARREARS,STOPPED_NO_CHARGE; charge-type,付费方式:PREPAID_BY_MONTH,POSTPAID_BY_HOUR; public-ip-address,公网IP过滤",
469
469
  "example": "[{\"Name\":\"instance-state\", \"Values\":[\"RUNNING\"]}]",
470
470
  "member": "Filter",
471
471
  "name": "Filters",
@@ -474,7 +474,7 @@
474
474
  },
475
475
  {
476
476
  "disabled": false,
477
- "document": "偏移量,默认为0\n",
477
+ "document": "偏移量,默认为0,不得大于100",
478
478
  "example": "0",
479
479
  "member": "int64",
480
480
  "name": "Offset",
@@ -483,7 +483,7 @@
483
483
  },
484
484
  {
485
485
  "disabled": false,
486
- "document": "返回量,默认为20",
486
+ "document": "返回量,默认为20,不能小于0",
487
487
  "example": "20",
488
488
  "member": "int64",
489
489
  "name": "Limit",
@@ -499,7 +499,7 @@
499
499
  {
500
500
  "disabled": false,
501
501
  "document": "实例总数\n",
502
- "example": "0",
502
+ "example": "1",
503
503
  "member": "int64",
504
504
  "name": "TotalCount",
505
505
  "output_required": true,
@@ -509,7 +509,7 @@
509
509
  {
510
510
  "disabled": false,
511
511
  "document": "分页实例详情\n",
512
- "example": "[{\"InstanceId\":\"hai-oeifqhon\"}]",
512
+ "example": "[{\"InstanceId\":\"hai-jklfaded\"}]",
513
513
  "member": "Instance",
514
514
  "name": "InstanceSet",
515
515
  "output_required": true,
@@ -640,8 +640,8 @@
640
640
  "members": [
641
641
  {
642
642
  "disabled": false,
643
- "document": "场景id列表",
644
- "example": "[\"sc-abcdefgh\"]\t",
643
+ "document": "场景id列表,单次能查询100个场景id",
644
+ "example": "[\"sc-7ramp21e\"]",
645
645
  "member": "string",
646
646
  "name": "SceneIds",
647
647
  "required": false,
@@ -677,7 +677,7 @@
677
677
  "members": [
678
678
  {
679
679
  "disabled": false,
680
- "document": "实例id",
680
+ "document": "实例ID通过调用接口[DescribeInstances](https://cloud.tencent.com/document/api/1721/101612)获取。",
681
681
  "example": "hai-12345678",
682
682
  "member": "string",
683
683
  "name": "InstanceId",
@@ -702,7 +702,7 @@
702
702
  {
703
703
  "disabled": false,
704
704
  "document": "服务登录配置详情",
705
- "example": "[{\"ServiceName\":\"JupyterLab\",\"Url\":\"http://1.1.1.1:80/lab?token=ed68d8b88aaa15c1b8309c921ae1e76e9cf0ff48d3fb6407b7beb41b716f464e\"}]",
705
+ "example": "[{\"ServiceName\": \"jupyter\",\"Url\": \"http://1.14.52.185:80?40a0153b6c8ff839b2b83f9a3918daa55facad3c3e7a9b4a0e2377bd08f4aaa2\"}]",
706
706
  "member": "LoginSetting",
707
707
  "name": "LoginSettings",
708
708
  "output_required": true,
@@ -747,7 +747,7 @@
747
747
  "members": [
748
748
  {
749
749
  "disabled": false,
750
- "document": "应用ID",
750
+ "document": "应用ID通过调用接口[DescribeApplications](https://cloud.tencent.com/document/api/1721/101609)获取。",
751
751
  "example": "app-jknfna",
752
752
  "member": "string",
753
753
  "name": "ApplicationId",
@@ -756,7 +756,7 @@
756
756
  },
757
757
  {
758
758
  "disabled": false,
759
- "document": "算力套餐类型",
759
+ "document": "算力套餐类型, 枚举:XL,XL_2X, 3XL, 3XL_2X, 4XL, 24GB_A.",
760
760
  "example": "XL",
761
761
  "member": "string",
762
762
  "name": "BundleType",
@@ -774,7 +774,7 @@
774
774
  },
775
775
  {
776
776
  "disabled": false,
777
- "document": "购买实例数量。",
777
+ "document": "购买实例数量,单次请求实例数量上限为10。",
778
778
  "example": "1",
779
779
  "member": "uint64",
780
780
  "name": "InstanceCount",
@@ -783,7 +783,7 @@
783
783
  },
784
784
  {
785
785
  "disabled": false,
786
- "document": "实例显示名称",
786
+ "document": "实例显示名称,名称长度限制为128个字符。",
787
787
  "example": "hai",
788
788
  "member": "string",
789
789
  "name": "InstanceName",
@@ -926,7 +926,7 @@
926
926
  },
927
927
  {
928
928
  "disabled": false,
929
- "document": "显存",
929
+ "document": "显存,单位:GB",
930
930
  "example": "16GB+",
931
931
  "member": "string",
932
932
  "name": "GPUMemory",
@@ -936,7 +936,7 @@
936
936
  },
937
937
  {
938
938
  "disabled": false,
939
- "document": "CPU核数",
939
+ "document": "CPU核数,单位:核",
940
940
  "example": "8核",
941
941
  "member": "string",
942
942
  "name": "CPU",
@@ -946,7 +946,7 @@
946
946
  },
947
947
  {
948
948
  "disabled": false,
949
- "document": "内存\n",
949
+ "document": "内存,单位:GB\n",
950
950
  "example": "32GB",
951
951
  "member": "string",
952
952
  "name": "Memory",
@@ -1016,7 +1016,7 @@
1016
1016
  },
1017
1017
  {
1018
1018
  "disabled": false,
1019
- "document": "实例创建时间",
1019
+ "document": "实例创建时间,时间格式:\"YYYY-MM-DD HH:MM:SS\"",
1020
1020
  "example": "2023-11-01 00:00:00",
1021
1021
  "member": "string",
1022
1022
  "name": "CreateTime",
@@ -1026,7 +1026,7 @@
1026
1026
  },
1027
1027
  {
1028
1028
  "disabled": false,
1029
- "document": "公网出带宽上限,默认10Mbps",
1029
+ "document": "公网出带宽上限,默认10Mbps,单位:Mbps",
1030
1030
  "example": "10Mbps",
1031
1031
  "member": "string",
1032
1032
  "name": "MaxOutBandwidth",
@@ -1036,7 +1036,7 @@
1036
1036
  },
1037
1037
  {
1038
1038
  "disabled": false,
1039
- "document": "每月免费流量,默认500G",
1039
+ "document": "每月免费流量,默认500G,单位:GB",
1040
1040
  "example": "500",
1041
1041
  "member": "string",
1042
1042
  "name": "MaxFreeTraffic",
@@ -1066,7 +1066,7 @@
1066
1066
  },
1067
1067
  {
1068
1068
  "disabled": false,
1069
- "document": "应用服务的操作系统类型",
1069
+ "document": "应用服务的操作系统类型;参数:linux、windows",
1070
1070
  "example": "linux or windows",
1071
1071
  "member": "string",
1072
1072
  "name": "OSType",
@@ -1456,7 +1456,7 @@
1456
1456
  "members": [
1457
1457
  {
1458
1458
  "disabled": false,
1459
- "document": "ap-guangzhou\n",
1459
+ "document": "地域",
1460
1460
  "example": "ap-guangzhou",
1461
1461
  "member": "string",
1462
1462
  "name": "Region",
@@ -1466,7 +1466,7 @@
1466
1466
  },
1467
1467
  {
1468
1468
  "disabled": false,
1469
- "document": "华南地区(广州)",
1469
+ "document": "地域名称",
1470
1470
  "example": "华南地区(广州)",
1471
1471
  "member": "string",
1472
1472
  "name": "RegionName",
@@ -1486,7 +1486,7 @@
1486
1486
  },
1487
1487
  {
1488
1488
  "disabled": false,
1489
- "document": "学术加速是否支持:\nNO_NEED_SUPPORT表示不需支持;NOT_SUPPORT_YET表示暂未支持;ALREADY_SUPPORT表示已经支持。对于ALREADY_SUPPORT的地域才需进一步调用DescribeScholarRocketStatus查看学术加速是开启还是关闭",
1489
+ "document": "学术加速是否支持:\nNO_NEED_SUPPORT表示不需支持;NOT_SUPPORT_YET表示暂未支持;ALREADY_SUPPORT表示已经支持。",
1490
1490
  "example": "ALREADY_SUPPORT",
1491
1491
  "member": "string",
1492
1492
  "name": "ScholarRocketSupportState",
@@ -1502,7 +1502,7 @@
1502
1502
  "members": [
1503
1503
  {
1504
1504
  "disabled": false,
1505
- "document": "应用ID",
1505
+ "document": "应用ID通过调用接口[DescribeApplications](https://cloud.tencent.com/document/api/1721/101609)获取。",
1506
1506
  "example": "app-jknfna",
1507
1507
  "member": "string",
1508
1508
  "name": "ApplicationId",
@@ -1511,7 +1511,7 @@
1511
1511
  },
1512
1512
  {
1513
1513
  "disabled": false,
1514
- "document": "算力套餐类型",
1514
+ "document": "算力套餐类型, 枚举:XL,XL_2X, 3XL, 3XL_2X, 4XL, 24GB_A",
1515
1515
  "example": "XL",
1516
1516
  "member": "string",
1517
1517
  "name": "BundleType",
@@ -1529,7 +1529,7 @@
1529
1529
  },
1530
1530
  {
1531
1531
  "disabled": false,
1532
- "document": "购买实例数量。",
1532
+ "document": "购买实例数量,单次请求实例数量上限为10.",
1533
1533
  "example": "1",
1534
1534
  "member": "uint64",
1535
1535
  "name": "InstanceCount",
@@ -1538,7 +1538,7 @@
1538
1538
  },
1539
1539
  {
1540
1540
  "disabled": false,
1541
- "document": "实例显示名称",
1541
+ "document": "实例显示名称,名称长度限制为128个字符.",
1542
1542
  "example": "hai",
1543
1543
  "member": "string",
1544
1544
  "name": "InstanceName",
@@ -1621,8 +1621,8 @@
1621
1621
  "members": [
1622
1622
  {
1623
1623
  "disabled": false,
1624
- "document": "实例ID",
1625
- "example": "'hai-2dfajzo4q'",
1624
+ "document": "实例ID\n可通过DescribeInstances获取实例ID",
1625
+ "example": "hai-2dfajzo4q",
1626
1626
  "member": "string",
1627
1627
  "name": "InstanceId",
1628
1628
  "required": true,
@@ -1667,8 +1667,8 @@
1667
1667
  "members": [
1668
1668
  {
1669
1669
  "disabled": false,
1670
- "document": "实例ID",
1671
- "example": "'hai-2dfajzo4q'",
1670
+ "document": "实例ID\n可通过DescribeInstances获取实例ID",
1671
+ "example": "hai-2dfajzo4q",
1672
1672
  "member": "string",
1673
1673
  "name": "InstanceId",
1674
1674
  "required": true,
@@ -1733,7 +1733,7 @@
1733
1733
  },
1734
1734
  {
1735
1735
  "disabled": false,
1736
- "document": "系统盘大小,单位:GB。默认值为 80",
1736
+ "document": "系统盘大小,单位:GB。默认值为 80,取值范围:80-1000",
1737
1737
  "example": "250",
1738
1738
  "member": "int64",
1739
1739
  "name": "DiskSize",
@@ -1761,7 +1761,7 @@
1761
1761
  "members": [
1762
1762
  {
1763
1763
  "disabled": false,
1764
- "document": "实例ID列表",
1764
+ "document": "实例ID列表\n可通过DescribeInstances接口获取ID列表.单次能查询100个InstanceId",
1765
1765
  "example": "['hai-2dfajzo4q']\t",
1766
1766
  "member": "string",
1767
1767
  "name": "InstanceIds",
@@ -19,8 +19,8 @@
19
19
  "DescribeApplications": [
20
20
  {
21
21
  "document": "查询应用",
22
- "input": "POST / HTTP/1.1\nHost: hai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApplications\n<公共请求参数>\n\n{\n \"ApplicationIds\": [\n \"app-jxnaqazx\"\n ],\n \"Offset\": 0,\n \"Limit\": 1\n}",
23
- "output": "{\n \"Response\": {\n \"ApplicationSet\": [\n {\n \"ApplicationId\": \"app-jxnaqazx\",\n \"ApplicationName\": \"应用名称\",\n \"Description\": \"应用描述\",\n \"ConfigEnvironment\": \"\",\n \"MinSystemDiskSize\": 80,\n \"ApplicationState\": \"ONLINE\",\n \"ApplicationSize\": 50,\n \"ApplicationType\": \"PRIVATE_APPLICATION\",\n \"CreateTime\": \"2023-09-18 16:48:47\"\n }\n ],\n \"RequestId\": \"2b1fae52-8004-4a13-a20a-26ea1149f9df\",\n \"TotalCount\": 1\n }\n}",
22
+ "input": "POST / HTTP/1.1\nHost: hai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApplications\n<公共请求参数>\n\n{\n \"ApplicationIds\": [\n \"app-7j7f9jhn\"\n ],\n \"Offset\": 0,\n \"Limit\": 1\n}",
23
+ "output": "{\n \"Response\": {\n \"ApplicationSet\": [\n {\n \"ApplicationId\": \"app-7j7f9jhn\",\n \"ApplicationName\": \"混元-DiT WebUI\",\n \"ApplicationSize\": 120,\n \"ApplicationState\": \"ONLINE\",\n \"ApplicationType\": \"PUBLIC_APPLICATION\",\n \"ConfigEnvironment\": \"Ubuntu20.04, Python 3.8.12, CUDA 11.7, cuDNN 8, HunYuanDiT, JupyterLab, Gradio\",\n \"CreateTime\": \"2024-07-11 16:36:08\",\n \"Description\": \"混元-DiT是腾讯自研的高性能细粒度中文理解多分辨率扩散Transformer模型。提供双语生成能力,中国元素理解具有优势。\",\n \"MinSystemDiskSize\": 150\n }\n ],\n \"RequestId\": \"c344dc00-13a2-4d80-ae95-6e2d9fd0105d\",\n \"TotalCount\": 1\n }\n}",
24
24
  "title": "查询应用"
25
25
  }
26
26
  ],
@@ -59,8 +59,8 @@
59
59
  "DescribeScenes": [
60
60
  {
61
61
  "document": "查询场景",
62
- "input": "POST / HTTP/1.1\nHost: hai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeScenes\n<公共请求参数>\n\n{\n \"SceneIds\": [\n \"sc-xxxxxxxx\"\n ]\n}",
63
- "output": "{\n \"Response\": {\n \"RequestId\": \"82505ff0-ca36-486b-849f-50996228e838\",\n \"SceneSet\": [\n {\n \"SceneId\": \"sc-abcdefgh\",\n \"SceneName\": \"人工智能\"\n }\n ]\n }\n}",
62
+ "input": "POST / HTTP/1.1\nHost: hai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeScenes\n<公共请求参数>\n\n{\n \"SceneIds\": [\n \"sc-7ramp21e\"\n ]\n}",
63
+ "output": "{\n \"Response\": {\n \"RequestId\": \"82505ff0-ca36-486b-849f-50996228e838\",\n \"SceneSet\": [\n {\n \"SceneId\": \"sc-7ramp21e\",\n \"SceneName\": \"AI模型\"\n }\n ]\n }\n}",
64
64
  "title": "查询场景"
65
65
  }
66
66
  ],
@@ -75,7 +75,7 @@
75
75
  "InquirePriceRunInstances": [
76
76
  {
77
77
  "document": "",
78
- "input": "POST / HTTP/1.1\nHost: hai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquirePriceRunInstances\n<公共请求参数>\n\n{\n \"ApplicationId\": \"app-jknfna\",\n \"BundleType\": \"S\",\n \"SystemDisk\": {\n \"DiskType\": \"CLOUD_PREMIUM\",\n \"DiskSize\": 250\n },\n \"InstanceName\": \"hai\"\n}",
78
+ "input": "POST / HTTP/1.1\nHost: hai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquirePriceRunInstances\n<公共请求参数>\n\n{\n \"ApplicationId\": \"app-gao2ylm1\",\n \"BundleType\": \"XL\",\n \"SystemDisk\": {\n \"DiskType\": \"CLOUD_PREMIUM\",\n \"DiskSize\": 250\n },\n \"InstanceName\": \"hai\"\n}",
79
79
  "output": "{\n \"Response\": {\n \"Price\": {\n \"InstancePrice\": {\n \"UnitPrice\": 0.88,\n \"DiscountUnitPrice\": 0.88,\n \"Discount\": 100.0,\n \"ChargeUnit\": \"HOUR\",\n \"Amount\": 1\n },\n \"CloudDiskPrice\": {\n \"UnitPrice\": 0,\n \"DiscountUnitPrice\": 0,\n \"Discount\": 0,\n \"ChargeUnit\": \"HOUR\",\n \"Amount\": 1\n }\n },\n \"RequestId\": \"c5ec5837-b9d0-46dd-911e-6c91d488b938\"\n }\n}",
80
80
  "title": "发货询价"
81
81
  }
@@ -83,7 +83,7 @@
83
83
  "RunInstances": [
84
84
  {
85
85
  "document": "创建hai实例",
86
- "input": "POST / HTTP/1.1\nHost: hai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunInstances\n<公共请求参数>\n\n{\n \"ApplicationId\": \"app-jknfna\",\n \"BundleType\": \"S\",\n \"SystemDisk\": {\n \"DiskType\": \"CLOUD_PREMIUM\",\n \"DiskSize\": 250\n },\n \"InstanceName\": \"hai\"\n}",
86
+ "input": "POST / HTTP/1.1\nHost: hai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunInstances\n<公共请求参数>\n\n{\n \"ApplicationId\": \"app-gao2ylm1\",\n \"BundleType\": \"XL\",\n \"SystemDisk\": {\n \"DiskType\": \"CLOUD_PREMIUM\",\n \"DiskSize\": 250\n },\n \"InstanceName\": \"hai\"\n}",
87
87
  "output": "{\n \"Response\": {\n \"InstanceIdSet\": [\n \"hai-qcgdfaptd\"\n ],\n \"RequestId\": \"e267492d-fadaf-45a9-a139-416bc8652861\"\n }\n}",
88
88
  "title": "创建实例"
89
89
  }