tccli 3.0.1200.1__py2.py3-none-any.whl → 3.0.1201.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.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +3 -0
- tccli/services/autoscaling/v20180419/api.json +33 -5
- tccli/services/autoscaling/v20180419/examples.json +3 -3
- tccli/services/batch/v20170312/api.json +2 -2
- tccli/services/ca/__init__.py +4 -0
- tccli/services/ca/ca_client.py +301 -0
- tccli/services/ca/v20230228/api.json +264 -0
- tccli/services/ca/v20230228/examples.json +41 -0
- tccli/services/ccc/ccc_client.py +153 -47
- tccli/services/ccc/v20200210/api.json +185 -1
- tccli/services/ccc/v20200210/examples.json +17 -1
- tccli/services/cdn/v20180606/api.json +30 -1
- tccli/services/cdwdoris/v20211228/api.json +5 -1
- tccli/services/cvm/cvm_client.py +53 -0
- tccli/services/cvm/v20170312/api.json +173 -25
- tccli/services/cvm/v20170312/examples.json +9 -1
- tccli/services/cynosdb/v20190107/api.json +56 -56
- tccli/services/dts/v20211206/api.json +12 -12
- tccli/services/emr/v20190103/api.json +9 -0
- tccli/services/ess/v20201111/api.json +6 -6
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/lcic/v20220817/api.json +1 -1
- tccli/services/lighthouse/v20200324/api.json +2 -2
- tccli/services/mqtt/v20240516/api.json +1 -1
- tccli/services/mrs/v20200910/api.json +71 -1
- tccli/services/ocr/v20181119/api.json +10 -0
- tccli/services/ses/v20201002/api.json +50 -0
- tccli/services/ses/v20201002/examples.json +6 -0
- tccli/services/teo/teo_client.py +724 -141
- tccli/services/teo/v20220901/api.json +993 -106
- tccli/services/teo/v20220901/examples.json +112 -0
- tccli/services/tke/v20180525/api.json +7 -4
- tccli/services/vpc/v20170312/api.json +1273 -17
- tccli/services/vpc/v20170312/examples.json +176 -0
- tccli/services/vpc/vpc_client.py +1315 -149
- {tccli-3.0.1200.1.dist-info → tccli-3.0.1201.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1200.1.dist-info → tccli-3.0.1201.1.dist-info}/RECORD +41 -37
- {tccli-3.0.1200.1.dist-info → tccli-3.0.1201.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1200.1.dist-info → tccli-3.0.1201.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1200.1.dist-info → tccli-3.0.1201.1.dist-info}/license_files/LICENSE +0 -0
@@ -182,6 +182,13 @@
|
|
182
182
|
"output": "DescribeHpcClustersResponse",
|
183
183
|
"status": "online"
|
184
184
|
},
|
185
|
+
"DescribeImageFromFamily": {
|
186
|
+
"document": "本接口(DescribeImageFromFamily) 用于查看镜像族内可用镜像信息。",
|
187
|
+
"input": "DescribeImageFromFamilyRequest",
|
188
|
+
"name": "查询镜像族内可用镜像",
|
189
|
+
"output": "DescribeImageFromFamilyResponse",
|
190
|
+
"status": "online"
|
191
|
+
},
|
185
192
|
"DescribeImageQuota": {
|
186
193
|
"document": "本接口(DescribeImageQuota)用于查询用户账号的镜像配额。",
|
187
194
|
"input": "DescribeImageQuotaRequest",
|
@@ -796,9 +803,10 @@
|
|
796
803
|
{
|
797
804
|
"disabled": false,
|
798
805
|
"document": "定时器动作,目前仅支持销毁一个值:TerminateInstances。\n注意:此字段可能返回 null,表示取不到有效值。",
|
799
|
-
"example": "
|
806
|
+
"example": "TerminateInstances",
|
800
807
|
"member": "string",
|
801
808
|
"name": "TimerAction",
|
809
|
+
"output_required": true,
|
802
810
|
"required": false,
|
803
811
|
"type": "string",
|
804
812
|
"value_allowed_null": true
|
@@ -806,9 +814,10 @@
|
|
806
814
|
{
|
807
815
|
"disabled": false,
|
808
816
|
"document": "执行时间,按照ISO8601标准表示,并且使用UTC时间。格式为 YYYY-MM-DDThh:mm:ssZ。例如 2018-05-29T11:26:40Z,执行时间必须大于当前时间5分钟。\n注意:此字段可能返回 null,表示取不到有效值。",
|
809
|
-
"example": "
|
817
|
+
"example": "2024-05-29T11:26:40Z",
|
810
818
|
"member": "string",
|
811
819
|
"name": "ActionTime",
|
820
|
+
"output_required": true,
|
812
821
|
"required": false,
|
813
822
|
"type": "string",
|
814
823
|
"value_allowed_null": true
|
@@ -816,9 +825,10 @@
|
|
816
825
|
{
|
817
826
|
"disabled": false,
|
818
827
|
"document": "扩展数据\n注意:此字段可能返回 null,表示取不到有效值。",
|
819
|
-
"example": "{\"
|
828
|
+
"example": "{\"ReleaseAddress\":\"true\"}",
|
820
829
|
"member": "Externals",
|
821
830
|
"name": "Externals",
|
831
|
+
"output_required": true,
|
822
832
|
"required": false,
|
823
833
|
"type": "object",
|
824
834
|
"value_allowed_null": true
|
@@ -1705,7 +1715,7 @@
|
|
1705
1715
|
},
|
1706
1716
|
{
|
1707
1717
|
"disabled": false,
|
1708
|
-
"document": "是否执行强制关机以制作镜像。\n取值范围:<br><li>true
|
1718
|
+
"document": "是否执行强制关机以制作镜像。\n取值范围:<br><li>true:表示关机之后制作镜像</li><br><li>false:表示开机状态制作镜像</li><br><br>默认取值:false。<br><br>开机状态制作镜像,可能导致部分数据未备份,影响数据安全。",
|
1709
1719
|
"example": "true",
|
1710
1720
|
"member": "string",
|
1711
1721
|
"name": "ForcePoweroff",
|
@@ -1756,6 +1766,15 @@
|
|
1756
1766
|
"name": "TagSpecification",
|
1757
1767
|
"required": false,
|
1758
1768
|
"type": "list"
|
1769
|
+
},
|
1770
|
+
{
|
1771
|
+
"disabled": false,
|
1772
|
+
"document": "镜像族",
|
1773
|
+
"example": "business-daily-update",
|
1774
|
+
"member": "string",
|
1775
|
+
"name": "ImageFamily",
|
1776
|
+
"required": false,
|
1777
|
+
"type": "string"
|
1759
1778
|
}
|
1760
1779
|
],
|
1761
1780
|
"type": "object"
|
@@ -3176,6 +3195,43 @@
|
|
3176
3195
|
],
|
3177
3196
|
"type": "object"
|
3178
3197
|
},
|
3198
|
+
"DescribeImageFromFamilyRequest": {
|
3199
|
+
"document": "DescribeImageFromFamily请求参数结构体",
|
3200
|
+
"members": [
|
3201
|
+
{
|
3202
|
+
"disabled": false,
|
3203
|
+
"document": "镜像族",
|
3204
|
+
"example": "business-daily-update",
|
3205
|
+
"member": "string",
|
3206
|
+
"name": "ImageFamily",
|
3207
|
+
"required": false,
|
3208
|
+
"type": "string"
|
3209
|
+
}
|
3210
|
+
],
|
3211
|
+
"type": "object"
|
3212
|
+
},
|
3213
|
+
"DescribeImageFromFamilyResponse": {
|
3214
|
+
"document": "DescribeImageFromFamily返回参数结构体",
|
3215
|
+
"members": [
|
3216
|
+
{
|
3217
|
+
"disabled": false,
|
3218
|
+
"document": "镜像信息,没有可用镜像是返回为空\n注意:此字段可能返回 null,表示取不到有效值。",
|
3219
|
+
"example": "无",
|
3220
|
+
"member": "Image",
|
3221
|
+
"name": "Image",
|
3222
|
+
"output_required": false,
|
3223
|
+
"type": "object",
|
3224
|
+
"value_allowed_null": true
|
3225
|
+
},
|
3226
|
+
{
|
3227
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
3228
|
+
"member": "string",
|
3229
|
+
"name": "RequestId",
|
3230
|
+
"type": "string"
|
3231
|
+
}
|
3232
|
+
],
|
3233
|
+
"type": "object"
|
3234
|
+
},
|
3179
3235
|
"DescribeImageQuotaRequest": {
|
3180
3236
|
"document": "DescribeImageQuota请求参数结构体",
|
3181
3237
|
"members": [],
|
@@ -5626,6 +5682,26 @@
|
|
5626
5682
|
"output_required": true,
|
5627
5683
|
"type": "string",
|
5628
5684
|
"value_allowed_null": false
|
5685
|
+
},
|
5686
|
+
{
|
5687
|
+
"disabled": false,
|
5688
|
+
"document": "镜像族\n注意:此字段可能返回 null,表示取不到有效值。",
|
5689
|
+
"example": "business-daily-update",
|
5690
|
+
"member": "string",
|
5691
|
+
"name": "ImageFamily",
|
5692
|
+
"output_required": false,
|
5693
|
+
"type": "string",
|
5694
|
+
"value_allowed_null": true
|
5695
|
+
},
|
5696
|
+
{
|
5697
|
+
"disabled": false,
|
5698
|
+
"document": "镜像是否废弃",
|
5699
|
+
"example": "false",
|
5700
|
+
"member": "bool",
|
5701
|
+
"name": "ImageDeprecated",
|
5702
|
+
"output_required": false,
|
5703
|
+
"type": "bool",
|
5704
|
+
"value_allowed_null": false
|
5629
5705
|
}
|
5630
5706
|
],
|
5631
5707
|
"usage": "out"
|
@@ -5915,7 +5991,7 @@
|
|
5915
5991
|
{
|
5916
5992
|
"disabled": false,
|
5917
5993
|
"document": "购买预留实例计费数量",
|
5918
|
-
"example": "",
|
5994
|
+
"example": "1",
|
5919
5995
|
"member": "uint64",
|
5920
5996
|
"name": "InstanceCount",
|
5921
5997
|
"required": true,
|
@@ -5924,7 +6000,7 @@
|
|
5924
6000
|
{
|
5925
6001
|
"disabled": false,
|
5926
6002
|
"document": "预留实例计费配置ID",
|
5927
|
-
"example": "",
|
6003
|
+
"example": "无",
|
5928
6004
|
"member": "string",
|
5929
6005
|
"name": "ReservedInstancesOfferingId",
|
5930
6006
|
"required": true,
|
@@ -5933,7 +6009,7 @@
|
|
5933
6009
|
{
|
5934
6010
|
"disabled": false,
|
5935
6011
|
"document": "试运行",
|
5936
|
-
"example": "",
|
6012
|
+
"example": "false",
|
5937
6013
|
"member": "bool",
|
5938
6014
|
"name": "DryRun",
|
5939
6015
|
"required": false,
|
@@ -5942,7 +6018,7 @@
|
|
5942
6018
|
{
|
5943
6019
|
"disabled": false,
|
5944
6020
|
"document": "用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。<br>更多详细信息请参阅:如何保证幂等性",
|
5945
|
-
"example": "",
|
6021
|
+
"example": "无",
|
5946
6022
|
"member": "string",
|
5947
6023
|
"name": "ClientToken",
|
5948
6024
|
"required": false,
|
@@ -5951,7 +6027,7 @@
|
|
5951
6027
|
{
|
5952
6028
|
"disabled": false,
|
5953
6029
|
"document": "预留实例显示名称。<br><li>不指定实例显示名称则默认显示‘未命名’。</li><li>最多支持60个字符(包含模式串)。</li>",
|
5954
|
-
"example": "",
|
6030
|
+
"example": "myReservedInstance",
|
5955
6031
|
"member": "string",
|
5956
6032
|
"name": "ReservedInstanceName",
|
5957
6033
|
"required": false,
|
@@ -5966,9 +6042,10 @@
|
|
5966
6042
|
{
|
5967
6043
|
"disabled": false,
|
5968
6044
|
"document": "该参数表示对应配置预留实例的价格。",
|
5969
|
-
"example": "",
|
6045
|
+
"example": "无",
|
5970
6046
|
"member": "ReservedInstancePrice",
|
5971
6047
|
"name": "Price",
|
6048
|
+
"output_required": true,
|
5972
6049
|
"type": "object",
|
5973
6050
|
"value_allowed_null": false
|
5974
6051
|
},
|
@@ -6068,7 +6145,7 @@
|
|
6068
6145
|
},
|
6069
6146
|
{
|
6070
6147
|
"disabled": false,
|
6071
|
-
"document": "
|
6148
|
+
"document": "是否只预检此次请求。true:发送检查请求,不会创建实例。检查项包括是否填写了必需参数,请求格式,业务限制和云服务器库存。如果检查不通过,则返回对应错误码;如果检查通过,则返回RequestId.false(默认):发送正常请求,通过检查后直接创建实例",
|
6072
6149
|
"example": "无",
|
6073
6150
|
"member": "bool",
|
6074
6151
|
"name": "DryRun",
|
@@ -6087,6 +6164,7 @@
|
|
6087
6164
|
"example": "无",
|
6088
6165
|
"member": "HostPriceInfo",
|
6089
6166
|
"name": "Price",
|
6167
|
+
"output_required": true,
|
6090
6168
|
"type": "object",
|
6091
6169
|
"value_allowed_null": false
|
6092
6170
|
},
|
@@ -6575,6 +6653,15 @@
|
|
6575
6653
|
"required": false,
|
6576
6654
|
"type": "string"
|
6577
6655
|
},
|
6656
|
+
{
|
6657
|
+
"disabled": false,
|
6658
|
+
"document": "描述了实例CPU拓扑结构的相关信息。若不指定该参数,则按系统资源情况决定。",
|
6659
|
+
"example": "无",
|
6660
|
+
"member": "CpuTopology",
|
6661
|
+
"name": "CpuTopology",
|
6662
|
+
"required": false,
|
6663
|
+
"type": "object"
|
6664
|
+
},
|
6578
6665
|
{
|
6579
6666
|
"disabled": false,
|
6580
6667
|
"document": "实例启动模板。",
|
@@ -8449,10 +8536,11 @@
|
|
8449
8536
|
"members": [
|
8450
8537
|
{
|
8451
8538
|
"disabled": false,
|
8452
|
-
"document": "实例登录密码。不同操作系统类型密码复杂度限制不一样,具体如下:<
|
8453
|
-
"example": "
|
8539
|
+
"document": "实例登录密码。不同操作系统类型密码复杂度限制不一样,具体如下:<li>Linux实例密码必须8到30位,至少包括两项[a-z],[A-Z]、[0-9] 和 [( ) \\` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? / ]中的特殊符号。</li><li>Windows实例密码必须12到30位,至少包括三项[a-z],[A-Z],[0-9] 和 [( ) \\` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? /]中的特殊符号。</li>若不指定该参数,则由系统随机生成密码,并通过站内信方式通知到用户。\n注意:此字段可能返回 null,表示取不到有效值。",
|
8540
|
+
"example": "无",
|
8454
8541
|
"member": "string",
|
8455
8542
|
"name": "Password",
|
8543
|
+
"output_required": true,
|
8456
8544
|
"required": false,
|
8457
8545
|
"type": "string",
|
8458
8546
|
"value_allowed_null": true
|
@@ -8460,19 +8548,21 @@
|
|
8460
8548
|
{
|
8461
8549
|
"disabled": false,
|
8462
8550
|
"document": "密钥ID列表。关联密钥后,就可以通过对应的私钥来访问实例;KeyId可通过接口[DescribeKeyPairs](https://cloud.tencent.com/document/api/213/15699)获取,密钥与密码不能同时指定,同时Windows操作系统不支持指定密钥。\n注意:此字段可能返回 null,表示取不到有效值。",
|
8463
|
-
"example": "[
|
8551
|
+
"example": "[\"skey-3glfot13\"]",
|
8464
8552
|
"member": "string",
|
8465
8553
|
"name": "KeyIds",
|
8554
|
+
"output_required": true,
|
8466
8555
|
"required": false,
|
8467
8556
|
"type": "list",
|
8468
8557
|
"value_allowed_null": true
|
8469
8558
|
},
|
8470
8559
|
{
|
8471
8560
|
"disabled": false,
|
8472
|
-
"document": "保持镜像的原始设置。该参数与Password或KeyIds.N不能同时指定。只有使用自定义镜像、共享镜像或外部导入镜像创建实例时才能指定该参数为
|
8561
|
+
"document": "保持镜像的原始设置。该参数与Password或KeyIds.N不能同时指定。只有使用自定义镜像、共享镜像或外部导入镜像创建实例时才能指定该参数为true。取值范围:<li>true:表示保持镜像的登录设置</li><li>false:表示不保持镜像的登录设置</li>默认取值:false。\n注意:此字段可能返回 null,表示取不到有效值。",
|
8473
8562
|
"example": "abc",
|
8474
8563
|
"member": "string",
|
8475
8564
|
"name": "KeepImageLogin",
|
8565
|
+
"output_required": true,
|
8476
8566
|
"required": false,
|
8477
8567
|
"type": "string",
|
8478
8568
|
"value_allowed_null": true
|
@@ -8716,6 +8806,24 @@
|
|
8716
8806
|
"name": "ImageDescription",
|
8717
8807
|
"required": false,
|
8718
8808
|
"type": "string"
|
8809
|
+
},
|
8810
|
+
{
|
8811
|
+
"disabled": false,
|
8812
|
+
"document": "设置镜像族;",
|
8813
|
+
"example": "business-daily-update",
|
8814
|
+
"member": "string",
|
8815
|
+
"name": "ImageFamily",
|
8816
|
+
"required": false,
|
8817
|
+
"type": "string"
|
8818
|
+
},
|
8819
|
+
{
|
8820
|
+
"disabled": false,
|
8821
|
+
"document": "设置镜像是否废弃;",
|
8822
|
+
"example": "false",
|
8823
|
+
"member": "bool",
|
8824
|
+
"name": "ImageDeprecated",
|
8825
|
+
"required": false,
|
8826
|
+
"type": "bool"
|
8719
8827
|
}
|
8720
8828
|
],
|
8721
8829
|
"type": "object"
|
@@ -9292,7 +9400,7 @@
|
|
9292
9400
|
{
|
9293
9401
|
"disabled": false,
|
9294
9402
|
"document": "实例所属的专用宿主机ID列表,仅用于入参。如果您有购买专用宿主机并且指定了该参数,则您购买的实例就会随机的部署在这些专用宿主机上。",
|
9295
|
-
"example": "
|
9403
|
+
"example": "host-o5i742go",
|
9296
9404
|
"member": "string",
|
9297
9405
|
"name": "HostIds",
|
9298
9406
|
"output_required": true,
|
@@ -9303,7 +9411,7 @@
|
|
9303
9411
|
{
|
9304
9412
|
"disabled": false,
|
9305
9413
|
"document": "实例所属的专用宿主机ID,仅用于出参。",
|
9306
|
-
"example": "
|
9414
|
+
"example": "[\"host-o5i742go\"]",
|
9307
9415
|
"member": "string",
|
9308
9416
|
"name": "HostId",
|
9309
9417
|
"output_required": true,
|
@@ -10196,42 +10304,62 @@
|
|
10196
10304
|
{
|
10197
10305
|
"disabled": false,
|
10198
10306
|
"document": "预支合计费用的原价,单位:元。",
|
10199
|
-
"example": "",
|
10307
|
+
"example": "无",
|
10200
10308
|
"member": "float",
|
10201
10309
|
"name": "OriginalFixedPrice",
|
10202
|
-
"
|
10310
|
+
"output_required": true,
|
10203
10311
|
"type": "float",
|
10204
10312
|
"value_allowed_null": false
|
10205
10313
|
},
|
10206
10314
|
{
|
10207
10315
|
"disabled": false,
|
10208
10316
|
"document": "预支合计费用的折扣价,单位:元。",
|
10209
|
-
"example": "",
|
10317
|
+
"example": "无",
|
10210
10318
|
"member": "float",
|
10211
10319
|
"name": "DiscountFixedPrice",
|
10212
|
-
"
|
10320
|
+
"output_required": true,
|
10213
10321
|
"type": "float",
|
10214
10322
|
"value_allowed_null": false
|
10215
10323
|
},
|
10216
10324
|
{
|
10217
10325
|
"disabled": false,
|
10218
10326
|
"document": "后续合计费用的原价,单位:元/小时",
|
10219
|
-
"example": "",
|
10327
|
+
"example": "无",
|
10220
10328
|
"member": "float",
|
10221
10329
|
"name": "OriginalUsagePrice",
|
10222
|
-
"
|
10330
|
+
"output_required": true,
|
10223
10331
|
"type": "float",
|
10224
10332
|
"value_allowed_null": false
|
10225
10333
|
},
|
10226
10334
|
{
|
10227
10335
|
"disabled": false,
|
10228
10336
|
"document": "后续合计费用的折扣价,单位:元/小时",
|
10229
|
-
"example": "",
|
10337
|
+
"example": "无",
|
10230
10338
|
"member": "float",
|
10231
10339
|
"name": "DiscountUsagePrice",
|
10232
|
-
"
|
10340
|
+
"output_required": true,
|
10233
10341
|
"type": "float",
|
10234
10342
|
"value_allowed_null": false
|
10343
|
+
},
|
10344
|
+
{
|
10345
|
+
"disabled": false,
|
10346
|
+
"document": "预支费用的折扣,如20.0代表2折。 注意:此字段可能返回 null,表示取不到有效值。\n注意:此字段可能返回 null,表示取不到有效值。",
|
10347
|
+
"example": "无",
|
10348
|
+
"member": "float",
|
10349
|
+
"name": "FixedPriceDiscount",
|
10350
|
+
"output_required": false,
|
10351
|
+
"type": "float",
|
10352
|
+
"value_allowed_null": true
|
10353
|
+
},
|
10354
|
+
{
|
10355
|
+
"disabled": false,
|
10356
|
+
"document": "后续费用的折扣,如20.0代表2折。 注意:此字段可能返回 null,表示取不到有效值。\n注意:此字段可能返回 null,表示取不到有效值。",
|
10357
|
+
"example": "无",
|
10358
|
+
"member": "float",
|
10359
|
+
"name": "UsagePriceDiscount",
|
10360
|
+
"output_required": false,
|
10361
|
+
"type": "float",
|
10362
|
+
"value_allowed_null": true
|
10235
10363
|
}
|
10236
10364
|
],
|
10237
10365
|
"usage": "out"
|
@@ -10308,6 +10436,26 @@
|
|
10308
10436
|
"output_required": true,
|
10309
10437
|
"type": "string",
|
10310
10438
|
"value_allowed_null": false
|
10439
|
+
},
|
10440
|
+
{
|
10441
|
+
"disabled": false,
|
10442
|
+
"document": "预支合计费用,单位:元。",
|
10443
|
+
"example": "无",
|
10444
|
+
"member": "float",
|
10445
|
+
"name": "DiscountUsagePrice",
|
10446
|
+
"output_required": false,
|
10447
|
+
"type": "float",
|
10448
|
+
"value_allowed_null": false
|
10449
|
+
},
|
10450
|
+
{
|
10451
|
+
"disabled": false,
|
10452
|
+
"document": "后续合计费用的折扣价,单位:元/小时",
|
10453
|
+
"example": "无",
|
10454
|
+
"member": "float",
|
10455
|
+
"name": "DiscountFixedPrice",
|
10456
|
+
"output_required": false,
|
10457
|
+
"type": "float",
|
10458
|
+
"value_allowed_null": false
|
10311
10459
|
}
|
10312
10460
|
],
|
10313
10461
|
"usage": "out"
|
@@ -214,6 +214,14 @@
|
|
214
214
|
"title": "查询高性能集群信息"
|
215
215
|
}
|
216
216
|
],
|
217
|
+
"DescribeImageFromFamily": [
|
218
|
+
{
|
219
|
+
"document": "",
|
220
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeImageFromFamily\n<公共请求参数>\n\n{\n \"ImageFamily\": \"business-daily-update\"\n}",
|
221
|
+
"output": "{\n \"Response\": {\n \"Image\": {\n \"ImageId\": \"abc\",\n \"OsName\": \"abc\",\n \"ImageType\": \"abc\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"ImageName\": \"abc\",\n \"ImageDescription\": \"abc\",\n \"ImageSize\": 0,\n \"Architecture\": \"abc\",\n \"ImageState\": \"abc\",\n \"Platform\": \"abc\",\n \"ImageCreator\": \"abc\",\n \"ImageSource\": \"abc\",\n \"SyncPercent\": 0,\n \"IsSupportCloudinit\": true,\n \"SnapshotSet\": [\n {\n \"SnapshotId\": \"abc\",\n \"DiskUsage\": \"abc\",\n \"DiskSize\": 0\n }\n ],\n \"Tags\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"LicenseType\": \"abc\",\n \"ImageFamily\": \"business-daily-update\",\n \"ImageDeprecated\": false\n },\n \"RequestId\": \"5908394c-5b3f-42e0-a537-8410553890a5\"\n }\n}",
|
222
|
+
"title": "查看镜像族列表"
|
223
|
+
}
|
224
|
+
],
|
217
225
|
"DescribeImageQuota": [
|
218
226
|
{
|
219
227
|
"document": "用户需要知道自己账户一共可以持有多少镜像。",
|
@@ -498,7 +506,7 @@
|
|
498
506
|
{
|
499
507
|
"document": "",
|
500
508
|
"input": "https://cvm.tencentcloudapi.com/?Action=InquirePricePurchaseReservedInstancesOffering\n&InstanceCount=2\n&ReservedInstancesOfferingId=noew0342-324f-f3ab-9uut-wrlnth53dcee\n&<公共请求参数>",
|
501
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"b333ddb8-4aed-4def-a0d9-617043c2614e\"\n }\n}",
|
509
|
+
"output": "{\n \"Response\": {\n \"Price\": {\n \"OriginalFixedPrice\": 100.99,\n \"DiscountFixedPrice\": 100.99,\n \"OriginalUsagePrice\": 1.99,\n \"DiscountUsagePrice\": 1.99,\n \"FixedPriceDiscount\": 60,\n \"UsagePriceDiscount\": 60\n },\n \"RequestId\": \"b333ddb8-4aed-4def-a0d9-617043c2614e\"\n }\n}",
|
502
510
|
"title": "创建预留实例询价"
|
503
511
|
}
|
504
512
|
],
|