tccli-intl-en 3.1.16.1__py2.py3-none-any.whl → 3.1.18.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/cdn/v20180606/api.json +22 -22
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/cvm/v20170312/api.json +12 -12
- tccli/services/cvm/v20170312/examples.json +3 -3
- tccli/services/lighthouse/lighthouse_client.py +360 -24
- tccli/services/lighthouse/v20200324/api.json +488 -0
- tccli/services/lighthouse/v20200324/examples.json +54 -0
- tccli/services/lkeap/v20240522/api.json +36 -0
- tccli/services/lkeap/v20240522/examples.json +1 -1
- {tccli_intl_en-3.1.16.1.dist-info → tccli_intl_en-3.1.18.1.dist-info}/METADATA +2 -2
- {tccli_intl_en-3.1.16.1.dist-info → tccli_intl_en-3.1.18.1.dist-info}/RECORD +16 -16
- {tccli_intl_en-3.1.16.1.dist-info → tccli_intl_en-3.1.18.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.1.16.1.dist-info → tccli_intl_en-3.1.18.1.dist-info}/WHEEL +0 -0
- {tccli_intl_en-3.1.16.1.dist-info → tccli_intl_en-3.1.18.1.dist-info}/entry_points.txt +0 -0
- {tccli_intl_en-3.1.16.1.dist-info → tccli_intl_en-3.1.18.1.dist-info}/top_level.txt +0 -0
|
@@ -28,6 +28,13 @@
|
|
|
28
28
|
"output": "AttachDisksResponse",
|
|
29
29
|
"status": "online"
|
|
30
30
|
},
|
|
31
|
+
"CancelShareBlueprintAcrossAccounts": {
|
|
32
|
+
"document": "This API is used to cancel image sharing across accounts.\nAn image to be canceled sharing must be a custom image that is originally shared from another account to your account.",
|
|
33
|
+
"input": "CancelShareBlueprintAcrossAccountsRequest",
|
|
34
|
+
"name": "Cancels image sharing across accounts",
|
|
35
|
+
"output": "CancelShareBlueprintAcrossAccountsResponse",
|
|
36
|
+
"status": "online"
|
|
37
|
+
},
|
|
31
38
|
"CreateBlueprint": {
|
|
32
39
|
"document": "This API is used to create an image.",
|
|
33
40
|
"input": "CreateBlueprintRequest",
|
|
@@ -196,6 +203,13 @@
|
|
|
196
203
|
"output": "DescribeGeneralResourceQuotasResponse",
|
|
197
204
|
"status": "online"
|
|
198
205
|
},
|
|
206
|
+
"DescribeImagesToShare": {
|
|
207
|
+
"document": "This API is used to query the list of Cloud Virtual Machine (CVM) custom images and share the images to Tencent Cloud Lighthouse (Lighthouse).",
|
|
208
|
+
"input": "DescribeImagesToShareRequest",
|
|
209
|
+
"name": "Queries the CVM image list",
|
|
210
|
+
"output": "DescribeImagesToShareResponse",
|
|
211
|
+
"status": "online"
|
|
212
|
+
},
|
|
199
213
|
"DescribeInstanceLoginKeyPairAttribute": {
|
|
200
214
|
"document": "This API is used to query the attributes of the default login key of an instance.",
|
|
201
215
|
"input": "DescribeInstanceLoginKeyPairAttributeRequest",
|
|
@@ -413,6 +427,13 @@
|
|
|
413
427
|
"output": "ModifyFirewallRulesResponse",
|
|
414
428
|
"status": "online"
|
|
415
429
|
},
|
|
430
|
+
"ModifyImageSharePermission": {
|
|
431
|
+
"document": "This API is used to share and cancel sharing of CVM custom images to the Lighthouse service.\nSharing CVM images to Lighthouse requires the following conditions to be met:\n1. Images that have been shared cannot be shared again.\n2. Images imported from external sources are not supported for sharing.\n3. Full-instance images are not supported for sharing.\n4. Images need to support CloudInit to be eligible for sharing.\n5. The Platform and OsName of the images must meet the sharing conditions before the images are eligible for sharing.\n6. Only images in the NORMAL status are supported for sharing.",
|
|
432
|
+
"input": "ModifyImageSharePermissionRequest",
|
|
433
|
+
"name": "Modifies CVM image sharing information",
|
|
434
|
+
"output": "ModifyImageSharePermissionResponse",
|
|
435
|
+
"status": "online"
|
|
436
|
+
},
|
|
416
437
|
"ModifyInstancesAttribute": {
|
|
417
438
|
"document": "This API is used to modify an instance attribute. \n* The instance name is used only for users’ convenience. \n* Batch operations are supported. The maximum number of instances in each request is 100.",
|
|
418
439
|
"input": "ModifyInstancesAttributeRequest",
|
|
@@ -490,6 +511,20 @@
|
|
|
490
511
|
"output": "ResetInstancesPasswordResponse",
|
|
491
512
|
"status": "online"
|
|
492
513
|
},
|
|
514
|
+
"ResizeDisks": {
|
|
515
|
+
"document": "This API is used to scale out a cloud disk. The operation currently only supports cloud disks of the data disk type that are in the ATTACHED or UNATTACHED status.",
|
|
516
|
+
"input": "ResizeDisksRequest",
|
|
517
|
+
"name": "Scales out a cloud disk",
|
|
518
|
+
"output": "ResizeDisksResponse",
|
|
519
|
+
"status": "online"
|
|
520
|
+
},
|
|
521
|
+
"ShareBlueprintAcrossAccounts": {
|
|
522
|
+
"document": "This API is used to share an image across accounts.\nThis API is used to share custom images only, and the status of the shared image must be NORMAL.\nThe account receiving the shared image must be a root account.",
|
|
523
|
+
"input": "ShareBlueprintAcrossAccountsRequest",
|
|
524
|
+
"name": "Shares an image across accounts",
|
|
525
|
+
"output": "ShareBlueprintAcrossAccountsResponse",
|
|
526
|
+
"status": "online"
|
|
527
|
+
},
|
|
493
528
|
"StartInstances": {
|
|
494
529
|
"document": "This API is used to start one or more instances.\n\n* You can only perform this operation on instances whose status is `STOPPED`.\n* The instance status will become `STARTING` when the API is called successfully and will become `RUNNING` when the instance is successfully started.\n* Batch operations are supported. The maximum number of instances in each request is 100.\n* This API is async. After the request is sent successfully, a `RequestId` will be returned. At this time, the operation is not completed immediately. The result of the instance operation can be queried by calling the `DescribeInstances` API. If the latest operation status (LatestOperationState) of the instance is `SUCCESS`, the operation is successful.",
|
|
495
530
|
"input": "StartInstancesRequest",
|
|
@@ -504,6 +539,13 @@
|
|
|
504
539
|
"output": "StopInstancesResponse",
|
|
505
540
|
"status": "online"
|
|
506
541
|
},
|
|
542
|
+
"SyncBlueprint": {
|
|
543
|
+
"document": "This API is used to synchronize a custom image to other regions.\n\n* Synchronization to multiple regions is supported. Up to 10 regions are supported.\n* Synchronization to the source region is not supported.\n* Only images in the NORMAL status are supported for synchronization.\n* Synchronization between Chinese mainland regions and regions outside the Chinese mainland is not supported.\n * You can use the [DescribeBlueprints](https://www.tencentcloud.comom/document/api/1207/47689?from_cn_redirect=1) API to query the image status. When the status is NORMAL, it indicates that the source region synchronization ends.",
|
|
544
|
+
"input": "SyncBlueprintRequest",
|
|
545
|
+
"name": "Synchronizes an image",
|
|
546
|
+
"output": "SyncBlueprintResponse",
|
|
547
|
+
"status": "online"
|
|
548
|
+
},
|
|
507
549
|
"TerminateDisks": {
|
|
508
550
|
"document": "This API is used to terminate one or more cloud disk.",
|
|
509
551
|
"input": "TerminateDisksRequest",
|
|
@@ -1185,6 +1227,42 @@
|
|
|
1185
1227
|
],
|
|
1186
1228
|
"usage": "out"
|
|
1187
1229
|
},
|
|
1230
|
+
"CancelShareBlueprintAcrossAccountsRequest": {
|
|
1231
|
+
"document": "CancelShareBlueprintAcrossAccounts request structure.",
|
|
1232
|
+
"members": [
|
|
1233
|
+
{
|
|
1234
|
+
"disabled": false,
|
|
1235
|
+
"document": "Image ID, which can be obtained through the BlueprintId returned by the [DescribeBlueprints](https://www.tencentcloud.comom/document/product/1207/47689?from_cn_redirect=1) API.",
|
|
1236
|
+
"example": "\"lhbp-6jc6l8yb\"",
|
|
1237
|
+
"member": "string",
|
|
1238
|
+
"name": "BlueprintId",
|
|
1239
|
+
"required": true,
|
|
1240
|
+
"type": "string"
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
"disabled": false,
|
|
1244
|
+
"document": "List of [account IDs](https://www.tencentcloud.comom/document/product/213/4944?from_cn_redirect=1#.E8.8E.B7.E5.8F.96.E4.B8.BB.E8.B4.A6.E5.8F.B7.E7.9A.84.E8.B4.A6.E5.8F.B7-id) that receive the shared images. The account ID is different from the QQ number. To query a user account ID, view the account ID column in the account information. The maximum number of accounts is 10.",
|
|
1245
|
+
"example": "[\"700000164995\"]",
|
|
1246
|
+
"member": "string",
|
|
1247
|
+
"name": "AccountIds",
|
|
1248
|
+
"required": true,
|
|
1249
|
+
"type": "list"
|
|
1250
|
+
}
|
|
1251
|
+
],
|
|
1252
|
+
"type": "object"
|
|
1253
|
+
},
|
|
1254
|
+
"CancelShareBlueprintAcrossAccountsResponse": {
|
|
1255
|
+
"document": "CancelShareBlueprintAcrossAccounts response structure.",
|
|
1256
|
+
"members": [
|
|
1257
|
+
{
|
|
1258
|
+
"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.",
|
|
1259
|
+
"member": "string",
|
|
1260
|
+
"name": "RequestId",
|
|
1261
|
+
"type": "string"
|
|
1262
|
+
}
|
|
1263
|
+
],
|
|
1264
|
+
"type": "object"
|
|
1265
|
+
},
|
|
1188
1266
|
"CcnAttachedInstance": {
|
|
1189
1267
|
"document": "List of instances associated with the CCN instance.",
|
|
1190
1268
|
"members": [
|
|
@@ -2711,6 +2789,80 @@
|
|
|
2711
2789
|
],
|
|
2712
2790
|
"type": "object"
|
|
2713
2791
|
},
|
|
2792
|
+
"DescribeImagesToShareRequest": {
|
|
2793
|
+
"document": "DescribeImagesToShare request structure.",
|
|
2794
|
+
"members": [
|
|
2795
|
+
{
|
|
2796
|
+
"disabled": false,
|
|
2797
|
+
"document": "List of CVM image IDs, which can be obtained through the ImageId in the returned value of the [DescribeImages](https://www.tencentcloud.comom/document/api/213/15715?from_cn_redirect=1) API.",
|
|
2798
|
+
"example": "[\"img-xksdu822\"]",
|
|
2799
|
+
"member": "string",
|
|
2800
|
+
"name": "ImageIds",
|
|
2801
|
+
"required": false,
|
|
2802
|
+
"type": "list"
|
|
2803
|
+
},
|
|
2804
|
+
{
|
|
2805
|
+
"disabled": false,
|
|
2806
|
+
"document": "Offset. The default value is 0. For more information on `Offset`, see the relevant section in API [Introduction](https://www.tencentcloud.comom/document/product/1207/47578?from_cn_redirect=1).",
|
|
2807
|
+
"example": "0",
|
|
2808
|
+
"member": "int64",
|
|
2809
|
+
"name": "Offset",
|
|
2810
|
+
"required": false,
|
|
2811
|
+
"type": "int"
|
|
2812
|
+
},
|
|
2813
|
+
{
|
|
2814
|
+
"disabled": false,
|
|
2815
|
+
"document": "Number of returned results. The default value is 20, and the maximum value is 100. For more information on `Limit`, see the relevant section in API [Introduction](https://www.tencentcloud.comom/document/product/1207/47578?from_cn_redirect=1).",
|
|
2816
|
+
"example": "1",
|
|
2817
|
+
"member": "int64",
|
|
2818
|
+
"name": "Limit",
|
|
2819
|
+
"required": false,
|
|
2820
|
+
"type": "int"
|
|
2821
|
+
},
|
|
2822
|
+
{
|
|
2823
|
+
"disabled": false,
|
|
2824
|
+
"document": "Filter list.\n<li>image-id</li>: filter by [CVM image ID].\nType: string.\nRequired: no.\n<li>image-name</li>: filter by [CVM image name].\nType: string.\nRequired: no.\n\n<li>image-type</li>: filter by [CVM image type].\nType: string.\nRequired: no.\nValid values:\nPRIVATE_IMAGE: private image (image created by the account).\nPUBLIC_IMAGE: public image (Tencent Cloud official image).\nSHARED_IMAGE: shared image (image shared by other accounts to this account).\n\nThe maximum number of Filters per request is 10, and the maximum number of Filter.Values per request is 5.\nImageIds and Filters cannot be specified simultaneously for parameters.",
|
|
2825
|
+
"example": "无",
|
|
2826
|
+
"member": "Filter",
|
|
2827
|
+
"name": "Filters",
|
|
2828
|
+
"required": false,
|
|
2829
|
+
"type": "list"
|
|
2830
|
+
}
|
|
2831
|
+
],
|
|
2832
|
+
"type": "object"
|
|
2833
|
+
},
|
|
2834
|
+
"DescribeImagesToShareResponse": {
|
|
2835
|
+
"document": "DescribeImagesToShare response structure.",
|
|
2836
|
+
"members": [
|
|
2837
|
+
{
|
|
2838
|
+
"disabled": false,
|
|
2839
|
+
"document": "Number of images that meet the conditions.",
|
|
2840
|
+
"example": "1",
|
|
2841
|
+
"member": "int64",
|
|
2842
|
+
"name": "TotalCount",
|
|
2843
|
+
"required": true,
|
|
2844
|
+
"type": "int",
|
|
2845
|
+
"value_allowed_null": false
|
|
2846
|
+
},
|
|
2847
|
+
{
|
|
2848
|
+
"disabled": false,
|
|
2849
|
+
"document": "List of CVM image detailed information.",
|
|
2850
|
+
"example": "无",
|
|
2851
|
+
"member": "Image",
|
|
2852
|
+
"name": "ImageSet",
|
|
2853
|
+
"required": true,
|
|
2854
|
+
"type": "list",
|
|
2855
|
+
"value_allowed_null": false
|
|
2856
|
+
},
|
|
2857
|
+
{
|
|
2858
|
+
"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.",
|
|
2859
|
+
"member": "string",
|
|
2860
|
+
"name": "RequestId",
|
|
2861
|
+
"type": "string"
|
|
2862
|
+
}
|
|
2863
|
+
],
|
|
2864
|
+
"type": "object"
|
|
2865
|
+
},
|
|
2714
2866
|
"DescribeInstanceLoginKeyPairAttributeRequest": {
|
|
2715
2867
|
"document": "DescribeInstanceLoginKeyPairAttribute request structure.",
|
|
2716
2868
|
"members": [
|
|
@@ -3562,6 +3714,32 @@
|
|
|
3562
3714
|
],
|
|
3563
3715
|
"type": "object"
|
|
3564
3716
|
},
|
|
3717
|
+
"DestinationRegionBlueprint": {
|
|
3718
|
+
"document": "Image information of the target region.",
|
|
3719
|
+
"members": [
|
|
3720
|
+
{
|
|
3721
|
+
"disabled": false,
|
|
3722
|
+
"document": "Target region.",
|
|
3723
|
+
"example": "ap-guangzhou",
|
|
3724
|
+
"member": "string",
|
|
3725
|
+
"name": "Region",
|
|
3726
|
+
"output_required": true,
|
|
3727
|
+
"type": "string",
|
|
3728
|
+
"value_allowed_null": false
|
|
3729
|
+
},
|
|
3730
|
+
{
|
|
3731
|
+
"disabled": false,
|
|
3732
|
+
"document": "Target region image ID.",
|
|
3733
|
+
"example": "lhbp-lf3gjs2f",
|
|
3734
|
+
"member": "string",
|
|
3735
|
+
"name": "BlueprintId",
|
|
3736
|
+
"output_required": true,
|
|
3737
|
+
"type": "string",
|
|
3738
|
+
"value_allowed_null": false
|
|
3739
|
+
}
|
|
3740
|
+
],
|
|
3741
|
+
"usage": "out"
|
|
3742
|
+
},
|
|
3565
3743
|
"DetachCcnRequest": {
|
|
3566
3744
|
"document": "DetachCcn request structure.",
|
|
3567
3745
|
"members": [
|
|
@@ -4529,6 +4707,152 @@
|
|
|
4529
4707
|
],
|
|
4530
4708
|
"usage": "out"
|
|
4531
4709
|
},
|
|
4710
|
+
"Image": {
|
|
4711
|
+
"document": "CVM image information.",
|
|
4712
|
+
"members": [
|
|
4713
|
+
{
|
|
4714
|
+
"disabled": false,
|
|
4715
|
+
"document": "CVM Image ID, which is the unique identifier of the image.",
|
|
4716
|
+
"example": "img-cs2rrmp0",
|
|
4717
|
+
"member": "string",
|
|
4718
|
+
"name": "ImageId",
|
|
4719
|
+
"required": true,
|
|
4720
|
+
"type": "string",
|
|
4721
|
+
"value_allowed_null": false
|
|
4722
|
+
},
|
|
4723
|
+
{
|
|
4724
|
+
"disabled": false,
|
|
4725
|
+
"document": "Image name.",
|
|
4726
|
+
"example": "test-image",
|
|
4727
|
+
"member": "string",
|
|
4728
|
+
"name": "ImageName",
|
|
4729
|
+
"required": true,
|
|
4730
|
+
"type": "string",
|
|
4731
|
+
"value_allowed_null": false
|
|
4732
|
+
},
|
|
4733
|
+
{
|
|
4734
|
+
"disabled": false,
|
|
4735
|
+
"document": "Image description.",
|
|
4736
|
+
"example": "test-image",
|
|
4737
|
+
"member": "string",
|
|
4738
|
+
"name": "ImageDescription",
|
|
4739
|
+
"required": true,
|
|
4740
|
+
"type": "string",
|
|
4741
|
+
"value_allowed_null": false
|
|
4742
|
+
},
|
|
4743
|
+
{
|
|
4744
|
+
"disabled": false,
|
|
4745
|
+
"document": "Image size, in GB.",
|
|
4746
|
+
"example": "50",
|
|
4747
|
+
"member": "int64",
|
|
4748
|
+
"name": "ImageSize",
|
|
4749
|
+
"required": true,
|
|
4750
|
+
"type": "int",
|
|
4751
|
+
"value_allowed_null": false
|
|
4752
|
+
},
|
|
4753
|
+
{
|
|
4754
|
+
"disabled": false,
|
|
4755
|
+
"document": "Image source.\n<li>CREATE_IMAGE: custom image.</li>\n<li>EXTERNAL_IMPORT: externally imported image.</li>",
|
|
4756
|
+
"example": "CREATE_IMAGE",
|
|
4757
|
+
"member": "string",
|
|
4758
|
+
"name": "ImageSource",
|
|
4759
|
+
"required": true,
|
|
4760
|
+
"type": "string",
|
|
4761
|
+
"value_allowed_null": false
|
|
4762
|
+
},
|
|
4763
|
+
{
|
|
4764
|
+
"disabled": false,
|
|
4765
|
+
"document": "Image classification.\n<li>SystemImage: system disk image.</li>\n<li>InstanceImage: full-instance image.</li>",
|
|
4766
|
+
"example": "SystemImage",
|
|
4767
|
+
"member": "string",
|
|
4768
|
+
"name": "ImageClass",
|
|
4769
|
+
"required": true,
|
|
4770
|
+
"type": "string",
|
|
4771
|
+
"value_allowed_null": false
|
|
4772
|
+
},
|
|
4773
|
+
{
|
|
4774
|
+
"disabled": false,
|
|
4775
|
+
"document": "Image status.\nCREATING: creating.\nNORMAL: normal.\nCREATEFAILED: creation failed.\nUSING: in use.\nSYNCING: synchronizing.\nIMPORTING: importing.\nIMPORTFAILED: import failed.",
|
|
4776
|
+
"example": "NORMAL",
|
|
4777
|
+
"member": "string",
|
|
4778
|
+
"name": "ImageState",
|
|
4779
|
+
"required": true,
|
|
4780
|
+
"type": "string",
|
|
4781
|
+
"value_allowed_null": false
|
|
4782
|
+
},
|
|
4783
|
+
{
|
|
4784
|
+
"disabled": false,
|
|
4785
|
+
"document": "Whether the image supports Cloudinit.",
|
|
4786
|
+
"example": "true",
|
|
4787
|
+
"member": "bool",
|
|
4788
|
+
"name": "IsSupportCloudinit",
|
|
4789
|
+
"required": true,
|
|
4790
|
+
"type": "bool",
|
|
4791
|
+
"value_allowed_null": false
|
|
4792
|
+
},
|
|
4793
|
+
{
|
|
4794
|
+
"disabled": false,
|
|
4795
|
+
"document": "Image architecture.",
|
|
4796
|
+
"example": "x86_64",
|
|
4797
|
+
"member": "string",
|
|
4798
|
+
"name": "Architecture",
|
|
4799
|
+
"required": true,
|
|
4800
|
+
"type": "string",
|
|
4801
|
+
"value_allowed_null": false
|
|
4802
|
+
},
|
|
4803
|
+
{
|
|
4804
|
+
"disabled": false,
|
|
4805
|
+
"document": "Image operating system.",
|
|
4806
|
+
"example": "Ubuntu Server 20.04 LTS 64bit",
|
|
4807
|
+
"member": "string",
|
|
4808
|
+
"name": "OsName",
|
|
4809
|
+
"required": true,
|
|
4810
|
+
"type": "string",
|
|
4811
|
+
"value_allowed_null": false
|
|
4812
|
+
},
|
|
4813
|
+
{
|
|
4814
|
+
"disabled": false,
|
|
4815
|
+
"document": "Image source platform.",
|
|
4816
|
+
"example": "Ubuntu",
|
|
4817
|
+
"member": "string",
|
|
4818
|
+
"name": "Platform",
|
|
4819
|
+
"required": true,
|
|
4820
|
+
"type": "string",
|
|
4821
|
+
"value_allowed_null": false
|
|
4822
|
+
},
|
|
4823
|
+
{
|
|
4824
|
+
"disabled": false,
|
|
4825
|
+
"document": "Image creation time.",
|
|
4826
|
+
"example": "2021-07-23T08:49:36Z",
|
|
4827
|
+
"member": "datetime_iso",
|
|
4828
|
+
"name": "CreatedTime",
|
|
4829
|
+
"required": true,
|
|
4830
|
+
"type": "string",
|
|
4831
|
+
"value_allowed_null": false
|
|
4832
|
+
},
|
|
4833
|
+
{
|
|
4834
|
+
"disabled": false,
|
|
4835
|
+
"document": "Whether the image can be shared to Lighthouse.",
|
|
4836
|
+
"example": "true",
|
|
4837
|
+
"member": "bool",
|
|
4838
|
+
"name": "IsShareable",
|
|
4839
|
+
"required": true,
|
|
4840
|
+
"type": "bool",
|
|
4841
|
+
"value_allowed_null": false
|
|
4842
|
+
},
|
|
4843
|
+
{
|
|
4844
|
+
"disabled": false,
|
|
4845
|
+
"document": "Reason for not being shared.",
|
|
4846
|
+
"example": "镜像已共享。",
|
|
4847
|
+
"member": "string",
|
|
4848
|
+
"name": "UnshareableReason",
|
|
4849
|
+
"required": true,
|
|
4850
|
+
"type": "string",
|
|
4851
|
+
"value_allowed_null": false
|
|
4852
|
+
}
|
|
4853
|
+
],
|
|
4854
|
+
"usage": "out"
|
|
4855
|
+
},
|
|
4532
4856
|
"ImportKeyPairRequest": {
|
|
4533
4857
|
"document": "ImportKeyPair request structure.",
|
|
4534
4858
|
"members": [
|
|
@@ -5844,6 +6168,52 @@
|
|
|
5844
6168
|
],
|
|
5845
6169
|
"type": "object"
|
|
5846
6170
|
},
|
|
6171
|
+
"ModifyImageSharePermissionRequest": {
|
|
6172
|
+
"document": "ModifyImageSharePermission request structure.",
|
|
6173
|
+
"members": [
|
|
6174
|
+
{
|
|
6175
|
+
"disabled": false,
|
|
6176
|
+
"document": "Image ID, which can be obtained through the ImageId in the returned value of the [DescribeImages](https://www.tencentcloud.comom/document/api/213/15715?from_cn_redirect=1) API.",
|
|
6177
|
+
"example": "img-dw8adx",
|
|
6178
|
+
"member": "string",
|
|
6179
|
+
"name": "ImageId",
|
|
6180
|
+
"required": true,
|
|
6181
|
+
"type": "string"
|
|
6182
|
+
},
|
|
6183
|
+
{
|
|
6184
|
+
"disabled": false,
|
|
6185
|
+
"document": "Sharing property, including SHARE and CANCEL. Among them, SHARE indicates sharing, and CANCEL indicates canceling sharing.",
|
|
6186
|
+
"example": "SHARE",
|
|
6187
|
+
"member": "string",
|
|
6188
|
+
"name": "Permission",
|
|
6189
|
+
"required": true,
|
|
6190
|
+
"type": "string"
|
|
6191
|
+
}
|
|
6192
|
+
],
|
|
6193
|
+
"type": "object"
|
|
6194
|
+
},
|
|
6195
|
+
"ModifyImageSharePermissionResponse": {
|
|
6196
|
+
"document": "ModifyImageSharePermission response structure.",
|
|
6197
|
+
"members": [
|
|
6198
|
+
{
|
|
6199
|
+
"disabled": false,
|
|
6200
|
+
"document": "Image ID after a CVM custom image is shared to Lighthouse.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
6201
|
+
"example": "lhbp-xkeh87da",
|
|
6202
|
+
"member": "string",
|
|
6203
|
+
"name": "BlueprintId",
|
|
6204
|
+
"required": true,
|
|
6205
|
+
"type": "string",
|
|
6206
|
+
"value_allowed_null": true
|
|
6207
|
+
},
|
|
6208
|
+
{
|
|
6209
|
+
"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.",
|
|
6210
|
+
"member": "string",
|
|
6211
|
+
"name": "RequestId",
|
|
6212
|
+
"type": "string"
|
|
6213
|
+
}
|
|
6214
|
+
],
|
|
6215
|
+
"type": "object"
|
|
6216
|
+
},
|
|
5847
6217
|
"ModifyInstancesAttributeRequest": {
|
|
5848
6218
|
"document": "ModifyInstancesAttribute request structure.",
|
|
5849
6219
|
"members": [
|
|
@@ -6463,6 +6833,42 @@
|
|
|
6463
6833
|
],
|
|
6464
6834
|
"type": "object"
|
|
6465
6835
|
},
|
|
6836
|
+
"ResizeDisksRequest": {
|
|
6837
|
+
"document": "ResizeDisks request structure.",
|
|
6838
|
+
"members": [
|
|
6839
|
+
{
|
|
6840
|
+
"disabled": false,
|
|
6841
|
+
"document": "Cloud disk ID list, which can be queried via the [DescribeDisks](https://www.tencentcloud.comom/document/api/1207/66093?from_cn_redirect=1) API. The maximum length of the list is 15.",
|
|
6842
|
+
"example": "[\"lhdisk-guzg7nsa\"]\t",
|
|
6843
|
+
"member": "string",
|
|
6844
|
+
"name": "DiskIds",
|
|
6845
|
+
"required": true,
|
|
6846
|
+
"type": "list"
|
|
6847
|
+
},
|
|
6848
|
+
{
|
|
6849
|
+
"disabled": false,
|
|
6850
|
+
"document": "Size of the cloud disk after scale-out, in GB. The value range of the Premium Disk size is [10, 4000], and that of the Cloud SSD size is [20, 4000]. The cloud disk size after scale-out must be greater than the current disk size.",
|
|
6851
|
+
"example": "40",
|
|
6852
|
+
"member": "int64",
|
|
6853
|
+
"name": "DiskSize",
|
|
6854
|
+
"required": true,
|
|
6855
|
+
"type": "int"
|
|
6856
|
+
}
|
|
6857
|
+
],
|
|
6858
|
+
"type": "object"
|
|
6859
|
+
},
|
|
6860
|
+
"ResizeDisksResponse": {
|
|
6861
|
+
"document": "ResizeDisks response structure.",
|
|
6862
|
+
"members": [
|
|
6863
|
+
{
|
|
6864
|
+
"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.",
|
|
6865
|
+
"member": "string",
|
|
6866
|
+
"name": "RequestId",
|
|
6867
|
+
"type": "string"
|
|
6868
|
+
}
|
|
6869
|
+
],
|
|
6870
|
+
"type": "object"
|
|
6871
|
+
},
|
|
6466
6872
|
"Scene": {
|
|
6467
6873
|
"document": "Scene information",
|
|
6468
6874
|
"members": [
|
|
@@ -6535,6 +6941,42 @@
|
|
|
6535
6941
|
],
|
|
6536
6942
|
"usage": "out"
|
|
6537
6943
|
},
|
|
6944
|
+
"ShareBlueprintAcrossAccountsRequest": {
|
|
6945
|
+
"document": "ShareBlueprintAcrossAccounts request structure.",
|
|
6946
|
+
"members": [
|
|
6947
|
+
{
|
|
6948
|
+
"disabled": false,
|
|
6949
|
+
"document": "Image ID, which can be obtained through the BlueprintId returned by the [DescribeBlueprints](https://www.tencentcloud.comom/document/product/1207/47689?from_cn_redirect=1) API.",
|
|
6950
|
+
"example": "lhbp-6jc6l8yb",
|
|
6951
|
+
"member": "string",
|
|
6952
|
+
"name": "BlueprintId",
|
|
6953
|
+
"required": true,
|
|
6954
|
+
"type": "string"
|
|
6955
|
+
},
|
|
6956
|
+
{
|
|
6957
|
+
"disabled": false,
|
|
6958
|
+
"document": "List of [account IDs](https://www.tencentcloud.comom/document/product/213/4944?from_cn_redirect=1#.E8.8E.B7.E5.8F.96.E4.B8.BB.E8.B4.A6.E5.8F.B7.E7.9A.84.E8.B4.A6.E5.8F.B7-id) that receive the shared images. The account ID is different from the QQ number. To query a user account ID, view the account ID column in the account information. The maximum number of accounts is 10.",
|
|
6959
|
+
"example": "[\"700000164995\"]",
|
|
6960
|
+
"member": "string",
|
|
6961
|
+
"name": "AccountIds",
|
|
6962
|
+
"required": true,
|
|
6963
|
+
"type": "list"
|
|
6964
|
+
}
|
|
6965
|
+
],
|
|
6966
|
+
"type": "object"
|
|
6967
|
+
},
|
|
6968
|
+
"ShareBlueprintAcrossAccountsResponse": {
|
|
6969
|
+
"document": "ShareBlueprintAcrossAccounts response structure.",
|
|
6970
|
+
"members": [
|
|
6971
|
+
{
|
|
6972
|
+
"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.",
|
|
6973
|
+
"member": "string",
|
|
6974
|
+
"name": "RequestId",
|
|
6975
|
+
"type": "string"
|
|
6976
|
+
}
|
|
6977
|
+
],
|
|
6978
|
+
"type": "object"
|
|
6979
|
+
},
|
|
6538
6980
|
"Snapshot": {
|
|
6539
6981
|
"document": "Snapshot information.",
|
|
6540
6982
|
"members": [
|
|
@@ -6823,6 +7265,52 @@
|
|
|
6823
7265
|
],
|
|
6824
7266
|
"type": "object"
|
|
6825
7267
|
},
|
|
7268
|
+
"SyncBlueprintRequest": {
|
|
7269
|
+
"document": "SyncBlueprint request structure.",
|
|
7270
|
+
"members": [
|
|
7271
|
+
{
|
|
7272
|
+
"disabled": false,
|
|
7273
|
+
"document": "Image ID.",
|
|
7274
|
+
"example": "lhbp-sdeji832",
|
|
7275
|
+
"member": "string",
|
|
7276
|
+
"name": "BlueprintId",
|
|
7277
|
+
"required": true,
|
|
7278
|
+
"type": "string"
|
|
7279
|
+
},
|
|
7280
|
+
{
|
|
7281
|
+
"disabled": false,
|
|
7282
|
+
"document": "List of target regions for image synchronization.",
|
|
7283
|
+
"example": "[\"ap-beijing\",\"ap-shanghai\"]",
|
|
7284
|
+
"member": "string",
|
|
7285
|
+
"name": "DestinationRegions",
|
|
7286
|
+
"required": true,
|
|
7287
|
+
"type": "list"
|
|
7288
|
+
}
|
|
7289
|
+
],
|
|
7290
|
+
"type": "object"
|
|
7291
|
+
},
|
|
7292
|
+
"SyncBlueprintResponse": {
|
|
7293
|
+
"document": "SyncBlueprint response structure.",
|
|
7294
|
+
"members": [
|
|
7295
|
+
{
|
|
7296
|
+
"disabled": false,
|
|
7297
|
+
"document": "Image information of the target region.",
|
|
7298
|
+
"example": "无",
|
|
7299
|
+
"member": "DestinationRegionBlueprint",
|
|
7300
|
+
"name": "DestinationRegionBlueprintSet",
|
|
7301
|
+
"output_required": true,
|
|
7302
|
+
"type": "list",
|
|
7303
|
+
"value_allowed_null": false
|
|
7304
|
+
},
|
|
7305
|
+
{
|
|
7306
|
+
"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.",
|
|
7307
|
+
"member": "string",
|
|
7308
|
+
"name": "RequestId",
|
|
7309
|
+
"type": "string"
|
|
7310
|
+
}
|
|
7311
|
+
],
|
|
7312
|
+
"type": "object"
|
|
7313
|
+
},
|
|
6826
7314
|
"SystemDisk": {
|
|
6827
7315
|
"document": "Information on the block device where the operating system is installed, namely the system disk.",
|
|
6828
7316
|
"members": [
|
|
@@ -32,6 +32,14 @@
|
|
|
32
32
|
"title": "Attaching a cloud disk "
|
|
33
33
|
}
|
|
34
34
|
],
|
|
35
|
+
"CancelShareBlueprintAcrossAccounts": [
|
|
36
|
+
{
|
|
37
|
+
"document": "",
|
|
38
|
+
"input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CancelShareBlueprintAcrossAccounts\n<Common request parameters>\n\n{\n \"BlueprintId\": \"lhbp-6jc6l8yb\",\n \"AccountIds\": [\n \"700000164995\"\n ]\n}",
|
|
39
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"d339efa9-f637-4ba9-a7c6-fb89ce67d76f\"\n }\n}",
|
|
40
|
+
"title": "Canceling Image Sharing Across Accounts"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
35
43
|
"CreateBlueprint": [
|
|
36
44
|
{
|
|
37
45
|
"document": "This example shows you how to create an image.",
|
|
@@ -230,6 +238,14 @@
|
|
|
230
238
|
"title": "Querying the quota information of general resources"
|
|
231
239
|
}
|
|
232
240
|
],
|
|
241
|
+
"DescribeImagesToShare": [
|
|
242
|
+
{
|
|
243
|
+
"document": " ",
|
|
244
|
+
"input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeImagesToShare\n<Common request parameters>\n\n{\n \"ImageIds\": [\n \"img-cs2rrmp0\"\n ]\n}",
|
|
245
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"ImageSet\": [\n {\n \"ImageId\": \"img-cs2rrmp0\",\n \"ImageName\": \"ubuntu\",\n \"ImageDescription\": \"ubuntu\",\n \"ImageSize\": 50,\n \"ImageSource\": \"CREATE_IMAGE\",\n \"ImageClass\": \"SystemImage\",\n \"ImageState\": \"NORMAL\",\n \"IsSupportCloudinit\": true,\n \"Architecture\": \"x86_64\",\n \"OsName\": \"Ubuntu Server 20.04 LTS 64bit\",\n \"Platform\": \"Ubuntu\",\n \"CreatedTime\": \"2021-07-23T08:49:36Z\",\n \"IsShareable\": true,\n \"UnshareableReason\": \"\"\n }\n ],\n \"RequestId\": \"c5aafa9d-20e4-400e-852c-b800f607dd91\"\n }\n}",
|
|
246
|
+
"title": "Querying the List of CVM Custom Images and Sharing the Images to Lighthouse"
|
|
247
|
+
}
|
|
248
|
+
],
|
|
233
249
|
"DescribeInstanceLoginKeyPairAttribute": [
|
|
234
250
|
{
|
|
235
251
|
"document": " ",
|
|
@@ -478,6 +494,20 @@
|
|
|
478
494
|
"title": "Modifying firewall rules"
|
|
479
495
|
}
|
|
480
496
|
],
|
|
497
|
+
"ModifyImageSharePermission": [
|
|
498
|
+
{
|
|
499
|
+
"document": "This example shows you how to share a CVM image to Lighthouse.",
|
|
500
|
+
"input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyImageSharePermission\n<Common request parameters>\n\n{\n \"ImageId\": \"img-xkd784jw\",\n \"Permission\": \"SHARE\"\n}",
|
|
501
|
+
"output": "{\n \"Response\": {\n \"BlueprintId\": \"lhbp-su83x02a\",\n \"RequestId\": \"4fe640d6-4912-4b43-9b3a-cc3bbab4cef2\"\n }\n}",
|
|
502
|
+
"title": "Sharing a CVM Image to Lighthouse"
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"document": "This example shows you how to cancel the sharing of a CVM image to Lighthouse.",
|
|
506
|
+
"input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyImageSharePermission\n<Common request parameters>\n\n{\n \"ImageId\": \"img-xkd784jw\",\n \"Permission\": \"CANEL\"\n}",
|
|
507
|
+
"output": "{\n \"Response\": {\n \"BlueprintId\": null,\n \"RequestId\": \"4fe640d6-4912-4b43-9b3a-cc3bbab4cef2\"\n }\n}",
|
|
508
|
+
"title": "Canceling the Sharing of a CVM Image to Lighthouse"
|
|
509
|
+
}
|
|
510
|
+
],
|
|
481
511
|
"ModifyInstancesAttribute": [
|
|
482
512
|
{
|
|
483
513
|
"document": "This example shows you how to rename two instances.",
|
|
@@ -566,6 +596,22 @@
|
|
|
566
596
|
"title": "Resetting instance password"
|
|
567
597
|
}
|
|
568
598
|
],
|
|
599
|
+
"ResizeDisks": [
|
|
600
|
+
{
|
|
601
|
+
"document": "",
|
|
602
|
+
"input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResizeDisks\n<Common request parameters>\n\n{\n \"DiskIds\": [\n \"lhdisk-guzg7nsa\"\n ],\n \"DiskSize\": 40\n}",
|
|
603
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"822edbc4-5d4a-4e19-9d61-2a243f04d06e\"\n }\n}",
|
|
604
|
+
"title": "Scaling Out a Cloud Disk"
|
|
605
|
+
}
|
|
606
|
+
],
|
|
607
|
+
"ShareBlueprintAcrossAccounts": [
|
|
608
|
+
{
|
|
609
|
+
"document": "",
|
|
610
|
+
"input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ShareBlueprintAcrossAccounts\n<Common request parameters>\n\n{\n \"BlueprintId\": \"lhbp-6jc6l8yb\",\n \"AccountIds\": [\n \"700000164995\"\n ]\n}",
|
|
611
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"d339efa9-f637-4ba9-a7c6-fb89ce67d76f\"\n }\n}",
|
|
612
|
+
"title": "Sharing an Image Across Accounts"
|
|
613
|
+
}
|
|
614
|
+
],
|
|
569
615
|
"StartInstances": [
|
|
570
616
|
{
|
|
571
617
|
"document": "This example shows you how to start two shutdown instances at once.",
|
|
@@ -582,6 +628,14 @@
|
|
|
582
628
|
"title": "Shutting down instances"
|
|
583
629
|
}
|
|
584
630
|
],
|
|
631
|
+
"SyncBlueprint": [
|
|
632
|
+
{
|
|
633
|
+
"document": "This example shows you how to synchronize a custom image to two regions.",
|
|
634
|
+
"input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SyncBlueprint\n<Common request parameters>\n\n{\n \"BlueprintId\": \"lhbp-ls883feh\",\n \"DestinationRegions\": [\n \"ap-singapore\",\n \"ap-hongkong\"\n ]\n}",
|
|
635
|
+
"output": "{\n \"Response\": {\n \"DestinationRegionBlueprintSet\": [\n {\n \"Region\": \"ap-singapore\",\n \"BlueprintId\": \"lhbp-lf3gjs2f\"\n },\n {\n \"Region\": \"ap-hongkong\",\n \"BlueprintId\": \"lhbp-lfle246l\"\n }\n ],\n \"RequestId\": \"e35a5b7b-4dfa-49f8-8729-ba5c504807e0\"\n }\n}",
|
|
636
|
+
"title": "Cross-Region Synchronization of Custom Images"
|
|
637
|
+
}
|
|
638
|
+
],
|
|
585
639
|
"TerminateDisks": [
|
|
586
640
|
{
|
|
587
641
|
"document": "This example shows you how to terminates cloud disks.",
|