tccli 3.0.1232.1__py2.py3-none-any.whl → 3.0.1234.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/services/clb/v20180317/api.json +1 -1
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +29 -11
- tccli/services/essbasic/v20210526/examples.json +2 -2
- tccli/services/iotexplorer/v20190423/api.json +4 -4
- tccli/services/ivld/v20210903/api.json +1 -1
- tccli/services/lighthouse/v20200324/api.json +69 -69
- tccli/services/lighthouse/v20200324/examples.json +6 -6
- tccli/services/lke/v20231130/api.json +2 -2
- tccli/services/memcached/v20190318/api.json +6 -6
- tccli/services/monitor/monitor_client.py +107 -54
- tccli/services/monitor/v20180724/api.json +206 -0
- tccli/services/monitor/v20180724/examples.json +14 -0
- tccli/services/mqtt/v20240516/api.json +22 -22
- tccli/services/mqtt/v20240516/examples.json +8 -2
- tccli/services/redis/v20180412/api.json +2 -2
- tccli/services/redis/v20180412/examples.json +8 -8
- tccli/services/ssl/v20191205/examples.json +2 -2
- tccli/services/vpc/v20170312/api.json +19 -1
- tccli/services/wedata/v20210820/api.json +11 -0
- {tccli-3.0.1232.1.dist-info → tccli-3.0.1234.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1232.1.dist-info → tccli-3.0.1234.1.dist-info}/RECORD +26 -26
- {tccli-3.0.1232.1.dist-info → tccli-3.0.1234.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1232.1.dist-info → tccli-3.0.1234.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1232.1.dist-info → tccli-3.0.1234.1.dist-info}/license_files/LICENSE +0 -0
@@ -1235,7 +1235,7 @@
|
|
1235
1235
|
{
|
1236
1236
|
"disabled": false,
|
1237
1237
|
"document": "官方网站Url。",
|
1238
|
-
"example": "
|
1238
|
+
"example": "https://www.bt.cn",
|
1239
1239
|
"member": "string",
|
1240
1240
|
"name": "CommunityUrl",
|
1241
1241
|
"output_required": true,
|
@@ -1245,7 +1245,7 @@
|
|
1245
1245
|
{
|
1246
1246
|
"disabled": false,
|
1247
1247
|
"document": "指导文章Url。",
|
1248
|
-
"example": "
|
1248
|
+
"example": "https://cloud.tencent.com/document/product/1207/47425",
|
1249
1249
|
"member": "string",
|
1250
1250
|
"name": "GuideUrl",
|
1251
1251
|
"output_required": true,
|
@@ -1291,30 +1291,30 @@
|
|
1291
1291
|
{
|
1292
1292
|
"disabled": false,
|
1293
1293
|
"document": "镜像信息。",
|
1294
|
-
"example": "",
|
1294
|
+
"example": "无",
|
1295
1295
|
"member": "Blueprint",
|
1296
1296
|
"name": "Blueprint",
|
1297
|
-
"
|
1297
|
+
"output_required": true,
|
1298
1298
|
"type": "object",
|
1299
1299
|
"value_allowed_null": false
|
1300
1300
|
},
|
1301
1301
|
{
|
1302
1302
|
"disabled": false,
|
1303
1303
|
"document": "软件列表。",
|
1304
|
-
"example": "",
|
1304
|
+
"example": "无",
|
1305
1305
|
"member": "Software",
|
1306
1306
|
"name": "SoftwareSet",
|
1307
|
-
"
|
1307
|
+
"output_required": true,
|
1308
1308
|
"type": "list",
|
1309
1309
|
"value_allowed_null": false
|
1310
1310
|
},
|
1311
1311
|
{
|
1312
1312
|
"disabled": false,
|
1313
1313
|
"document": "实例 ID。",
|
1314
|
-
"example": "",
|
1314
|
+
"example": "lhins-swgw4sg2",
|
1315
1315
|
"member": "string",
|
1316
1316
|
"name": "InstanceId",
|
1317
|
-
"
|
1317
|
+
"output_required": true,
|
1318
1318
|
"type": "string",
|
1319
1319
|
"value_allowed_null": false
|
1320
1320
|
}
|
@@ -1833,7 +1833,7 @@
|
|
1833
1833
|
{
|
1834
1834
|
"disabled": false,
|
1835
1835
|
"document": "云硬盘名称。最大长度60。",
|
1836
|
-
"example": "
|
1836
|
+
"example": "disk_for_softwares",
|
1837
1837
|
"member": "string",
|
1838
1838
|
"name": "DiskName",
|
1839
1839
|
"required": false,
|
@@ -2261,7 +2261,7 @@
|
|
2261
2261
|
"example": "无",
|
2262
2262
|
"member": "KeyPair",
|
2263
2263
|
"name": "KeyPair",
|
2264
|
-
"
|
2264
|
+
"output_required": true,
|
2265
2265
|
"type": "object",
|
2266
2266
|
"value_allowed_null": false
|
2267
2267
|
},
|
@@ -5683,7 +5683,7 @@
|
|
5683
5683
|
{
|
5684
5684
|
"disabled": false,
|
5685
5685
|
"document": "云硬盘退还失败错误信息。",
|
5686
|
-
"example": "
|
5686
|
+
"example": "该资源购买自活动,活动设置不允许进行退费, 如有疑问,请联系我们。",
|
5687
5687
|
"member": "string",
|
5688
5688
|
"name": "ReturnFailMessage",
|
5689
5689
|
"output_required": true,
|
@@ -6163,7 +6163,7 @@
|
|
6163
6163
|
{
|
6164
6164
|
"disabled": false,
|
6165
6165
|
"document": "防火墙规则描述。",
|
6166
|
-
"example": "
|
6166
|
+
"example": "Web服务HTTP(80),如 Apache、Nginx",
|
6167
6167
|
"member": "string",
|
6168
6168
|
"name": "FirewallRuleDescription",
|
6169
6169
|
"output_required": true,
|
@@ -6235,7 +6235,7 @@
|
|
6235
6235
|
{
|
6236
6236
|
"disabled": false,
|
6237
6237
|
"document": "任务ID。",
|
6238
|
-
"example": "lgtk-
|
6238
|
+
"example": "lgtk-dodi8tqa",
|
6239
6239
|
"member": "string",
|
6240
6240
|
"name": "TaskId",
|
6241
6241
|
"output_required": true,
|
@@ -6264,7 +6264,7 @@
|
|
6264
6264
|
},
|
6265
6265
|
{
|
6266
6266
|
"disabled": false,
|
6267
|
-
"document": "
|
6267
|
+
"document": "应用模板的执行状态。\n\n- SUCCESS:成功\n- FAILED:失败",
|
6268
6268
|
"example": "SUCCESS",
|
6269
6269
|
"member": "string",
|
6270
6270
|
"name": "ApplyState",
|
@@ -6330,8 +6330,8 @@
|
|
6330
6330
|
},
|
6331
6331
|
{
|
6332
6332
|
"disabled": false,
|
6333
|
-
"document": "
|
6334
|
-
"example": "
|
6333
|
+
"document": "防火墙模板应用状态。\n\n- SUCCESS:成功\n- FAILED:失败",
|
6334
|
+
"example": "FAILED",
|
6335
6335
|
"member": "string",
|
6336
6336
|
"name": "ApplyState",
|
6337
6337
|
"output_required": true,
|
@@ -6341,7 +6341,7 @@
|
|
6341
6341
|
{
|
6342
6342
|
"disabled": false,
|
6343
6343
|
"document": "防火墙模板应用错误信息。",
|
6344
|
-
"example": "
|
6344
|
+
"example": "modifyInstanceFirewallRules error",
|
6345
6345
|
"member": "string",
|
6346
6346
|
"name": "ErrorMessage",
|
6347
6347
|
"output_required": true,
|
@@ -6357,7 +6357,7 @@
|
|
6357
6357
|
{
|
6358
6358
|
"disabled": false,
|
6359
6359
|
"document": "防火墙模板规则ID。",
|
6360
|
-
"example": "lhftr-
|
6360
|
+
"example": "lhftr-gexf7cmvpq",
|
6361
6361
|
"member": "string",
|
6362
6362
|
"name": "TemplateRuleId",
|
6363
6363
|
"output_required": true,
|
@@ -6404,35 +6404,35 @@
|
|
6404
6404
|
"usage": "out"
|
6405
6405
|
},
|
6406
6406
|
"GeneralResourceQuota": {
|
6407
|
-
"document": "
|
6407
|
+
"document": "描述通用资源配额信息。",
|
6408
6408
|
"members": [
|
6409
6409
|
{
|
6410
6410
|
"disabled": false,
|
6411
6411
|
"document": "资源名称。",
|
6412
|
-
"example": "",
|
6412
|
+
"example": "GENERAL_BUNDLE_INSTANCE",
|
6413
6413
|
"member": "string",
|
6414
6414
|
"name": "ResourceName",
|
6415
|
-
"
|
6415
|
+
"output_required": true,
|
6416
6416
|
"type": "string",
|
6417
6417
|
"value_allowed_null": false
|
6418
6418
|
},
|
6419
6419
|
{
|
6420
6420
|
"disabled": false,
|
6421
6421
|
"document": "资源当前可用数量。",
|
6422
|
-
"example": "",
|
6422
|
+
"example": "10",
|
6423
6423
|
"member": "int64",
|
6424
6424
|
"name": "ResourceQuotaAvailable",
|
6425
|
-
"
|
6425
|
+
"output_required": true,
|
6426
6426
|
"type": "int",
|
6427
6427
|
"value_allowed_null": false
|
6428
6428
|
},
|
6429
6429
|
{
|
6430
6430
|
"disabled": false,
|
6431
6431
|
"document": "资源总数量。",
|
6432
|
-
"example": "",
|
6432
|
+
"example": "10",
|
6433
6433
|
"member": "int64",
|
6434
6434
|
"name": "ResourceQuotaTotal",
|
6435
|
-
"
|
6435
|
+
"output_required": true,
|
6436
6436
|
"type": "int",
|
6437
6437
|
"value_allowed_null": false
|
6438
6438
|
}
|
@@ -7281,40 +7281,40 @@
|
|
7281
7281
|
{
|
7282
7282
|
"disabled": false,
|
7283
7283
|
"document": "实例 ID。",
|
7284
|
-
"example": "",
|
7284
|
+
"example": "lhins-xusdke45",
|
7285
7285
|
"member": "string",
|
7286
7286
|
"name": "InstanceId",
|
7287
|
-
"
|
7287
|
+
"output_required": true,
|
7288
7288
|
"type": "string",
|
7289
7289
|
"value_allowed_null": false
|
7290
7290
|
},
|
7291
7291
|
{
|
7292
7292
|
"disabled": false,
|
7293
7293
|
"document": "实例是否可退还。",
|
7294
|
-
"example": "",
|
7294
|
+
"example": "false",
|
7295
7295
|
"member": "bool",
|
7296
7296
|
"name": "IsReturnable",
|
7297
|
-
"
|
7297
|
+
"output_required": true,
|
7298
7298
|
"type": "bool",
|
7299
7299
|
"value_allowed_null": false
|
7300
7300
|
},
|
7301
7301
|
{
|
7302
7302
|
"disabled": false,
|
7303
7303
|
"document": "实例退还失败错误码。",
|
7304
|
-
"example": "",
|
7304
|
+
"example": "2",
|
7305
7305
|
"member": "int64",
|
7306
7306
|
"name": "ReturnFailCode",
|
7307
|
-
"
|
7307
|
+
"output_required": true,
|
7308
7308
|
"type": "int",
|
7309
7309
|
"value_allowed_null": false
|
7310
7310
|
},
|
7311
7311
|
{
|
7312
7312
|
"disabled": false,
|
7313
7313
|
"document": "实例退还失败错误信息。",
|
7314
|
-
"example": "",
|
7314
|
+
"example": "资源已过期",
|
7315
7315
|
"member": "string",
|
7316
7316
|
"name": "ReturnFailMessage",
|
7317
|
-
"
|
7317
|
+
"output_required": true,
|
7318
7318
|
"type": "string",
|
7319
7319
|
"value_allowed_null": false
|
7320
7320
|
}
|
@@ -7353,7 +7353,7 @@
|
|
7353
7353
|
{
|
7354
7354
|
"disabled": false,
|
7355
7355
|
"document": " 来源:RESTRICT:封禁、FREEZW:冻结\n注意:此字段可能返回 null,表示取不到有效值。",
|
7356
|
-
"example": "
|
7356
|
+
"example": "FREEZING",
|
7357
7357
|
"member": "string",
|
7358
7358
|
"name": "Source",
|
7359
7359
|
"output_required": false,
|
@@ -7363,7 +7363,7 @@
|
|
7363
7363
|
{
|
7364
7364
|
"disabled": false,
|
7365
7365
|
"document": "是否允许自助解封:1是,2否\n注意:此字段可能返回 null,表示取不到有效值。",
|
7366
|
-
"example": "
|
7366
|
+
"example": "2",
|
7367
7367
|
"member": "string",
|
7368
7368
|
"name": "State",
|
7369
7369
|
"output_required": false,
|
@@ -7373,7 +7373,7 @@
|
|
7373
7373
|
{
|
7374
7374
|
"disabled": false,
|
7375
7375
|
"document": "违规类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
7376
|
-
"example": "
|
7376
|
+
"example": "未备案",
|
7377
7377
|
"member": "string",
|
7378
7378
|
"name": "Reason",
|
7379
7379
|
"output_required": false,
|
@@ -7383,7 +7383,7 @@
|
|
7383
7383
|
{
|
7384
7384
|
"disabled": false,
|
7385
7385
|
"document": "违规内容(URL、关联域名)\n注意:此字段可能返回 null,表示取不到有效值。",
|
7386
|
-
"example": "
|
7386
|
+
"example": "http://157.*.*.29/",
|
7387
7387
|
"member": "string",
|
7388
7388
|
"name": "Content",
|
7389
7389
|
"output_required": false,
|
@@ -7508,7 +7508,7 @@
|
|
7508
7508
|
{
|
7509
7509
|
"disabled": false,
|
7510
7510
|
"document": "密钥对名称。",
|
7511
|
-
"example": "
|
7511
|
+
"example": "api_group_key",
|
7512
7512
|
"member": "string",
|
7513
7513
|
"name": "KeyName",
|
7514
7514
|
"output_required": true,
|
@@ -7518,7 +7518,7 @@
|
|
7518
7518
|
{
|
7519
7519
|
"disabled": false,
|
7520
7520
|
"document": "密钥对的纯文本公钥。",
|
7521
|
-
"example": "
|
7521
|
+
"example": "ssh-rsa AAAAB3NzaC1yc2E*****JNseYY4Pt3IbTv30Zx8jqQtYvfayk35YZLFl1woO2R skey-jfwgd",
|
7522
7522
|
"member": "string",
|
7523
7523
|
"name": "PublicKey",
|
7524
7524
|
"output_required": true,
|
@@ -7528,7 +7528,7 @@
|
|
7528
7528
|
{
|
7529
7529
|
"disabled": false,
|
7530
7530
|
"document": "密钥对关联的实例 ID 列表。\n注意:此字段可能返回 null,表示取不到有效值。",
|
7531
|
-
"example": "[]",
|
7531
|
+
"example": "[\"lhins-afge14se\"]",
|
7532
7532
|
"member": "string",
|
7533
7533
|
"name": "AssociatedInstanceIds",
|
7534
7534
|
"output_required": true,
|
@@ -8074,7 +8074,7 @@
|
|
8074
8074
|
{
|
8075
8075
|
"disabled": false,
|
8076
8076
|
"document": "实例名称。可任意命名,但不得超过 60 个字符。",
|
8077
|
-
"example": "
|
8077
|
+
"example": "instance_for_api",
|
8078
8078
|
"member": "string",
|
8079
8079
|
"name": "InstanceName",
|
8080
8080
|
"required": false,
|
@@ -8814,30 +8814,30 @@
|
|
8814
8814
|
{
|
8815
8815
|
"disabled": false,
|
8816
8816
|
"document": "镜像详细信息",
|
8817
|
-
"example": "",
|
8817
|
+
"example": "无",
|
8818
8818
|
"member": "Blueprint",
|
8819
8819
|
"name": "BlueprintInfo",
|
8820
|
-
"
|
8820
|
+
"output_required": true,
|
8821
8821
|
"type": "object",
|
8822
8822
|
"value_allowed_null": false
|
8823
8823
|
},
|
8824
8824
|
{
|
8825
8825
|
"disabled": false,
|
8826
8826
|
"document": "实例镜像是否可重置为目标镜像",
|
8827
|
-
"example": "",
|
8827
|
+
"example": "false",
|
8828
8828
|
"member": "bool",
|
8829
8829
|
"name": "IsResettable",
|
8830
|
-
"
|
8830
|
+
"output_required": true,
|
8831
8831
|
"type": "bool",
|
8832
8832
|
"value_allowed_null": false
|
8833
8833
|
},
|
8834
8834
|
{
|
8835
8835
|
"disabled": false,
|
8836
8836
|
"document": "不可重置信息.当镜像可重置时为\"\"",
|
8837
|
-
"example": "",
|
8837
|
+
"example": "非中国大陆地域不支持Linux系统和Windows系统之间互转。",
|
8838
8838
|
"member": "string",
|
8839
8839
|
"name": "NonResettableMessage",
|
8840
|
-
"
|
8840
|
+
"output_required": true,
|
8841
8841
|
"type": "string",
|
8842
8842
|
"value_allowed_null": false
|
8843
8843
|
}
|
@@ -9077,30 +9077,30 @@
|
|
9077
9077
|
{
|
9078
9078
|
"disabled": false,
|
9079
9079
|
"document": "使用场景Id",
|
9080
|
-
"example": "
|
9080
|
+
"example": "lhsc-3bzsddow",
|
9081
9081
|
"member": "string",
|
9082
9082
|
"name": "SceneId",
|
9083
|
-
"
|
9083
|
+
"output_required": true,
|
9084
9084
|
"type": "string",
|
9085
9085
|
"value_allowed_null": false
|
9086
9086
|
},
|
9087
9087
|
{
|
9088
9088
|
"disabled": false,
|
9089
9089
|
"document": "使用场景展示名称",
|
9090
|
-
"example": "
|
9090
|
+
"example": "网站",
|
9091
9091
|
"member": "string",
|
9092
9092
|
"name": "DisplayName",
|
9093
|
-
"
|
9093
|
+
"output_required": true,
|
9094
9094
|
"type": "string",
|
9095
9095
|
"value_allowed_null": false
|
9096
9096
|
},
|
9097
9097
|
{
|
9098
9098
|
"disabled": false,
|
9099
9099
|
"document": "使用场景描述",
|
9100
|
-
"example": "
|
9100
|
+
"example": "提供常用建站类应用模板与工具,帮助您快速构建满足业务诉求的网站,如企业官网、资讯、博客、论坛等等。",
|
9101
9101
|
"member": "string",
|
9102
9102
|
"name": "Description",
|
9103
|
-
"
|
9103
|
+
"output_required": true,
|
9104
9104
|
"type": "string",
|
9105
9105
|
"value_allowed_null": false
|
9106
9106
|
}
|
@@ -9113,30 +9113,30 @@
|
|
9113
9113
|
{
|
9114
9114
|
"disabled": false,
|
9115
9115
|
"document": "使用场景Id。",
|
9116
|
-
"example": "
|
9116
|
+
"example": "lhsc-3bzsddow",
|
9117
9117
|
"member": "string",
|
9118
9118
|
"name": "SceneId",
|
9119
|
-
"
|
9119
|
+
"output_required": true,
|
9120
9120
|
"type": "string",
|
9121
9121
|
"value_allowed_null": false
|
9122
9122
|
},
|
9123
9123
|
{
|
9124
9124
|
"disabled": false,
|
9125
9125
|
"document": "使用场景展示名称。",
|
9126
|
-
"example": "
|
9126
|
+
"example": "网站",
|
9127
9127
|
"member": "string",
|
9128
9128
|
"name": "DisplayName",
|
9129
|
-
"
|
9129
|
+
"output_required": true,
|
9130
9130
|
"type": "string",
|
9131
9131
|
"value_allowed_null": false
|
9132
9132
|
},
|
9133
9133
|
{
|
9134
9134
|
"disabled": false,
|
9135
9135
|
"document": "使用场景描述信息。",
|
9136
|
-
"example": "
|
9136
|
+
"example": "提供常用建站类应用模板与工具,帮助您快速构建满足业务诉求的网站,如企业官网、资讯、博客、论坛等等。",
|
9137
9137
|
"member": "string",
|
9138
9138
|
"name": "Description",
|
9139
|
-
"
|
9139
|
+
"output_required": true,
|
9140
9140
|
"type": "string",
|
9141
9141
|
"value_allowed_null": false
|
9142
9142
|
}
|
@@ -9327,50 +9327,50 @@
|
|
9327
9327
|
{
|
9328
9328
|
"disabled": false,
|
9329
9329
|
"document": "软件名称。",
|
9330
|
-
"example": "",
|
9330
|
+
"example": "宝塔Linux面板",
|
9331
9331
|
"member": "string",
|
9332
9332
|
"name": "Name",
|
9333
|
-
"
|
9333
|
+
"output_required": true,
|
9334
9334
|
"type": "string",
|
9335
9335
|
"value_allowed_null": false
|
9336
9336
|
},
|
9337
9337
|
{
|
9338
9338
|
"disabled": false,
|
9339
9339
|
"document": "软件版本。",
|
9340
|
-
"example": "",
|
9340
|
+
"example": "8.1.0 腾讯云专享版",
|
9341
9341
|
"member": "string",
|
9342
9342
|
"name": "Version",
|
9343
|
-
"
|
9343
|
+
"output_required": true,
|
9344
9344
|
"type": "string",
|
9345
9345
|
"value_allowed_null": false
|
9346
9346
|
},
|
9347
9347
|
{
|
9348
9348
|
"disabled": false,
|
9349
9349
|
"document": "软件图片 URL。",
|
9350
|
-
"example": "",
|
9350
|
+
"example": "https://imgcache.qq.com/open_proj/proj_qcloud_v2/tc-console/tea-static-lighthouse/src/styles/slice/bt-panel.svg",
|
9351
9351
|
"member": "string",
|
9352
9352
|
"name": "ImageUrl",
|
9353
|
-
"
|
9353
|
+
"output_required": true,
|
9354
9354
|
"type": "string",
|
9355
9355
|
"value_allowed_null": false
|
9356
9356
|
},
|
9357
9357
|
{
|
9358
9358
|
"disabled": false,
|
9359
9359
|
"document": "软件安装目录。",
|
9360
|
-
"example": "",
|
9360
|
+
"example": "/www",
|
9361
9361
|
"member": "string",
|
9362
9362
|
"name": "InstallDir",
|
9363
|
-
"
|
9363
|
+
"output_required": true,
|
9364
9364
|
"type": "string",
|
9365
9365
|
"value_allowed_null": false
|
9366
9366
|
},
|
9367
9367
|
{
|
9368
9368
|
"disabled": false,
|
9369
9369
|
"document": "软件详情列表。",
|
9370
|
-
"example": "",
|
9370
|
+
"example": "无",
|
9371
9371
|
"member": "SoftwareDetail",
|
9372
9372
|
"name": "DetailSet",
|
9373
|
-
"
|
9373
|
+
"output_required": true,
|
9374
9374
|
"type": "list",
|
9375
9375
|
"value_allowed_null": false
|
9376
9376
|
}
|
@@ -75,7 +75,7 @@
|
|
75
75
|
"CreateDisks": [
|
76
76
|
{
|
77
77
|
"document": "创建云硬盘",
|
78
|
-
"input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDisks\n<公共请求参数>\n\n{\n \"DiskCount\": 1,\n \"DiskChargePrepaid\": {\n \"Period\": 1,\n \"TimeUnit\": \"m\"\n },\n \"DiskName\": \"
|
78
|
+
"input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDisks\n<公共请求参数>\n\n{\n \"DiskCount\": 1,\n \"DiskChargePrepaid\": {\n \"Period\": 1,\n \"TimeUnit\": \"m\"\n },\n \"DiskName\": \"disk_for_softwares\",\n \"DiskType\": \"CLOUD_PREMIUM\",\n \"DiskSize\": 20,\n \"Zone\": \"ap-hongkong-2\",\n \"DiskBackupQuota\": 1\n}",
|
79
79
|
"output": "{\n \"Response\": {\n \"DiskIdSet\": [\n \"lhdisk-2q0cs4oe\"\n ],\n \"RequestId\": \"69765fd3-56a6-4633-8afd-72ca7805226b\"\n }\n}",
|
80
80
|
"title": "创建云硬盘"
|
81
81
|
}
|
@@ -124,7 +124,7 @@
|
|
124
124
|
{
|
125
125
|
"document": "",
|
126
126
|
"input": "https://lighthouse.tencentcloudapi.com/?Action=CreateKeyPair\n&KeyName=test_create_1\n&<公共请求参数>",
|
127
|
-
"output": "{\n \"Response\": {\n \"KeyPair\": {\n \"KeyId\": \"lhkp-hfenegt1\",\n \"KeyName\": \"test_create_1\",\n \"PublicKey\": \"
|
127
|
+
"output": "{\n \"Response\": {\n \"KeyPair\": {\n \"KeyId\": \"lhkp-hfenegt1\",\n \"KeyName\": \"test_create_1\",\n \"PublicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6Zx4q...\",\n \"AssociatedInstanceIds\": [],\n \"CreatedTime\": null,\n \"PrivateKey\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIEowIBAAKCAQEAumc...\\n-----END RSA PRIVATE KEY-----\"\n },\n \"RequestId\": \"02dc35eb-06f0-477f-9b06-c980bc56c18d\"\n }\n}",
|
128
128
|
"title": "创建密钥对"
|
129
129
|
}
|
130
130
|
],
|
@@ -188,7 +188,7 @@
|
|
188
188
|
{
|
189
189
|
"document": "",
|
190
190
|
"input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAllScenes\n<公共请求参数>\n\n{\n \"Limit\": 10,\n \"Offset\": 0\n}",
|
191
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"22cef196-4013-493e-8acb-33a2cb629869\",\n \"TotalCount\": 3,\n \"SceneInfoSet\": [\n {\n \"SceneId\": \"lhsc-
|
191
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"22cef196-4013-493e-8acb-33a2cb629869\",\n \"TotalCount\": 3,\n \"SceneInfoSet\": [\n {\n \"SceneId\": \"lhsc-xyz789ab\",\n \"DisplayName\": \"场景名称1\",\n \"Description\": \"场景描述1\"\n },\n {\n \"SceneId\": \"lhsc-pqr456st\",\n \"DisplayName\": \"场景名称2\",\n \"Description\": \"场景描述2\"\n },\n {\n \"SceneId\": \"lhsc-uvw123xy\",\n \"DisplayName\": \"场景名称3\",\n \"Description\": \"场景描述3\"\n }\n ]\n }\n}",
|
192
192
|
"title": "查询全地域使用场景信息"
|
193
193
|
}
|
194
194
|
],
|
@@ -474,7 +474,7 @@
|
|
474
474
|
{
|
475
475
|
"document": "查询实例可重装镜像",
|
476
476
|
"input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeResetInstanceBlueprints\n<公共请求参数>\n\n{\n \"InstanceId\": \"lhins-euqk4yut\"\n}",
|
477
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"d085dd6e-fd50-426f-bb29-b0ed899ccdf7\",\n \"ResetInstanceBlueprintSet\": [\n {\n \"BlueprintInfo\": {\n \"BlueprintId\": \"lhbp-m1g6ap11\",\n \"BlueprintName\": \"
|
477
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"d085dd6e-fd50-426f-bb29-b0ed899ccdf7\",\n \"ResetInstanceBlueprintSet\": [\n {\n \"BlueprintInfo\": {\n \"BlueprintId\": \"lhbp-m1g6ap11\",\n \"BlueprintName\": \"7_days_to_die_windows\",\n \"BlueprintShared\": false,\n \"BlueprintState\": \"NORMAL\",\n \"BlueprintType\": \"APP_OS\",\n \"CommunityUrl\": \"\",\n \"CreatedTime\": \"2024-06-12T23:30:03Z\",\n \"Description\": \"七日杀是一个生存类游戏。\",\n \"DisplayTitle\": \"7日杀Windows\",\n \"DisplayVersion\": \" \",\n \"DockerVersion\": \"\",\n \"GuideUrl\": \"\",\n \"ImageId\": \"\",\n \"ImageUrl\": \"https://cloudcache.tencent-cloud.com/qcloud/ui/static/static_source_business/f1afb130-22a7-479d-a5a3-013e8f633b5a.svg\",\n \"OsName\": \"Windows Server 2022 DataCenter 64bit CN\",\n \"Platform\": \"WINDOWS\",\n \"PlatformType\": \"WINDOWS\",\n \"RequiredMemorySize\": 2,\n \"RequiredSystemDiskSize\": 50,\n \"SceneIdSet\": [],\n \"SupportAutomationTools\": true\n },\n \"IsResettable\": false,\n \"NonResettableMessage\": \"非中国大陆地域不支持Linux系统和Windows系统之间互转。\"\n }\n ],\n \"TotalCount\": 1\n }\n}",
|
478
478
|
"title": "查询实例可重装镜像"
|
479
479
|
}
|
480
480
|
],
|
@@ -641,7 +641,7 @@
|
|
641
641
|
"ModifyDockerContainer": [
|
642
642
|
{
|
643
643
|
"document": "修改实例内的Docker容器",
|
644
|
-
"input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDockerContainer\n<公共请求参数>\n\n{\n \"Command\": \"\",\n \"Envs\": [\n {\n \"Key\": \"Key1\",\n \"Value\": \"Value1\"\n }\n ],\n \"PublishPorts\": [\n {\n \"ContainerPort\": 80,\n \"HostPort\": 8081\n }\n ],\n \"Volumes\": [\n {\n \"ContainerPath\": \"/data/container\",\n \"HostPath\": \"/data/host\"\n }\n ],\n \"ContainerId\": \"809e9d4014f08811779c07639ec13a53ee70ba166201611298611c883e553415\",\n \"InstanceId\": \"lhins-nwycpjl3\"\n}",
|
644
|
+
"input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDockerContainer\n<公共请求参数>\n\n{\n \"Command\": \"ls -l\",\n \"Envs\": [\n {\n \"Key\": \"Key1\",\n \"Value\": \"Value1\"\n }\n ],\n \"PublishPorts\": [\n {\n \"ContainerPort\": 80,\n \"HostPort\": 8081\n }\n ],\n \"Volumes\": [\n {\n \"ContainerPath\": \"/data/container\",\n \"HostPath\": \"/data/host\"\n }\n ],\n \"ContainerId\": \"809e9d4014f08811779c07639ec13a53ee70ba166201611298611c883e553415\",\n \"InstanceId\": \"lhins-nwycpjl3\"\n}",
|
645
645
|
"output": "{\n \"Response\": {\n \"DockerActivityId\": \"lhda-nn82v77w\",\n \"RequestId\": \"2c715b55-de1f-4a46-94a8-caeeee86b0f1\"\n }\n}",
|
646
646
|
"title": "修改实例内的Docker容器"
|
647
647
|
}
|
@@ -817,7 +817,7 @@
|
|
817
817
|
"RunDockerContainers": [
|
818
818
|
{
|
819
819
|
"document": "",
|
820
|
-
"input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunDockerContainers\n<公共请求参数>\n\n{\n \"Containers\": [\n {\n \"Command\": \"\",\n \"ContainerImage\": \"nginx\",\n \"ContainerName\": \"mynginx\",\n \"Envs\": [\n {\n \"Key\": \"Key1\",\n \"Value\": \"Value1\"\n }\n ],\n \"PublishPorts\": [\n {\n \"ContainerPort\": 80,\n \"HostPort\": 8081\n }\n ],\n \"Volumes\": [\n {\n \"ContainerPath\": \"/data/container\",\n \"HostPath\": \"/data/host\"\n }\n ]\n }\n ],\n \"InstanceId\": \"lhins-nwycpjl3\"\n}",
|
820
|
+
"input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunDockerContainers\n<公共请求参数>\n\n{\n \"Containers\": [\n {\n \"Command\": \"ls -l\",\n \"ContainerImage\": \"nginx\",\n \"ContainerName\": \"mynginx\",\n \"Envs\": [\n {\n \"Key\": \"Key1\",\n \"Value\": \"Value1\"\n }\n ],\n \"PublishPorts\": [\n {\n \"ContainerPort\": 80,\n \"HostPort\": 8081\n }\n ],\n \"Volumes\": [\n {\n \"ContainerPath\": \"/data/container\",\n \"HostPath\": \"/data/host\"\n }\n ]\n }\n ],\n \"InstanceId\": \"lhins-nwycpjl3\"\n}",
|
821
821
|
"output": "{\n \"Response\": {\n \"DockerActivitySet\": [\n \"lhda-9qq8eu91\"\n ],\n \"RequestId\": \"cd373a49-2506-42f6-a205-c2f5ae467849\"\n }\n}",
|
822
822
|
"title": "创建并运行Docker容器"
|
823
823
|
}
|
@@ -4926,7 +4926,7 @@
|
|
4926
4926
|
},
|
4927
4927
|
{
|
4928
4928
|
"disabled": false,
|
4929
|
-
"document": "开始时间戳, 单位为秒",
|
4929
|
+
"document": "开始时间戳, 单位为秒(默认值0)",
|
4930
4930
|
"example": "无",
|
4931
4931
|
"member": "string",
|
4932
4932
|
"name": "StartTime",
|
@@ -4935,7 +4935,7 @@
|
|
4935
4935
|
},
|
4936
4936
|
{
|
4937
4937
|
"disabled": false,
|
4938
|
-
"document": "结束时间戳, 单位为秒",
|
4938
|
+
"document": "结束时间戳, 单位为秒(默认值0, 必须大于开始时间戳)",
|
4939
4939
|
"example": "无",
|
4940
4940
|
"member": "string",
|
4941
4941
|
"name": "EndTime",
|
@@ -223,14 +223,14 @@
|
|
223
223
|
},
|
224
224
|
{
|
225
225
|
"disabled": false,
|
226
|
-
"document": "
|
226
|
+
"document": "实例关联的标签信息",
|
227
227
|
"example": "无",
|
228
228
|
"member": "TagInfo",
|
229
229
|
"name": "Tags",
|
230
230
|
"output_required": true,
|
231
231
|
"required": false,
|
232
232
|
"type": "list",
|
233
|
-
"value_allowed_null":
|
233
|
+
"value_allowed_null": false
|
234
234
|
},
|
235
235
|
{
|
236
236
|
"disabled": false,
|
@@ -427,25 +427,25 @@
|
|
427
427
|
"members": [
|
428
428
|
{
|
429
429
|
"disabled": false,
|
430
|
-
"document": "
|
430
|
+
"document": "标签键",
|
431
431
|
"example": "标签key",
|
432
432
|
"member": "string",
|
433
433
|
"name": "TagKey",
|
434
434
|
"output_required": false,
|
435
435
|
"required": true,
|
436
436
|
"type": "string",
|
437
|
-
"value_allowed_null":
|
437
|
+
"value_allowed_null": false
|
438
438
|
},
|
439
439
|
{
|
440
440
|
"disabled": false,
|
441
|
-
"document": "
|
441
|
+
"document": "标签值",
|
442
442
|
"example": "标签value",
|
443
443
|
"member": "string",
|
444
444
|
"name": "TagValue",
|
445
445
|
"output_required": false,
|
446
446
|
"required": false,
|
447
447
|
"type": "string",
|
448
|
-
"value_allowed_null":
|
448
|
+
"value_allowed_null": false
|
449
449
|
}
|
450
450
|
],
|
451
451
|
"usage": "both"
|