tccli-intl-en 3.0.1275.1__py2.py3-none-any.whl → 3.0.1277.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/autoscaling/v20180419/api.json +1 -1
- tccli/services/cvm/v20170312/api.json +34 -16
- tccli/services/cvm/v20170312/examples.json +16 -16
- tccli/services/cynosdb/cynosdb_client.py +53 -0
- tccli/services/cynosdb/v20190107/api.json +201 -0
- tccli/services/cynosdb/v20190107/examples.json +8 -0
- tccli/services/mdp/v20200527/api.json +8 -8
- tccli/services/mdp/v20200527/examples.json +6 -6
- tccli/services/tcsas/v20250106/api.json +101 -61
- tccli/services/tcsas/v20250106/examples.json +2 -2
- tccli/services/teo/v20220901/api.json +59 -29
- tccli/services/vpc/v20170312/api.json +95 -21
- tccli/services/vpc/v20170312/examples.json +1 -1
- {tccli_intl_en-3.0.1275.1.dist-info → tccli_intl_en-3.0.1277.1.dist-info}/METADATA +4 -7
- {tccli_intl_en-3.0.1275.1.dist-info → tccli_intl_en-3.0.1277.1.dist-info}/RECORD +20 -20
- {tccli_intl_en-3.0.1275.1.dist-info → tccli_intl_en-3.0.1277.1.dist-info}/WHEEL +1 -1
- {tccli_intl_en-3.0.1275.1.dist-info → tccli_intl_en-3.0.1277.1.dist-info}/entry_points.txt +0 -1
- {tccli_intl_en-3.0.1275.1.dist-info → tccli_intl_en-3.0.1277.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.0.1275.1.dist-info → tccli_intl_en-3.0.1277.1.dist-info}/top_level.txt +0 -0
|
@@ -567,6 +567,13 @@
|
|
|
567
567
|
"output": "InquirePriceModifyResponse",
|
|
568
568
|
"status": "online"
|
|
569
569
|
},
|
|
570
|
+
"InquirePriceMultiSpec": {
|
|
571
|
+
"document": "This API is used to inquire prices in batch.",
|
|
572
|
+
"input": "InquirePriceMultiSpecRequest",
|
|
573
|
+
"name": "Query multi-specification pricing",
|
|
574
|
+
"output": "InquirePriceMultiSpecResponse",
|
|
575
|
+
"status": "online"
|
|
576
|
+
},
|
|
570
577
|
"InquirePriceRenew": {
|
|
571
578
|
"document": "This API is used to query the renewal price of a cluster.",
|
|
572
579
|
"input": "InquirePriceRenewRequest",
|
|
@@ -10722,6 +10729,136 @@
|
|
|
10722
10729
|
],
|
|
10723
10730
|
"type": "object"
|
|
10724
10731
|
},
|
|
10732
|
+
"GoodsPrice": {
|
|
10733
|
+
"document": "Item price.",
|
|
10734
|
+
"members": [
|
|
10735
|
+
{
|
|
10736
|
+
"disabled": false,
|
|
10737
|
+
"document": "Specifies the instance price.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
10738
|
+
"example": "无",
|
|
10739
|
+
"member": "TradePrice",
|
|
10740
|
+
"name": "InstancePrice",
|
|
10741
|
+
"required": true,
|
|
10742
|
+
"type": "object",
|
|
10743
|
+
"value_allowed_null": true
|
|
10744
|
+
},
|
|
10745
|
+
{
|
|
10746
|
+
"disabled": false,
|
|
10747
|
+
"document": "Specifies the storage price.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
10748
|
+
"example": "无",
|
|
10749
|
+
"member": "TradePrice",
|
|
10750
|
+
"name": "StoragePrice",
|
|
10751
|
+
"required": true,
|
|
10752
|
+
"type": "object",
|
|
10753
|
+
"value_allowed_null": true
|
|
10754
|
+
},
|
|
10755
|
+
{
|
|
10756
|
+
"disabled": false,
|
|
10757
|
+
"document": "Specifies the product specification.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
10758
|
+
"example": "无",
|
|
10759
|
+
"member": "GoodsSpec",
|
|
10760
|
+
"name": "GoodsSpec",
|
|
10761
|
+
"required": true,
|
|
10762
|
+
"type": "object",
|
|
10763
|
+
"value_allowed_null": true
|
|
10764
|
+
}
|
|
10765
|
+
],
|
|
10766
|
+
"usage": "out"
|
|
10767
|
+
},
|
|
10768
|
+
"GoodsSpec": {
|
|
10769
|
+
"document": "Product specification.",
|
|
10770
|
+
"members": [
|
|
10771
|
+
{
|
|
10772
|
+
"disabled": false,
|
|
10773
|
+
"document": "Number of products\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
10774
|
+
"example": "1",
|
|
10775
|
+
"member": "int64",
|
|
10776
|
+
"name": "GoodsNum",
|
|
10777
|
+
"output_required": false,
|
|
10778
|
+
"required": false,
|
|
10779
|
+
"type": "int",
|
|
10780
|
+
"value_allowed_null": true
|
|
10781
|
+
},
|
|
10782
|
+
{
|
|
10783
|
+
"disabled": false,
|
|
10784
|
+
"document": "Number of CPU cores. required for PREPAID and POSTPAID instance types.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
10785
|
+
"example": "1",
|
|
10786
|
+
"member": "int64",
|
|
10787
|
+
"name": "Cpu",
|
|
10788
|
+
"output_required": false,
|
|
10789
|
+
"required": false,
|
|
10790
|
+
"type": "int",
|
|
10791
|
+
"value_allowed_null": true
|
|
10792
|
+
},
|
|
10793
|
+
{
|
|
10794
|
+
"disabled": false,
|
|
10795
|
+
"document": "Memory size in gb. required for PREPAID and POSTPAID instance types.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
10796
|
+
"example": "2",
|
|
10797
|
+
"member": "int64",
|
|
10798
|
+
"name": "Memory",
|
|
10799
|
+
"output_required": false,
|
|
10800
|
+
"required": false,
|
|
10801
|
+
"type": "int",
|
|
10802
|
+
"value_allowed_null": true
|
|
10803
|
+
},
|
|
10804
|
+
{
|
|
10805
|
+
"disabled": false,
|
|
10806
|
+
"document": "Ccu size. required for serverless type.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
10807
|
+
"example": "0.5",
|
|
10808
|
+
"member": "float",
|
|
10809
|
+
"name": "Ccu",
|
|
10810
|
+
"output_required": false,
|
|
10811
|
+
"required": false,
|
|
10812
|
+
"type": "float",
|
|
10813
|
+
"value_allowed_null": true
|
|
10814
|
+
},
|
|
10815
|
+
{
|
|
10816
|
+
"disabled": false,
|
|
10817
|
+
"document": "Storage size. required for PREPAID storage type.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
10818
|
+
"example": "10",
|
|
10819
|
+
"member": "int64",
|
|
10820
|
+
"name": "StorageLimit",
|
|
10821
|
+
"output_required": false,
|
|
10822
|
+
"required": false,
|
|
10823
|
+
"type": "int",
|
|
10824
|
+
"value_allowed_null": true
|
|
10825
|
+
},
|
|
10826
|
+
{
|
|
10827
|
+
"disabled": false,
|
|
10828
|
+
"document": "Purchase duration.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
10829
|
+
"example": "1",
|
|
10830
|
+
"member": "int64",
|
|
10831
|
+
"name": "TimeSpan",
|
|
10832
|
+
"output_required": false,
|
|
10833
|
+
"required": false,
|
|
10834
|
+
"type": "int",
|
|
10835
|
+
"value_allowed_null": true
|
|
10836
|
+
},
|
|
10837
|
+
{
|
|
10838
|
+
"disabled": false,
|
|
10839
|
+
"document": "Duration unit.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
10840
|
+
"example": "m",
|
|
10841
|
+
"member": "string",
|
|
10842
|
+
"name": "TimeUnit",
|
|
10843
|
+
"output_required": false,
|
|
10844
|
+
"required": false,
|
|
10845
|
+
"type": "string",
|
|
10846
|
+
"value_allowed_null": true
|
|
10847
|
+
},
|
|
10848
|
+
{
|
|
10849
|
+
"disabled": false,
|
|
10850
|
+
"document": "Machine type.",
|
|
10851
|
+
"example": "common",
|
|
10852
|
+
"member": "string",
|
|
10853
|
+
"name": "DeviceType",
|
|
10854
|
+
"output_required": false,
|
|
10855
|
+
"required": false,
|
|
10856
|
+
"type": "string",
|
|
10857
|
+
"value_allowed_null": false
|
|
10858
|
+
}
|
|
10859
|
+
],
|
|
10860
|
+
"usage": "both"
|
|
10861
|
+
},
|
|
10725
10862
|
"InputAccount": {
|
|
10726
10863
|
"document": "Account. Valid values: `accountName`, `host`.",
|
|
10727
10864
|
"members": [
|
|
@@ -10984,6 +11121,70 @@
|
|
|
10984
11121
|
],
|
|
10985
11122
|
"type": "object"
|
|
10986
11123
|
},
|
|
11124
|
+
"InquirePriceMultiSpecRequest": {
|
|
11125
|
+
"document": "InquirePriceMultiSpec request structure.",
|
|
11126
|
+
"members": [
|
|
11127
|
+
{
|
|
11128
|
+
"disabled": false,
|
|
11129
|
+
"document": "Availability zone. specifies the best practice for region provision.",
|
|
11130
|
+
"example": "ap-guangzhou-2",
|
|
11131
|
+
"member": "string",
|
|
11132
|
+
"name": "Zone",
|
|
11133
|
+
"required": true,
|
|
11134
|
+
"type": "string"
|
|
11135
|
+
},
|
|
11136
|
+
{
|
|
11137
|
+
"disabled": false,
|
|
11138
|
+
"document": "Instance purchase type. available values are: PREPAID, POSTPAID, SERVERLESS.",
|
|
11139
|
+
"example": "PREPAID",
|
|
11140
|
+
"member": "string",
|
|
11141
|
+
"name": "InstancePayMode",
|
|
11142
|
+
"required": true,
|
|
11143
|
+
"type": "string"
|
|
11144
|
+
},
|
|
11145
|
+
{
|
|
11146
|
+
"disabled": false,
|
|
11147
|
+
"document": "Storage purchase type. available values are: PREPAID, POSTPAID.",
|
|
11148
|
+
"example": "POSTPAID",
|
|
11149
|
+
"member": "string",
|
|
11150
|
+
"name": "StoragePayMode",
|
|
11151
|
+
"required": true,
|
|
11152
|
+
"type": "string"
|
|
11153
|
+
},
|
|
11154
|
+
{
|
|
11155
|
+
"disabled": false,
|
|
11156
|
+
"document": "Specifies the product specification.",
|
|
11157
|
+
"example": "无",
|
|
11158
|
+
"member": "GoodsSpec",
|
|
11159
|
+
"name": "GoodsSpecs",
|
|
11160
|
+
"required": true,
|
|
11161
|
+
"type": "list"
|
|
11162
|
+
}
|
|
11163
|
+
],
|
|
11164
|
+
"type": "object"
|
|
11165
|
+
},
|
|
11166
|
+
"InquirePriceMultiSpecResponse": {
|
|
11167
|
+
"document": "InquirePriceMultiSpec response structure.",
|
|
11168
|
+
"members": [
|
|
11169
|
+
{
|
|
11170
|
+
"disabled": false,
|
|
11171
|
+
"document": "Specifies the product price.",
|
|
11172
|
+
"example": "无",
|
|
11173
|
+
"member": "GoodsPrice",
|
|
11174
|
+
"name": "GoodsPrice",
|
|
11175
|
+
"output_required": true,
|
|
11176
|
+
"type": "list",
|
|
11177
|
+
"value_allowed_null": false
|
|
11178
|
+
},
|
|
11179
|
+
{
|
|
11180
|
+
"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.",
|
|
11181
|
+
"member": "string",
|
|
11182
|
+
"name": "RequestId",
|
|
11183
|
+
"type": "string"
|
|
11184
|
+
}
|
|
11185
|
+
],
|
|
11186
|
+
"type": "object"
|
|
11187
|
+
},
|
|
10987
11188
|
"InquirePriceRenewRequest": {
|
|
10988
11189
|
"document": "InquirePriceRenew request structure.",
|
|
10989
11190
|
"members": [
|
|
@@ -660,6 +660,14 @@
|
|
|
660
660
|
"title": "Query the Price for Resizing Prepaid Resources"
|
|
661
661
|
}
|
|
662
662
|
],
|
|
663
|
+
"InquirePriceMultiSpec": [
|
|
664
|
+
{
|
|
665
|
+
"document": "",
|
|
666
|
+
"input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquirePriceMultiSpec\n<Common request parameters>\n\n{\n \"Zone\": \"ap-guangzhou-4\",\n \"InstancePayMode\": \"PREPAID\",\n \"StoragePayMode\": \"POSTPAID\",\n \"GoodsSpecs\": [\n {\n \"GoodsNum\": 1,\n \"Cpu\": 1,\n \"Memory\": 1,\n \"TimeSpan\": 1,\n \"TimeUnit\": \"m\"\n }\n ]\n}",
|
|
667
|
+
"output": "{\n \"Response\": {\n \"GoodsPrice\": [\n {\n \"GoodsSpec\": {\n \"Ccu\": 0,\n \"Cpu\": 1,\n \"DeviceType\": \"\",\n \"GoodsNum\": 1,\n \"Memory\": 1,\n \"StorageLimit\": 0,\n \"TimeSpan\": 1,\n \"TimeUnit\": \"m\"\n },\n \"InstancePrice\": {\n \"ChargeUnit\": \"m\",\n \"Discount\": 100,\n \"TotalPrice\": 6000,\n \"TotalPriceDiscount\": 6000,\n \"UnitPrice\": 0,\n \"UnitPriceDiscount\": 0\n },\n \"StoragePrice\": {\n \"ChargeUnit\": \"\",\n \"Discount\": 0,\n \"TotalPrice\": 0,\n \"TotalPriceDiscount\": 0,\n \"UnitPrice\": 0,\n \"UnitPriceDiscount\": 0\n }\n }\n ],\n \"RequestId\": \"b30bbeef-370b-4176c085\"\n }\n}",
|
|
668
|
+
"title": "Querying Multi-Specification Pricing"
|
|
669
|
+
}
|
|
670
|
+
],
|
|
663
671
|
"InquirePriceRenew": [
|
|
664
672
|
{
|
|
665
673
|
"document": " ",
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
"status": "online"
|
|
16
16
|
},
|
|
17
17
|
"BindSSAICDNDomainWithChannel": {
|
|
18
|
-
"document": "
|
|
18
|
+
"document": "This API is used to bind a CDN playback domain to a channel.",
|
|
19
19
|
"input": "BindSSAICDNDomainWithChannelRequest",
|
|
20
|
-
"name": "
|
|
20
|
+
"name": "Bind an SSAI channel to a CDN playback domain",
|
|
21
21
|
"output": "BindSSAICDNDomainWithChannelResponse",
|
|
22
22
|
"status": "online"
|
|
23
23
|
},
|
|
@@ -428,9 +428,9 @@
|
|
|
428
428
|
"status": "online"
|
|
429
429
|
},
|
|
430
430
|
"UnbindSSAICDNDomainWithChannel": {
|
|
431
|
-
"document": "
|
|
431
|
+
"document": "This API is used to cancel the correlation between a channel and a CDN playback domain.",
|
|
432
432
|
"input": "UnbindSSAICDNDomainWithChannelRequest",
|
|
433
|
-
"name": "
|
|
433
|
+
"name": "Unbind an SSAI channel and CDN domain",
|
|
434
434
|
"output": "UnbindSSAICDNDomainWithChannelResponse",
|
|
435
435
|
"status": "online"
|
|
436
436
|
}
|
|
@@ -648,7 +648,7 @@
|
|
|
648
648
|
"members": [
|
|
649
649
|
{
|
|
650
650
|
"disabled": false,
|
|
651
|
-
"document": "Channel Id",
|
|
651
|
+
"document": "Channel Id.",
|
|
652
652
|
"example": "ChannelId",
|
|
653
653
|
"member": "string",
|
|
654
654
|
"name": "ChannelId",
|
|
@@ -657,7 +657,7 @@
|
|
|
657
657
|
},
|
|
658
658
|
{
|
|
659
659
|
"disabled": false,
|
|
660
|
-
"document": "
|
|
660
|
+
"document": "Specifies the playback domain of CDN.",
|
|
661
661
|
"example": "CdnDomain",
|
|
662
662
|
"member": "string",
|
|
663
663
|
"name": "CdnDomain",
|
|
@@ -6668,7 +6668,7 @@
|
|
|
6668
6668
|
"members": [
|
|
6669
6669
|
{
|
|
6670
6670
|
"disabled": false,
|
|
6671
|
-
"document": "Channel Id",
|
|
6671
|
+
"document": "Channel Id.",
|
|
6672
6672
|
"example": "ChannelId",
|
|
6673
6673
|
"member": "string",
|
|
6674
6674
|
"name": "ChannelId",
|
|
@@ -6677,7 +6677,7 @@
|
|
|
6677
6677
|
},
|
|
6678
6678
|
{
|
|
6679
6679
|
"disabled": false,
|
|
6680
|
-
"document": "
|
|
6680
|
+
"document": "Specifies the playback domain of CDN.",
|
|
6681
6681
|
"example": "CdnDomain",
|
|
6682
6682
|
"member": "string",
|
|
6683
6683
|
"name": "CdnDomain",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
],
|
|
19
19
|
"BindSSAICDNDomainWithChannel": [
|
|
20
20
|
{
|
|
21
|
-
"document": "
|
|
22
|
-
"input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BindSSAICDNDomainWithChannel\n<
|
|
23
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
|
21
|
+
"document": "This example shows you how to bind a CDN playback domain to a channel.",
|
|
22
|
+
"input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BindSSAICDNDomainWithChannel\n<Common request parameters>\n\n{\n \"ChannelId\": \"68F6FCCD00003FEF93DB\",\n \"CdnDomain\": \"abc\"\n}",
|
|
23
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"790d6787-6aa7-4f0e-b327-65e53c01949c\"\n }\n}",
|
|
24
24
|
"title": "Request Example"
|
|
25
25
|
}
|
|
26
26
|
],
|
|
@@ -490,9 +490,9 @@
|
|
|
490
490
|
],
|
|
491
491
|
"UnbindSSAICDNDomainWithChannel": [
|
|
492
492
|
{
|
|
493
|
-
"document": "
|
|
494
|
-
"input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UnbindSSAICDNDomainWithChannel\n<
|
|
495
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
|
493
|
+
"document": "This example shows you how to cancel the correlation between a channel and a CDN playback domain.",
|
|
494
|
+
"input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UnbindSSAICDNDomainWithChannel\n<Common request parameters>\n\n{\n \"ChannelId\": \"68F6FCCD00003FEF93DB\",\n \"CdnDomain\": \"abc\"\n}",
|
|
495
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"790d6787-68e7-4ace-b327-65e53c01949c\"\n }\n}",
|
|
496
496
|
"title": "Request Example"
|
|
497
497
|
}
|
|
498
498
|
]
|