tccli 3.0.1064.1__py2.py3-none-any.whl → 3.0.1067.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/examples/ccc/v20200210/AbortPredictiveDialingCampaign.md +21 -0
- tccli/examples/ccc/v20200210/CreatePredictiveDialingCampaign.md +33 -0
- tccli/examples/ccc/v20200210/DeletePredictiveDialingCampaign.md +21 -0
- tccli/examples/ccc/v20200210/DescribePredictiveDialingCampaign.md +32 -0
- tccli/examples/ccc/v20200210/DescribePredictiveDialingCampaigns.md +55 -0
- tccli/examples/ccc/v20200210/DescribePredictiveDialingSessions.md +29 -0
- tccli/examples/ccc/v20200210/PausePredictiveDialingCampaign.md +21 -0
- tccli/examples/ccc/v20200210/ResumePredictiveDialingCampaign.md +21 -0
- tccli/examples/ccc/v20200210/UpdatePredictiveDialingCampaign.md +33 -0
- tccli/examples/cfw/v20190904/CreateBlockIgnoreRuleNew.md +25 -0
- tccli/examples/cfw/v20190904/DeleteBlockIgnoreRuleNew.md +23 -0
- tccli/examples/cfw/v20190904/ModifyBlockIgnoreRuleNew.md +24 -0
- tccli/examples/cls/v20201016/DescribeConfigMachineGroups.md +1 -0
- tccli/examples/cls/v20201016/DescribeMachineGroups.md +1 -0
- tccli/examples/csip/v20221121/DescribeTopAttackInfo.md +26 -0
- tccli/examples/ecm/v20190719/ModifyPrivateIpAddressesAttribute.md +1 -1
- tccli/examples/mna/v20210119/AddDevice.md +1 -1
- tccli/examples/mna/v20210119/GetMultiFlowStatistic.md +7 -1
- tccli/examples/mna/v20210119/GetNetMonitor.md +7 -49
- tccli/examples/mna/v20210119/GetStatisticData.md +5 -3
- tccli/examples/omics/v20221128/CreateVolume.md +25 -0
- tccli/examples/omics/v20221128/DeleteVolume.md +20 -0
- tccli/examples/omics/v20221128/DeleteVolumeData.md +21 -0
- tccli/examples/omics/v20221128/DescribeVolumes.md +37 -0
- tccli/examples/omics/v20221128/ModifyVolume.md +21 -0
- tccli/examples/postgres/v20170312/ModifyDBInstanceSpec.md +1 -0
- tccli/examples/tse/v20201207/CreateGovernanceInstances.md +32 -0
- tccli/examples/tse/v20201207/DeleteGovernanceInstances.md +35 -0
- tccli/examples/tse/v20201207/DescribeGovernanceInstances.md +56 -0
- tccli/examples/tse/v20201207/ModifyGovernanceInstances.md +35 -0
- tccli/examples/vod/v20180717/CreateDomainVerifyRecord.md +3 -1
- tccli/examples/vod/v20180717/DescribeDefaultDistributionConfig.md +22 -0
- tccli/examples/vod/v20180717/ModifyDefaultDistributionConfig.md +21 -0
- tccli/examples/waf/v20180125/CreateDeals.md +42 -0
- tccli/examples/wedata/v20210820/BatchStartIntegrationTasks.md +10 -7
- tccli/examples/wedata/v20210820/BatchStopIntegrationTasks.md +37 -6
- tccli/services/ccc/ccc_client.py +493 -16
- tccli/services/ccc/v20200210/api.json +927 -42
- tccli/services/ccc/v20200210/examples.json +72 -0
- tccli/services/cdb/v20170320/api.json +1 -1
- tccli/services/cfw/cfw_client.py +171 -12
- tccli/services/cfw/v20190904/api.json +258 -2
- tccli/services/cfw/v20190904/examples.json +24 -0
- tccli/services/ckafka/v20190819/api.json +17 -17
- tccli/services/cls/v20201016/api.json +45 -17
- tccli/services/cls/v20201016/examples.json +2 -2
- tccli/services/csip/csip_client.py +57 -4
- tccli/services/csip/v20221121/api.json +70 -0
- tccli/services/csip/v20221121/examples.json +8 -0
- tccli/services/cynosdb/v20190107/api.json +3 -3
- tccli/services/ecm/v20190719/api.json +3 -3
- tccli/services/ecm/v20190719/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +3 -3
- tccli/services/essbasic/v20210526/api.json +5 -5
- tccli/services/iotvideo/v20211125/api.json +1 -1
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/mna/v20210119/api.json +144 -9
- tccli/services/mna/v20210119/examples.json +6 -6
- tccli/services/monitor/v20180724/api.json +20 -0
- tccli/services/omics/omics_client.py +277 -12
- tccli/services/omics/v20221128/api.json +425 -0
- tccli/services/omics/v20221128/examples.json +40 -0
- tccli/services/postgres/v20170312/api.json +27 -0
- tccli/services/postgres/v20170312/examples.json +1 -1
- tccli/services/trp/v20210515/api.json +18 -0
- tccli/services/trtc/v20190722/api.json +10 -1
- tccli/services/tse/tse_client.py +220 -8
- tccli/services/tse/v20201207/api.json +779 -42
- tccli/services/tse/v20201207/examples.json +32 -0
- tccli/services/vod/v20180717/api.json +146 -1
- tccli/services/vod/v20180717/examples.json +17 -1
- tccli/services/vod/vod_client.py +106 -0
- tccli/services/waf/v20180125/api.json +256 -1
- tccli/services/waf/v20180125/examples.json +8 -0
- tccli/services/waf/waf_client.py +57 -4
- tccli/services/wedata/v20210820/api.json +140 -15
- tccli/services/wedata/v20210820/examples.json +10 -4
- {tccli-3.0.1064.1.dist-info → tccli-3.0.1067.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1064.1.dist-info → tccli-3.0.1067.1.dist-info}/RECORD +83 -58
- {tccli-3.0.1064.1.dist-info → tccli-3.0.1067.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1064.1.dist-info → tccli-3.0.1067.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1064.1.dist-info → tccli-3.0.1067.1.dist-info}/license_files/LICENSE +0 -0
@@ -77,6 +77,13 @@
|
|
77
77
|
"output": "CreateBlockIgnoreRuleListResponse",
|
78
78
|
"status": "online"
|
79
79
|
},
|
80
|
+
"CreateBlockIgnoreRuleNew": {
|
81
|
+
"document": "批量添加入侵防御封禁列表、放通列表规则",
|
82
|
+
"input": "CreateBlockIgnoreRuleNewRequest",
|
83
|
+
"name": "批量添加入侵防御封禁列表、放通列表规则(新)",
|
84
|
+
"output": "CreateBlockIgnoreRuleNewResponse",
|
85
|
+
"status": "online"
|
86
|
+
},
|
80
87
|
"CreateChooseVpcs": {
|
81
88
|
"document": "创建、选择vpc",
|
82
89
|
"input": "CreateChooseVpcsRequest",
|
@@ -154,6 +161,13 @@
|
|
154
161
|
"output": "DeleteBlockIgnoreRuleListResponse",
|
155
162
|
"status": "online"
|
156
163
|
},
|
164
|
+
"DeleteBlockIgnoreRuleNew": {
|
165
|
+
"document": "批量删除入侵防御封禁列表、放通列表规则(新)",
|
166
|
+
"input": "DeleteBlockIgnoreRuleNewRequest",
|
167
|
+
"name": "批量删除入侵防御封禁列表、放通列表规则(新)",
|
168
|
+
"output": "DeleteBlockIgnoreRuleNewResponse",
|
169
|
+
"status": "online"
|
170
|
+
},
|
157
171
|
"DeleteIdsWhiteRule": {
|
158
172
|
"document": "删除入侵防御规则白名单接口",
|
159
173
|
"input": "DeleteIdsWhiteRuleRequest",
|
@@ -539,6 +553,13 @@
|
|
539
553
|
"output": "ModifyBlockIgnoreRuleResponse",
|
540
554
|
"status": "online"
|
541
555
|
},
|
556
|
+
"ModifyBlockIgnoreRuleNew": {
|
557
|
+
"document": "编辑单条入侵防御封禁列表、放通列表规则(新)",
|
558
|
+
"input": "ModifyBlockIgnoreRuleNewRequest",
|
559
|
+
"name": "编辑单条入侵防御封禁列表、放通列表规则(新)",
|
560
|
+
"output": "ModifyBlockIgnoreRuleNewResponse",
|
561
|
+
"status": "online"
|
562
|
+
},
|
542
563
|
"ModifyBlockTop": {
|
543
564
|
"document": "ModifyBlockTop取消置顶接口",
|
544
565
|
"input": "ModifyBlockTopRequest",
|
@@ -1401,6 +1422,106 @@
|
|
1401
1422
|
],
|
1402
1423
|
"usage": "both"
|
1403
1424
|
},
|
1425
|
+
"BanAndAllowRule": {
|
1426
|
+
"document": "封禁列表和放通列表结构体",
|
1427
|
+
"members": [
|
1428
|
+
{
|
1429
|
+
"disabled": false,
|
1430
|
+
"document": "封禁和放通对象\n注意:此字段可能返回 null,表示取不到有效值。",
|
1431
|
+
"example": "1.2.3.4",
|
1432
|
+
"member": "string",
|
1433
|
+
"name": "Ioc",
|
1434
|
+
"output_required": false,
|
1435
|
+
"required": false,
|
1436
|
+
"type": "string",
|
1437
|
+
"value_allowed_null": true
|
1438
|
+
},
|
1439
|
+
{
|
1440
|
+
"disabled": false,
|
1441
|
+
"document": "0互联网出站 1互联网入站 5内网访问源 6内网访问目的\n注意:此字段可能返回 null,表示取不到有效值。",
|
1442
|
+
"example": "0,1",
|
1443
|
+
"member": "string",
|
1444
|
+
"name": "DirectionList",
|
1445
|
+
"output_required": false,
|
1446
|
+
"required": false,
|
1447
|
+
"type": "string",
|
1448
|
+
"value_allowed_null": true
|
1449
|
+
},
|
1450
|
+
{
|
1451
|
+
"disabled": false,
|
1452
|
+
"document": "规则截止时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
1453
|
+
"example": "3000-01-01 00:00:00",
|
1454
|
+
"member": "string",
|
1455
|
+
"name": "EndTime",
|
1456
|
+
"output_required": false,
|
1457
|
+
"required": false,
|
1458
|
+
"type": "string",
|
1459
|
+
"value_allowed_null": true
|
1460
|
+
},
|
1461
|
+
{
|
1462
|
+
"disabled": false,
|
1463
|
+
"document": "规则评论\n注意:此字段可能返回 null,表示取不到有效值。",
|
1464
|
+
"example": "生产环境放通",
|
1465
|
+
"member": "string",
|
1466
|
+
"name": "Comment",
|
1467
|
+
"output_required": false,
|
1468
|
+
"required": false,
|
1469
|
+
"type": "string",
|
1470
|
+
"value_allowed_null": true
|
1471
|
+
},
|
1472
|
+
{
|
1473
|
+
"disabled": false,
|
1474
|
+
"document": "自定义白名单规则\n注意:此字段可能返回 null,表示取不到有效值。",
|
1475
|
+
"example": "无",
|
1476
|
+
"member": "CustomWhiteRule",
|
1477
|
+
"name": "CustomRule",
|
1478
|
+
"output_required": false,
|
1479
|
+
"required": false,
|
1480
|
+
"type": "object",
|
1481
|
+
"value_allowed_null": true
|
1482
|
+
}
|
1483
|
+
],
|
1484
|
+
"usage": "both"
|
1485
|
+
},
|
1486
|
+
"BanAndAllowRuleDel": {
|
1487
|
+
"document": "封禁列表和放通列表结构体",
|
1488
|
+
"members": [
|
1489
|
+
{
|
1490
|
+
"disabled": false,
|
1491
|
+
"document": "封禁和放通对象\n注意:此字段可能返回 null,表示取不到有效值。",
|
1492
|
+
"example": "1.2.3.4",
|
1493
|
+
"member": "string",
|
1494
|
+
"name": "Ioc",
|
1495
|
+
"output_required": false,
|
1496
|
+
"required": false,
|
1497
|
+
"type": "string",
|
1498
|
+
"value_allowed_null": true
|
1499
|
+
},
|
1500
|
+
{
|
1501
|
+
"disabled": false,
|
1502
|
+
"document": "0互联网出站 1互联网入站 5内网访问源 6内网访问目的\n注意:此字段可能返回 null,表示取不到有效值。",
|
1503
|
+
"example": "0,1",
|
1504
|
+
"member": "string",
|
1505
|
+
"name": "DirectionList",
|
1506
|
+
"output_required": false,
|
1507
|
+
"required": false,
|
1508
|
+
"type": "string",
|
1509
|
+
"value_allowed_null": true
|
1510
|
+
},
|
1511
|
+
{
|
1512
|
+
"disabled": false,
|
1513
|
+
"document": "规则类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
1514
|
+
"example": "RuleType: 1黑名单 2外部IP 3域名 4情报 5资产 6自定义规则 7入侵防御规则",
|
1515
|
+
"member": "int64",
|
1516
|
+
"name": "RuleType",
|
1517
|
+
"output_required": false,
|
1518
|
+
"required": false,
|
1519
|
+
"type": "int",
|
1520
|
+
"value_allowed_null": true
|
1521
|
+
}
|
1522
|
+
],
|
1523
|
+
"usage": "both"
|
1524
|
+
},
|
1404
1525
|
"BetaInfoByACL": {
|
1405
1526
|
"document": "规则关联的beta任务",
|
1406
1527
|
"members": [
|
@@ -2012,8 +2133,8 @@
|
|
2012
2133
|
},
|
2013
2134
|
{
|
2014
2135
|
"disabled": false,
|
2015
|
-
"document": "运维模式 1 IP白名单 2 身份认证",
|
2016
|
-
"example": "
|
2136
|
+
"document": "运维模式 1 IP白名单 2 身份认证 0 非运维模式",
|
2137
|
+
"example": "0",
|
2017
2138
|
"member": "int64",
|
2018
2139
|
"name": "OmMode",
|
2019
2140
|
"required": false,
|
@@ -2314,6 +2435,51 @@
|
|
2314
2435
|
],
|
2315
2436
|
"type": "object"
|
2316
2437
|
},
|
2438
|
+
"CreateBlockIgnoreRuleNewRequest": {
|
2439
|
+
"document": "CreateBlockIgnoreRuleNew请求参数结构体",
|
2440
|
+
"members": [
|
2441
|
+
{
|
2442
|
+
"disabled": false,
|
2443
|
+
"document": "非自定义类型规则列表",
|
2444
|
+
"example": "无",
|
2445
|
+
"member": "BanAndAllowRule",
|
2446
|
+
"name": "Rules",
|
2447
|
+
"required": true,
|
2448
|
+
"type": "list"
|
2449
|
+
},
|
2450
|
+
{
|
2451
|
+
"disabled": false,
|
2452
|
+
"document": "RuleType: 1黑名单 2外部IP 3域名 4情报 5资产 6自定义规则 7入侵防御规则",
|
2453
|
+
"example": "1",
|
2454
|
+
"member": "int64",
|
2455
|
+
"name": "RuleType",
|
2456
|
+
"required": true,
|
2457
|
+
"type": "int"
|
2458
|
+
},
|
2459
|
+
{
|
2460
|
+
"disabled": false,
|
2461
|
+
"document": "是否覆盖重复数据,1覆盖,非1不覆盖,跳过重复数据",
|
2462
|
+
"example": "无",
|
2463
|
+
"member": "int64",
|
2464
|
+
"name": "CoverDuplicate",
|
2465
|
+
"required": false,
|
2466
|
+
"type": "int"
|
2467
|
+
}
|
2468
|
+
],
|
2469
|
+
"type": "object"
|
2470
|
+
},
|
2471
|
+
"CreateBlockIgnoreRuleNewResponse": {
|
2472
|
+
"document": "CreateBlockIgnoreRuleNew返回参数结构体",
|
2473
|
+
"members": [
|
2474
|
+
{
|
2475
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
2476
|
+
"member": "string",
|
2477
|
+
"name": "RequestId",
|
2478
|
+
"type": "string"
|
2479
|
+
}
|
2480
|
+
],
|
2481
|
+
"type": "object"
|
2482
|
+
},
|
2317
2483
|
"CreateChooseVpcsRequest": {
|
2318
2484
|
"document": "CreateChooseVpcs请求参数结构体",
|
2319
2485
|
"members": [
|
@@ -3559,6 +3725,60 @@
|
|
3559
3725
|
],
|
3560
3726
|
"type": "object"
|
3561
3727
|
},
|
3728
|
+
"DeleteBlockIgnoreRuleNewRequest": {
|
3729
|
+
"document": "DeleteBlockIgnoreRuleNew请求参数结构体",
|
3730
|
+
"members": [
|
3731
|
+
{
|
3732
|
+
"disabled": false,
|
3733
|
+
"document": "是否删除全部",
|
3734
|
+
"example": "0",
|
3735
|
+
"member": "int64",
|
3736
|
+
"name": "DeleteAll",
|
3737
|
+
"required": true,
|
3738
|
+
"type": "int"
|
3739
|
+
},
|
3740
|
+
{
|
3741
|
+
"disabled": false,
|
3742
|
+
"document": "规则列表",
|
3743
|
+
"example": "无",
|
3744
|
+
"member": "BanAndAllowRuleDel",
|
3745
|
+
"name": "Rules",
|
3746
|
+
"required": false,
|
3747
|
+
"type": "list"
|
3748
|
+
},
|
3749
|
+
{
|
3750
|
+
"disabled": false,
|
3751
|
+
"document": "封禁:1,放通:100,\n主要用于全部删除时区分列表类型",
|
3752
|
+
"example": "1",
|
3753
|
+
"member": "int64",
|
3754
|
+
"name": "RuleType",
|
3755
|
+
"required": false,
|
3756
|
+
"type": "int"
|
3757
|
+
},
|
3758
|
+
{
|
3759
|
+
"disabled": false,
|
3760
|
+
"document": "blocklist 封禁列表 whitelist 白名单列表",
|
3761
|
+
"example": "blocklist",
|
3762
|
+
"member": "string",
|
3763
|
+
"name": "ShowType",
|
3764
|
+
"required": false,
|
3765
|
+
"type": "string"
|
3766
|
+
}
|
3767
|
+
],
|
3768
|
+
"type": "object"
|
3769
|
+
},
|
3770
|
+
"DeleteBlockIgnoreRuleNewResponse": {
|
3771
|
+
"document": "DeleteBlockIgnoreRuleNew返回参数结构体",
|
3772
|
+
"members": [
|
3773
|
+
{
|
3774
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
3775
|
+
"member": "string",
|
3776
|
+
"name": "RequestId",
|
3777
|
+
"type": "string"
|
3778
|
+
}
|
3779
|
+
],
|
3780
|
+
"type": "object"
|
3781
|
+
},
|
3562
3782
|
"DeleteIdsWhiteRuleRequest": {
|
3563
3783
|
"document": "DeleteIdsWhiteRule请求参数结构体",
|
3564
3784
|
"members": [
|
@@ -9146,6 +9366,42 @@
|
|
9146
9366
|
],
|
9147
9367
|
"type": "object"
|
9148
9368
|
},
|
9369
|
+
"ModifyBlockIgnoreRuleNewRequest": {
|
9370
|
+
"document": "ModifyBlockIgnoreRuleNew请求参数结构体",
|
9371
|
+
"members": [
|
9372
|
+
{
|
9373
|
+
"disabled": false,
|
9374
|
+
"document": "规则",
|
9375
|
+
"example": "无",
|
9376
|
+
"member": "BanAndAllowRule",
|
9377
|
+
"name": "Rule",
|
9378
|
+
"required": true,
|
9379
|
+
"type": "object"
|
9380
|
+
},
|
9381
|
+
{
|
9382
|
+
"disabled": false,
|
9383
|
+
"document": "RuleType: 1放通列表 2外部IP 3域名 4情报 5资产 6自定义规则 7入侵防御规则",
|
9384
|
+
"example": "1",
|
9385
|
+
"member": "int64",
|
9386
|
+
"name": "RuleType",
|
9387
|
+
"required": true,
|
9388
|
+
"type": "int"
|
9389
|
+
}
|
9390
|
+
],
|
9391
|
+
"type": "object"
|
9392
|
+
},
|
9393
|
+
"ModifyBlockIgnoreRuleNewResponse": {
|
9394
|
+
"document": "ModifyBlockIgnoreRuleNew返回参数结构体",
|
9395
|
+
"members": [
|
9396
|
+
{
|
9397
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
9398
|
+
"member": "string",
|
9399
|
+
"name": "RequestId",
|
9400
|
+
"type": "string"
|
9401
|
+
}
|
9402
|
+
],
|
9403
|
+
"type": "object"
|
9404
|
+
},
|
9149
9405
|
"ModifyBlockIgnoreRuleRequest": {
|
9150
9406
|
"document": "ModifyBlockIgnoreRule请求参数结构体",
|
9151
9407
|
"members": [
|
@@ -94,6 +94,14 @@
|
|
94
94
|
"title": "空值返回"
|
95
95
|
}
|
96
96
|
],
|
97
|
+
"CreateBlockIgnoreRuleNew": [
|
98
|
+
{
|
99
|
+
"document": "入侵防御接口新-添加IP为放通列表",
|
100
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBlockIgnoreRuleNew\n<公共请求参数>\n\n{\n \"Rules\": [\n {\n \"Ioc\": \"1.2.3.4\",\n \"DirectionList\": \"0\",\n \"EndTime\": \"3000-01-01 00:00:00\",\n \"Comment\": \"test\"\n }\n ],\n \"RuleType\": 2,\n \"CoverDuplicate\": 0\n}",
|
101
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"0f493b05-6637-41f5-8977-18a55bdebbff\"\n }\n}",
|
102
|
+
"title": "入侵防御接口新-添加IP为放通列表"
|
103
|
+
}
|
104
|
+
],
|
97
105
|
"CreateChooseVpcs": [
|
98
106
|
{
|
99
107
|
"document": "",
|
@@ -194,6 +202,14 @@
|
|
194
202
|
"title": "批量删除入侵防御封禁列表、放通列表规则"
|
195
203
|
}
|
196
204
|
],
|
205
|
+
"DeleteBlockIgnoreRuleNew": [
|
206
|
+
{
|
207
|
+
"document": "删除示例",
|
208
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteBlockIgnoreRuleNew\n<公共请求参数>\n\n{\n \"Rules\": [\n {\n \"Ioc\": \"100.12.31.2\",\n \"RuleType\": 2\n }\n ],\n \"DeleteAll\": 0,\n \"RuleType\": 100\n}",
|
209
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"19df3039-eec2-4a8a-8a51-d552b9cf67f3\"\n }\n}",
|
210
|
+
"title": "删除示例"
|
211
|
+
}
|
212
|
+
],
|
197
213
|
"DeleteIdsWhiteRule": [
|
198
214
|
{
|
199
215
|
"document": "入侵防御规则白名单删除示例",
|
@@ -634,6 +650,14 @@
|
|
634
650
|
"title": "空值返回"
|
635
651
|
}
|
636
652
|
],
|
653
|
+
"ModifyBlockIgnoreRuleNew": [
|
654
|
+
{
|
655
|
+
"document": "编辑放通列表示例",
|
656
|
+
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBlockIgnoreRuleNew\n<公共请求参数>\n\n{\n \"Rule\": {\n \"Ioc\": \"100.12.31.2\",\n \"DirectionList\": \"0,1\",\n \"EndTime\": \"2025-01-02 14:39:30\",\n \"Comment\": \"test\"\n },\n \"RuleType\": 2\n}",
|
657
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"9a185559-4d5f-40a4-bb56-c5c4a48f86c1\"\n }\n}",
|
658
|
+
"title": "编辑放通列表示例"
|
659
|
+
}
|
660
|
+
],
|
637
661
|
"ModifyBlockTop": [
|
638
662
|
{
|
639
663
|
"document": "",
|
@@ -3751,7 +3751,7 @@
|
|
3751
3751
|
},
|
3752
3752
|
{
|
3753
3753
|
"disabled": false,
|
3754
|
-
"document": "实例类型: [标准版实例]填写 \"standard\" (默认), [专业版实例]填写 \"profession\"",
|
3754
|
+
"document": "实例类型: [标准版实例]填写 \"standard\" (默认), [专业版实例]填写 \"profession\",[高级版实例]填写\"premium\"",
|
3755
3755
|
"example": "profession",
|
3756
3756
|
"member": "string",
|
3757
3757
|
"name": "SpecificationsType",
|
@@ -3796,7 +3796,7 @@
|
|
3796
3796
|
},
|
3797
3797
|
{
|
3798
3798
|
"disabled": false,
|
3799
|
-
"document": "
|
3799
|
+
"document": "专业版/高级版实例磁盘类型,标准版实例不需要填写。\"CLOUD_SSD\":SSD云硬盘;\"CLOUD_BASIC\":高性能云硬盘。不传默认为 \"CLOUD_BASIC\"",
|
3800
3800
|
"example": "CLOUD_SSD",
|
3801
3801
|
"member": "string",
|
3802
3802
|
"name": "DiskType",
|
@@ -10313,7 +10313,7 @@
|
|
10313
10313
|
"members": [
|
10314
10314
|
{
|
10315
10315
|
"disabled": false,
|
10316
|
-
"document": "国内站标准版填写standards2, 国际站标准版填写standard
|
10316
|
+
"document": "国内站标准版填写standards2, 国际站标准版填写standard,专业版填写profession,高级版填写premium",
|
10317
10317
|
"example": "profession",
|
10318
10318
|
"member": "string",
|
10319
10319
|
"name": "InstanceType",
|
@@ -10340,7 +10340,7 @@
|
|
10340
10340
|
},
|
10341
10341
|
{
|
10342
10342
|
"disabled": false,
|
10343
|
-
"document": "实例内网带宽大小, 单位MB/s (
|
10343
|
+
"document": "实例内网带宽大小, 单位MB/s (购买时必填,专业版/高级版询价时带宽信息必填)",
|
10344
10344
|
"example": "40",
|
10345
10345
|
"member": "int64",
|
10346
10346
|
"name": "Bandwidth",
|
@@ -10349,7 +10349,7 @@
|
|
10349
10349
|
},
|
10350
10350
|
{
|
10351
10351
|
"disabled": false,
|
10352
|
-
"document": "实例的硬盘购买类型以及大小 (
|
10352
|
+
"document": "实例的硬盘购买类型以及大小 (购买时必填,专业版/高级版询价时磁盘信息必填)",
|
10353
10353
|
"example": "{\"DiskType\":\"SSD\", \"DiskSize\": 500}",
|
10354
10354
|
"member": "InquiryDiskParam",
|
10355
10355
|
"name": "InquiryDiskParam",
|
@@ -10376,7 +10376,7 @@
|
|
10376
10376
|
},
|
10377
10377
|
{
|
10378
10378
|
"disabled": false,
|
10379
|
-
"document": "购买实例分区数, 单位个 (
|
10379
|
+
"document": "购买实例分区数, 单位个 (购买时必填,专业版/高级版询价时带宽信息必填)",
|
10380
10380
|
"example": "40",
|
10381
10381
|
"member": "int64",
|
10382
10382
|
"name": "Partition",
|
@@ -10488,7 +10488,7 @@
|
|
10488
10488
|
"example": "1.0",
|
10489
10489
|
"member": "float",
|
10490
10490
|
"name": "UnitPrice",
|
10491
|
-
"
|
10491
|
+
"output_required": true,
|
10492
10492
|
"type": "float",
|
10493
10493
|
"value_allowed_null": true
|
10494
10494
|
},
|
@@ -10498,7 +10498,7 @@
|
|
10498
10498
|
"example": "1.0",
|
10499
10499
|
"member": "float",
|
10500
10500
|
"name": "UnitPriceDiscount",
|
10501
|
-
"
|
10501
|
+
"output_required": true,
|
10502
10502
|
"type": "float",
|
10503
10503
|
"value_allowed_null": true
|
10504
10504
|
},
|
@@ -10508,7 +10508,7 @@
|
|
10508
10508
|
"example": "1.0",
|
10509
10509
|
"member": "float",
|
10510
10510
|
"name": "OriginalPrice",
|
10511
|
-
"
|
10511
|
+
"output_required": true,
|
10512
10512
|
"type": "float",
|
10513
10513
|
"value_allowed_null": true
|
10514
10514
|
},
|
@@ -10518,7 +10518,7 @@
|
|
10518
10518
|
"example": "1.0",
|
10519
10519
|
"member": "float",
|
10520
10520
|
"name": "DiscountPrice",
|
10521
|
-
"
|
10521
|
+
"output_required": true,
|
10522
10522
|
"type": "float",
|
10523
10523
|
"value_allowed_null": true
|
10524
10524
|
},
|
@@ -10528,7 +10528,7 @@
|
|
10528
10528
|
"example": "100.0",
|
10529
10529
|
"member": "float",
|
10530
10530
|
"name": "Discount",
|
10531
|
-
"
|
10531
|
+
"output_required": true,
|
10532
10532
|
"type": "float",
|
10533
10533
|
"value_allowed_null": true
|
10534
10534
|
},
|
@@ -10538,7 +10538,7 @@
|
|
10538
10538
|
"example": "1",
|
10539
10539
|
"member": "int64",
|
10540
10540
|
"name": "GoodsNum",
|
10541
|
-
"
|
10541
|
+
"output_required": true,
|
10542
10542
|
"type": "int",
|
10543
10543
|
"value_allowed_null": true
|
10544
10544
|
},
|
@@ -10548,7 +10548,7 @@
|
|
10548
10548
|
"example": "CNY",
|
10549
10549
|
"member": "string",
|
10550
10550
|
"name": "Currency",
|
10551
|
-
"
|
10551
|
+
"output_required": true,
|
10552
10552
|
"type": "string",
|
10553
10553
|
"value_allowed_null": true
|
10554
10554
|
},
|
@@ -10558,7 +10558,7 @@
|
|
10558
10558
|
"example": "SSD",
|
10559
10559
|
"member": "string",
|
10560
10560
|
"name": "DiskType",
|
10561
|
-
"
|
10561
|
+
"output_required": true,
|
10562
10562
|
"type": "string",
|
10563
10563
|
"value_allowed_null": true
|
10564
10564
|
},
|
@@ -10568,7 +10568,7 @@
|
|
10568
10568
|
"example": "1",
|
10569
10569
|
"member": "int64",
|
10570
10570
|
"name": "TimeSpan",
|
10571
|
-
"
|
10571
|
+
"output_required": true,
|
10572
10572
|
"type": "int",
|
10573
10573
|
"value_allowed_null": true
|
10574
10574
|
},
|
@@ -10578,7 +10578,7 @@
|
|
10578
10578
|
"example": "m",
|
10579
10579
|
"member": "string",
|
10580
10580
|
"name": "TimeUnit",
|
10581
|
-
"
|
10581
|
+
"output_required": true,
|
10582
10582
|
"type": "string",
|
10583
10583
|
"value_allowed_null": true
|
10584
10584
|
},
|
@@ -10588,7 +10588,7 @@
|
|
10588
10588
|
"example": "100",
|
10589
10589
|
"member": "int64",
|
10590
10590
|
"name": "Value",
|
10591
|
-
"
|
10591
|
+
"output_required": true,
|
10592
10592
|
"type": "int",
|
10593
10593
|
"value_allowed_null": true
|
10594
10594
|
}
|