tccli 3.0.1404.1__py2.py3-none-any.whl → 3.0.1406.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/batch/v20170312/api.json +1 -1
- tccli/services/cdb/v20170320/api.json +95 -25
- tccli/services/cdb/v20170320/examples.json +3 -3
- tccli/services/cdn/v20180606/api.json +1 -1
- tccli/services/cdwdoris/v20211228/api.json +9 -0
- tccli/services/ckafka/v20190819/api.json +33 -0
- tccli/services/cloudapp/v20220530/api.json +55 -0
- tccli/services/cloudhsm/v20191112/api.json +10 -10
- tccli/services/cls/v20201016/api.json +40 -31
- tccli/services/cls/v20201016/examples.json +8 -2
- tccli/services/ctem/v20231128/api.json +30 -0
- tccli/services/dbbrain/v20191016/api.json +11 -1
- tccli/services/dbbrain/v20191016/examples.json +1 -1
- tccli/services/dbbrain/v20210527/api.json +17 -7
- tccli/services/dbbrain/v20210527/examples.json +1 -1
- tccli/services/dc/v20180410/api.json +101 -3
- tccli/services/dlc/v20210125/examples.json +1 -1
- tccli/services/dts/v20211206/api.json +13 -3
- tccli/services/emr/v20190103/api.json +11 -2
- tccli/services/es/es_client.py +57 -4
- tccli/services/es/v20180416/api.json +3 -3
- tccli/services/es/v20180416/examples.json +1 -1
- tccli/services/es/v20250101/api.json +135 -2
- tccli/services/es/v20250101/examples.json +8 -0
- tccli/services/ess/ess_client.py +159 -0
- tccli/services/ess/v20201111/api.json +508 -24
- tccli/services/ess/v20201111/examples.json +33 -3
- tccli/services/essbasic/v20210526/api.json +12 -3
- tccli/services/essbasic/v20210526/examples.json +2 -2
- tccli/services/gwlb/gwlb_client.py +53 -0
- tccli/services/gwlb/v20240906/api.json +80 -0
- tccli/services/gwlb/v20240906/examples.json +8 -0
- tccli/services/hunyuan/v20230901/api.json +2 -2
- tccli/services/ioa/ioa_client.py +220 -8
- tccli/services/ioa/v20220601/api.json +559 -0
- tccli/services/ioa/v20220601/examples.json +38 -0
- tccli/services/iotexplorer/iotexplorer_client.py +220 -8
- tccli/services/iotexplorer/v20190423/api.json +959 -12
- tccli/services/iotexplorer/v20190423/examples.json +68 -0
- tccli/services/lcic/v20220817/api.json +2 -2
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/lke/v20231130/api.json +1 -1
- tccli/services/lke/v20231130/examples.json +2 -2
- tccli/services/lkeap/v20240522/api.json +1 -1
- tccli/services/lkeap/v20240522/examples.json +7 -1
- tccli/services/monitor/monitor_client.py +53 -0
- tccli/services/monitor/v20180724/api.json +248 -0
- tccli/services/monitor/v20180724/examples.json +8 -0
- tccli/services/mps/v20190612/api.json +140 -2
- tccli/services/mqtt/v20240516/api.json +10 -0
- tccli/services/mqtt/v20240516/examples.json +3 -9
- tccli/services/nlp/v20190408/api.json +6 -6
- tccli/services/oceanus/oceanus_client.py +110 -4
- tccli/services/oceanus/v20190422/api.json +157 -13
- tccli/services/oceanus/v20190422/examples.json +16 -0
- tccli/services/ocr/v20181119/api.json +3 -3
- tccli/services/postgres/v20170312/api.json +5 -5
- tccli/services/privatedns/privatedns_client.py +641 -58
- tccli/services/privatedns/v20201028/api.json +923 -12
- tccli/services/privatedns/v20201028/examples.json +88 -0
- tccli/services/redis/v20180412/api.json +1 -1
- tccli/services/teo/v20220901/api.json +51 -51
- tccli/services/tione/v20211111/api.json +1 -1
- tccli/services/tke/v20180525/api.json +23 -14
- tccli/services/tke/v20180525/examples.json +1 -1
- tccli/services/trtc/v20190722/api.json +9 -9
- tccli/services/trtc/v20190722/examples.json +1 -1
- tccli/services/tse/v20201207/api.json +30 -1
- tccli/services/vpc/v20170312/api.json +231 -4
- tccli/services/vpc/v20170312/examples.json +32 -0
- tccli/services/vpc/vpc_client.py +228 -16
- tccli/services/wedata/v20210820/api.json +1281 -601
- tccli/services/wedata/v20210820/examples.json +127 -157
- tccli/services/wedata/v20250806/api.json +8736 -3085
- tccli/services/wedata/v20250806/examples.json +378 -0
- tccli/services/wedata/wedata_client.py +2903 -836
- {tccli-3.0.1404.1.dist-info → tccli-3.0.1406.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1404.1.dist-info → tccli-3.0.1406.1.dist-info}/RECORD +83 -83
- {tccli-3.0.1404.1.dist-info → tccli-3.0.1406.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1404.1.dist-info → tccli-3.0.1406.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1404.1.dist-info → tccli-3.0.1406.1.dist-info}/license_files/LICENSE +0 -0
|
@@ -1029,6 +1029,13 @@
|
|
|
1029
1029
|
"output": "DescribeAddressQuotaResponse",
|
|
1030
1030
|
"status": "online"
|
|
1031
1031
|
},
|
|
1032
|
+
"DescribeAddressTemplateGroupInstances": {
|
|
1033
|
+
"document": "本接口(DescribeAddressTemplateGroupInstances)用于查询参数模板IP地址组口关联的实例列表。本接口不会返回查询的结果,需要根据返回的RequestId调用DescribeVpcTaskResult接口获取结果。",
|
|
1034
|
+
"input": "DescribeAddressTemplateGroupInstancesRequest",
|
|
1035
|
+
"name": "查询参数模板IP地址组关联的实例列表",
|
|
1036
|
+
"output": "DescribeAddressTemplateGroupInstancesResponse",
|
|
1037
|
+
"status": "online"
|
|
1038
|
+
},
|
|
1032
1039
|
"DescribeAddressTemplateGroups": {
|
|
1033
1040
|
"document": "本接口(DescribeAddressTemplateGroups)用于查询IP地址模板集合。",
|
|
1034
1041
|
"input": "DescribeAddressTemplateGroupsRequest",
|
|
@@ -1036,6 +1043,13 @@
|
|
|
1036
1043
|
"output": "DescribeAddressTemplateGroupsResponse",
|
|
1037
1044
|
"status": "online"
|
|
1038
1045
|
},
|
|
1046
|
+
"DescribeAddressTemplateInstances": {
|
|
1047
|
+
"document": "本接口(DescribeAddressTemplateInstances)用于查询参数模板IP地址关联的实例列表。本接口不会返回查询的结果,需要根据返回的RequestId调用DescribeVpcTaskResult接口获取结果。",
|
|
1048
|
+
"input": "DescribeAddressTemplateInstancesRequest",
|
|
1049
|
+
"name": "查询参数模板IP地址关联的实例列表",
|
|
1050
|
+
"output": "DescribeAddressTemplateInstancesResponse",
|
|
1051
|
+
"status": "online"
|
|
1052
|
+
},
|
|
1039
1053
|
"DescribeAddressTemplates": {
|
|
1040
1054
|
"document": "本接口(DescribeAddressTemplates)用于查询IP地址模板。",
|
|
1041
1055
|
"input": "DescribeAddressTemplatesRequest",
|
|
@@ -1554,6 +1568,13 @@
|
|
|
1554
1568
|
"output": "DescribeSecurityGroupsResponse",
|
|
1555
1569
|
"status": "online"
|
|
1556
1570
|
},
|
|
1571
|
+
"DescribeServiceTemplateGroupInstances": {
|
|
1572
|
+
"document": "本接口(DescribeServiceTemplateGroupInstances)用于查询参数模板协议端口组关联的实例列表。本接口不会返回查询的结果,需要根据返回的RequestId调用DescribeVpcTaskResult接口获取结果。",
|
|
1573
|
+
"input": "DescribeServiceTemplateGroupInstancesRequest",
|
|
1574
|
+
"name": "查询参数模板协议端口组关联的实例列表",
|
|
1575
|
+
"output": "DescribeServiceTemplateGroupInstancesResponse",
|
|
1576
|
+
"status": "online"
|
|
1577
|
+
},
|
|
1557
1578
|
"DescribeServiceTemplateGroups": {
|
|
1558
1579
|
"document": "本接口(DescribeServiceTemplateGroups)用于查询协议端口模板集合。",
|
|
1559
1580
|
"input": "DescribeServiceTemplateGroupsRequest",
|
|
@@ -1561,6 +1582,13 @@
|
|
|
1561
1582
|
"output": "DescribeServiceTemplateGroupsResponse",
|
|
1562
1583
|
"status": "online"
|
|
1563
1584
|
},
|
|
1585
|
+
"DescribeServiceTemplateInstances": {
|
|
1586
|
+
"document": "本接口(DescribeServiceTemplateInstances)用于查询参数模板协议端口关联的实例列表。本接口不会返回查询的结果,需要根据返回的RequestId调用DescribeVpcTaskResult接口获取结果。",
|
|
1587
|
+
"input": "DescribeServiceTemplateInstancesRequest",
|
|
1588
|
+
"name": "查询参数模板协议端口关联的实例列表",
|
|
1589
|
+
"output": "DescribeServiceTemplateInstancesResponse",
|
|
1590
|
+
"status": "online"
|
|
1591
|
+
},
|
|
1564
1592
|
"DescribeServiceTemplates": {
|
|
1565
1593
|
"document": "本接口(DescribeServiceTemplates)用于查询协议端口模板。",
|
|
1566
1594
|
"input": "DescribeServiceTemplatesRequest",
|
|
@@ -4453,7 +4481,7 @@
|
|
|
4453
4481
|
{
|
|
4454
4482
|
"disabled": false,
|
|
4455
4483
|
"document": "指定的内网IP信息,单次最多指定10个。与SecondaryPrivateIpAddressCount至少提供一个。",
|
|
4456
|
-
"example": "
|
|
4484
|
+
"example": "无",
|
|
4457
4485
|
"member": "PrivateIpAddressSpecification",
|
|
4458
4486
|
"name": "PrivateIpAddresses",
|
|
4459
4487
|
"required": false,
|
|
@@ -4495,7 +4523,7 @@
|
|
|
4495
4523
|
{
|
|
4496
4524
|
"disabled": false,
|
|
4497
4525
|
"document": "内网IP详细信息。",
|
|
4498
|
-
"example": "
|
|
4526
|
+
"example": "无",
|
|
4499
4527
|
"member": "PrivateIpAddressSpecification",
|
|
4500
4528
|
"name": "PrivateIpAddressSet",
|
|
4501
4529
|
"output_required": true,
|
|
@@ -14161,6 +14189,51 @@
|
|
|
14161
14189
|
],
|
|
14162
14190
|
"type": "object"
|
|
14163
14191
|
},
|
|
14192
|
+
"DescribeAddressTemplateGroupInstancesRequest": {
|
|
14193
|
+
"document": "DescribeAddressTemplateGroupInstances请求参数结构体",
|
|
14194
|
+
"members": [
|
|
14195
|
+
{
|
|
14196
|
+
"disabled": false,
|
|
14197
|
+
"document": "IP地址组实例ID。例如:ipmg-12345678。",
|
|
14198
|
+
"example": "ipmg-12345678",
|
|
14199
|
+
"member": "string",
|
|
14200
|
+
"name": "AddressTemplateGroupId",
|
|
14201
|
+
"required": true,
|
|
14202
|
+
"type": "string"
|
|
14203
|
+
},
|
|
14204
|
+
{
|
|
14205
|
+
"disabled": false,
|
|
14206
|
+
"document": "偏移量,默认为0。",
|
|
14207
|
+
"example": "0",
|
|
14208
|
+
"member": "uint64",
|
|
14209
|
+
"name": "Offset",
|
|
14210
|
+
"required": false,
|
|
14211
|
+
"type": "int"
|
|
14212
|
+
},
|
|
14213
|
+
{
|
|
14214
|
+
"disabled": false,
|
|
14215
|
+
"document": "返回数量,默认为20,最大值为100。",
|
|
14216
|
+
"example": "20",
|
|
14217
|
+
"member": "uint64",
|
|
14218
|
+
"name": "Limit",
|
|
14219
|
+
"required": false,
|
|
14220
|
+
"type": "int"
|
|
14221
|
+
}
|
|
14222
|
+
],
|
|
14223
|
+
"type": "object"
|
|
14224
|
+
},
|
|
14225
|
+
"DescribeAddressTemplateGroupInstancesResponse": {
|
|
14226
|
+
"document": "DescribeAddressTemplateGroupInstances返回参数结构体",
|
|
14227
|
+
"members": [
|
|
14228
|
+
{
|
|
14229
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
14230
|
+
"member": "string",
|
|
14231
|
+
"name": "RequestId",
|
|
14232
|
+
"type": "string"
|
|
14233
|
+
}
|
|
14234
|
+
],
|
|
14235
|
+
"type": "object"
|
|
14236
|
+
},
|
|
14164
14237
|
"DescribeAddressTemplateGroupsRequest": {
|
|
14165
14238
|
"document": "DescribeAddressTemplateGroups请求参数结构体",
|
|
14166
14239
|
"members": [
|
|
@@ -14271,6 +14344,51 @@
|
|
|
14271
14344
|
],
|
|
14272
14345
|
"type": "object"
|
|
14273
14346
|
},
|
|
14347
|
+
"DescribeAddressTemplateInstancesRequest": {
|
|
14348
|
+
"document": "DescribeAddressTemplateInstances请求参数结构体",
|
|
14349
|
+
"members": [
|
|
14350
|
+
{
|
|
14351
|
+
"disabled": false,
|
|
14352
|
+
"document": "IP地址实例ID。例如:ipm-12345678。",
|
|
14353
|
+
"example": "ipm-12345678",
|
|
14354
|
+
"member": "string",
|
|
14355
|
+
"name": "AddressTemplateId",
|
|
14356
|
+
"required": true,
|
|
14357
|
+
"type": "string"
|
|
14358
|
+
},
|
|
14359
|
+
{
|
|
14360
|
+
"disabled": false,
|
|
14361
|
+
"document": "偏移量,默认为0。",
|
|
14362
|
+
"example": "0",
|
|
14363
|
+
"member": "uint64",
|
|
14364
|
+
"name": "Offset",
|
|
14365
|
+
"required": false,
|
|
14366
|
+
"type": "int"
|
|
14367
|
+
},
|
|
14368
|
+
{
|
|
14369
|
+
"disabled": false,
|
|
14370
|
+
"document": "返回数量,默认为20,最大值为100。",
|
|
14371
|
+
"example": "20",
|
|
14372
|
+
"member": "uint64",
|
|
14373
|
+
"name": "Limit",
|
|
14374
|
+
"required": false,
|
|
14375
|
+
"type": "int"
|
|
14376
|
+
}
|
|
14377
|
+
],
|
|
14378
|
+
"type": "object"
|
|
14379
|
+
},
|
|
14380
|
+
"DescribeAddressTemplateInstancesResponse": {
|
|
14381
|
+
"document": "DescribeAddressTemplateInstances返回参数结构体",
|
|
14382
|
+
"members": [
|
|
14383
|
+
{
|
|
14384
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
14385
|
+
"member": "string",
|
|
14386
|
+
"name": "RequestId",
|
|
14387
|
+
"type": "string"
|
|
14388
|
+
}
|
|
14389
|
+
],
|
|
14390
|
+
"type": "object"
|
|
14391
|
+
},
|
|
14274
14392
|
"DescribeAddressTemplatesRequest": {
|
|
14275
14393
|
"document": "DescribeAddressTemplates请求参数结构体",
|
|
14276
14394
|
"members": [
|
|
@@ -19361,6 +19479,51 @@
|
|
|
19361
19479
|
],
|
|
19362
19480
|
"type": "object"
|
|
19363
19481
|
},
|
|
19482
|
+
"DescribeServiceTemplateGroupInstancesRequest": {
|
|
19483
|
+
"document": "DescribeServiceTemplateGroupInstances请求参数结构体",
|
|
19484
|
+
"members": [
|
|
19485
|
+
{
|
|
19486
|
+
"disabled": false,
|
|
19487
|
+
"document": "协议端口实例ID。例如:ppmg-12345678。",
|
|
19488
|
+
"example": "ppmg-12345678",
|
|
19489
|
+
"member": "string",
|
|
19490
|
+
"name": "ServiceTemplateGroupId",
|
|
19491
|
+
"required": true,
|
|
19492
|
+
"type": "string"
|
|
19493
|
+
},
|
|
19494
|
+
{
|
|
19495
|
+
"disabled": false,
|
|
19496
|
+
"document": "偏移量,默认为0。",
|
|
19497
|
+
"example": "0",
|
|
19498
|
+
"member": "uint64",
|
|
19499
|
+
"name": "Offset",
|
|
19500
|
+
"required": false,
|
|
19501
|
+
"type": "int"
|
|
19502
|
+
},
|
|
19503
|
+
{
|
|
19504
|
+
"disabled": false,
|
|
19505
|
+
"document": "返回数量,默认为20,最大值为100。",
|
|
19506
|
+
"example": "20",
|
|
19507
|
+
"member": "uint64",
|
|
19508
|
+
"name": "Limit",
|
|
19509
|
+
"required": false,
|
|
19510
|
+
"type": "int"
|
|
19511
|
+
}
|
|
19512
|
+
],
|
|
19513
|
+
"type": "object"
|
|
19514
|
+
},
|
|
19515
|
+
"DescribeServiceTemplateGroupInstancesResponse": {
|
|
19516
|
+
"document": "DescribeServiceTemplateGroupInstances返回参数结构体",
|
|
19517
|
+
"members": [
|
|
19518
|
+
{
|
|
19519
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
19520
|
+
"member": "string",
|
|
19521
|
+
"name": "RequestId",
|
|
19522
|
+
"type": "string"
|
|
19523
|
+
}
|
|
19524
|
+
],
|
|
19525
|
+
"type": "object"
|
|
19526
|
+
},
|
|
19364
19527
|
"DescribeServiceTemplateGroupsRequest": {
|
|
19365
19528
|
"document": "DescribeServiceTemplateGroups请求参数结构体",
|
|
19366
19529
|
"members": [
|
|
@@ -19471,6 +19634,51 @@
|
|
|
19471
19634
|
],
|
|
19472
19635
|
"type": "object"
|
|
19473
19636
|
},
|
|
19637
|
+
"DescribeServiceTemplateInstancesRequest": {
|
|
19638
|
+
"document": "DescribeServiceTemplateInstances请求参数结构体",
|
|
19639
|
+
"members": [
|
|
19640
|
+
{
|
|
19641
|
+
"disabled": false,
|
|
19642
|
+
"document": "协议端口实例ID。例如:ppm-12345678。",
|
|
19643
|
+
"example": "ppm-12345678",
|
|
19644
|
+
"member": "string",
|
|
19645
|
+
"name": "ServiceTemplateId",
|
|
19646
|
+
"required": true,
|
|
19647
|
+
"type": "string"
|
|
19648
|
+
},
|
|
19649
|
+
{
|
|
19650
|
+
"disabled": false,
|
|
19651
|
+
"document": "偏移量,默认为0。",
|
|
19652
|
+
"example": "0",
|
|
19653
|
+
"member": "uint64",
|
|
19654
|
+
"name": "Offset",
|
|
19655
|
+
"required": false,
|
|
19656
|
+
"type": "int"
|
|
19657
|
+
},
|
|
19658
|
+
{
|
|
19659
|
+
"disabled": false,
|
|
19660
|
+
"document": "返回数量,默认为20,最大值为100。",
|
|
19661
|
+
"example": "20",
|
|
19662
|
+
"member": "uint64",
|
|
19663
|
+
"name": "Limit",
|
|
19664
|
+
"required": false,
|
|
19665
|
+
"type": "int"
|
|
19666
|
+
}
|
|
19667
|
+
],
|
|
19668
|
+
"type": "object"
|
|
19669
|
+
},
|
|
19670
|
+
"DescribeServiceTemplateInstancesResponse": {
|
|
19671
|
+
"document": "DescribeServiceTemplateInstances返回参数结构体",
|
|
19672
|
+
"members": [
|
|
19673
|
+
{
|
|
19674
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
19675
|
+
"member": "string",
|
|
19676
|
+
"name": "RequestId",
|
|
19677
|
+
"type": "string"
|
|
19678
|
+
}
|
|
19679
|
+
],
|
|
19680
|
+
"type": "object"
|
|
19681
|
+
},
|
|
19474
19682
|
"DescribeServiceTemplatesRequest": {
|
|
19475
19683
|
"document": "DescribeServiceTemplates请求参数结构体",
|
|
19476
19684
|
"members": [
|
|
@@ -21125,7 +21333,7 @@
|
|
|
21125
21333
|
},
|
|
21126
21334
|
{
|
|
21127
21335
|
"disabled": false,
|
|
21128
|
-
"document": "内网`IP`地址列表,批量查询单次请求最多支持`
|
|
21336
|
+
"document": "内网`IP`地址列表,批量查询单次请求最多支持`100`个。",
|
|
21129
21337
|
"example": "[\"10.4.2.2\\n\",\"10.4.2.3\\n\",\"10.4.2.17\\n\"]",
|
|
21130
21338
|
"member": "string",
|
|
21131
21339
|
"name": "PrivateIpAddresses",
|
|
@@ -21144,6 +21352,7 @@
|
|
|
21144
21352
|
"example": "无",
|
|
21145
21353
|
"member": "VpcPrivateIpAddress",
|
|
21146
21354
|
"name": "VpcPrivateIpAddressSet",
|
|
21355
|
+
"output_required": true,
|
|
21147
21356
|
"type": "list",
|
|
21148
21357
|
"value_allowed_null": false
|
|
21149
21358
|
},
|
|
@@ -27577,6 +27786,15 @@
|
|
|
27577
27786
|
"name": "FlowLogDescription",
|
|
27578
27787
|
"required": false,
|
|
27579
27788
|
"type": "string"
|
|
27789
|
+
},
|
|
27790
|
+
{
|
|
27791
|
+
"disabled": false,
|
|
27792
|
+
"document": "流日志采集周期,只支持CCN类型流日志。 取值范围(单位s):60, 300, 600。",
|
|
27793
|
+
"example": "300",
|
|
27794
|
+
"member": "uint64",
|
|
27795
|
+
"name": "Period",
|
|
27796
|
+
"required": false,
|
|
27797
|
+
"type": "int"
|
|
27580
27798
|
}
|
|
27581
27799
|
],
|
|
27582
27800
|
"type": "object"
|
|
@@ -28701,8 +28919,17 @@
|
|
|
28701
28919
|
"example": "\"newtest\"",
|
|
28702
28920
|
"member": "string",
|
|
28703
28921
|
"name": "NatGatewayName",
|
|
28704
|
-
"required":
|
|
28922
|
+
"required": false,
|
|
28705
28923
|
"type": "string"
|
|
28924
|
+
},
|
|
28925
|
+
{
|
|
28926
|
+
"disabled": false,
|
|
28927
|
+
"document": "私网NAT实例是否开启删除保护",
|
|
28928
|
+
"example": "false",
|
|
28929
|
+
"member": "bool",
|
|
28930
|
+
"name": "DeletionProtectionEnabled",
|
|
28931
|
+
"required": false,
|
|
28932
|
+
"type": "bool"
|
|
28706
28933
|
}
|
|
28707
28934
|
],
|
|
28708
28935
|
"type": "object"
|
|
@@ -1320,6 +1320,14 @@
|
|
|
1320
1320
|
"title": "查询弹性公网IP配额"
|
|
1321
1321
|
}
|
|
1322
1322
|
],
|
|
1323
|
+
"DescribeAddressTemplateGroupInstances": [
|
|
1324
|
+
{
|
|
1325
|
+
"document": "查询参数模板IP地址组关联的实例列表",
|
|
1326
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeAddressTemplateGroupInstances\n&AddressTemplateGroupId=ipmg-12345678\n&<公共请求参数>",
|
|
1327
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"5efe6fa7-6de2-4ce9-911a-f7438bf697d4\"\n }\n}",
|
|
1328
|
+
"title": "查询参数模板IP地址组关联的实例列表"
|
|
1329
|
+
}
|
|
1330
|
+
],
|
|
1323
1331
|
"DescribeAddressTemplateGroups": [
|
|
1324
1332
|
{
|
|
1325
1333
|
"document": "查询IP地址模板集合",
|
|
@@ -1328,6 +1336,14 @@
|
|
|
1328
1336
|
"title": "查询IP地址模板集合"
|
|
1329
1337
|
}
|
|
1330
1338
|
],
|
|
1339
|
+
"DescribeAddressTemplateInstances": [
|
|
1340
|
+
{
|
|
1341
|
+
"document": "查询参数模板IP地址关联的实例列表",
|
|
1342
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeAddressTemplateInstances\n&AddressTemplateId=ipm-12345678\n&<公共请求参数>",
|
|
1343
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"5efe6fa7-6de2-4ce9-911a-f7438bf697d4\"\n }\n}",
|
|
1344
|
+
"title": "查询参数模板IP地址关联的实例列表"
|
|
1345
|
+
}
|
|
1346
|
+
],
|
|
1331
1347
|
"DescribeAddressTemplates": [
|
|
1332
1348
|
{
|
|
1333
1349
|
"document": "查询IP地址模板",
|
|
@@ -2064,6 +2080,14 @@
|
|
|
2064
2080
|
"title": "查看绑定标签的安全组"
|
|
2065
2081
|
}
|
|
2066
2082
|
],
|
|
2083
|
+
"DescribeServiceTemplateGroupInstances": [
|
|
2084
|
+
{
|
|
2085
|
+
"document": "查询参数模板协议端口组关联的实例列表",
|
|
2086
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeServiceTemplateGroupInstances\n&ServiceTemplateGroupId=ppmg-12345678\n&<公共请求参数>",
|
|
2087
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"5efe6fa7-6de2-4ce9-911a-f7438bf697d4\"\n }\n}",
|
|
2088
|
+
"title": "查询参数模板协议端口组关联的实例列表"
|
|
2089
|
+
}
|
|
2090
|
+
],
|
|
2067
2091
|
"DescribeServiceTemplateGroups": [
|
|
2068
2092
|
{
|
|
2069
2093
|
"document": "查看协议端口模板集合",
|
|
@@ -2072,6 +2096,14 @@
|
|
|
2072
2096
|
"title": "查看协议端口模板集合"
|
|
2073
2097
|
}
|
|
2074
2098
|
],
|
|
2099
|
+
"DescribeServiceTemplateInstances": [
|
|
2100
|
+
{
|
|
2101
|
+
"document": "查询参数模板协议端口关联的实例列表",
|
|
2102
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeServiceTemplateInstances\n&ServiceTemplateId=ppm-12345678\n&<公共请求参数>",
|
|
2103
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"5efe6fa7-6de2-4ce9-911a-f7438bf697d4\"\n }\n}",
|
|
2104
|
+
"title": "查询参数模板协议端口关联的实例列表"
|
|
2105
|
+
}
|
|
2106
|
+
],
|
|
2075
2107
|
"DescribeServiceTemplates": [
|
|
2076
2108
|
{
|
|
2077
2109
|
"document": "查看协议端口模板",
|