tccli-intl-en 3.0.1283.1__py2.py3-none-any.whl → 3.0.1284.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/cvm/v20170312/api.json +41 -41
- tccli/services/cvm/v20170312/examples.json +19 -19
- tccli/services/ocr/v20181119/api.json +36 -6
- tccli/services/trtc/v20190722/api.json +5 -5
- {tccli_intl_en-3.0.1283.1.dist-info → tccli_intl_en-3.0.1284.1.dist-info}/METADATA +2 -2
- {tccli_intl_en-3.0.1283.1.dist-info → tccli_intl_en-3.0.1284.1.dist-info}/RECORD +11 -11
- {tccli_intl_en-3.0.1283.1.dist-info → tccli_intl_en-3.0.1284.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.0.1283.1.dist-info → tccli_intl_en-3.0.1284.1.dist-info}/WHEEL +0 -0
- {tccli_intl_en-3.0.1283.1.dist-info → tccli_intl_en-3.0.1284.1.dist-info}/entry_points.txt +0 -0
- {tccli_intl_en-3.0.1283.1.dist-info → tccli_intl_en-3.0.1284.1.dist-info}/top_level.txt +0 -0
tccli/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '3.0.
|
|
1
|
+
__version__ = '3.0.1284.1'
|
|
@@ -2809,7 +2809,7 @@
|
|
|
2809
2809
|
{
|
|
2810
2810
|
"disabled": false,
|
|
2811
2811
|
"document": "ID list of spread placement groups. You can operate up to 10 spread placement groups in each request.",
|
|
2812
|
-
"example": "ps-21q9ibvr",
|
|
2812
|
+
"example": "[\"ps-21q9ibvr\"]",
|
|
2813
2813
|
"member": "string",
|
|
2814
2814
|
"name": "DisasterRecoverGroupIds",
|
|
2815
2815
|
"required": false,
|
|
@@ -2845,7 +2845,7 @@
|
|
|
2845
2845
|
{
|
|
2846
2846
|
"disabled": false,
|
|
2847
2847
|
"document": "<li> `tag-key` - String - Optional - Filter by the tag key.</li>\n<li>`tag-value` - String - Optional - Filter by the tag value.</li>\n<li> `tag:tag-key` - String - Optional - Filter by the tag key-value pair. Replace `tag-key` with the actual tag keys.</li>\nEach request can have up to 10 `Filters` and 5 `Filters.Values`.",
|
|
2848
|
-
"example": "
|
|
2848
|
+
"example": "无",
|
|
2849
2849
|
"member": "Filter",
|
|
2850
2850
|
"name": "Filters",
|
|
2851
2851
|
"required": false,
|
|
@@ -2860,7 +2860,7 @@
|
|
|
2860
2860
|
{
|
|
2861
2861
|
"disabled": false,
|
|
2862
2862
|
"document": "Information on spread placement groups.",
|
|
2863
|
-
"example": "
|
|
2863
|
+
"example": "无",
|
|
2864
2864
|
"member": "DisasterRecoverGroup",
|
|
2865
2865
|
"name": "DisasterRecoverGroupSet",
|
|
2866
2866
|
"output_required": true,
|
|
@@ -3066,7 +3066,7 @@
|
|
|
3066
3066
|
},
|
|
3067
3067
|
{
|
|
3068
3068
|
"disabled": false,
|
|
3069
|
-
"document": "Filters. Each request can have up to 10 `Filters`, and 5 `Filters.Values` for each filter. `ImageIds` and `Filters` cannot be specified at the same time. See details:\n\n<li><strong>image-id</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>image ID</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>image-type</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>image type</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p><p style=\"padding-left: 30px;\">Options:</p><p style=\"padding-left: 30px;\">`PRIVATE_IMAGE`: Private images (images created by this account)</p><p style=\"padding-left: 30px;\">`PUBLIC_IMAGE`: Public images (Tencent Cloud official images)</p><p style=\"padding-left: 30px;\">`SHARED_IMAGE`: Shared images (images shared by other accounts to this account)</p>\n<li><strong>image-name</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>image name</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>platform</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>image operating system</strong>, such as `CentOS`.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>tag-key</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>tag key</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>tag-value</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>tag value</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>tag:tag-key</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>tag key-value pair</strong>. Replace
|
|
3069
|
+
"document": "Filters. Each request can have up to 10 `Filters`, and 5 `Filters.Values` for each filter. `ImageIds` and `Filters` cannot be specified at the same time. See details:\n\n<li><strong>image-id</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>image ID</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>image-type</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>image type</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p><p style=\"padding-left: 30px;\">Options:</p><p style=\"padding-left: 30px;\">`PRIVATE_IMAGE`: Private images (images created by this account)</p><p style=\"padding-left: 30px;\">`PUBLIC_IMAGE`: Public images (Tencent Cloud official images)</p><p style=\"padding-left: 30px;\">`SHARED_IMAGE`: Shared images (images shared by other accounts to this account)</p>\n<li><strong>image-name</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>image name</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>platform</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>image operating system</strong>, such as `CentOS`.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>tag-key</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>tag key</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>tag-value</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>tag value</strong>.</p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>\n<li><strong>tag:tag-key</strong></li>\n<p style=\"padding-left: 30px;\">Filter by the <strong>tag key-value pair</strong>. Replace \"tag-key\" with the actual value. </p><p style=\"padding-left: 30px;\">Type: String</p><p style=\"padding-left: 30px;\">Optional</p>",
|
|
3070
3070
|
"example": "无",
|
|
3071
3071
|
"member": "Filter",
|
|
3072
3072
|
"name": "Filters",
|
|
@@ -3093,8 +3093,8 @@
|
|
|
3093
3093
|
},
|
|
3094
3094
|
{
|
|
3095
3095
|
"disabled": false,
|
|
3096
|
-
"document": "Instance type, e.g. `
|
|
3097
|
-
"example": "
|
|
3096
|
+
"document": "Instance type, e.g. `SA5.MEDIUM2`",
|
|
3097
|
+
"example": "SA5.MEDIUM2",
|
|
3098
3098
|
"member": "string",
|
|
3099
3099
|
"name": "InstanceType",
|
|
3100
3100
|
"required": false,
|
|
@@ -3112,7 +3112,7 @@
|
|
|
3112
3112
|
"example": "无",
|
|
3113
3113
|
"member": "Image",
|
|
3114
3114
|
"name": "ImageSet",
|
|
3115
|
-
"
|
|
3115
|
+
"output_required": true,
|
|
3116
3116
|
"type": "list",
|
|
3117
3117
|
"value_allowed_null": false
|
|
3118
3118
|
},
|
|
@@ -3122,7 +3122,7 @@
|
|
|
3122
3122
|
"example": "1",
|
|
3123
3123
|
"member": "int64",
|
|
3124
3124
|
"name": "TotalCount",
|
|
3125
|
-
"
|
|
3125
|
+
"output_required": true,
|
|
3126
3126
|
"type": "int",
|
|
3127
3127
|
"value_allowed_null": false
|
|
3128
3128
|
},
|
|
@@ -3463,7 +3463,7 @@
|
|
|
3463
3463
|
{
|
|
3464
3464
|
"disabled": false,
|
|
3465
3465
|
"document": "Key pair ID(s) in the format of `skey-11112222`. This API supports using multiple IDs as filters at the same time. For more information on the format of this parameter, see the `id.N` section in [API Introduction](https://intl.cloud.tencent.com/document/api/213/15688?from_cn_redirect=1). You cannot specify `KeyIds` and `Filters` at the same time. You can log in to the [console](https://console.cloud.tencent.com/cvm/index) to query the key pair IDs.",
|
|
3466
|
-
"example": "skey-11112222",
|
|
3466
|
+
"example": "[\"skey-11112222\"]",
|
|
3467
3467
|
"member": "string",
|
|
3468
3468
|
"name": "KeyIds",
|
|
3469
3469
|
"required": false,
|
|
@@ -3685,7 +3685,7 @@
|
|
|
3685
3685
|
"name": "TotalCount",
|
|
3686
3686
|
"output_required": true,
|
|
3687
3687
|
"type": "int",
|
|
3688
|
-
"value_allowed_null":
|
|
3688
|
+
"value_allowed_null": false
|
|
3689
3689
|
},
|
|
3690
3690
|
{
|
|
3691
3691
|
"disabled": false,
|
|
@@ -3695,7 +3695,7 @@
|
|
|
3695
3695
|
"name": "LaunchTemplateSet",
|
|
3696
3696
|
"output_required": true,
|
|
3697
3697
|
"type": "list",
|
|
3698
|
-
"value_allowed_null":
|
|
3698
|
+
"value_allowed_null": false
|
|
3699
3699
|
},
|
|
3700
3700
|
{
|
|
3701
3701
|
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
@@ -4804,7 +4804,7 @@
|
|
|
4804
4804
|
{
|
|
4805
4805
|
"disabled": false,
|
|
4806
4806
|
"document": "Image name",
|
|
4807
|
-
"example": "
|
|
4807
|
+
"example": "myImg",
|
|
4808
4808
|
"member": "string",
|
|
4809
4809
|
"name": "ImageName",
|
|
4810
4810
|
"output_required": true,
|
|
@@ -4814,7 +4814,7 @@
|
|
|
4814
4814
|
{
|
|
4815
4815
|
"disabled": false,
|
|
4816
4816
|
"document": "Image description",
|
|
4817
|
-
"example": "
|
|
4817
|
+
"example": "tencentcloud",
|
|
4818
4818
|
"member": "string",
|
|
4819
4819
|
"name": "ImageDescription",
|
|
4820
4820
|
"output_required": true,
|
|
@@ -4864,7 +4864,7 @@
|
|
|
4864
4864
|
{
|
|
4865
4865
|
"disabled": false,
|
|
4866
4866
|
"document": "Image creator",
|
|
4867
|
-
"example": "
|
|
4867
|
+
"example": "tencentcloud",
|
|
4868
4868
|
"member": "string",
|
|
4869
4869
|
"name": "ImageCreator",
|
|
4870
4870
|
"output_required": true,
|
|
@@ -4884,7 +4884,7 @@
|
|
|
4884
4884
|
{
|
|
4885
4885
|
"disabled": false,
|
|
4886
4886
|
"document": "Synchronization percentage\nNote: This field may return null, indicating that no valid value is found.",
|
|
4887
|
-
"example": "
|
|
4887
|
+
"example": "60",
|
|
4888
4888
|
"member": "int64",
|
|
4889
4889
|
"name": "SyncPercent",
|
|
4890
4890
|
"output_required": true,
|
|
@@ -4899,27 +4899,27 @@
|
|
|
4899
4899
|
"name": "IsSupportCloudinit",
|
|
4900
4900
|
"output_required": true,
|
|
4901
4901
|
"type": "bool",
|
|
4902
|
-
"value_allowed_null":
|
|
4902
|
+
"value_allowed_null": false
|
|
4903
4903
|
},
|
|
4904
4904
|
{
|
|
4905
4905
|
"disabled": false,
|
|
4906
4906
|
"document": "Information on the snapshots associated with the image\nNote: This field may return null, indicating that no valid value is found.",
|
|
4907
|
-
"example": "
|
|
4907
|
+
"example": "无",
|
|
4908
4908
|
"member": "Snapshot",
|
|
4909
4909
|
"name": "SnapshotSet",
|
|
4910
4910
|
"output_required": true,
|
|
4911
4911
|
"type": "list",
|
|
4912
|
-
"value_allowed_null":
|
|
4912
|
+
"value_allowed_null": false
|
|
4913
4913
|
},
|
|
4914
4914
|
{
|
|
4915
4915
|
"disabled": false,
|
|
4916
4916
|
"document": "The list of tags bound to the image.\nNote: This field may return `null`, indicating that no valid value was found.",
|
|
4917
|
-
"example": "
|
|
4917
|
+
"example": "无",
|
|
4918
4918
|
"member": "Tag",
|
|
4919
4919
|
"name": "Tags",
|
|
4920
4920
|
"output_required": true,
|
|
4921
4921
|
"type": "list",
|
|
4922
|
-
"value_allowed_null":
|
|
4922
|
+
"value_allowed_null": false
|
|
4923
4923
|
},
|
|
4924
4924
|
{
|
|
4925
4925
|
"disabled": false,
|
|
@@ -4939,7 +4939,7 @@
|
|
|
4939
4939
|
"name": "ImageFamily",
|
|
4940
4940
|
"output_required": false,
|
|
4941
4941
|
"type": "string",
|
|
4942
|
-
"value_allowed_null":
|
|
4942
|
+
"value_allowed_null": false
|
|
4943
4943
|
},
|
|
4944
4944
|
{
|
|
4945
4945
|
"disabled": false,
|
|
@@ -5211,7 +5211,7 @@
|
|
|
5211
5211
|
},
|
|
5212
5212
|
{
|
|
5213
5213
|
"disabled": false,
|
|
5214
|
-
"document": "Reserved instance name.<br><li>The RI name defaults to
|
|
5214
|
+
"document": "Reserved instance name.<br><li>The RI name defaults to \"unnamed\" if this parameter is left empty.</li><li>You can enter any name within 60 characters (including the pattern string).</li>",
|
|
5215
5215
|
"example": "myReservedInstance",
|
|
5216
5216
|
"member": "string",
|
|
5217
5217
|
"name": "ReservedInstanceName",
|
|
@@ -7101,7 +7101,7 @@
|
|
|
7101
7101
|
"name": "LatestVersionNumber",
|
|
7102
7102
|
"output_required": true,
|
|
7103
7103
|
"type": "int",
|
|
7104
|
-
"value_allowed_null":
|
|
7104
|
+
"value_allowed_null": false
|
|
7105
7105
|
},
|
|
7106
7106
|
{
|
|
7107
7107
|
"disabled": false,
|
|
@@ -7111,7 +7111,7 @@
|
|
|
7111
7111
|
"name": "LaunchTemplateId",
|
|
7112
7112
|
"output_required": true,
|
|
7113
7113
|
"type": "string",
|
|
7114
|
-
"value_allowed_null":
|
|
7114
|
+
"value_allowed_null": false
|
|
7115
7115
|
},
|
|
7116
7116
|
{
|
|
7117
7117
|
"disabled": false,
|
|
@@ -7121,7 +7121,7 @@
|
|
|
7121
7121
|
"name": "LaunchTemplateName",
|
|
7122
7122
|
"output_required": true,
|
|
7123
7123
|
"type": "string",
|
|
7124
|
-
"value_allowed_null":
|
|
7124
|
+
"value_allowed_null": false
|
|
7125
7125
|
},
|
|
7126
7126
|
{
|
|
7127
7127
|
"disabled": false,
|
|
@@ -7131,7 +7131,7 @@
|
|
|
7131
7131
|
"name": "DefaultVersionNumber",
|
|
7132
7132
|
"output_required": true,
|
|
7133
7133
|
"type": "int",
|
|
7134
|
-
"value_allowed_null":
|
|
7134
|
+
"value_allowed_null": false
|
|
7135
7135
|
},
|
|
7136
7136
|
{
|
|
7137
7137
|
"disabled": false,
|
|
@@ -7141,17 +7141,17 @@
|
|
|
7141
7141
|
"name": "LaunchTemplateVersionCount",
|
|
7142
7142
|
"output_required": true,
|
|
7143
7143
|
"type": "int",
|
|
7144
|
-
"value_allowed_null":
|
|
7144
|
+
"value_allowed_null": false
|
|
7145
7145
|
},
|
|
7146
7146
|
{
|
|
7147
7147
|
"disabled": false,
|
|
7148
7148
|
"document": "UIN of the user who created the template.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
|
|
7149
|
-
"example": "
|
|
7149
|
+
"example": "1230000",
|
|
7150
7150
|
"member": "string",
|
|
7151
7151
|
"name": "CreatedBy",
|
|
7152
7152
|
"output_required": true,
|
|
7153
7153
|
"type": "string",
|
|
7154
|
-
"value_allowed_null":
|
|
7154
|
+
"value_allowed_null": false
|
|
7155
7155
|
},
|
|
7156
7156
|
{
|
|
7157
7157
|
"disabled": false,
|
|
@@ -7161,7 +7161,7 @@
|
|
|
7161
7161
|
"name": "CreationTime",
|
|
7162
7162
|
"output_required": true,
|
|
7163
7163
|
"type": "string",
|
|
7164
|
-
"value_allowed_null":
|
|
7164
|
+
"value_allowed_null": false
|
|
7165
7165
|
}
|
|
7166
7166
|
],
|
|
7167
7167
|
"usage": "out"
|
|
@@ -8192,7 +8192,7 @@
|
|
|
8192
8192
|
{
|
|
8193
8193
|
"disabled": false,
|
|
8194
8194
|
"document": "Whether to force shut down a running instances. Default value: TRUE.",
|
|
8195
|
-
"example": "
|
|
8195
|
+
"example": "false",
|
|
8196
8196
|
"member": "bool",
|
|
8197
8197
|
"name": "ForceStop",
|
|
8198
8198
|
"required": false,
|
|
@@ -8201,7 +8201,7 @@
|
|
|
8201
8201
|
{
|
|
8202
8202
|
"disabled": false,
|
|
8203
8203
|
"document": "Whether to keep the host name. Default value: FALSE.",
|
|
8204
|
-
"example": "
|
|
8204
|
+
"example": "false",
|
|
8205
8205
|
"member": "bool",
|
|
8206
8206
|
"name": "ReserveHostName",
|
|
8207
8207
|
"required": false,
|
|
@@ -8502,7 +8502,7 @@
|
|
|
8502
8502
|
},
|
|
8503
8503
|
{
|
|
8504
8504
|
"disabled": false,
|
|
8505
|
-
"document": "Reserved instance name.<br><li>The RI name defaults to
|
|
8505
|
+
"document": "Reserved instance name.<br><li>The RI name defaults to \"unnamed\" if this parameter is left empty.</li><li>You can enter any name within 60 characters (including the pattern string).</li>",
|
|
8506
8506
|
"example": "myReservedInstance",
|
|
8507
8507
|
"member": "string",
|
|
8508
8508
|
"name": "ReservedInstanceName",
|
|
@@ -8844,7 +8844,7 @@
|
|
|
8844
8844
|
"name": "FixedPriceDiscount",
|
|
8845
8845
|
"output_required": false,
|
|
8846
8846
|
"type": "float",
|
|
8847
|
-
"value_allowed_null":
|
|
8847
|
+
"value_allowed_null": false
|
|
8848
8848
|
},
|
|
8849
8849
|
{
|
|
8850
8850
|
"disabled": false,
|
|
@@ -8854,7 +8854,7 @@
|
|
|
8854
8854
|
"name": "UsagePriceDiscount",
|
|
8855
8855
|
"output_required": false,
|
|
8856
8856
|
"type": "float",
|
|
8857
|
-
"value_allowed_null":
|
|
8857
|
+
"value_allowed_null": false
|
|
8858
8858
|
}
|
|
8859
8859
|
],
|
|
8860
8860
|
"usage": "out"
|
|
@@ -10039,30 +10039,30 @@
|
|
|
10039
10039
|
{
|
|
10040
10040
|
"disabled": false,
|
|
10041
10041
|
"document": "Snapshot ID.",
|
|
10042
|
-
"example": "",
|
|
10042
|
+
"example": "snap-2y1v",
|
|
10043
10043
|
"member": "string",
|
|
10044
10044
|
"name": "SnapshotId",
|
|
10045
|
-
"
|
|
10045
|
+
"output_required": true,
|
|
10046
10046
|
"type": "string",
|
|
10047
10047
|
"value_allowed_null": false
|
|
10048
10048
|
},
|
|
10049
10049
|
{
|
|
10050
10050
|
"disabled": false,
|
|
10051
10051
|
"document": "Type of the cloud disk used to create the snapshot. Valid values:\nSYSTEM_DISK: system disk\nDATA_DISK: data disk",
|
|
10052
|
-
"example": "",
|
|
10052
|
+
"example": "SYSTEM_DISK",
|
|
10053
10053
|
"member": "string",
|
|
10054
10054
|
"name": "DiskUsage",
|
|
10055
|
-
"
|
|
10055
|
+
"output_required": true,
|
|
10056
10056
|
"type": "string",
|
|
10057
10057
|
"value_allowed_null": false
|
|
10058
10058
|
},
|
|
10059
10059
|
{
|
|
10060
10060
|
"disabled": false,
|
|
10061
10061
|
"document": "Size of the cloud disk used to create the snapshot; unit: GB.",
|
|
10062
|
-
"example": "",
|
|
10062
|
+
"example": "50",
|
|
10063
10063
|
"member": "int64",
|
|
10064
10064
|
"name": "DiskSize",
|
|
10065
|
-
"
|
|
10065
|
+
"output_required": true,
|
|
10066
10066
|
"type": "int",
|
|
10067
10067
|
"value_allowed_null": false
|
|
10068
10068
|
}
|
|
@@ -161,8 +161,8 @@
|
|
|
161
161
|
"DescribeDisasterRecoverGroups": [
|
|
162
162
|
{
|
|
163
163
|
"document": "This example shows you how to query the information of a spread placement group.",
|
|
164
|
-
"input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDisasterRecoverGroups\n<Common request parameters>\n\n{\n \"Offset\": 0,\n \"Limit\": 100,\n \"Filters\": [\n {\n \"Name\": \"tag:
|
|
165
|
-
"output": "{\n \"Response\": {\n \"DisasterRecoverGroupSet\": [\n {\n \"Affinity\": 1,\n \"CreateTime\": \"2024-08-28T10:04:56Z\",\n \"CurrentNum\": 0,\n \"CvmQuotaTotal\": 60,\n \"DisasterRecoverGroupId\": \"ps-0f03mwkn\",\n \"InstanceIds\": [],\n \"Name\": \"HostDisasterRecoverGroup\",\n \"Tags\": [\n {\n \"Key\": \"
|
|
164
|
+
"input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDisasterRecoverGroups\n<Common request parameters>\n\n{\n \"Offset\": 0,\n \"Limit\": 100,\n \"Filters\": [\n {\n \"Name\": \"tag:myTagKey\",\n \"Values\": [\n \"myTagVlue\"\n ]\n }\n ]\n}",
|
|
165
|
+
"output": "{\n \"Response\": {\n \"DisasterRecoverGroupSet\": [\n {\n \"Affinity\": 1,\n \"CreateTime\": \"2024-08-28T10:04:56Z\",\n \"CurrentNum\": 0,\n \"CvmQuotaTotal\": 60,\n \"DisasterRecoverGroupId\": \"ps-0f03mwkn\",\n \"InstanceIds\": [],\n \"Name\": \"HostDisasterRecoverGroup\",\n \"Tags\": [\n {\n \"Key\": \"myTagKey\",\n \"Value\": \"myTagVlue\"\n }\n ],\n \"Type\": \"HOST\"\n },\n {\n \"Affinity\": 1,\n \"CreateTime\": \"2024-08-13T04:16:19Z\",\n \"CurrentNum\": 0,\n \"CvmQuotaTotal\": 20,\n \"DisasterRecoverGroupId\": \"ps-ali72vwj\",\n \"InstanceIds\": [],\n \"Name\": \"SWDisasterRecoverGroup\",\n \"Tags\": [\n {\n \"Key\": \"myTagKey\",\n \"Value\": \"myTagVlue\"\n }\n ],\n \"Type\": \"SW\"\n }\n ],\n \"RequestId\": \"52eca90d-08c8-4887-abf0-78d8155cfcfd\",\n \"TotalCount\": 2\n }\n}",
|
|
166
166
|
"title": "Querying the information of a spread placement group"
|
|
167
167
|
}
|
|
168
168
|
],
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"document": "This example shows you how to query all private images under an account.",
|
|
210
|
-
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeImages\n<Common request parameters>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"PRIVATE_IMAGE\"\n ],\n \"Name\": \"image-type\"\n }\n ]\n}",
|
|
210
|
+
"input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeImages\n<Common request parameters>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"PRIVATE_IMAGE\"\n ],\n \"Name\": \"image-type\"\n }\n ],\n \"Offset\": 0,\n \"Limit\": 1\n}",
|
|
211
211
|
"output": "{\n \"Response\": {\n \"TotalCount\": 408,\n \"ImageSet\": [\n {\n \"OsName\": \"CentOS 7.4 64-bit\",\n \"ImageSize\": 20,\n \"ImageType\": \"PRIVATE_IMAGE\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"ImageDescription\": \"test-image\",\n \"ImageSource\": \"CREATE_IMAGE\",\n \"ImageId\": \"img-qlzp4oea\",\n \"ImageName\": \"test-image\",\n \"ImageCreator\": \"3205597606\",\n \"ImageState\": \"NORMAL\",\n \"SyncPercent\": null,\n \"SnapshotSet\": [\n {\n \"SnapshotId\": \"snap-gqa37j2p\",\n \"DiskUsage\": \"SYSTEM_DISK\",\n \"DiskSize\": 20\n }\n ],\n \"Tags\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"Architecture\": \"x86_64\",\n \"Platform\": \"CentOS\",\n \"IsSupportCloudinit\": true\n }\n ],\n \"RequestId\": \"5908394c-5b3f-42e0-a537-8410553890a5\"\n }\n}",
|
|
212
212
|
"title": "Querying an image by the image type"
|
|
213
213
|
}
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"DescribeInstanceFamilyConfigs": [
|
|
224
224
|
{
|
|
225
225
|
"document": "This example shows you how to query the supported instance families in the Guangzhou region.",
|
|
226
|
-
"input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceFamilyConfigs\n&<Common request parameters>\n\n{}",
|
|
226
|
+
"input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceFamilyConfigs\nX-TC-Language: en-US\n&<Common request parameters>\n\n{}",
|
|
227
227
|
"output": "{\n \"Response\": {\n \"InstanceFamilyConfigSet\": [\n {\n \"InstanceFamilyName\": \"Standard S1\",\n \"InstanceFamily\": \"S1\"\n },\n {\n \"InstanceFamilyName\": \"Network-optimized N1\",\n \"InstanceFamily\": \"N1\"\n },\n {\n \"InstanceFamilyName\": \"High IO I1\",\n \"InstanceFamily\": \"I1\"\n },\n {\n \"InstanceFamilyName\": \"MEM optimized M1\",\n \"InstanceFamily\": \"M1\"\n },\n {\n \"InstanceFamilyName\": \"Standard S2\",\n \"InstanceFamily\": \"S2\"\n },\n {\n \"InstanceFamilyName\": \"Standard network enhanced SN2\",\n \"InstanceFamily\": \"SN2\"\n },\n {\n \"InstanceFamilyName\": \"High IO I2\",\n \"InstanceFamily\": \"I2\"\n },\n {\n \"InstanceFamilyName\": \"MEM optimized M2\",\n \"InstanceFamily\": \"M2\"\n },\n {\n \"InstanceFamilyName\": \"Compute C2\",\n \"InstanceFamily\": \"C2\"\n },\n {\n \"InstanceFamilyName\": \"Compute Network-optimized CN2\",\n \"InstanceFamily\": \"CN2\"\n },\n {\n \"InstanceFamilyName\": \"Standard S3\",\n \"InstanceFamily\": \"S3\"\n },\n {\n \"InstanceFamilyName\": \"Compute C3\",\n \"InstanceFamily\": \"C3\"\n },\n {\n \"InstanceFamilyName\": \"FPGA FX2\",\n \"InstanceFamily\": \"FX2\"\n },\n {\n \"InstanceFamilyName\": \"GPU compute GN2\",\n \"InstanceFamily\": \"GN2\"\n },\n {\n \"InstanceFamilyName\": \"GPU rendering GA2\",\n \"InstanceFamily\": \"GA2\"\n },\n {\n \"InstanceFamilyName\": \"GPU compute GN8\",\n \"InstanceFamily\": \"GN8\"\n },\n {\n \"InstanceFamilyName\": \"Dedicated\",\n \"InstanceFamily\": \"CDH\"\n },\n {\n \"InstanceFamilyName\": \"Shared core\",\n \"InstanceFamily\": \"SHARED\"\n }\n ],\n \"RequestId\": \"b061782b-934a-4e53-b1eb-d5f2fed8130e\"\n }\n}",
|
|
228
228
|
"title": "Querying supported instance families"
|
|
229
229
|
}
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
"DescribeKeyPairs": [
|
|
284
284
|
{
|
|
285
285
|
"document": "This example shows you how to query the list of key pairs.",
|
|
286
|
-
"input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action:
|
|
286
|
+
"input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeKeyPairs\n<Common request parameters>\n\n{\n \"Filters\": [\n {\n \"Name\": \"key-name\",\n \"Values\": [\n \"MyKeyPair\"\n ]\n }\n ],\n \"Offset\": 0,\n \"Limit\": 1\n}",
|
|
287
287
|
"output": "{\n \"Response\": {\n \"KeyPairSet\": [\n {\n \"AssociatedInstanceIds\": [],\n \"CreatedTime\": \"2025-10-16T08:12:48Z\",\n \"Description\": \"\",\n \"KeyId\": \"skey-1q8j7b93\",\n \"KeyName\": \"MyKeyPair\",\n \"ProjectId\": 0,\n \"PublicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8gSdflU6iZDlLp3uRgfIQ7d9gl4SzF2yO9BJ1VyzhgWkbYsUS8u7qbwxC6UeAc8364FhT4MjVjXi/+6hYpDnnMiK6lqKBxotLupUtkVmYt+osdPP+y3OcCzTqHWCsY3s7AvyvD41+nuH6LrpXZ4LlHJynPc66eqd5gpnCyg2O1sxW+pd2Zigk0QGWiCuVtm4ICEp3DNHG/9wlVzd++xODf398JU3ebxBsXfe46mFSkyBVbsJLuNueZd4eGDS3q0WhimnvpgZoYOGsNPl4GBLCGOHWZrl/9hE+az6P8W7QwpVe5gvy5MG3usk6zpc0f/diZrdXX7 skey-1q8j7b93\",\n \"Tags\": [\n {\n \"Key\": \"MyKeyPairTagKey\",\n \"Value\": \"MyKeyPairTagValue\"\n }\n ]\n }\n ],\n \"RequestId\": \"eebd54d0-a305-4716-9a84-6017ac14e8c8\",\n \"TotalCount\": 120\n }\n}",
|
|
288
288
|
"title": "Querying the List of Key Pairs"
|
|
289
289
|
}
|
|
@@ -299,8 +299,8 @@
|
|
|
299
299
|
"DescribeLaunchTemplates": [
|
|
300
300
|
{
|
|
301
301
|
"document": " ",
|
|
302
|
-
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLaunchTemplates\n<Common request parameters>\n\n{\n \"LaunchTemplateIds\": [\n \"lt-q9t8j8eg\"\n ]\n}",
|
|
303
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"LaunchTemplateSet\": [\n {\n \"LatestVersionNumber\": 12,\n \"LaunchTemplateId\": \"lt-q9t8j8eg\",\n \"LaunchTemplateName\": \"
|
|
302
|
+
"input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLaunchTemplates\n<Common request parameters>\n\n{\n \"LaunchTemplateIds\": [\n \"lt-q9t8j8eg\"\n ]\n}",
|
|
303
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"LaunchTemplateSet\": [\n {\n \"LatestVersionNumber\": 12,\n \"LaunchTemplateId\": \"lt-q9t8j8eg\",\n \"LaunchTemplateName\": \"MyLaunchTemplateName\",\n \"DefaultVersionNumber\": 5,\n \"LaunchTemplateVersionCount\": 8,\n \"CreatedBy\": \"251009920\",\n \"CreationTime\": \"2020-12-16T08:05:02Z\"\n }\n ],\n \"RequestId\": \"b2d70642-c69a-4115-ae4e-f6ddade68fea\"\n }\n}",
|
|
304
304
|
"title": "Querying an instance launch template"
|
|
305
305
|
}
|
|
306
306
|
],
|
|
@@ -323,16 +323,16 @@
|
|
|
323
323
|
"DescribeReservedInstancesConfigInfos": [
|
|
324
324
|
{
|
|
325
325
|
"document": " ",
|
|
326
|
-
"input": "
|
|
327
|
-
"output": "{\n \"Response\": {\n \"
|
|
326
|
+
"input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeReservedInstancesConfigInfos\n<Common request parameters>\n\n{\n \"Filters\": [\n {\n \"Name\": \"zone\",\n \"Values\": [\n \"ap-singapore-1\"\n ]\n }\n ]\n}",
|
|
327
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"e54a769e-c5aa-408b-b4df-10425ac14ebf\",\n \"ReservedInstanceConfigInfos\": [\n {\n \"InstanceFamilies\": [\n {\n \"InstanceFamily\": \"S5\",\n \"InstanceTypes\": [\n {\n \"Cpu\": 2,\n \"CpuModelName\": \"Intel Xeon Cascade Lake 8255C/Intel Xeon Cooper Lake\",\n \"Fpga\": 0,\n \"Frequency\": \"2.5GHz/3.1GHz\",\n \"Gpu\": 0,\n \"InstanceType\": \"S5.MEDIUM4\",\n \"MaxBandwidth\": 1.5,\n \"Memory\": 4,\n \"NetworkCard\": 25,\n \"Pps\": 30,\n \"Prices\": [\n {\n \"Duration\": 31536000,\n \"FixedPrice\": 409,\n \"OfferingType\": \"All Upfront\",\n \"ProductDescription\": \"linux\",\n \"ReservedInstancesOfferingId\": \"34919144-2792-4b00-ba8b-0ba804f28a4e\",\n \"UsagePrice\": 0,\n \"Zone\": \"ap-singapore-1\"\n }\n ],\n \"Remark\": \"\",\n \"StorageBlock\": 0\n }\n ],\n \"Order\": 88\n }\n ],\n \"Order\": 100,\n \"Type\": \"S\",\n \"TypeName\": \"Standard\"\n }\n ]\n }\n}",
|
|
328
328
|
"title": "Querying reserved instance configurations"
|
|
329
329
|
}
|
|
330
330
|
],
|
|
331
331
|
"DescribeReservedInstancesOfferings": [
|
|
332
332
|
{
|
|
333
333
|
"document": " ",
|
|
334
|
-
"input": "
|
|
335
|
-
"output": "{\n \"Response\": {\n \"
|
|
334
|
+
"input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeReservedInstancesOfferings\n<Common request parameters>\n\n{\n \"Offset\": 0,\n \"Limit\": 3,\n \"Filters\": [\n {\n \"Name\": \"zone\",\n \"Values\": [\n \"ap-singapore-1\"\n ]\n }\n ]\n}",
|
|
335
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"0aca8cc9-8812-477f-b442-10cc1a701d48\",\n \"ReservedInstancesOfferingsSet\": [\n {\n \"CurrencyCode\": \"USD\",\n \"Duration\": 31536000,\n \"FixedPrice\": 412,\n \"InstanceType\": \"S5.LARGE8\",\n \"OfferingType\": \"Partial Upfront\",\n \"ProductDescription\": \"linux\",\n \"ReservedInstancesOfferingId\": \"f5ededc6-5057-4863-a61b-fe96b4b96eb5\",\n \"UsagePrice\": 0.05,\n \"Zone\": \"ap-singapore-1\"\n },\n {\n \"CurrencyCode\": \"USD\",\n \"Duration\": 31536000,\n \"FixedPrice\": 0,\n \"InstanceType\": \"S5.LARGE8\",\n \"OfferingType\": \"No Upfront\",\n \"ProductDescription\": \"linux\",\n \"ReservedInstancesOfferingId\": \"7330ec0e-0ee2-4358-a429-4002c936c24d\",\n \"UsagePrice\": 0.1,\n \"Zone\": \"ap-singapore-1\"\n },\n {\n \"CurrencyCode\": \"USD\",\n \"Duration\": 31536000,\n \"FixedPrice\": 1200,\n \"InstanceType\": \"S5.LARGE16\",\n \"OfferingType\": \"All Upfront\",\n \"ProductDescription\": \"linux\",\n \"ReservedInstancesOfferingId\": \"e26bfbf3-85fa-4c88-82a8-0dd2706e60db\",\n \"UsagePrice\": 0,\n \"Zone\": \"ap-singapore-1\"\n }\n ],\n \"TotalCount\": 20\n }\n}",
|
|
336
336
|
"title": "Describing reserved instance offerings"
|
|
337
337
|
}
|
|
338
338
|
],
|
|
@@ -417,8 +417,8 @@
|
|
|
417
417
|
"InquirePricePurchaseReservedInstancesOffering": [
|
|
418
418
|
{
|
|
419
419
|
"document": " ",
|
|
420
|
-
"input": "
|
|
421
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
|
420
|
+
"input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquirePricePurchaseReservedInstancesOffering\n<Common request parameters>\n\n{\n \"InstanceCount\": 1,\n \"ReservedInstancesOfferingId\": \"694e115d-e1b2-47f5-8217-bfbdea222da1\"\n}",
|
|
421
|
+
"output": "{\n \"Response\": {\n \"Price\": {\n \"DiscountFixedPrice\": 101,\n \"DiscountUsagePrice\": 0,\n \"FixedPriceDiscount\": 100,\n \"OriginalFixedPrice\": 101,\n \"OriginalUsagePrice\": 0,\n \"UsagePriceDiscount\": 100\n },\n \"RequestId\": \"5e82e4b0-56e5-4461-aff6-2c1d49cc7447\"\n }\n}",
|
|
422
422
|
"title": "Querying the Price of a Reserved Instance"
|
|
423
423
|
}
|
|
424
424
|
],
|
|
@@ -578,8 +578,8 @@
|
|
|
578
578
|
],
|
|
579
579
|
"ModifyInstancesVpcAttribute": [
|
|
580
580
|
{
|
|
581
|
-
"document": "This example shows you how to migrate the `r8hr2upy` and `5d8a23rs` instances to the `dcs9x3gz` subnet of the `1urkhbj4` VPC and specify 10.0.0.18 as the private IP of the `r8hr2upy` instance and 10.0.0.19 as that of the `5d8a23rs` instance.",
|
|
582
|
-
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyInstancesVpcAttribute\n<Common request parameters>\n\n{\n \"VirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-dcs9x3gz\",\n \"VpcId\": \"vpc-1urkhbj4\",\n \"PrivateIpAddresses\": [\n \"10.0.0.19\",\n \"10.0.0.18\"\n ]\n },\n \"InstanceIds\": [\n \"ins-5d8a23rs\",\n \"ins-r8hr2upy\"\n ]\n}",
|
|
581
|
+
"document": "This example shows you how to migrate the `ins-r8hr2upy` and `ins-5d8a23rs` instances to the `subnet-dcs9x3gz` subnet of the `vpc-1urkhbj4` VPC and specify 10.0.0.18 as the private IP of the `ins-r8hr2upy` instance and 10.0.0.19 as that of the `ins-5d8a23rs` instance.",
|
|
582
|
+
"input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyInstancesVpcAttribute\n<Common request parameters>\n\n{\n \"VirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-dcs9x3gz\",\n \"VpcId\": \"vpc-1urkhbj4\",\n \"PrivateIpAddresses\": [\n \"10.0.0.19\",\n \"10.0.0.18\"\n ]\n },\n \"InstanceIds\": [\n \"ins-5d8a23rs\",\n \"ins-r8hr2upy\"\n ]\n}",
|
|
583
583
|
"output": "{\n \"Response\": {\n \"RequestId\": \"3c14def19-cfes-470e-b241-90787u6jf5uj\"\n }\n}",
|
|
584
584
|
"title": "Migrating instances to a VPC and specifying the subnet and IP"
|
|
585
585
|
}
|
|
@@ -609,8 +609,8 @@
|
|
|
609
609
|
"PurchaseReservedInstancesOffering": [
|
|
610
610
|
{
|
|
611
611
|
"document": " ",
|
|
612
|
-
"input": "
|
|
613
|
-
"output": "{\n \"Response\": {\n \"ReservedInstanceId\": \"
|
|
612
|
+
"input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: PurchaseReservedInstancesOffering\n<Common request parameters>\n\n{\n \"InstanceCount\": 2,\n \"ReservedInstancesOfferingId\": \"694e115d-e1b2-47f5-8217-bfbdea222da1\",\n \"ReservedInstanceName\": \"MyReservedInstanceName\"\n}",
|
|
613
|
+
"output": "{\n \"Response\": {\n \"ReservedInstanceId\": \"ri-8frq127i\",\n \"RequestId\": \"b333ddb8-4aed-4def-a0d9-617043c2614e\"\n }\n}",
|
|
614
614
|
"title": "Purchasing a reserved instance"
|
|
615
615
|
}
|
|
616
616
|
],
|
|
@@ -737,13 +737,13 @@
|
|
|
737
737
|
"SyncImages": [
|
|
738
738
|
{
|
|
739
739
|
"document": "This example shows you how to synchronize the image `img-o3ycss2p` to Guangzhou.",
|
|
740
|
-
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SyncImages\n<Common request parameters>\n\n
|
|
740
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SyncImages\n<Common request parameters>\n\n{\n \"ImageIds\": [\n \"img-o3ycss2p\"\n ],\n \"DestinationRegions\": [\n \"ap-guangzhou\"\n ]\n}",
|
|
741
741
|
"output": "{\n \"Response\": {\n \"RequestId\": \"71e69b56-32be-4412-ab45-49eded6a87be\"\n }\n}",
|
|
742
742
|
"title": "Synchronizing an Image"
|
|
743
743
|
},
|
|
744
744
|
{
|
|
745
745
|
"document": "This example shows you how to synchronize the image `img-o3ycss2p` to Guangzhou.",
|
|
746
|
-
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SyncImages\n<Common request parameters>\n\n
|
|
746
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SyncImages\n<Common request parameters>\n\n{\n \"ImageIds\": [\n \"img-o3ycss2p\"\n ],\n \"DestinationRegions\": [\n \"ap-guangzhou\"\n ],\n \"ImageSetRequired\": true\n}",
|
|
747
747
|
"output": "{\n \"Response\": {\n \"ImageSet\": [\n {\n \"Region\": \"ap-guangzhou\",\n \"ImageId\": \"img-evhmf3fy\"\n }\n ],\n \"RequestId\": \"71e69b56-32be-4412-ab45-49eded6a87be\"\n }\n}",
|
|
748
748
|
"title": "Synchronizing an Image to the Specified Region and Returning the New Image ID"
|
|
749
749
|
}
|
|
@@ -2294,7 +2294,7 @@
|
|
|
2294
2294
|
"example": "false",
|
|
2295
2295
|
"member": "bool",
|
|
2296
2296
|
"name": "ReturnHeadImage",
|
|
2297
|
-
"required":
|
|
2297
|
+
"required": false,
|
|
2298
2298
|
"type": "bool"
|
|
2299
2299
|
},
|
|
2300
2300
|
{
|
|
@@ -2309,7 +2309,7 @@
|
|
|
2309
2309
|
{
|
|
2310
2310
|
"disabled": false,
|
|
2311
2311
|
"document": "Base64 string of the image\nSupported image formats: PNG, JPG, JPEG. GIF is not supported yet.\nSupported image size: The downloaded image cannot exceed 7 MB after being Base64-encoded, and it cannot take longer than 3 seconds to download the image.",
|
|
2312
|
-
"example": "
|
|
2312
|
+
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
|
2313
2313
|
"member": "string",
|
|
2314
2314
|
"name": "ImageBase64",
|
|
2315
2315
|
"required": false,
|
|
@@ -2318,7 +2318,7 @@
|
|
|
2318
2318
|
{
|
|
2319
2319
|
"disabled": false,
|
|
2320
2320
|
"document": "URL address of image. (This field is not supported outside Chinese mainland)\nSupported image formats: PNG, JPG, JPEG. GIF is currently not supported.\nSupported image size: the downloaded image cannot exceed 3 MB after being Base64-encoded. The download time of the image cannot exceed 3 seconds.\nWe recommend you store the image in Tencent Cloud, as a Tencent Cloud URL can guarantee higher download speed and stability.\nThe download speed and stability of non-Tencent Cloud URLs may be low.",
|
|
2321
|
-
"example": "https://
|
|
2321
|
+
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
|
2322
2322
|
"member": "string",
|
|
2323
2323
|
"name": "ImageUrl",
|
|
2324
2324
|
"required": false,
|
|
@@ -2442,17 +2442,27 @@
|
|
|
2442
2442
|
},
|
|
2443
2443
|
{
|
|
2444
2444
|
"disabled": false,
|
|
2445
|
-
"document": "Base64-encoded
|
|
2446
|
-
"example": "
|
|
2445
|
+
"document": "Base64-encoded large primary portrait photo from the left side of the new-generation Hong Kong Identity Card.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
2446
|
+
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
|
2447
2447
|
"member": "string",
|
|
2448
2448
|
"name": "HeadImage",
|
|
2449
2449
|
"output_required": true,
|
|
2450
2450
|
"type": "string",
|
|
2451
2451
|
"value_allowed_null": true
|
|
2452
2452
|
},
|
|
2453
|
+
{
|
|
2454
|
+
"disabled": false,
|
|
2455
|
+
"document": "Base64-encoded small secondary portrait photo from the right side of the new-generation Hong Kong Identity Card.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
2456
|
+
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
|
2457
|
+
"member": "string",
|
|
2458
|
+
"name": "SmallHeadImage",
|
|
2459
|
+
"output_required": false,
|
|
2460
|
+
"type": "string",
|
|
2461
|
+
"value_allowed_null": true
|
|
2462
|
+
},
|
|
2453
2463
|
{
|
|
2454
2464
|
"disabled": true,
|
|
2455
|
-
"document": "
|
|
2465
|
+
"document": "This field is deprecated and will always return an empty array. Usage is not recommended.",
|
|
2456
2466
|
"example": "[-9102,-9103]",
|
|
2457
2467
|
"member": "int64",
|
|
2458
2468
|
"name": "WarningCode",
|
|
@@ -2470,6 +2480,26 @@
|
|
|
2470
2480
|
"type": "list",
|
|
2471
2481
|
"value_allowed_null": false
|
|
2472
2482
|
},
|
|
2483
|
+
{
|
|
2484
|
+
"disabled": false,
|
|
2485
|
+
"document": "Text information incorporated within the laser-perforated see-through window on the new-generation Hong Kong Identity Card.",
|
|
2486
|
+
"example": "C000000",
|
|
2487
|
+
"member": "string",
|
|
2488
|
+
"name": "WindowEmbeddedText",
|
|
2489
|
+
"output_required": false,
|
|
2490
|
+
"type": "string",
|
|
2491
|
+
"value_allowed_null": false
|
|
2492
|
+
},
|
|
2493
|
+
{
|
|
2494
|
+
"disabled": false,
|
|
2495
|
+
"document": "Versions of the Hong Kong Identity Card: HKID-2018, HKID-2003.",
|
|
2496
|
+
"example": "HKID-2018",
|
|
2497
|
+
"member": "string",
|
|
2498
|
+
"name": "HKIDVersion",
|
|
2499
|
+
"output_required": false,
|
|
2500
|
+
"type": "string",
|
|
2501
|
+
"value_allowed_null": true
|
|
2502
|
+
},
|
|
2473
2503
|
{
|
|
2474
2504
|
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
2475
2505
|
"member": "string",
|
|
@@ -316,7 +316,7 @@
|
|
|
316
316
|
"status": "online"
|
|
317
317
|
},
|
|
318
318
|
"StopPublishCdnStream": {
|
|
319
|
-
"document": "This API is used to stop a relaying task.",
|
|
319
|
+
"document": "This API is used to stop a relaying task.\nYou can create a relay task before the anchor enters the room. When the relay task is finished, you need to call the stop interface actively. If you do not call the Stop Relay Task Interface, Tencent Cloud will automatically stop the mix relay task when all users participating in the mix have no data uploaded for a period of time exceeding the timeout (AgentParams.MaxIdleTime) set when starting the relay task.",
|
|
320
320
|
"input": "StopPublishCdnStreamRequest",
|
|
321
321
|
"name": "Stops a relaying task",
|
|
322
322
|
"output": "StopPublishCdnStreamResponse",
|
|
@@ -5969,7 +5969,7 @@
|
|
|
5969
5969
|
{
|
|
5970
5970
|
"disabled": false,
|
|
5971
5971
|
"document": "The [SDKAppID](https://intl.cloud.tencent.com/document/product/647/37714) of the TRTC room whose streams are relayed.",
|
|
5972
|
-
"example": "
|
|
5972
|
+
"example": "1400***000",
|
|
5973
5973
|
"member": "uint64",
|
|
5974
5974
|
"name": "SdkAppId",
|
|
5975
5975
|
"required": true,
|
|
@@ -5978,7 +5978,7 @@
|
|
|
5978
5978
|
{
|
|
5979
5979
|
"disabled": false,
|
|
5980
5980
|
"document": "The task ID.",
|
|
5981
|
-
"example": "
|
|
5981
|
+
"example": "-nHPekVU7h******sceOqAZ1YVQE.",
|
|
5982
5982
|
"member": "string",
|
|
5983
5983
|
"name": "TaskId",
|
|
5984
5984
|
"required": true,
|
|
@@ -5993,10 +5993,10 @@
|
|
|
5993
5993
|
{
|
|
5994
5994
|
"disabled": false,
|
|
5995
5995
|
"document": "The task ID.",
|
|
5996
|
-
"example": "
|
|
5996
|
+
"example": "-nHPekVU7h******sceOqAZ1YVQE.",
|
|
5997
5997
|
"member": "string",
|
|
5998
5998
|
"name": "TaskId",
|
|
5999
|
-
"
|
|
5999
|
+
"output_required": true,
|
|
6000
6000
|
"type": "string",
|
|
6001
6001
|
"value_allowed_null": false
|
|
6002
6002
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tccli-intl-en
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1284.1
|
|
4
4
|
Summary: Universal Command Line Environment for Tencent Cloud
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-cli-intl-en.git
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -21,7 +21,7 @@ Classifier: Programming Language :: Python :: 3.4
|
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.5
|
|
22
22
|
Classifier: Programming Language :: Python :: 3.6
|
|
23
23
|
License-File: LICENSE
|
|
24
|
-
Requires-Dist: tencentcloud-sdk-python-intl-en >=3.0.
|
|
24
|
+
Requires-Dist: tencentcloud-sdk-python-intl-en >=3.0.1284
|
|
25
25
|
Requires-Dist: jmespath ==0.10.0
|
|
26
26
|
Requires-Dist: six ==1.16.0
|
|
27
27
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
tccli/__init__.py,sha256=
|
|
1
|
+
tccli/__init__.py,sha256=bZwDc-av7QNnJTh8v7tXhb1GWcC4RcxcY0lnY_joWvE,28
|
|
2
2
|
tccli/argparser.py,sha256=WtfpBhj2R6JHSzagy6w6Q4y3YVmyIC_yK80w3tqBPgU,5589
|
|
3
3
|
tccli/argument.py,sha256=_ictuLaeci9t9bvWGZ1QcpMLMztqKkpVH7UyiUwOc-g,8092
|
|
4
4
|
tccli/base_command.py,sha256=rFWNAwfS0GA6LLGNOM-iPI0RV81Jag5cZn536ZQN0pw,2859
|
|
@@ -198,8 +198,8 @@ tccli/services/ctsdb/v20230202/api.json,sha256=OdVCQn1d5ROlJirmxcGLM2TkLzDH2cunz
|
|
|
198
198
|
tccli/services/ctsdb/v20230202/examples.json,sha256=GB60VeEhL_lUbM6kjgL-9fqXGd7dc1C7TUCK6KRrrV4,3720
|
|
199
199
|
tccli/services/cvm/__init__.py,sha256=TlF7VMjJTb_ELng-8ghL1Zvrmu7MJyuNBU5KLiWrFnw,85
|
|
200
200
|
tccli/services/cvm/cvm_client.py,sha256=AaUfG_inZazAAiUDO9vOknDYWe9F7h8_jaRb9lRoUEQ,268363
|
|
201
|
-
tccli/services/cvm/v20170312/api.json,sha256=
|
|
202
|
-
tccli/services/cvm/v20170312/examples.json,sha256=
|
|
201
|
+
tccli/services/cvm/v20170312/api.json,sha256=T0xdB0wpDlUQTUzo0DGhaQ7v889sc1e7jz7c3Gjn490,489180
|
|
202
|
+
tccli/services/cvm/v20170312/examples.json,sha256=LOzgEb6o7xwK_9OQ7NtmWHKObYtI3RpJodN1LR2sjd8,123410
|
|
203
203
|
tccli/services/cwp/__init__.py,sha256=VzfiK7QzpNmTiO4zrmILRFSkKMJka8elLwzYLTjUPFw,85
|
|
204
204
|
tccli/services/cwp/cwp_client.py,sha256=F33EOyd7GPA13BsS3Sghk8txWpGgXi9815SX4rDJaDs,1457621
|
|
205
205
|
tccli/services/cwp/v20180228/api.json,sha256=dl5bSD0_GMwxmOIItlWCGJLcHilwgdV9x096K8Do1Oc,2098126
|
|
@@ -390,7 +390,7 @@ tccli/services/msp/v20180319/api.json,sha256=PUGm-MEDPWDfGFbQzE_XM2QGC68xgf1Oy3o
|
|
|
390
390
|
tccli/services/msp/v20180319/examples.json,sha256=9aA1UWR-okCnsD64bVTk4c1gzDWY1y78vWr-6GlaRhM,6647
|
|
391
391
|
tccli/services/ocr/__init__.py,sha256=1UdHN9VtB5qVwAn2FMefSi4BhMTJOjmFgYZT-zTEVBM,85
|
|
392
392
|
tccli/services/ocr/ocr_client.py,sha256=XzwkJOVNJkcJkARTVOudipxvVBEErmrPVaSbaaDnvmo,127378
|
|
393
|
-
tccli/services/ocr/v20181119/api.json,sha256=
|
|
393
|
+
tccli/services/ocr/v20181119/api.json,sha256=bWUun-LlVLQJW3BzZzbrB-K2wJnTrAJK-Qo-MR5L2LI,430296
|
|
394
394
|
tccli/services/ocr/v20181119/examples.json,sha256=law7ecxS8pmoxepgn02FOO5YaPG2QrugHfcBaO2COxM,150642
|
|
395
395
|
tccli/services/omics/__init__.py,sha256=2Uhk7Pv4ejuVCryMqNlAdn8xPMdHO2Hr4500KAZ0W-M,89
|
|
396
396
|
tccli/services/omics/omics_client.py,sha256=aVp5YtoEDz890LisaVLO5KKDVCnP-ZDQvUMayRt_T6s,67780
|
|
@@ -552,7 +552,7 @@ tccli/services/trro/v20220325/api.json,sha256=sKxoJp0XV6RfdPHSvJjA6c-HbR1Sp5WU63
|
|
|
552
552
|
tccli/services/trro/v20220325/examples.json,sha256=15rCCu2A8zMG3EE5G5SJ1GBq-Rokk1XTR2DATNB_Ja0,16031
|
|
553
553
|
tccli/services/trtc/__init__.py,sha256=7xXIF66WdJHGVIhfHKFx2VYimlxZ_z3QOeJBUJ2P_MQ,87
|
|
554
554
|
tccli/services/trtc/trtc_client.py,sha256=lg0hkqQ21zWQvSwULRuorP_UxQTmcHtwun9Z6GrlHzk,164697
|
|
555
|
-
tccli/services/trtc/v20190722/api.json,sha256=
|
|
555
|
+
tccli/services/trtc/v20190722/api.json,sha256=U8giSqBuLoSUqPNK-hVDXxQutrZunZduD2_6ccjcGoc,305168
|
|
556
556
|
tccli/services/trtc/v20190722/examples.json,sha256=4QXy9WvN4TlcWud67H5WdaCb2Yoz0TIeResc6DlP6uM,96533
|
|
557
557
|
tccli/services/tts/__init__.py,sha256=W0RaInrUSxJI_CjeXr9PUINXeopAR8LUj72n-p8UhII,85
|
|
558
558
|
tccli/services/tts/tts_client.py,sha256=H8a7RiQg-YHnJSzwfPRzSupwdSxdKziVI1jWzB7PM3o,9184
|
|
@@ -592,9 +592,9 @@ tccli/services/yunjing/__init__.py,sha256=8HTKN8_ow1j67tspqAbBMQgeteXAagLvtb9WAf
|
|
|
592
592
|
tccli/services/yunjing/yunjing_client.py,sha256=TgW9P5c1WrxNFj8viq_OLbeC5HYRdjHm7qv_hYr-Lqs,227266
|
|
593
593
|
tccli/services/yunjing/v20180228/api.json,sha256=zYojacZyPgPCi71CLBjuHsQR9mIxcZjCX5JwA9TYr1s,173428
|
|
594
594
|
tccli/services/yunjing/v20180228/examples.json,sha256=j3GL3TtNTkZpNLlksz0nJNCVDxYGUqfRqOt94Y-P8OE,58723
|
|
595
|
-
tccli_intl_en-3.0.
|
|
596
|
-
tccli_intl_en-3.0.
|
|
597
|
-
tccli_intl_en-3.0.
|
|
598
|
-
tccli_intl_en-3.0.
|
|
599
|
-
tccli_intl_en-3.0.
|
|
600
|
-
tccli_intl_en-3.0.
|
|
595
|
+
tccli_intl_en-3.0.1284.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
596
|
+
tccli_intl_en-3.0.1284.1.dist-info/METADATA,sha256=CGA0W9hjs7dzCNKXtHE4VoPGWNxeP0gF9KF83zOGq7M,3067
|
|
597
|
+
tccli_intl_en-3.0.1284.1.dist-info/WHEEL,sha256=Ll72iyqtt6Rbxp-Q7FSafYA1LeRv98X15xcZWRsFEmY,109
|
|
598
|
+
tccli_intl_en-3.0.1284.1.dist-info/entry_points.txt,sha256=9ZzsXxi7Xj3ZneT7VxRVJpFvnmdEOeysh999_0gWVvo,85
|
|
599
|
+
tccli_intl_en-3.0.1284.1.dist-info/top_level.txt,sha256=gYFrQRE3IqZ_46Syp-vkVwwvNaYEtKcM4fE_C4Puomk,6
|
|
600
|
+
tccli_intl_en-3.0.1284.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|