tccli 3.0.1004.1__py2.py3-none-any.whl → 3.0.1005.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/examples/cvm/v20170312/CreateLaunchTemplate.md +1 -1
- tccli/examples/cvm/v20170312/RenewInstances.md +2 -2
- tccli/examples/cvm/v20170312/ResetInstancesPassword.md +1 -1
- tccli/examples/cvm/v20170312/StopInstances.md +1 -1
- tccli/examples/cwp/v20180228/DescribeMachineInfo.md +20 -20
- tccli/examples/cynosdb/v20190107/CreateClusterDatabase.md +9 -9
- tccli/examples/cynosdb/v20190107/DescribeClusterParams.md +18 -28
- tccli/examples/cynosdb/v20190107/DescribeClusters.md +70 -77
- tccli/examples/cynosdb/v20190107/DescribeZones.md +27 -29
- tccli/examples/cynosdb/v20190107/ModifyAccountHost.md +5 -5
- tccli/examples/cynosdb/v20190107/ModifyProxyDesc.md +4 -4
- tccli/examples/cynosdb/v20190107/ReloadBalanceProxyNode.md +5 -5
- tccli/examples/essbasic/v20210526/OperateChannelTemplate.md +22 -22
- tccli/examples/hai/v20230812/DescribeApplications.md +2 -1
- tccli/examples/sqlserver/v20180328/BalanceReadOnlyGroup.md +21 -0
- tccli/examples/sqlserver/v20180328/DeleteRestoreTask.md +21 -0
- tccli/examples/sqlserver/v20180328/DescribeAccountPrivilegeByDB.md +31 -0
- tccli/examples/sqlserver/v20180328/DescribeCollationTimeZone.md +24 -0
- tccli/examples/sqlserver/v20180328/DescribeCrossRegions.md +27 -0
- tccli/examples/sqlserver/v20180328/DescribeDBPrivilegeByAccount.md +46 -0
- tccli/examples/sqlserver/v20180328/DescribeDBRestoreTime.md +31 -0
- tccli/examples/sqlserver/v20180328/DescribeDatabaseNames.md +27 -0
- tccli/examples/sqlserver/v20180328/DescribeInquiryPriceParameter.md +30 -0
- tccli/examples/sqlserver/v20180328/DescribeInstanceTasks.md +36 -0
- tccli/examples/sqlserver/v20180328/DescribeInstanceTradeParameter.md +37 -0
- tccli/examples/sqlserver/v20180328/DescribeProductSpec.md +81 -0
- tccli/examples/sqlserver/v20180328/DescribeReadOnlyGroupAutoWeight.md +60 -0
- tccli/examples/sqlserver/v20180328/DescribeRestoreTask.md +46 -0
- tccli/examples/sqlserver/v20180328/DescribeSpecSellStatus.md +124 -0
- tccli/examples/sqlserver/v20180328/DescribeUpgradeInstanceCheck.md +71 -0
- tccli/examples/sqlserver/v20180328/ModifyCloseWanIp.md +21 -0
- tccli/examples/sqlserver/v20180328/ModifyDBInstanceNote.md +21 -0
- tccli/examples/sqlserver/v20180328/ModifyOpenWanIp.md +21 -0
- tccli/examples/sqlserver/v20180328/ModifyPublishSubscribe.md +51 -0
- tccli/examples/tbaas/v20180416/DescribeFabricBlock.md +37 -0
- tccli/examples/tbaas/v20180416/DescribeFabricTransaction.md +33 -0
- tccli/examples/tbaas/v20180416/InvokeFabricChaincode.md +28 -0
- tccli/examples/tbaas/v20180416/QueryFabricChaincode.md +27 -0
- tccli/examples/tcss/v20201101/AddEditImageAutoAuthorizedRule.md +1 -1
- tccli/examples/tcss/v20201101/CreateAssetImageScanSetting.md +4 -4
- tccli/examples/tcss/v20201101/DescribeAssetImageDetail.md +28 -27
- tccli/examples/tcss/v20201101/DescribeImageAutoAuthorizedRule.md +2 -2
- tccli/examples/tcss/v20201101/RenewImageAuthorizeState.md +2 -2
- tccli/examples/tke/v20180525/DescribeClusterEndpoints.md +1 -0
- tccli/examples/tke/v20180525/DescribeClusterExtraArgs.md +31 -0
- tccli/examples/tke/v20180525/DescribeExternalNodeSupportConfig.md +81 -0
- tccli/examples/tke/v20180525/DescribeIPAMD.md +26 -0
- tccli/examples/trocket/v20230308/ImportSourceClusterConsumerGroups.md +23 -0
- tccli/examples/trocket/v20230308/ImportSourceClusterTopics.md +25 -0
- tccli/examples/wedata/v20210820/DescribeApproveList.md +43 -161
- tccli/examples/wedata/v20210820/DescribeApproveTypeList.md +64 -0
- tccli/services/__init__.py +1 -5
- tccli/services/billing/v20180709/api.json +10 -10
- tccli/services/cdb/v20170320/api.json +10 -1
- tccli/services/cloudstudio/cloudstudio_client.py +30 -1042
- tccli/services/cvm/v20170312/api.json +68 -68
- tccli/services/cvm/v20170312/examples.json +4 -4
- tccli/services/cwp/v20180228/api.json +20 -0
- tccli/services/cwp/v20180228/examples.json +1 -1
- tccli/services/cynosdb/v20190107/api.json +10 -11
- tccli/services/cynosdb/v20190107/examples.json +14 -14
- tccli/services/dsgc/v20190723/api.json +48 -41
- tccli/services/ess/v20201111/api.json +9 -9
- tccli/services/essbasic/v20210526/api.json +10 -10
- tccli/services/essbasic/v20210526/examples.json +6 -6
- tccli/services/hai/v20230812/api.json +69 -69
- tccli/services/hai/v20230812/examples.json +1 -1
- tccli/services/sqlserver/sqlserver_client.py +1418 -358
- tccli/services/sqlserver/v20180328/api.json +2426 -172
- tccli/services/sqlserver/v20180328/examples.json +166 -0
- tccli/services/tbaas/tbaas_client.py +273 -61
- tccli/services/tbaas/v20180416/api.json +539 -0
- tccli/services/tbaas/v20180416/examples.json +32 -0
- tccli/services/tchd/v20230306/api.json +1 -1
- tccli/services/tcss/v20201101/api.json +443 -87
- tccli/services/tcss/v20201101/examples.json +7 -7
- tccli/services/tdmq/v20200217/api.json +9 -9
- tccli/services/tke/tke_client.py +159 -0
- tccli/services/tke/v20180525/api.json +375 -0
- tccli/services/tke/v20180525/examples.json +25 -1
- tccli/services/trocket/trocket_client.py +171 -65
- tccli/services/trocket/v20230308/api.json +230 -0
- tccli/services/trocket/v20230308/examples.json +16 -0
- tccli/services/tse/v20201207/api.json +57 -35
- tccli/services/vrs/v20200824/api.json +10 -0
- tccli/services/waf/v20180125/api.json +201 -54
- tccli/services/wedata/v20210820/api.json +144 -14
- tccli/services/wedata/v20210820/examples.json +16 -2
- tccli/services/wedata/wedata_client.py +53 -0
- tccli/services/weilingwith/v20230427/api.json +13 -13
- {tccli-3.0.1004.1.dist-info → tccli-3.0.1005.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1004.1.dist-info → tccli-3.0.1005.1.dist-info}/RECORD +96 -72
- tccli/services/casb/__init__.py +0 -4
- tccli/services/casb/casb_client.py +0 -194
- tccli/services/casb/v20200507/api.json +0 -110
- tccli/services/casb/v20200507/examples.json +0 -19
- tccli/services/cloudstudio/v20210524/api.json +0 -2604
- tccli/services/cloudstudio/v20210524/examples.json +0 -205
- {tccli-3.0.1004.1.dist-info → tccli-3.0.1005.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1004.1.dist-info → tccli-3.0.1005.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1004.1.dist-info → tccli-3.0.1005.1.dist-info}/license_files/LICENSE +0 -0
@@ -77,7 +77,7 @@
|
|
77
77
|
{
|
78
78
|
"disabled": false,
|
79
79
|
"document": "应用id\n\n注意:此字段可能返回 null,表示取不到有效值。",
|
80
|
-
"example": "app-
|
80
|
+
"example": "app-12345678",
|
81
81
|
"member": "string",
|
82
82
|
"name": "ApplicationId",
|
83
83
|
"output_required": true,
|
@@ -87,7 +87,7 @@
|
|
87
87
|
{
|
88
88
|
"disabled": false,
|
89
89
|
"document": "应用名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
90
|
-
"example": "
|
90
|
+
"example": "Llama2 13B",
|
91
91
|
"member": "string",
|
92
92
|
"name": "ApplicationName",
|
93
93
|
"output_required": true,
|
@@ -97,7 +97,7 @@
|
|
97
97
|
{
|
98
98
|
"disabled": false,
|
99
99
|
"document": "应用描述\n\n注意:此字段可能返回 null,表示取不到有效值。",
|
100
|
-
"example": "
|
100
|
+
"example": "Llama2 13B是一款由Meta AI开源的LLM模型。Llama-2-13b-chat是高性能原生开源版本,适用于多种对话场景。注:该环境暂无 webui 可视化调试页面,需通过命令行调试。",
|
101
101
|
"member": "string",
|
102
102
|
"name": "Description",
|
103
103
|
"output_required": true,
|
@@ -107,7 +107,7 @@
|
|
107
107
|
{
|
108
108
|
"disabled": false,
|
109
109
|
"document": "应用的环境配置\n注意:此字段可能返回 null,表示取不到有效值。",
|
110
|
-
"example": "
|
110
|
+
"example": "Ubuntu20.04, Python 3.8, Llama-2-13b-chat, CUDA 11.7, cuDNN 8, pytorch 2, JupyteLab",
|
111
111
|
"member": "string",
|
112
112
|
"name": "ConfigEnvironment",
|
113
113
|
"output_required": true,
|
@@ -117,7 +117,7 @@
|
|
117
117
|
{
|
118
118
|
"disabled": false,
|
119
119
|
"document": "系统盘大小下限\n注意:此字段可能返回 null,表示取不到有效值。",
|
120
|
-
"example": "
|
120
|
+
"example": "80",
|
121
121
|
"member": "int64",
|
122
122
|
"name": "MinSystemDiskSize",
|
123
123
|
"output_required": true,
|
@@ -133,7 +133,7 @@
|
|
133
133
|
{
|
134
134
|
"disabled": false,
|
135
135
|
"document": "应用id列表",
|
136
|
-
"example": "
|
136
|
+
"example": "[\"app-12345678\"]",
|
137
137
|
"member": "string",
|
138
138
|
"name": "ApplicationIds",
|
139
139
|
"required": false,
|
@@ -142,7 +142,7 @@
|
|
142
142
|
{
|
143
143
|
"disabled": false,
|
144
144
|
"document": "过滤器,跟ApplicationIds不能共用,支持的filter主要有:\napplication-id,精确匹配\nscene-id,精确匹配\napplication-name,模糊匹配",
|
145
|
-
"example": "
|
145
|
+
"example": "[{\"Name\":\"application-id\", \"Values\":[\"app-12345678\"]}]",
|
146
146
|
"member": "Filter",
|
147
147
|
"name": "Filters",
|
148
148
|
"required": false,
|
@@ -151,7 +151,7 @@
|
|
151
151
|
{
|
152
152
|
"disabled": false,
|
153
153
|
"document": "偏移量,默认为0",
|
154
|
-
"example": "
|
154
|
+
"example": "0",
|
155
155
|
"member": "int64",
|
156
156
|
"name": "Offset",
|
157
157
|
"required": false,
|
@@ -160,7 +160,7 @@
|
|
160
160
|
{
|
161
161
|
"disabled": false,
|
162
162
|
"document": "返回量,默认为20\nMC:1000\n用户:100\n",
|
163
|
-
"example": "
|
163
|
+
"example": "20",
|
164
164
|
"member": "int64",
|
165
165
|
"name": "Limit",
|
166
166
|
"required": false,
|
@@ -175,7 +175,7 @@
|
|
175
175
|
{
|
176
176
|
"disabled": false,
|
177
177
|
"document": "应用总数\n注意:此字段可能返回 null,表示取不到有效值。",
|
178
|
-
"example": "
|
178
|
+
"example": "1",
|
179
179
|
"member": "int64",
|
180
180
|
"name": "TotalCount",
|
181
181
|
"output_required": true,
|
@@ -185,7 +185,7 @@
|
|
185
185
|
{
|
186
186
|
"disabled": false,
|
187
187
|
"document": "分页返回的应用列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
188
|
-
"example": "
|
188
|
+
"example": "[{\"ApplicationId\":\"app-12345678\",\"ApplicationName\":\"Llama2 13B\",\"ConfigEnvironment\":\"Ubuntu20.04, Python 3.8, Llama-2-13b-chat, CUDA 11.7, cuDNN 8, pytorch 2, JupyteLab\",\"Description\":\"Llama2 13B是一款由Meta AI开源的LLM模型。Llama-2-13b-chat是高性能原生开源版本,适用于多种对话场景。注:该环境暂无 webui 可视化调试页面,需通过命令行调试。\",\"MinSystemDiskSize\":80}]",
|
189
189
|
"member": "ApplicationInfo",
|
190
190
|
"name": "ApplicationSet",
|
191
191
|
"output_required": true,
|
@@ -207,7 +207,7 @@
|
|
207
207
|
{
|
208
208
|
"disabled": false,
|
209
209
|
"document": "实例ID数组,单次请求最多不超过100个实例",
|
210
|
-
"example": "
|
210
|
+
"example": "[\"hai-12345678\"]",
|
211
211
|
"member": "string",
|
212
212
|
"name": "InstanceIds",
|
213
213
|
"required": true,
|
@@ -232,7 +232,7 @@
|
|
232
232
|
{
|
233
233
|
"disabled": false,
|
234
234
|
"document": "查询结果集\n注意:此字段可能返回 null,表示取不到有效值。",
|
235
|
-
"example": "
|
235
|
+
"example": "[{\"InstanceId\":\"hai-12345678\",\"AddressIp\":\"1.1.1.1\",\"Bandwidth\":5,\"TotalTrafficAmount\":500.0,\"RemainingTrafficAmount\":499.5}]",
|
236
236
|
"member": "NetworkStatus",
|
237
237
|
"name": "NetworkStatusSet",
|
238
238
|
"output_required": true,
|
@@ -254,7 +254,7 @@
|
|
254
254
|
{
|
255
255
|
"disabled": false,
|
256
256
|
"document": "实例元组",
|
257
|
-
"example": "[\"hai-
|
257
|
+
"example": "[\"hai-12345678\"]",
|
258
258
|
"member": "string",
|
259
259
|
"name": "InstanceIds",
|
260
260
|
"required": false,
|
@@ -262,8 +262,8 @@
|
|
262
262
|
},
|
263
263
|
{
|
264
264
|
"disabled": false,
|
265
|
-
"document": "
|
266
|
-
"example": "
|
265
|
+
"document": "描述键值对过滤器,用于条件过滤查询。目前支持的过滤器有:instance-id,实例id;instance-state,实例状态",
|
266
|
+
"example": "[{\"Name\":\"instance-state\", \"Values\":[\"RUNNING\"]}]",
|
267
267
|
"member": "Filter",
|
268
268
|
"name": "Filters",
|
269
269
|
"required": false,
|
@@ -272,7 +272,7 @@
|
|
272
272
|
{
|
273
273
|
"disabled": false,
|
274
274
|
"document": "偏移量,默认为0\n",
|
275
|
-
"example": "
|
275
|
+
"example": "0",
|
276
276
|
"member": "int64",
|
277
277
|
"name": "Offset",
|
278
278
|
"required": false,
|
@@ -281,7 +281,7 @@
|
|
281
281
|
{
|
282
282
|
"disabled": false,
|
283
283
|
"document": "返回量,默认为20",
|
284
|
-
"example": "
|
284
|
+
"example": "20",
|
285
285
|
"member": "int64",
|
286
286
|
"name": "Limit",
|
287
287
|
"required": false,
|
@@ -296,7 +296,7 @@
|
|
296
296
|
{
|
297
297
|
"disabled": false,
|
298
298
|
"document": "实例总数\n\n注意:此字段可能返回 null,表示取不到有效值。",
|
299
|
-
"example": "
|
299
|
+
"example": "0",
|
300
300
|
"member": "int64",
|
301
301
|
"name": "TotalCount",
|
302
302
|
"output_required": true,
|
@@ -306,7 +306,7 @@
|
|
306
306
|
{
|
307
307
|
"disabled": false,
|
308
308
|
"document": "分页实例详情\n\n注意:此字段可能返回 null,表示取不到有效值。",
|
309
|
-
"example": "
|
309
|
+
"example": "[]",
|
310
310
|
"member": "Instance",
|
311
311
|
"name": "InstanceSet",
|
312
312
|
"output_required": true,
|
@@ -333,7 +333,7 @@
|
|
333
333
|
{
|
334
334
|
"disabled": false,
|
335
335
|
"document": "地域列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
336
|
-
"example": "
|
336
|
+
"example": "[{\"Region\":\"ap-guangzhou\",\"RegionName\":\"广州\",\"RegionState\":\"AVAILABLE\",\"ScholarRocketSupportState\":\"ALREADY_SUPPORT\"}]",
|
337
337
|
"member": "RegionInfo",
|
338
338
|
"name": "RegionSet",
|
339
339
|
"output_required": true,
|
@@ -354,8 +354,8 @@
|
|
354
354
|
"members": [
|
355
355
|
{
|
356
356
|
"disabled": false,
|
357
|
-
"document": "
|
358
|
-
"example": "
|
357
|
+
"document": "场景id列表",
|
358
|
+
"example": "[\"sc-abcdefgh\"]\t",
|
359
359
|
"member": "string",
|
360
360
|
"name": "SceneIds",
|
361
361
|
"required": false,
|
@@ -369,8 +369,8 @@
|
|
369
369
|
"members": [
|
370
370
|
{
|
371
371
|
"disabled": false,
|
372
|
-
"document": "
|
373
|
-
"example": "
|
372
|
+
"document": "场景详情\n注意:此字段可能返回 null,表示取不到有效值。",
|
373
|
+
"example": "[{\"SceneId\":\"sc-7ramp21e\",\"SceneName\":\"AI模型\"}]",
|
374
374
|
"member": "SceneInfo",
|
375
375
|
"name": "SceneSet",
|
376
376
|
"output_required": true,
|
@@ -392,7 +392,7 @@
|
|
392
392
|
{
|
393
393
|
"disabled": false,
|
394
394
|
"document": "实例id",
|
395
|
-
"example": "
|
395
|
+
"example": "hai-12345678",
|
396
396
|
"member": "string",
|
397
397
|
"name": "InstanceId",
|
398
398
|
"required": true,
|
@@ -416,7 +416,7 @@
|
|
416
416
|
{
|
417
417
|
"disabled": false,
|
418
418
|
"document": "服务登录配置详情\n注意:此字段可能返回 null,表示取不到有效值。",
|
419
|
-
"example": "
|
419
|
+
"example": "[{\"ServiceName\":\"JupyterLab\",\"Url\":\"http://1.1.1.1:80/lab?token=ed68d8b88aaa15c1b8309c921ae1e76e9cf0ff48d3fb6407b7beb41b716f464e\"}]",
|
420
420
|
"member": "LoginSetting",
|
421
421
|
"name": "LoginSettings",
|
422
422
|
"output_required": true,
|
@@ -438,7 +438,7 @@
|
|
438
438
|
{
|
439
439
|
"disabled": false,
|
440
440
|
"document": "需要过滤的字段。\t",
|
441
|
-
"example": "
|
441
|
+
"example": "instance-id",
|
442
442
|
"member": "string",
|
443
443
|
"name": "Name",
|
444
444
|
"required": true,
|
@@ -447,7 +447,7 @@
|
|
447
447
|
{
|
448
448
|
"disabled": false,
|
449
449
|
"document": "字段的过滤值。",
|
450
|
-
"example": "
|
450
|
+
"example": "[\"hai-12345678\"]",
|
451
451
|
"member": "string",
|
452
452
|
"name": "Values",
|
453
453
|
"required": true,
|
@@ -507,7 +507,7 @@
|
|
507
507
|
{
|
508
508
|
"disabled": false,
|
509
509
|
"document": "幂等请求token",
|
510
|
-
"example": "
|
510
|
+
"example": "hai-0-109261e6-c992-4d68-8b91-a70fac0da7b4",
|
511
511
|
"member": "string",
|
512
512
|
"name": "ClientToken",
|
513
513
|
"required": false,
|
@@ -516,7 +516,7 @@
|
|
516
516
|
{
|
517
517
|
"disabled": false,
|
518
518
|
"document": "DryRun为True就是只验接口连通性,默认为False",
|
519
|
-
"example": "
|
519
|
+
"example": "False",
|
520
520
|
"member": "bool",
|
521
521
|
"name": "DryRun",
|
522
522
|
"required": false,
|
@@ -531,7 +531,7 @@
|
|
531
531
|
{
|
532
532
|
"disabled": false,
|
533
533
|
"document": "发货参数对应的价格组合,当DryRun=True,会返回空\n注意:此字段可能返回 null,表示取不到有效值。",
|
534
|
-
"example": "
|
534
|
+
"example": "{\"Price\":{\"CloudDiskPrice\":{\"Amount\":1,\"ChargeUnit\":\"HOUR\",\"Discount\":100,\"DiscountUnitPrice\":0.01,\"UnitPrice\":0.01},\"InstancePrice\":{\"Amount\":1,\"ChargeUnit\":\"HOUR\",\"Discount\":100,\"DiscountUnitPrice\":1.2,\"UnitPrice\":1.2}}}",
|
535
535
|
"member": "Price",
|
536
536
|
"name": "Price",
|
537
537
|
"output_required": true,
|
@@ -553,7 +553,7 @@
|
|
553
553
|
{
|
554
554
|
"disabled": false,
|
555
555
|
"document": "实例id\n注意:此字段可能返回 null,表示取不到有效值。",
|
556
|
-
"example": "hai-
|
556
|
+
"example": "hai-12345678",
|
557
557
|
"member": "string",
|
558
558
|
"name": "InstanceId",
|
559
559
|
"output_required": true,
|
@@ -583,7 +583,7 @@
|
|
583
583
|
{
|
584
584
|
"disabled": false,
|
585
585
|
"document": "应用名称\n\n注意:此字段可能返回 null,表示取不到有效值。",
|
586
|
-
"example": "
|
586
|
+
"example": "Pytorch2.0.0",
|
587
587
|
"member": "string",
|
588
588
|
"name": "ApplicationName",
|
589
589
|
"output_required": true,
|
@@ -593,7 +593,7 @@
|
|
593
593
|
{
|
594
594
|
"disabled": false,
|
595
595
|
"document": "算力套餐名称\n\n注意:此字段可能返回 null,表示取不到有效值。",
|
596
|
-
"example": "
|
596
|
+
"example": "基础型",
|
597
597
|
"member": "string",
|
598
598
|
"name": "BundleName",
|
599
599
|
"output_required": true,
|
@@ -603,7 +603,7 @@
|
|
603
603
|
{
|
604
604
|
"disabled": false,
|
605
605
|
"document": "实例所包含的GPU卡数\n注意:此字段可能返回 null,表示取不到有效值。",
|
606
|
-
"example": "
|
606
|
+
"example": "1",
|
607
607
|
"member": "uint64",
|
608
608
|
"name": "GPUCount",
|
609
609
|
"output_required": false,
|
@@ -613,7 +613,7 @@
|
|
613
613
|
{
|
614
614
|
"disabled": false,
|
615
615
|
"document": "算力\n\n注意:此字段可能返回 null,表示取不到有效值。",
|
616
|
-
"example": "
|
616
|
+
"example": "8+TFlops SP",
|
617
617
|
"member": "string",
|
618
618
|
"name": "GPUPerformance",
|
619
619
|
"output_required": true,
|
@@ -623,7 +623,7 @@
|
|
623
623
|
{
|
624
624
|
"disabled": false,
|
625
625
|
"document": "显存\n注意:此字段可能返回 null,表示取不到有效值。",
|
626
|
-
"example": "
|
626
|
+
"example": "16GB+",
|
627
627
|
"member": "string",
|
628
628
|
"name": "GPUMemory",
|
629
629
|
"output_required": true,
|
@@ -633,7 +633,7 @@
|
|
633
633
|
{
|
634
634
|
"disabled": false,
|
635
635
|
"document": "CPU核数\n注意:此字段可能返回 null,表示取不到有效值。",
|
636
|
-
"example": "
|
636
|
+
"example": "8核",
|
637
637
|
"member": "string",
|
638
638
|
"name": "CPU",
|
639
639
|
"output_required": true,
|
@@ -643,7 +643,7 @@
|
|
643
643
|
{
|
644
644
|
"disabled": false,
|
645
645
|
"document": "内存\n\n注意:此字段可能返回 null,表示取不到有效值。",
|
646
|
-
"example": "
|
646
|
+
"example": "32GB",
|
647
647
|
"member": "string",
|
648
648
|
"name": "Memory",
|
649
649
|
"output_required": true,
|
@@ -653,7 +653,7 @@
|
|
653
653
|
{
|
654
654
|
"disabled": false,
|
655
655
|
"document": "系统盘数据\n注意:此字段可能返回 null,表示取不到有效值。",
|
656
|
-
"example": "
|
656
|
+
"example": "{\"DiskType\":\"CLOUD_PREMIUM\", \"DiskSize\":100}",
|
657
657
|
"member": "SystemDisk",
|
658
658
|
"name": "SystemDisk",
|
659
659
|
"output_required": true,
|
@@ -663,7 +663,7 @@
|
|
663
663
|
{
|
664
664
|
"disabled": false,
|
665
665
|
"document": "内网ip地址\n注意:此字段可能返回 null,表示取不到有效值。",
|
666
|
-
"example": "
|
666
|
+
"example": "[\"1.1.1.1\"]",
|
667
667
|
"member": "string",
|
668
668
|
"name": "PrivateIpAddresses",
|
669
669
|
"output_required": true,
|
@@ -673,7 +673,7 @@
|
|
673
673
|
{
|
674
674
|
"disabled": false,
|
675
675
|
"document": "公网ip地址\n注意:此字段可能返回 null,表示取不到有效值。",
|
676
|
-
"example": "
|
676
|
+
"example": "[\"1.1.1.1\"]",
|
677
677
|
"member": "string",
|
678
678
|
"name": "PublicIpAddresses",
|
679
679
|
"output_required": true,
|
@@ -683,7 +683,7 @@
|
|
683
683
|
{
|
684
684
|
"disabled": false,
|
685
685
|
"document": "安全组ID\n\n注意:此字段可能返回 null,表示取不到有效值。",
|
686
|
-
"example": "
|
686
|
+
"example": "[\"sg-12345678\"]",
|
687
687
|
"member": "string",
|
688
688
|
"name": "SecurityGroupIds",
|
689
689
|
"output_required": true,
|
@@ -693,7 +693,7 @@
|
|
693
693
|
{
|
694
694
|
"disabled": false,
|
695
695
|
"document": "实例最新操作\n注意:此字段可能返回 null,表示取不到有效值。",
|
696
|
-
"example": "
|
696
|
+
"example": "RunInstances",
|
697
697
|
"member": "string",
|
698
698
|
"name": "LatestOperation",
|
699
699
|
"output_required": true,
|
@@ -703,7 +703,7 @@
|
|
703
703
|
{
|
704
704
|
"disabled": false,
|
705
705
|
"document": "实例最新操作状态:\nSUCCESS:表示操作成功\nOPERATING:表示操作执行中\nFAILED:表示操作失败\n\n注意:此字段可能返回 null,表示取不到有效值。",
|
706
|
-
"example": "
|
706
|
+
"example": "SUCCESS",
|
707
707
|
"member": "string",
|
708
708
|
"name": "LatestOperationState",
|
709
709
|
"output_required": true,
|
@@ -713,7 +713,7 @@
|
|
713
713
|
{
|
714
714
|
"disabled": false,
|
715
715
|
"document": "实例创建时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
716
|
-
"example": "
|
716
|
+
"example": "2023-11-01 00:00:00",
|
717
717
|
"member": "string",
|
718
718
|
"name": "CreateTime",
|
719
719
|
"output_required": true,
|
@@ -723,7 +723,7 @@
|
|
723
723
|
{
|
724
724
|
"disabled": false,
|
725
725
|
"document": "公网出带宽上限,默认5Mbps\n注意:此字段可能返回 null,表示取不到有效值。",
|
726
|
-
"example": "
|
726
|
+
"example": "5Mbps",
|
727
727
|
"member": "string",
|
728
728
|
"name": "MaxOutBandwidth",
|
729
729
|
"output_required": true,
|
@@ -732,8 +732,8 @@
|
|
732
732
|
},
|
733
733
|
{
|
734
734
|
"disabled": false,
|
735
|
-
"document": "每月免费流量,默认
|
736
|
-
"example": "
|
735
|
+
"document": "每月免费流量,默认500G\n注意:此字段可能返回 null,表示取不到有效值。",
|
736
|
+
"example": "500",
|
737
737
|
"member": "string",
|
738
738
|
"name": "MaxFreeTraffic",
|
739
739
|
"output_required": true,
|
@@ -743,7 +743,7 @@
|
|
743
743
|
{
|
744
744
|
"disabled": false,
|
745
745
|
"document": "应用配置环境\n注意:此字段可能返回 null,表示取不到有效值。",
|
746
|
-
"example": "
|
746
|
+
"example": "Ubuntu20.04, Python 3.8, Pytorch 2.0.0, CUDA 11.7, cuDNN 8,JupyteLab",
|
747
747
|
"member": "string",
|
748
748
|
"name": "ConfigurationEnvironment",
|
749
749
|
"output_required": true,
|
@@ -753,7 +753,7 @@
|
|
753
753
|
{
|
754
754
|
"disabled": false,
|
755
755
|
"document": "实例包含的登录服务详情\n注意:此字段可能返回 null,表示取不到有效值。",
|
756
|
-
"example": "
|
756
|
+
"example": "{\"ServiceName\":\"Jupyter\"}",
|
757
757
|
"member": "LoginService",
|
758
758
|
"name": "LoginServices",
|
759
759
|
"output_required": true,
|
@@ -841,7 +841,7 @@
|
|
841
841
|
{
|
842
842
|
"disabled": false,
|
843
843
|
"document": "服务名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
844
|
-
"example": "
|
844
|
+
"example": "JupyterLab",
|
845
845
|
"member": "string",
|
846
846
|
"name": "ServiceName",
|
847
847
|
"output_required": true,
|
@@ -851,7 +851,7 @@
|
|
851
851
|
{
|
852
852
|
"disabled": false,
|
853
853
|
"document": "服务登录url\n注意:此字段可能返回 null,表示取不到有效值。",
|
854
|
-
"example": "
|
854
|
+
"example": "http://1.1.1.1:80/lab?token=ed68d8b88aaa15c1b8309c921ae1e76e9cf0ff48d3fb6407b7beb41b716f464e",
|
855
855
|
"member": "string",
|
856
856
|
"name": "Url",
|
857
857
|
"output_required": false,
|
@@ -867,7 +867,7 @@
|
|
867
867
|
{
|
868
868
|
"disabled": false,
|
869
869
|
"document": "HAI 的实例 ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
870
|
-
"example": "
|
870
|
+
"example": "hai-12345678",
|
871
871
|
"member": "string",
|
872
872
|
"name": "InstanceId",
|
873
873
|
"output_required": true,
|
@@ -877,7 +877,7 @@
|
|
877
877
|
{
|
878
878
|
"disabled": false,
|
879
879
|
"document": "公网 IP 地址\n注意:此字段可能返回 null,表示取不到有效值。",
|
880
|
-
"example": "
|
880
|
+
"example": "1.1.1.1",
|
881
881
|
"member": "string",
|
882
882
|
"name": "AddressIp",
|
883
883
|
"output_required": true,
|
@@ -887,7 +887,7 @@
|
|
887
887
|
{
|
888
888
|
"disabled": false,
|
889
889
|
"document": "出带宽上限,单位Mbps\n注意:此字段可能返回 null,表示取不到有效值。",
|
890
|
-
"example": "
|
890
|
+
"example": "5",
|
891
891
|
"member": "uint64",
|
892
892
|
"name": "Bandwidth",
|
893
893
|
"output_required": true,
|
@@ -897,7 +897,7 @@
|
|
897
897
|
{
|
898
898
|
"disabled": false,
|
899
899
|
"document": "流量包总量,单位GB\n注意:此字段可能返回 null,表示取不到有效值。",
|
900
|
-
"example": "
|
900
|
+
"example": "500.0",
|
901
901
|
"member": "float",
|
902
902
|
"name": "TotalTrafficAmount",
|
903
903
|
"output_required": true,
|
@@ -907,7 +907,7 @@
|
|
907
907
|
{
|
908
908
|
"disabled": false,
|
909
909
|
"document": "流量包剩余量,单位GB\n注意:此字段可能返回 null,表示取不到有效值。",
|
910
|
-
"example": "
|
910
|
+
"example": "499.5",
|
911
911
|
"member": "float",
|
912
912
|
"name": "RemainingTrafficAmount",
|
913
913
|
"output_required": true,
|
@@ -923,7 +923,7 @@
|
|
923
923
|
{
|
924
924
|
"disabled": false,
|
925
925
|
"document": "实例价格信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
926
|
-
"example": "
|
926
|
+
"example": "{\"Amount\":1,\"ChargeUnit\":\"HOUR\",\"Discount\":100,\"DiscountUnitPrice\":1.2,\"UnitPrice\":1.2}",
|
927
927
|
"member": "ItemPrice",
|
928
928
|
"name": "InstancePrice",
|
929
929
|
"output_required": true,
|
@@ -933,7 +933,7 @@
|
|
933
933
|
{
|
934
934
|
"disabled": false,
|
935
935
|
"document": "云盘价格信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
936
|
-
"example": "
|
936
|
+
"example": "{\"Amount\":1,\"ChargeUnit\":\"HOUR\",\"Discount\":100,\"DiscountUnitPrice\":0.01,\"UnitPrice\":0.01}",
|
937
937
|
"member": "ItemPrice",
|
938
938
|
"name": "CloudDiskPrice",
|
939
939
|
"output_required": true,
|
@@ -949,7 +949,7 @@
|
|
949
949
|
{
|
950
950
|
"disabled": false,
|
951
951
|
"document": "ap-guangzhou\n\n注意:此字段可能返回 null,表示取不到有效值。",
|
952
|
-
"example": "
|
952
|
+
"example": "ap-guangzhou",
|
953
953
|
"member": "string",
|
954
954
|
"name": "Region",
|
955
955
|
"output_required": true,
|
@@ -959,7 +959,7 @@
|
|
959
959
|
{
|
960
960
|
"disabled": false,
|
961
961
|
"document": "华南地区(广州)\n注意:此字段可能返回 null,表示取不到有效值。",
|
962
|
-
"example": "
|
962
|
+
"example": "华南地区(广州)",
|
963
963
|
"member": "string",
|
964
964
|
"name": "RegionName",
|
965
965
|
"output_required": true,
|
@@ -969,7 +969,7 @@
|
|
969
969
|
{
|
970
970
|
"disabled": false,
|
971
971
|
"document": "地域是否可用状态\nAVAILABLE:可用\n\n注意:此字段可能返回 null,表示取不到有效值。",
|
972
|
-
"example": "
|
972
|
+
"example": "AVAILABLE",
|
973
973
|
"member": "string",
|
974
974
|
"name": "RegionState",
|
975
975
|
"output_required": true,
|
@@ -979,7 +979,7 @@
|
|
979
979
|
{
|
980
980
|
"disabled": false,
|
981
981
|
"document": "学术加速是否支持:\nNO_NEED_SUPPORT表示不需支持;NOT_SUPPORT_YET表示暂未支持;ALREADY_SUPPORT表示已经支持。对于ALREADY_SUPPORT的地域才需进一步调用DescribeScholarRocketStatus查看学术加速是开启还是关闭\n注意:此字段可能返回 null,表示取不到有效值。",
|
982
|
-
"example": "
|
982
|
+
"example": "ALREADY_SUPPORT",
|
983
983
|
"member": "string",
|
984
984
|
"name": "ScholarRocketSupportState",
|
985
985
|
"output_required": false,
|
@@ -1040,7 +1040,7 @@
|
|
1040
1040
|
{
|
1041
1041
|
"disabled": false,
|
1042
1042
|
"document": "幂等请求的token",
|
1043
|
-
"example": "
|
1043
|
+
"example": "hai-0-109261e6-c992-4d68-8b91-a70fac0da7b4",
|
1044
1044
|
"member": "string",
|
1045
1045
|
"name": "ClientToken",
|
1046
1046
|
"required": false,
|
@@ -1049,7 +1049,7 @@
|
|
1049
1049
|
{
|
1050
1050
|
"disabled": false,
|
1051
1051
|
"document": "DryRun为True就是只验接口连通性,默认为False",
|
1052
|
-
"example": "
|
1052
|
+
"example": "False",
|
1053
1053
|
"member": "bool",
|
1054
1054
|
"name": "DryRun",
|
1055
1055
|
"required": false,
|
@@ -1097,7 +1097,7 @@
|
|
1097
1097
|
{
|
1098
1098
|
"disabled": false,
|
1099
1099
|
"document": "场景名\n\n注意:此字段可能返回 null,表示取不到有效值。",
|
1100
|
-
"example": "
|
1100
|
+
"example": "AI框架",
|
1101
1101
|
"member": "string",
|
1102
1102
|
"name": "SceneName",
|
1103
1103
|
"output_required": true,
|
@@ -1151,7 +1151,7 @@
|
|
1151
1151
|
{
|
1152
1152
|
"disabled": false,
|
1153
1153
|
"document": "默认为False,True代表只验证接口连通性",
|
1154
|
-
"example": "
|
1154
|
+
"example": "False",
|
1155
1155
|
"member": "bool",
|
1156
1156
|
"name": "DryRun",
|
1157
1157
|
"required": false,
|
@@ -4,7 +4,7 @@
|
|
4
4
|
{
|
5
5
|
"document": "查询应用",
|
6
6
|
"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}",
|
7
|
-
"output": "{\n \"Response\": {\n \"ApplicationSet\": [\n {\n \"ApplicationId\": \"app-jxnaqazx\",\n \"ApplicationName\": \"应用名称\",\n \"Description\": \"应用描述\",\n \"MinSystemDiskSize\": 80\n }\n ],\n \"RequestId\": \"2b1fae52-8004-4a13-a20a-26ea1149f9df\",\n \"TotalCount\":
|
7
|
+
"output": "{\n \"Response\": {\n \"ApplicationSet\": [\n {\n \"ApplicationId\": \"app-jxnaqazx\",\n \"ApplicationName\": \"应用名称\",\n \"Description\": \"应用描述\",\n \"ConfigEnvironment\": \"Ubuntu20.04, Python 3.8, ChatGLM2-6b, CUDA 11.7, cuDNN 8, pytorch 2, JupyteLab\",\n \"MinSystemDiskSize\": 80\n }\n ],\n \"RequestId\": \"2b1fae52-8004-4a13-a20a-26ea1149f9df\",\n \"TotalCount\": 1\n }\n}",
|
8
8
|
"title": "查询应用"
|
9
9
|
}
|
10
10
|
],
|