tccli 3.0.1291.1__py2.py3-none-any.whl → 3.0.1293.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/__init__.py +3 -0
- tccli/services/advisor/v20200721/api.json +36 -36
- tccli/services/advisor/v20200721/examples.json +2 -2
- tccli/services/antiddos/antiddos_client.py +7 -113
- tccli/services/antiddos/v20200309/api.json +41 -401
- tccli/services/antiddos/v20200309/examples.json +1 -17
- tccli/services/apm/v20210622/api.json +44 -44
- tccli/services/apm/v20210622/examples.json +5 -5
- tccli/services/batch/v20170312/api.json +165 -165
- tccli/services/batch/v20170312/examples.json +1 -1
- tccli/services/cam/v20190116/api.json +18 -18
- tccli/services/cdwch/v20200915/api.json +303 -219
- tccli/services/cdwch/v20200915/examples.json +18 -18
- tccli/services/cdwpg/v20201230/api.json +135 -128
- tccli/services/cdwpg/v20201230/examples.json +5 -5
- tccli/services/chc/__init__.py +4 -0
- tccli/services/chc/chc_client.py +2062 -0
- tccli/services/chc/v20230418/api.json +5728 -0
- tccli/services/chc/v20230418/examples.json +293 -0
- tccli/services/ckafka/v20190819/api.json +1049 -1039
- tccli/services/ckafka/v20190819/examples.json +1 -1
- tccli/services/cls/v20201016/api.json +310 -310
- tccli/services/cls/v20201016/examples.json +1 -1
- tccli/services/dbbrain/dbbrain_client.py +240 -28
- tccli/services/dbbrain/v20191016/api.json +7 -7
- tccli/services/dbbrain/v20210527/api.json +487 -15
- tccli/services/dbbrain/v20210527/examples.json +32 -0
- tccli/services/domain/v20180808/api.json +2 -2
- tccli/services/ecdn/ecdn_client.py +7 -431
- tccli/services/ecdn/v20191012/api.json +0 -574
- tccli/services/ecdn/v20191012/examples.json +0 -64
- tccli/services/emr/v20190103/api.json +249 -13
- tccli/services/emr/v20190103/examples.json +2 -2
- tccli/services/ess/v20201111/api.json +12 -3
- tccli/services/essbasic/v20210526/api.json +9 -0
- tccli/services/gs/gs_client.py +1778 -29
- tccli/services/gs/v20191118/api.json +2618 -163
- tccli/services/gs/v20191118/examples.json +264 -0
- tccli/services/hai/v20230812/api.json +22 -22
- tccli/services/hunyuan/v20230901/api.json +13 -2
- tccli/services/iotexplorer/iotexplorer_client.py +53 -0
- tccli/services/iotexplorer/v20190423/api.json +72 -0
- tccli/services/iotexplorer/v20190423/examples.json +8 -0
- tccli/services/iotvideoindustry/v20201201/api.json +75 -75
- tccli/services/iotvideoindustry/v20201201/examples.json +1 -1
- tccli/services/lke/lke_client.py +0 -53
- tccli/services/lke/v20231130/api.json +14 -57
- tccli/services/lke/v20231130/examples.json +2 -10
- tccli/services/lkeap/v20240522/api.json +1 -1
- tccli/services/memcached/v20190318/api.json +1 -1
- tccli/services/mmps/v20200710/api.json +12 -12
- tccli/services/monitor/monitor_client.py +57 -4
- tccli/services/monitor/v20180724/api.json +249 -0
- tccli/services/monitor/v20180724/examples.json +8 -0
- tccli/services/mqtt/v20240516/api.json +13 -13
- tccli/services/mqtt/v20240516/examples.json +1 -1
- tccli/services/redis/v20180412/api.json +2 -2
- tccli/services/svp/v20240125/api.json +3 -3
- tccli/services/svp/v20240125/examples.json +1 -1
- tccli/services/tchd/v20230306/api.json +5 -5
- tccli/services/tcr/v20190924/api.json +22 -22
- tccli/services/tdmq/v20200217/api.json +267 -267
- tccli/services/teo/teo_client.py +53 -0
- tccli/services/teo/v20220901/api.json +50 -7
- tccli/services/teo/v20220901/examples.json +8 -0
- tccli/services/thpc/v20220401/api.json +9 -9
- tccli/services/thpc/v20230321/api.json +59 -47
- tccli/services/tione/v20211111/api.json +40 -1
- tccli/services/tke/v20180525/api.json +29 -29
- tccli/services/vpc/v20170312/api.json +1 -1
- tccli/services/wedata/v20210820/api.json +227 -13
- tccli/services/wedata/v20210820/examples.json +2 -8
- {tccli-3.0.1291.1.dist-info → tccli-3.0.1293.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1291.1.dist-info → tccli-3.0.1293.1.dist-info}/RECORD +78 -74
- {tccli-3.0.1291.1.dist-info → tccli-3.0.1293.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1291.1.dist-info → tccli-3.0.1293.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1291.1.dist-info → tccli-3.0.1293.1.dist-info}/license_files/LICENSE +0 -0
@@ -301,13 +301,6 @@
|
|
301
301
|
"output": "DescribeBizTrendResponse",
|
302
302
|
"status": "online"
|
303
303
|
},
|
304
|
-
"DescribeBlackWhiteIpList": {
|
305
|
-
"document": "接口变更\n\n获取DDoS防护的IP黑白名单",
|
306
|
-
"input": "DescribeBlackWhiteIpListRequest",
|
307
|
-
"name": "获取DDoS防护的IP黑白名单",
|
308
|
-
"output": "DescribeBlackWhiteIpListResponse",
|
309
|
-
"status": "deprecated"
|
310
|
-
},
|
311
304
|
"DescribeCCLevelList": {
|
312
305
|
"document": "获取边界防护CC防护等级列表",
|
313
306
|
"input": "DescribeCCLevelListRequest",
|
@@ -476,13 +469,6 @@
|
|
476
469
|
"output": "DescribeListPortAclListResponse",
|
477
470
|
"status": "online"
|
478
471
|
},
|
479
|
-
"DescribeListProtectThresholdConfig": {
|
480
|
-
"document": "接口变更\n\n获取防护阈值配置列表,包括DDoS的AI、等级、CC阈值开关等",
|
481
|
-
"input": "DescribeListProtectThresholdConfigRequest",
|
482
|
-
"name": "获取防护阈值配置列表",
|
483
|
-
"output": "DescribeListProtectThresholdConfigResponse",
|
484
|
-
"status": "deprecated"
|
485
|
-
},
|
486
472
|
"DescribeListProtocolBlockConfig": {
|
487
473
|
"document": "获取DDoS防护的协议封禁配置列表",
|
488
474
|
"input": "DescribeListProtocolBlockConfigRequest",
|
@@ -5483,53 +5469,6 @@
|
|
5483
5469
|
],
|
5484
5470
|
"type": "object"
|
5485
5471
|
},
|
5486
|
-
"DescribeBlackWhiteIpListRequest": {
|
5487
|
-
"document": "DescribeBlackWhiteIpList请求参数结构体",
|
5488
|
-
"members": [
|
5489
|
-
{
|
5490
|
-
"disabled": false,
|
5491
|
-
"document": "资源实例ID",
|
5492
|
-
"example": "bgpip-00001001",
|
5493
|
-
"member": "string",
|
5494
|
-
"name": "InstanceId",
|
5495
|
-
"required": true,
|
5496
|
-
"type": "string"
|
5497
|
-
}
|
5498
|
-
],
|
5499
|
-
"type": "object"
|
5500
|
-
},
|
5501
|
-
"DescribeBlackWhiteIpListResponse": {
|
5502
|
-
"document": "DescribeBlackWhiteIpList返回参数结构体",
|
5503
|
-
"members": [
|
5504
|
-
{
|
5505
|
-
"disabled": false,
|
5506
|
-
"document": "黑名单IP列表",
|
5507
|
-
"example": "[\"123.123.123.1\"]",
|
5508
|
-
"member": "string",
|
5509
|
-
"name": "BlackIpList",
|
5510
|
-
"required": true,
|
5511
|
-
"type": "list",
|
5512
|
-
"value_allowed_null": false
|
5513
|
-
},
|
5514
|
-
{
|
5515
|
-
"disabled": false,
|
5516
|
-
"document": "白名单IP列表",
|
5517
|
-
"example": "[\"123.123.123.2\"]",
|
5518
|
-
"member": "string",
|
5519
|
-
"name": "WhiteIpList",
|
5520
|
-
"required": true,
|
5521
|
-
"type": "list",
|
5522
|
-
"value_allowed_null": false
|
5523
|
-
},
|
5524
|
-
{
|
5525
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
5526
|
-
"member": "string",
|
5527
|
-
"name": "RequestId",
|
5528
|
-
"type": "string"
|
5529
|
-
}
|
5530
|
-
],
|
5531
|
-
"type": "object"
|
5532
|
-
},
|
5533
5472
|
"DescribeCCLevelListRequest": {
|
5534
5473
|
"document": "DescribeCCLevelList请求参数结构体",
|
5535
5474
|
"members": [
|
@@ -5563,7 +5502,7 @@
|
|
5563
5502
|
{
|
5564
5503
|
"disabled": false,
|
5565
5504
|
"document": "指定实例Id",
|
5566
|
-
"example": "
|
5505
|
+
"example": "bgp-xxxx",
|
5567
5506
|
"member": "string",
|
5568
5507
|
"name": "InstanceId",
|
5569
5508
|
"required": false,
|
@@ -5802,7 +5741,7 @@
|
|
5802
5741
|
{
|
5803
5742
|
"disabled": false,
|
5804
5743
|
"document": "指定实例Id",
|
5805
|
-
"example": "
|
5744
|
+
"example": "id-xxx",
|
5806
5745
|
"member": "string",
|
5807
5746
|
"name": "InstanceId",
|
5808
5747
|
"required": false,
|
@@ -5903,7 +5842,7 @@
|
|
5903
5842
|
{
|
5904
5843
|
"disabled": false,
|
5905
5844
|
"document": "指定实例Id",
|
5906
|
-
"example": "
|
5845
|
+
"example": "ins-xxx",
|
5907
5846
|
"member": "string",
|
5908
5847
|
"name": "InstanceId",
|
5909
5848
|
"required": false,
|
@@ -7746,98 +7685,6 @@
|
|
7746
7685
|
],
|
7747
7686
|
"type": "object"
|
7748
7687
|
},
|
7749
|
-
"DescribeListProtectThresholdConfigRequest": {
|
7750
|
-
"document": "DescribeListProtectThresholdConfig请求参数结构体",
|
7751
|
-
"members": [
|
7752
|
-
{
|
7753
|
-
"disabled": false,
|
7754
|
-
"document": "页起始偏移,取值为(页码-1)*一页条数",
|
7755
|
-
"example": "0",
|
7756
|
-
"member": "uint64",
|
7757
|
-
"name": "Offset",
|
7758
|
-
"required": true,
|
7759
|
-
"type": "int"
|
7760
|
-
},
|
7761
|
-
{
|
7762
|
-
"disabled": false,
|
7763
|
-
"document": "一页条数,当Limit=0时,默认一页条数为100;最大取值为100",
|
7764
|
-
"example": "25",
|
7765
|
-
"member": "uint64",
|
7766
|
-
"name": "Limit",
|
7767
|
-
"required": true,
|
7768
|
-
"type": "int"
|
7769
|
-
},
|
7770
|
-
{
|
7771
|
-
"disabled": false,
|
7772
|
-
"document": "资源实例ID搜索, 支持资源实例前缀通配搜索,例如bgp-*表示获取高防包类型的资源实例",
|
7773
|
-
"example": "bgpip-0000011x",
|
7774
|
-
"member": "string",
|
7775
|
-
"name": "FilterInstanceId",
|
7776
|
-
"required": true,
|
7777
|
-
"type": "string"
|
7778
|
-
},
|
7779
|
-
{
|
7780
|
-
"disabled": false,
|
7781
|
-
"document": "IP搜索",
|
7782
|
-
"example": "1.1.1.1",
|
7783
|
-
"member": "string",
|
7784
|
-
"name": "FilterIp",
|
7785
|
-
"required": false,
|
7786
|
-
"type": "string"
|
7787
|
-
},
|
7788
|
-
{
|
7789
|
-
"disabled": false,
|
7790
|
-
"document": "域名搜索(查询域名与协议的CC防护阈值时使用)",
|
7791
|
-
"example": "无",
|
7792
|
-
"member": "string",
|
7793
|
-
"name": "FilterDomain",
|
7794
|
-
"required": false,
|
7795
|
-
"type": "string"
|
7796
|
-
},
|
7797
|
-
{
|
7798
|
-
"disabled": false,
|
7799
|
-
"document": "协议搜索(查询域名与协议的CC防护阈值时使用)",
|
7800
|
-
"example": "无",
|
7801
|
-
"member": "string",
|
7802
|
-
"name": "FilterProtocol",
|
7803
|
-
"required": false,
|
7804
|
-
"type": "string"
|
7805
|
-
}
|
7806
|
-
],
|
7807
|
-
"type": "object"
|
7808
|
-
},
|
7809
|
-
"DescribeListProtectThresholdConfigResponse": {
|
7810
|
-
"document": "DescribeListProtectThresholdConfig返回参数结构体",
|
7811
|
-
"members": [
|
7812
|
-
{
|
7813
|
-
"disabled": false,
|
7814
|
-
"document": "总记录数",
|
7815
|
-
"example": "1",
|
7816
|
-
"member": "uint64",
|
7817
|
-
"name": "Total",
|
7818
|
-
"required": true,
|
7819
|
-
"type": "int",
|
7820
|
-
"value_allowed_null": false
|
7821
|
-
},
|
7822
|
-
{
|
7823
|
-
"disabled": false,
|
7824
|
-
"document": "防护阈值配置列表",
|
7825
|
-
"example": "无",
|
7826
|
-
"member": "ProtectThresholdRelation",
|
7827
|
-
"name": "ConfigList",
|
7828
|
-
"required": true,
|
7829
|
-
"type": "list",
|
7830
|
-
"value_allowed_null": false
|
7831
|
-
},
|
7832
|
-
{
|
7833
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7834
|
-
"member": "string",
|
7835
|
-
"name": "RequestId",
|
7836
|
-
"type": "string"
|
7837
|
-
}
|
7838
|
-
],
|
7839
|
-
"type": "object"
|
7840
|
-
},
|
7841
7688
|
"DescribeListProtocolBlockConfigRequest": {
|
7842
7689
|
"document": "DescribeListProtocolBlockConfig请求参数结构体",
|
7843
7690
|
"members": [
|
@@ -8601,7 +8448,7 @@
|
|
8601
8448
|
{
|
8602
8449
|
"disabled": false,
|
8603
8450
|
"document": "资源实例的IP列表",
|
8604
|
-
"example": "
|
8451
|
+
"example": "1.1.1.1",
|
8605
8452
|
"member": "string",
|
8606
8453
|
"name": "IpList",
|
8607
8454
|
"required": false,
|
@@ -9233,6 +9080,7 @@
|
|
9233
9080
|
"example": "bgp",
|
9234
9081
|
"member": "string",
|
9235
9082
|
"name": "Type",
|
9083
|
+
"output_required": true,
|
9236
9084
|
"required": true,
|
9237
9085
|
"type": "string",
|
9238
9086
|
"value_allowed_null": false
|
@@ -9243,6 +9091,7 @@
|
|
9243
9091
|
"example": "1.1.1.1",
|
9244
9092
|
"member": "string",
|
9245
9093
|
"name": "Eip",
|
9094
|
+
"output_required": true,
|
9246
9095
|
"required": true,
|
9247
9096
|
"type": "string",
|
9248
9097
|
"value_allowed_null": false
|
@@ -9253,6 +9102,7 @@
|
|
9253
9102
|
"example": "abcdefg",
|
9254
9103
|
"member": "string",
|
9255
9104
|
"name": "Cname",
|
9105
|
+
"output_required": true,
|
9256
9106
|
"required": false,
|
9257
9107
|
"type": "string",
|
9258
9108
|
"value_allowed_null": false
|
@@ -9263,6 +9113,7 @@
|
|
9263
9113
|
"example": "0",
|
9264
9114
|
"member": "int64",
|
9265
9115
|
"name": "ResourceFlag",
|
9116
|
+
"output_required": true,
|
9266
9117
|
"required": false,
|
9267
9118
|
"type": "int",
|
9268
9119
|
"value_allowed_null": false
|
@@ -9270,9 +9121,10 @@
|
|
9270
9121
|
{
|
9271
9122
|
"disabled": false,
|
9272
9123
|
"document": "域名化资产对应的域名\n注意:此字段可能返回 null,表示取不到有效值。",
|
9273
|
-
"example": "
|
9124
|
+
"example": "www.abc.com",
|
9274
9125
|
"member": "string",
|
9275
9126
|
"name": "Domain",
|
9127
|
+
"output_required": true,
|
9276
9128
|
"required": false,
|
9277
9129
|
"type": "string",
|
9278
9130
|
"value_allowed_null": true
|
@@ -10062,6 +9914,7 @@
|
|
10062
9914
|
"example": "www.baidu.com",
|
10063
9915
|
"member": "string",
|
10064
9916
|
"name": "Domain",
|
9917
|
+
"output_required": true,
|
10065
9918
|
"required": true,
|
10066
9919
|
"type": "string",
|
10067
9920
|
"value_allowed_null": false
|
@@ -10072,6 +9925,7 @@
|
|
10072
9925
|
"example": "1",
|
10073
9926
|
"member": "ProxyTypeInfo",
|
10074
9927
|
"name": "ProxyTypeList",
|
9928
|
+
"output_required": true,
|
10075
9929
|
"required": true,
|
10076
9930
|
"type": "list",
|
10077
9931
|
"value_allowed_null": false
|
@@ -10082,6 +9936,7 @@
|
|
10082
9936
|
"example": "1.1.1.1",
|
10083
9937
|
"member": "SourceServer",
|
10084
9938
|
"name": "RealServers",
|
9939
|
+
"output_required": true,
|
10085
9940
|
"required": true,
|
10086
9941
|
"type": "list",
|
10087
9942
|
"value_allowed_null": false
|
@@ -10089,9 +9944,10 @@
|
|
10089
9944
|
{
|
10090
9945
|
"disabled": false,
|
10091
9946
|
"document": "资源实例",
|
10092
|
-
"example": "
|
9947
|
+
"example": "detail",
|
10093
9948
|
"member": "InstanceRelation",
|
10094
9949
|
"name": "InstanceDetails",
|
9950
|
+
"output_required": true,
|
10095
9951
|
"required": true,
|
10096
9952
|
"type": "list",
|
10097
9953
|
"value_allowed_null": false
|
@@ -10099,9 +9955,10 @@
|
|
10099
9955
|
{
|
10100
9956
|
"disabled": false,
|
10101
9957
|
"document": "规则所属的资源实例",
|
10102
|
-
"example": "
|
9958
|
+
"example": "detail",
|
10103
9959
|
"member": "RuleInstanceRelation",
|
10104
9960
|
"name": "InstanceDetailRule",
|
9961
|
+
"output_required": true,
|
10105
9962
|
"required": false,
|
10106
9963
|
"type": "list",
|
10107
9964
|
"value_allowed_null": false
|
@@ -10109,9 +9966,10 @@
|
|
10109
9966
|
{
|
10110
9967
|
"disabled": false,
|
10111
9968
|
"document": "协议",
|
10112
|
-
"example": "
|
9969
|
+
"example": "http",
|
10113
9970
|
"member": "string",
|
10114
9971
|
"name": "Protocol",
|
9972
|
+
"output_required": true,
|
10115
9973
|
"required": false,
|
10116
9974
|
"type": "string",
|
10117
9975
|
"value_allowed_null": false
|
@@ -10119,9 +9977,10 @@
|
|
10119
9977
|
{
|
10120
9978
|
"disabled": false,
|
10121
9979
|
"document": "端口号",
|
10122
|
-
"example": "
|
9980
|
+
"example": "80",
|
10123
9981
|
"member": "int64",
|
10124
9982
|
"name": "Vport",
|
9983
|
+
"output_required": true,
|
10125
9984
|
"required": false,
|
10126
9985
|
"type": "int",
|
10127
9986
|
"value_allowed_null": false
|
@@ -10129,52 +9988,6 @@
|
|
10129
9988
|
],
|
10130
9989
|
"usage": "both"
|
10131
9990
|
},
|
10132
|
-
"ListenerCcThreholdConfig": {
|
10133
|
-
"document": "域名与协议纬度的CC防护阈值",
|
10134
|
-
"members": [
|
10135
|
-
{
|
10136
|
-
"disabled": false,
|
10137
|
-
"document": "域名",
|
10138
|
-
"example": "www.8cname.com",
|
10139
|
-
"member": "string",
|
10140
|
-
"name": "Domain",
|
10141
|
-
"required": true,
|
10142
|
-
"type": "string",
|
10143
|
-
"value_allowed_null": false
|
10144
|
-
},
|
10145
|
-
{
|
10146
|
-
"disabled": false,
|
10147
|
-
"document": "协议(可取值https)",
|
10148
|
-
"example": "https",
|
10149
|
-
"member": "string",
|
10150
|
-
"name": "Protocol",
|
10151
|
-
"required": true,
|
10152
|
-
"type": "string",
|
10153
|
-
"value_allowed_null": false
|
10154
|
-
},
|
10155
|
-
{
|
10156
|
-
"disabled": false,
|
10157
|
-
"document": "开关状态(0:关闭,1:开启)",
|
10158
|
-
"example": "1",
|
10159
|
-
"member": "int64",
|
10160
|
-
"name": "CCEnable",
|
10161
|
-
"required": true,
|
10162
|
-
"type": "int",
|
10163
|
-
"value_allowed_null": false
|
10164
|
-
},
|
10165
|
-
{
|
10166
|
-
"disabled": false,
|
10167
|
-
"document": "cc防护阈值",
|
10168
|
-
"example": "1",
|
10169
|
-
"member": "int64",
|
10170
|
-
"name": "CCThreshold",
|
10171
|
-
"required": true,
|
10172
|
-
"type": "int",
|
10173
|
-
"value_allowed_null": false
|
10174
|
-
}
|
10175
|
-
],
|
10176
|
-
"usage": "out"
|
10177
|
-
},
|
10178
9991
|
"ModifyCCLevelPolicyRequest": {
|
10179
9992
|
"document": "ModifyCCLevelPolicy请求参数结构体",
|
10180
9993
|
"members": [
|
@@ -11770,182 +11583,6 @@
|
|
11770
11583
|
],
|
11771
11584
|
"usage": "both"
|
11772
11585
|
},
|
11773
|
-
"ProtectThresholdRelation": {
|
11774
|
-
"document": "防护阈值配置相关信息",
|
11775
|
-
"members": [
|
11776
|
-
{
|
11777
|
-
"disabled": false,
|
11778
|
-
"document": "DDoS防护等级,取值[\nlow(宽松)\nmiddle(适中)\nhigh(严格)\n]",
|
11779
|
-
"example": "无",
|
11780
|
-
"member": "string",
|
11781
|
-
"name": "DDoSLevel",
|
11782
|
-
"required": true,
|
11783
|
-
"type": "string",
|
11784
|
-
"value_allowed_null": false
|
11785
|
-
},
|
11786
|
-
{
|
11787
|
-
"disabled": false,
|
11788
|
-
"document": "DDoS清洗阈值,单位Mbps",
|
11789
|
-
"example": "无",
|
11790
|
-
"member": "uint64",
|
11791
|
-
"name": "DDoSThreshold",
|
11792
|
-
"required": true,
|
11793
|
-
"type": "int",
|
11794
|
-
"value_allowed_null": false
|
11795
|
-
},
|
11796
|
-
{
|
11797
|
-
"disabled": false,
|
11798
|
-
"document": "DDoS的AI防护开关,取值[\non(开启)\noff(关闭)\n]",
|
11799
|
-
"example": "无",
|
11800
|
-
"member": "string",
|
11801
|
-
"name": "DDoSAI",
|
11802
|
-
"required": true,
|
11803
|
-
"type": "string",
|
11804
|
-
"value_allowed_null": false
|
11805
|
-
},
|
11806
|
-
{
|
11807
|
-
"disabled": false,
|
11808
|
-
"document": "CC清洗开关,取值[\n0(关闭)\n1(开启)\n]",
|
11809
|
-
"example": "无",
|
11810
|
-
"member": "uint64",
|
11811
|
-
"name": "CCEnable",
|
11812
|
-
"required": true,
|
11813
|
-
"type": "int",
|
11814
|
-
"value_allowed_null": false
|
11815
|
-
},
|
11816
|
-
{
|
11817
|
-
"disabled": false,
|
11818
|
-
"document": "CC清洗阈值,单位QPS",
|
11819
|
-
"example": "无",
|
11820
|
-
"member": "uint64",
|
11821
|
-
"name": "CCThreshold",
|
11822
|
-
"required": true,
|
11823
|
-
"type": "int",
|
11824
|
-
"value_allowed_null": false
|
11825
|
-
},
|
11826
|
-
{
|
11827
|
-
"disabled": false,
|
11828
|
-
"document": "所属的资源实例",
|
11829
|
-
"example": "无",
|
11830
|
-
"member": "InstanceRelation",
|
11831
|
-
"name": "InstanceDetailList",
|
11832
|
-
"required": true,
|
11833
|
-
"type": "list",
|
11834
|
-
"value_allowed_null": false
|
11835
|
-
},
|
11836
|
-
{
|
11837
|
-
"disabled": false,
|
11838
|
-
"document": "域名与协议纬度的防护阈值",
|
11839
|
-
"example": "无",
|
11840
|
-
"member": "ListenerCcThreholdConfig",
|
11841
|
-
"name": "ListenerCcThresholdList",
|
11842
|
-
"required": true,
|
11843
|
-
"type": "list",
|
11844
|
-
"value_allowed_null": false
|
11845
|
-
},
|
11846
|
-
{
|
11847
|
-
"disabled": false,
|
11848
|
-
"document": "SYN FLOOD流量阈值\n注意:此字段可能返回 null,表示取不到有效值。",
|
11849
|
-
"example": "1000",
|
11850
|
-
"member": "uint64",
|
11851
|
-
"name": "SynFloodThreshold",
|
11852
|
-
"required": true,
|
11853
|
-
"type": "int",
|
11854
|
-
"value_allowed_null": true
|
11855
|
-
},
|
11856
|
-
{
|
11857
|
-
"disabled": false,
|
11858
|
-
"document": "SYN FLOOD包量阈值\n注意:此字段可能返回 null,表示取不到有效值。",
|
11859
|
-
"example": "1000",
|
11860
|
-
"member": "uint64",
|
11861
|
-
"name": "SynFloodPktThreshold",
|
11862
|
-
"required": true,
|
11863
|
-
"type": "int",
|
11864
|
-
"value_allowed_null": true
|
11865
|
-
},
|
11866
|
-
{
|
11867
|
-
"disabled": false,
|
11868
|
-
"document": "UDP FLOOD流量阈值\n注意:此字段可能返回 null,表示取不到有效值。",
|
11869
|
-
"example": "1000",
|
11870
|
-
"member": "uint64",
|
11871
|
-
"name": "UdpFloodThreshold",
|
11872
|
-
"required": true,
|
11873
|
-
"type": "int",
|
11874
|
-
"value_allowed_null": true
|
11875
|
-
},
|
11876
|
-
{
|
11877
|
-
"disabled": false,
|
11878
|
-
"document": "UDP FLOOD包量阈值\n注意:此字段可能返回 null,表示取不到有效值。",
|
11879
|
-
"example": "1000",
|
11880
|
-
"member": "uint64",
|
11881
|
-
"name": "UdpFloodPktThreshold",
|
11882
|
-
"required": true,
|
11883
|
-
"type": "int",
|
11884
|
-
"value_allowed_null": true
|
11885
|
-
},
|
11886
|
-
{
|
11887
|
-
"disabled": false,
|
11888
|
-
"document": "ACK FLOOD流量阈值\n注意:此字段可能返回 null,表示取不到有效值。",
|
11889
|
-
"example": "1000",
|
11890
|
-
"member": "uint64",
|
11891
|
-
"name": "AckFloodThreshold",
|
11892
|
-
"required": true,
|
11893
|
-
"type": "int",
|
11894
|
-
"value_allowed_null": true
|
11895
|
-
},
|
11896
|
-
{
|
11897
|
-
"disabled": false,
|
11898
|
-
"document": "ACK FLOOD包量阈值\n注意:此字段可能返回 null,表示取不到有效值。",
|
11899
|
-
"example": "1000",
|
11900
|
-
"member": "uint64",
|
11901
|
-
"name": "AckFloodPktThreshold",
|
11902
|
-
"required": true,
|
11903
|
-
"type": "int",
|
11904
|
-
"value_allowed_null": true
|
11905
|
-
},
|
11906
|
-
{
|
11907
|
-
"disabled": false,
|
11908
|
-
"document": "SYNACK FLOOD流量阈值\n注意:此字段可能返回 null,表示取不到有效值。",
|
11909
|
-
"example": "1000",
|
11910
|
-
"member": "uint64",
|
11911
|
-
"name": "SynAckFloodThreshold",
|
11912
|
-
"required": true,
|
11913
|
-
"type": "int",
|
11914
|
-
"value_allowed_null": true
|
11915
|
-
},
|
11916
|
-
{
|
11917
|
-
"disabled": false,
|
11918
|
-
"document": "SYNACK FLOOD包量阈值\n注意:此字段可能返回 null,表示取不到有效值。",
|
11919
|
-
"example": "1000",
|
11920
|
-
"member": "uint64",
|
11921
|
-
"name": "SynAckFloodPktThreshold",
|
11922
|
-
"required": true,
|
11923
|
-
"type": "int",
|
11924
|
-
"value_allowed_null": true
|
11925
|
-
},
|
11926
|
-
{
|
11927
|
-
"disabled": false,
|
11928
|
-
"document": "RST FLOOD流量阈值\n注意:此字段可能返回 null,表示取不到有效值。",
|
11929
|
-
"example": "1000",
|
11930
|
-
"member": "uint64",
|
11931
|
-
"name": "RstFloodThreshold",
|
11932
|
-
"required": true,
|
11933
|
-
"type": "int",
|
11934
|
-
"value_allowed_null": true
|
11935
|
-
},
|
11936
|
-
{
|
11937
|
-
"disabled": false,
|
11938
|
-
"document": "RST FLOOD包量阈值\n注意:此字段可能返回 null,表示取不到有效值。",
|
11939
|
-
"example": "1000",
|
11940
|
-
"member": "uint64",
|
11941
|
-
"name": "RstFloodPktThreshold",
|
11942
|
-
"required": true,
|
11943
|
-
"type": "int",
|
11944
|
-
"value_allowed_null": true
|
11945
|
-
}
|
11946
|
-
],
|
11947
|
-
"usage": "out"
|
11948
|
-
},
|
11949
11586
|
"ProtocolBlockConfig": {
|
11950
11587
|
"document": "协议封禁配置",
|
11951
11588
|
"members": [
|
@@ -12127,6 +11764,7 @@
|
|
12127
11764
|
"member": "string",
|
12128
11765
|
"name": "EipList",
|
12129
11766
|
"output_required": true,
|
11767
|
+
"required": false,
|
12130
11768
|
"type": "list",
|
12131
11769
|
"value_allowed_null": false
|
12132
11770
|
},
|
@@ -12137,6 +11775,7 @@
|
|
12137
11775
|
"member": "string",
|
12138
11776
|
"name": "InstanceId",
|
12139
11777
|
"output_required": true,
|
11778
|
+
"required": false,
|
12140
11779
|
"type": "string",
|
12141
11780
|
"value_allowed_null": false
|
12142
11781
|
},
|
@@ -12147,11 +11786,12 @@
|
|
12147
11786
|
"member": "string",
|
12148
11787
|
"name": "Cname",
|
12149
11788
|
"output_required": true,
|
11789
|
+
"required": false,
|
12150
11790
|
"type": "string",
|
12151
11791
|
"value_allowed_null": false
|
12152
11792
|
}
|
12153
11793
|
],
|
12154
|
-
"usage": "
|
11794
|
+
"usage": "both"
|
12155
11795
|
},
|
12156
11796
|
"SchedulingDomainInfo": {
|
12157
11797
|
"document": "调度域名信息",
|
@@ -12159,80 +11799,80 @@
|
|
12159
11799
|
{
|
12160
11800
|
"disabled": false,
|
12161
11801
|
"document": "调度域名",
|
12162
|
-
"example": "",
|
11802
|
+
"example": "www.abc.com",
|
12163
11803
|
"member": "string",
|
12164
11804
|
"name": "Domain",
|
12165
|
-
"
|
11805
|
+
"output_required": true,
|
12166
11806
|
"type": "string",
|
12167
11807
|
"value_allowed_null": false
|
12168
11808
|
},
|
12169
11809
|
{
|
12170
11810
|
"disabled": false,
|
12171
11811
|
"document": "线路IP列表",
|
12172
|
-
"example": "",
|
11812
|
+
"example": "[1]",
|
12173
11813
|
"member": "IPLineInfo",
|
12174
11814
|
"name": "LineIPList",
|
12175
|
-
"
|
11815
|
+
"output_required": true,
|
12176
11816
|
"type": "list",
|
12177
11817
|
"value_allowed_null": false
|
12178
11818
|
},
|
12179
11819
|
{
|
12180
11820
|
"disabled": false,
|
12181
11821
|
"document": "调度方式,当前仅支持优先级的方式,取值[priority]",
|
12182
|
-
"example": "",
|
11822
|
+
"example": "priority",
|
12183
11823
|
"member": "string",
|
12184
11824
|
"name": "Method",
|
12185
|
-
"
|
11825
|
+
"output_required": true,
|
12186
11826
|
"type": "string",
|
12187
11827
|
"value_allowed_null": false
|
12188
11828
|
},
|
12189
11829
|
{
|
12190
11830
|
"disabled": false,
|
12191
11831
|
"document": "调度域名解析记录的TTL值",
|
12192
|
-
"example": "",
|
11832
|
+
"example": "1",
|
12193
11833
|
"member": "uint64",
|
12194
11834
|
"name": "TTL",
|
12195
|
-
"
|
11835
|
+
"output_required": true,
|
12196
11836
|
"type": "int",
|
12197
11837
|
"value_allowed_null": false
|
12198
11838
|
},
|
12199
11839
|
{
|
12200
11840
|
"disabled": false,
|
12201
11841
|
"document": "运行状态,取值[\n0:未运行\n1:运行中\n2:运行异常\n]",
|
12202
|
-
"example": "",
|
11842
|
+
"example": "1",
|
12203
11843
|
"member": "uint64",
|
12204
11844
|
"name": "Status",
|
12205
|
-
"
|
11845
|
+
"output_required": true,
|
12206
11846
|
"type": "int",
|
12207
11847
|
"value_allowed_null": false
|
12208
11848
|
},
|
12209
11849
|
{
|
12210
11850
|
"disabled": false,
|
12211
11851
|
"document": "创建时间",
|
12212
|
-
"example": "",
|
11852
|
+
"example": "2024.12.1",
|
12213
11853
|
"member": "datetime",
|
12214
11854
|
"name": "CreatedTime",
|
12215
|
-
"
|
11855
|
+
"output_required": true,
|
12216
11856
|
"type": "string",
|
12217
11857
|
"value_allowed_null": false
|
12218
11858
|
},
|
12219
11859
|
{
|
12220
11860
|
"disabled": false,
|
12221
11861
|
"document": "最后修改时间",
|
12222
|
-
"example": "",
|
11862
|
+
"example": "2024.12.2",
|
12223
11863
|
"member": "datetime",
|
12224
11864
|
"name": "ModifyTime",
|
12225
|
-
"
|
11865
|
+
"output_required": true,
|
12226
11866
|
"type": "string",
|
12227
11867
|
"value_allowed_null": false
|
12228
11868
|
},
|
12229
11869
|
{
|
12230
11870
|
"disabled": false,
|
12231
11871
|
"document": "域名名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
12232
|
-
"example": "",
|
11872
|
+
"example": "name",
|
12233
11873
|
"member": "string",
|
12234
11874
|
"name": "UsrDomainName",
|
12235
|
-
"
|
11875
|
+
"output_required": true,
|
12236
11876
|
"type": "string",
|
12237
11877
|
"value_allowed_null": true
|
12238
11878
|
}
|