tccli 3.0.1271.1__py2.py3-none-any.whl → 3.0.1273.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/asr/v20190614/api.json +1 -1
- tccli/services/batch/v20170312/api.json +61 -61
- tccli/services/ccc/v20200210/api.json +19 -19
- tccli/services/ccc/v20200210/examples.json +5 -5
- tccli/services/clb/clb_client.py +265 -0
- tccli/services/clb/v20180317/api.json +280 -0
- tccli/services/clb/v20180317/examples.json +40 -0
- tccli/services/cvm/v20170312/api.json +65 -65
- tccli/services/cwp/v20180228/api.json +4 -4
- tccli/services/dts/v20211206/api.json +1 -1
- tccli/services/emr/emr_client.py +57 -4
- tccli/services/emr/v20190103/api.json +111 -0
- tccli/services/emr/v20190103/examples.json +8 -0
- tccli/services/ess/v20201111/api.json +2 -2
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/live/v20180801/api.json +11 -0
- tccli/services/lkeap/v20240522/api.json +1 -1
- tccli/services/monitor/v20180724/api.json +1 -1
- tccli/services/rce/v20201103/api.json +248 -258
- tccli/services/rce/v20201103/examples.json +1 -1
- tccli/services/ssl/v20191205/api.json +38 -38
- tccli/services/ssl/v20191205/examples.json +3 -3
- tccli/services/tcr/v20190924/api.json +20 -20
- tccli/services/tione/v20211111/api.json +7 -7
- tccli/services/tione/v20211111/examples.json +5 -5
- tccli/services/trtc/v20190722/api.json +10 -1
- tccli/services/trtc/v20190722/examples.json +1 -1
- tccli/services/waf/v20180125/api.json +191 -36
- tccli/services/waf/v20180125/examples.json +3 -3
- tccli/services/weilingwith/v20230427/api.json +114 -114
- tccli/services/weilingwith/v20230427/examples.json +18 -18
- {tccli-3.0.1271.1.dist-info → tccli-3.0.1273.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1271.1.dist-info → tccli-3.0.1273.1.dist-info}/RECORD +37 -37
- {tccli-3.0.1271.1.dist-info → tccli-3.0.1273.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1271.1.dist-info → tccli-3.0.1273.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1271.1.dist-info → tccli-3.0.1273.1.dist-info}/license_files/LICENSE +0 -0
@@ -1,5 +1,21 @@
|
|
1
1
|
{
|
2
2
|
"actions": {
|
3
|
+
"AddCustomizedConfig": [
|
4
|
+
{
|
5
|
+
"document": "新增个性化配置",
|
6
|
+
"input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddCustomizedConfig\n<公共请求参数>\n\n{\n \"ConfigName\": \"test_xxxx\",\n \"ConfigType\": \"CLB\",\n \"ConfigContent\": \"test-xxxxxxxxxx\"\n}",
|
7
|
+
"output": "{\n \"Response\": {\n \"ConfigId\": \"pz-rnac4p7u\",\n \"RequestId\": \"83129908-a282-4f9f-8ab-131a3025ba11\"\n }\n}",
|
8
|
+
"title": "新增个性化配置"
|
9
|
+
}
|
10
|
+
],
|
11
|
+
"AssociateCustomizedConfig": [
|
12
|
+
{
|
13
|
+
"document": "关联配置",
|
14
|
+
"input": "https://clb.tencentcloudapi.com/?Action=AssociateCustomizedConfig\r\n&UconfigId=pz-asdfs\r\n&BindList.0.LoadBalancerId=asdfasdf\r\n&<公共请求参数>",
|
15
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"83129908-a282-4f9f-8ab-131a3025ba11\"\n }\n}",
|
16
|
+
"title": "关联配置"
|
17
|
+
}
|
18
|
+
],
|
3
19
|
"AssociateTargetGroups": [
|
4
20
|
{
|
5
21
|
"document": "",
|
@@ -154,6 +170,14 @@
|
|
154
170
|
"title": "创建主题。"
|
155
171
|
}
|
156
172
|
],
|
173
|
+
"DeleteCustomizedConfig": [
|
174
|
+
{
|
175
|
+
"document": "删除配置",
|
176
|
+
"input": "https://clb.tencentcloudapi.com/?Action=DeleteCustomizedConfig\r\n&UconfigIdList.0=pz-asdf\r\n&<公共请求参数>",
|
177
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"83129908-a282-4f9f-8ab-131a3025ba11\"\n }\n}",
|
178
|
+
"title": "删除配置"
|
179
|
+
}
|
180
|
+
],
|
157
181
|
"DeleteListener": [
|
158
182
|
{
|
159
183
|
"document": "",
|
@@ -528,6 +552,14 @@
|
|
528
552
|
"title": "查询异步任务状态"
|
529
553
|
}
|
530
554
|
],
|
555
|
+
"DisassociateCustomizedConfig": [
|
556
|
+
{
|
557
|
+
"document": "解绑配置",
|
558
|
+
"input": "https://clb.tencentcloudapi.com/?Action=DisassociateCustomizedConfig\r\n&UconfigId=pz-asdfs\r\n&BindList.0.LoadBalancerId=asdfasdf\r\n&<公共请求参数>",
|
559
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"83129908-a282-4f9f-8ab-131a3025ba11\"\n }\n}",
|
560
|
+
"title": "解绑配置"
|
561
|
+
}
|
562
|
+
],
|
531
563
|
"DisassociateTargetGroups": [
|
532
564
|
{
|
533
565
|
"document": "",
|
@@ -616,6 +648,14 @@
|
|
616
648
|
"title": "设置header,开启黑名单功能"
|
617
649
|
}
|
618
650
|
],
|
651
|
+
"ModifyCustomizedConfig": [
|
652
|
+
{
|
653
|
+
"document": "",
|
654
|
+
"input": "https://clb.tencentcloudapi.com/?Action=ModifyCustomizedConfig\n&ConfigName=testname\n&UconfigId=pz-sdf\n&ConfigContent=client_max_body_size 100M;\n&<公共请求参数>",
|
655
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"83129908-a282-4f9f-8ab-131a3025ba11\"\n }\n}",
|
656
|
+
"title": "更新配置"
|
657
|
+
}
|
658
|
+
],
|
619
659
|
"ModifyDomain": [
|
620
660
|
{
|
621
661
|
"document": "",
|
@@ -5107,36 +5107,36 @@
|
|
5107
5107
|
"members": [
|
5108
5108
|
{
|
5109
5109
|
"disabled": false,
|
5110
|
-
"document": "
|
5110
|
+
"document": "释放地址",
|
5111
5111
|
"example": "true",
|
5112
5112
|
"member": "bool",
|
5113
5113
|
"name": "ReleaseAddress",
|
5114
5114
|
"output_required": false,
|
5115
5115
|
"required": false,
|
5116
5116
|
"type": "bool",
|
5117
|
-
"value_allowed_null":
|
5117
|
+
"value_allowed_null": false
|
5118
5118
|
},
|
5119
5119
|
{
|
5120
5120
|
"disabled": false,
|
5121
|
-
"document": "不支持的网络类型,取值范围:<br><li>BASIC:基础网络</li><li>VPC1.0:私有网络VPC1.0</li
|
5121
|
+
"document": "不支持的网络类型,取值范围:<br><li>BASIC:基础网络</li><li>VPC1.0:私有网络VPC1.0</li>",
|
5122
5122
|
"example": "VPC1.0",
|
5123
5123
|
"member": "string",
|
5124
5124
|
"name": "UnsupportNetworks",
|
5125
5125
|
"output_required": false,
|
5126
5126
|
"required": false,
|
5127
5127
|
"type": "list",
|
5128
|
-
"value_allowed_null":
|
5128
|
+
"value_allowed_null": false
|
5129
5129
|
},
|
5130
5130
|
{
|
5131
5131
|
"disabled": false,
|
5132
|
-
"document": "HDD
|
5133
|
-
"example": "
|
5132
|
+
"document": "HDD本地存储属性",
|
5133
|
+
"example": "无",
|
5134
5134
|
"member": "StorageBlock",
|
5135
5135
|
"name": "StorageBlockAttr",
|
5136
5136
|
"output_required": false,
|
5137
5137
|
"required": false,
|
5138
5138
|
"type": "object",
|
5139
|
-
"value_allowed_null":
|
5139
|
+
"value_allowed_null": false
|
5140
5140
|
}
|
5141
5141
|
],
|
5142
5142
|
"usage": "both"
|
@@ -7209,25 +7209,25 @@
|
|
7209
7209
|
"members": [
|
7210
7210
|
{
|
7211
7211
|
"disabled": false,
|
7212
|
-
"document": "购买实例的时长,单位:月。取值范围:1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 24, 36, 48, 60
|
7212
|
+
"document": "购买实例的时长,单位:月。取值范围:1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 24, 36, 48, 60。",
|
7213
7213
|
"example": "1",
|
7214
7214
|
"member": "int64",
|
7215
7215
|
"name": "Period",
|
7216
7216
|
"output_required": true,
|
7217
7217
|
"required": true,
|
7218
7218
|
"type": "int",
|
7219
|
-
"value_allowed_null":
|
7219
|
+
"value_allowed_null": false
|
7220
7220
|
},
|
7221
7221
|
{
|
7222
7222
|
"disabled": false,
|
7223
|
-
"document": "自动续费标识。取值范围:<br><li>NOTIFY_AND_AUTO_RENEW:通知过期且自动续费</li><br><li>NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费</li><br><li>DISABLE_NOTIFY_AND_MANUAL_RENEW:不通知过期不自动续费</li><br><br>默认取值:NOTIFY_AND_MANUAL_RENEW。若该参数指定为NOTIFY_AND_AUTO_RENEW
|
7223
|
+
"document": "自动续费标识。取值范围:<br><li>NOTIFY_AND_AUTO_RENEW:通知过期且自动续费</li><br><li>NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费</li><br><li>DISABLE_NOTIFY_AND_MANUAL_RENEW:不通知过期不自动续费</li><br><br>默认取值:NOTIFY_AND_MANUAL_RENEW。若该参数指定为NOTIFY_AND_AUTO_RENEW,在账户余额充足的情况下,实例到期后将按月自动续费。",
|
7224
7224
|
"example": "DISABLE_NOTIFY_AND_MANUAL_RENEW",
|
7225
7225
|
"member": "string",
|
7226
7226
|
"name": "RenewFlag",
|
7227
7227
|
"output_required": true,
|
7228
7228
|
"required": false,
|
7229
7229
|
"type": "string",
|
7230
|
-
"value_allowed_null":
|
7230
|
+
"value_allowed_null": false
|
7231
7231
|
}
|
7232
7232
|
],
|
7233
7233
|
"usage": "both"
|
@@ -7515,13 +7515,13 @@
|
|
7515
7515
|
},
|
7516
7516
|
{
|
7517
7517
|
"disabled": false,
|
7518
|
-
"document": "
|
7518
|
+
"document": "扩展属性。",
|
7519
7519
|
"example": "无",
|
7520
7520
|
"member": "Externals",
|
7521
7521
|
"name": "Externals",
|
7522
7522
|
"output_required": true,
|
7523
7523
|
"type": "object",
|
7524
|
-
"value_allowed_null":
|
7524
|
+
"value_allowed_null": false
|
7525
7525
|
},
|
7526
7526
|
{
|
7527
7527
|
"disabled": false,
|
@@ -7595,13 +7595,13 @@
|
|
7595
7595
|
},
|
7596
7596
|
{
|
7597
7597
|
"disabled": false,
|
7598
|
-
"document": "
|
7598
|
+
"document": "售罄原因。",
|
7599
7599
|
"example": "ResourcesSoldOut.SpecifiedInstanceType",
|
7600
7600
|
"member": "string",
|
7601
7601
|
"name": "SoldOutReason",
|
7602
7602
|
"output_required": true,
|
7603
7603
|
"type": "string",
|
7604
|
-
"value_allowed_null":
|
7604
|
+
"value_allowed_null": false
|
7605
7605
|
},
|
7606
7606
|
{
|
7607
7607
|
"disabled": false,
|
@@ -7695,13 +7695,13 @@
|
|
7695
7695
|
},
|
7696
7696
|
{
|
7697
7697
|
"disabled": false,
|
7698
|
-
"document": "描述库存情况。取值范围:\n<li> EnoughStock:表示对应库存非常充足</li> \n<li>NormalStock:表示对应库存供应有保障</li>\n<li> UnderStock:表示对应库存即将售罄</li> \n<li>WithoutStock:表示对应库存已经售罄</li
|
7698
|
+
"document": "描述库存情况。取值范围:\n<li> EnoughStock:表示对应库存非常充足</li> \n<li>NormalStock:表示对应库存供应有保障</li>\n<li> UnderStock:表示对应库存即将售罄</li> \n<li>WithoutStock:表示对应库存已经售罄</li>",
|
7699
7699
|
"example": "EnoughStock",
|
7700
7700
|
"member": "string",
|
7701
7701
|
"name": "StatusCategory",
|
7702
7702
|
"output_required": true,
|
7703
7703
|
"type": "string",
|
7704
|
-
"value_allowed_null":
|
7704
|
+
"value_allowed_null": false
|
7705
7705
|
}
|
7706
7706
|
],
|
7707
7707
|
"usage": "out"
|
@@ -7825,193 +7825,193 @@
|
|
7825
7825
|
"members": [
|
7826
7826
|
{
|
7827
7827
|
"disabled": false,
|
7828
|
-
"document": "后续合计费用的原价,后付费模式使用,单位:元。<br><li>如返回了其他时间区间项,如UnitPriceSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)小时</li
|
7828
|
+
"document": "后续合计费用的原价,后付费模式使用,单位:元。<br><li>如返回了其他时间区间项,如UnitPriceSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)小时</li>",
|
7829
7829
|
"example": "35.5",
|
7830
7830
|
"member": "float",
|
7831
7831
|
"name": "UnitPrice",
|
7832
7832
|
"output_required": false,
|
7833
7833
|
"type": "float",
|
7834
|
-
"value_allowed_null":
|
7834
|
+
"value_allowed_null": false
|
7835
7835
|
},
|
7836
7836
|
{
|
7837
7837
|
"disabled": false,
|
7838
|
-
"document": "后续计价单元,后付费模式使用,可取值范围: <br><li>HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:实例按小时后付费(POSTPAID_BY_HOUR)、带宽按小时后付费(BANDWIDTH_POSTPAID_BY_HOUR):</li><li>GB:表示计价单元是按每GB来计算。当前涉及该计价单元的场景有:流量按小时后付费(TRAFFIC_POSTPAID_BY_HOUR)。</li
|
7838
|
+
"document": "后续计价单元,后付费模式使用,可取值范围: <br><li>HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:实例按小时后付费(POSTPAID_BY_HOUR)、带宽按小时后付费(BANDWIDTH_POSTPAID_BY_HOUR):</li><li>GB:表示计价单元是按每GB来计算。当前涉及该计价单元的场景有:流量按小时后付费(TRAFFIC_POSTPAID_BY_HOUR)。</li>",
|
7839
7839
|
"example": "HOUR",
|
7840
7840
|
"member": "string",
|
7841
7841
|
"name": "ChargeUnit",
|
7842
7842
|
"output_required": false,
|
7843
7843
|
"type": "string",
|
7844
|
-
"value_allowed_null":
|
7844
|
+
"value_allowed_null": false
|
7845
7845
|
},
|
7846
7846
|
{
|
7847
7847
|
"disabled": false,
|
7848
|
-
"document": "
|
7848
|
+
"document": "预支合计费用的原价,预付费模式使用,单位:元。",
|
7849
7849
|
"example": "35.5",
|
7850
7850
|
"member": "float",
|
7851
7851
|
"name": "OriginalPrice",
|
7852
7852
|
"output_required": false,
|
7853
7853
|
"type": "float",
|
7854
|
-
"value_allowed_null":
|
7854
|
+
"value_allowed_null": false
|
7855
7855
|
},
|
7856
7856
|
{
|
7857
7857
|
"disabled": false,
|
7858
|
-
"document": "
|
7858
|
+
"document": "预支合计费用的折扣价,预付费模式使用,单位:元。",
|
7859
7859
|
"example": "35.5",
|
7860
7860
|
"member": "float",
|
7861
7861
|
"name": "DiscountPrice",
|
7862
7862
|
"output_required": false,
|
7863
7863
|
"type": "float",
|
7864
|
-
"value_allowed_null":
|
7864
|
+
"value_allowed_null": false
|
7865
7865
|
},
|
7866
7866
|
{
|
7867
7867
|
"disabled": false,
|
7868
|
-
"document": "折扣,如20.0代表2
|
7868
|
+
"document": "折扣,如20.0代表2折。",
|
7869
7869
|
"example": "20.0",
|
7870
7870
|
"member": "float",
|
7871
7871
|
"name": "Discount",
|
7872
7872
|
"output_required": false,
|
7873
7873
|
"type": "float",
|
7874
|
-
"value_allowed_null":
|
7874
|
+
"value_allowed_null": false
|
7875
7875
|
},
|
7876
7876
|
{
|
7877
7877
|
"disabled": false,
|
7878
|
-
"document": "后续合计费用的折扣价,后付费模式使用,单位:元<br><li>如返回了其他时间区间项,如UnitPriceDiscountSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)小时</li
|
7878
|
+
"document": "后续合计费用的折扣价,后付费模式使用,单位:元<br><li>如返回了其他时间区间项,如UnitPriceDiscountSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)小时</li>",
|
7879
7879
|
"example": "35.5",
|
7880
7880
|
"member": "float",
|
7881
7881
|
"name": "UnitPriceDiscount",
|
7882
7882
|
"output_required": false,
|
7883
7883
|
"type": "float",
|
7884
|
-
"value_allowed_null":
|
7884
|
+
"value_allowed_null": false
|
7885
7885
|
},
|
7886
7886
|
{
|
7887
7887
|
"disabled": false,
|
7888
|
-
"document": "使用时间区间在(96, 360)
|
7888
|
+
"document": "使用时间区间在(96, 360)小时的后续合计费用的原价,后付费模式使用,单位:元。",
|
7889
7889
|
"example": "35.5",
|
7890
7890
|
"member": "float",
|
7891
7891
|
"name": "UnitPriceSecondStep",
|
7892
7892
|
"output_required": false,
|
7893
7893
|
"type": "float",
|
7894
|
-
"value_allowed_null":
|
7894
|
+
"value_allowed_null": false
|
7895
7895
|
},
|
7896
7896
|
{
|
7897
7897
|
"disabled": false,
|
7898
|
-
"document": "使用时间区间在(96, 360)
|
7898
|
+
"document": "使用时间区间在(96, 360)小时的后续合计费用的折扣价,后付费模式使用,单位:元",
|
7899
7899
|
"example": "35.5",
|
7900
7900
|
"member": "float",
|
7901
7901
|
"name": "UnitPriceDiscountSecondStep",
|
7902
7902
|
"output_required": false,
|
7903
7903
|
"type": "float",
|
7904
|
-
"value_allowed_null":
|
7904
|
+
"value_allowed_null": false
|
7905
7905
|
},
|
7906
7906
|
{
|
7907
7907
|
"disabled": false,
|
7908
|
-
"document": "使用时间区间在(360, ∞)
|
7908
|
+
"document": "使用时间区间在(360, ∞)小时的后续合计费用的原价,后付费模式使用,单位:元。",
|
7909
7909
|
"example": "35.5",
|
7910
7910
|
"member": "float",
|
7911
7911
|
"name": "UnitPriceThirdStep",
|
7912
7912
|
"output_required": false,
|
7913
7913
|
"type": "float",
|
7914
|
-
"value_allowed_null":
|
7914
|
+
"value_allowed_null": false
|
7915
7915
|
},
|
7916
7916
|
{
|
7917
7917
|
"disabled": false,
|
7918
|
-
"document": "使用时间区间在(360, ∞)
|
7918
|
+
"document": "使用时间区间在(360, ∞)小时的后续合计费用的折扣价,后付费模式使用,单位:元",
|
7919
7919
|
"example": "35.5",
|
7920
7920
|
"member": "float",
|
7921
7921
|
"name": "UnitPriceDiscountThirdStep",
|
7922
7922
|
"output_required": false,
|
7923
7923
|
"type": "float",
|
7924
|
-
"value_allowed_null":
|
7924
|
+
"value_allowed_null": false
|
7925
7925
|
},
|
7926
7926
|
{
|
7927
7927
|
"disabled": false,
|
7928
|
-
"document": "预支三年合计费用的原价,预付费模式使用,单位:元。\n注意:此字段可能返回 null
|
7928
|
+
"document": "预支三年合计费用的原价,预付费模式使用,单位:元。\n注意:此字段可能返回 null,表示取不到有效值。",
|
7929
7929
|
"example": "35.5",
|
7930
7930
|
"member": "float",
|
7931
7931
|
"name": "OriginalPriceThreeYear",
|
7932
7932
|
"output_required": false,
|
7933
7933
|
"type": "float",
|
7934
|
-
"value_allowed_null":
|
7934
|
+
"value_allowed_null": false
|
7935
7935
|
},
|
7936
7936
|
{
|
7937
7937
|
"disabled": false,
|
7938
|
-
"document": "预支三年合计费用的折扣价,预付费模式使用,单位:元。\n注意:此字段可能返回 null
|
7938
|
+
"document": "预支三年合计费用的折扣价,预付费模式使用,单位:元。\n注意:此字段可能返回 null,表示取不到有效值。",
|
7939
7939
|
"example": "35.5",
|
7940
7940
|
"member": "float",
|
7941
7941
|
"name": "DiscountPriceThreeYear",
|
7942
7942
|
"output_required": false,
|
7943
7943
|
"type": "float",
|
7944
|
-
"value_allowed_null":
|
7944
|
+
"value_allowed_null": false
|
7945
7945
|
},
|
7946
7946
|
{
|
7947
7947
|
"disabled": false,
|
7948
|
-
"document": "预支三年应用的折扣,如20.0代表2折。\n注意:此字段可能返回 null
|
7948
|
+
"document": "预支三年应用的折扣,如20.0代表2折。\n注意:此字段可能返回 null,表示取不到有效值。",
|
7949
7949
|
"example": "35.5",
|
7950
7950
|
"member": "float",
|
7951
7951
|
"name": "DiscountThreeYear",
|
7952
7952
|
"output_required": false,
|
7953
7953
|
"type": "float",
|
7954
|
-
"value_allowed_null":
|
7954
|
+
"value_allowed_null": false
|
7955
7955
|
},
|
7956
7956
|
{
|
7957
7957
|
"disabled": false,
|
7958
|
-
"document": "预支五年合计费用的原价,预付费模式使用,单位:元。\n注意:此字段可能返回 null
|
7958
|
+
"document": "预支五年合计费用的原价,预付费模式使用,单位:元。\n注意:此字段可能返回 null,表示取不到有效值。",
|
7959
7959
|
"example": "35.5",
|
7960
7960
|
"member": "float",
|
7961
7961
|
"name": "OriginalPriceFiveYear",
|
7962
7962
|
"output_required": false,
|
7963
7963
|
"type": "float",
|
7964
|
-
"value_allowed_null":
|
7964
|
+
"value_allowed_null": false
|
7965
7965
|
},
|
7966
7966
|
{
|
7967
7967
|
"disabled": false,
|
7968
|
-
"document": "预支五年合计费用的折扣价,预付费模式使用,单位:元。\n注意:此字段可能返回 null
|
7968
|
+
"document": "预支五年合计费用的折扣价,预付费模式使用,单位:元。\n注意:此字段可能返回 null,表示取不到有效值。",
|
7969
7969
|
"example": "35.5",
|
7970
7970
|
"member": "float",
|
7971
7971
|
"name": "DiscountPriceFiveYear",
|
7972
7972
|
"output_required": false,
|
7973
7973
|
"type": "float",
|
7974
|
-
"value_allowed_null":
|
7974
|
+
"value_allowed_null": false
|
7975
7975
|
},
|
7976
7976
|
{
|
7977
7977
|
"disabled": false,
|
7978
|
-
"document": "预支五年应用的折扣,如20.0代表2折。\n注意:此字段可能返回 null
|
7978
|
+
"document": "预支五年应用的折扣,如20.0代表2折。\n注意:此字段可能返回 null,表示取不到有效值。",
|
7979
7979
|
"example": "35.5",
|
7980
7980
|
"member": "float",
|
7981
7981
|
"name": "DiscountFiveYear",
|
7982
7982
|
"output_required": false,
|
7983
7983
|
"type": "float",
|
7984
|
-
"value_allowed_null":
|
7984
|
+
"value_allowed_null": false
|
7985
7985
|
},
|
7986
7986
|
{
|
7987
7987
|
"disabled": false,
|
7988
|
-
"document": "预支一年合计费用的原价,预付费模式使用,单位:元。\n注意:此字段可能返回 null
|
7988
|
+
"document": "预支一年合计费用的原价,预付费模式使用,单位:元。\n注意:此字段可能返回 null,表示取不到有效值。",
|
7989
7989
|
"example": "35.5",
|
7990
7990
|
"member": "float",
|
7991
7991
|
"name": "OriginalPriceOneYear",
|
7992
7992
|
"output_required": false,
|
7993
7993
|
"type": "float",
|
7994
|
-
"value_allowed_null":
|
7994
|
+
"value_allowed_null": false
|
7995
7995
|
},
|
7996
7996
|
{
|
7997
7997
|
"disabled": false,
|
7998
|
-
"document": "预支一年合计费用的折扣价,预付费模式使用,单位:元。\n注意:此字段可能返回 null
|
7998
|
+
"document": "预支一年合计费用的折扣价,预付费模式使用,单位:元。\n注意:此字段可能返回 null,表示取不到有效值。",
|
7999
7999
|
"example": "35.5",
|
8000
8000
|
"member": "float",
|
8001
8001
|
"name": "DiscountPriceOneYear",
|
8002
8002
|
"output_required": false,
|
8003
8003
|
"type": "float",
|
8004
|
-
"value_allowed_null":
|
8004
|
+
"value_allowed_null": false
|
8005
8005
|
},
|
8006
8006
|
{
|
8007
8007
|
"disabled": false,
|
8008
|
-
"document": "预支一年应用的折扣,如20.0代表2折。\n注意:此字段可能返回 null
|
8008
|
+
"document": "预支一年应用的折扣,如20.0代表2折。\n注意:此字段可能返回 null,表示取不到有效值。",
|
8009
8009
|
"example": "20.0",
|
8010
8010
|
"member": "float",
|
8011
8011
|
"name": "DiscountOneYear",
|
8012
8012
|
"output_required": false,
|
8013
8013
|
"type": "float",
|
8014
|
-
"value_allowed_null":
|
8014
|
+
"value_allowed_null": false
|
8015
8015
|
}
|
8016
8016
|
],
|
8017
8017
|
"usage": "out"
|
@@ -11113,36 +11113,36 @@
|
|
11113
11113
|
"members": [
|
11114
11114
|
{
|
11115
11115
|
"disabled": false,
|
11116
|
-
"document": "HDD本地存储类型,值为:LOCAL_PRO
|
11116
|
+
"document": "HDD本地存储类型,值为:LOCAL_PRO.",
|
11117
11117
|
"example": "LOCAL_PRO",
|
11118
11118
|
"member": "string",
|
11119
11119
|
"name": "Type",
|
11120
11120
|
"output_required": true,
|
11121
11121
|
"required": false,
|
11122
11122
|
"type": "string",
|
11123
|
-
"value_allowed_null":
|
11123
|
+
"value_allowed_null": false
|
11124
11124
|
},
|
11125
11125
|
{
|
11126
11126
|
"disabled": false,
|
11127
|
-
"document": "HDD
|
11127
|
+
"document": "HDD本地存储的最小容量",
|
11128
11128
|
"example": "100",
|
11129
11129
|
"member": "int64",
|
11130
11130
|
"name": "MinSize",
|
11131
11131
|
"output_required": true,
|
11132
11132
|
"required": false,
|
11133
11133
|
"type": "int",
|
11134
|
-
"value_allowed_null":
|
11134
|
+
"value_allowed_null": false
|
11135
11135
|
},
|
11136
11136
|
{
|
11137
11137
|
"disabled": false,
|
11138
|
-
"document": "HDD
|
11138
|
+
"document": "HDD本地存储的最大容量",
|
11139
11139
|
"example": "200",
|
11140
11140
|
"member": "int64",
|
11141
11141
|
"name": "MaxSize",
|
11142
11142
|
"output_required": true,
|
11143
11143
|
"required": false,
|
11144
11144
|
"type": "int",
|
11145
|
-
"value_allowed_null":
|
11145
|
+
"value_allowed_null": false
|
11146
11146
|
}
|
11147
11147
|
],
|
11148
11148
|
"usage": "both"
|
@@ -11302,25 +11302,25 @@
|
|
11302
11302
|
},
|
11303
11303
|
{
|
11304
11304
|
"disabled": false,
|
11305
|
-
"document": "所属的独享集群ID
|
11305
|
+
"document": "所属的独享集群ID。",
|
11306
11306
|
"example": "cdc-xxxxxx",
|
11307
11307
|
"member": "string",
|
11308
11308
|
"name": "CdcId",
|
11309
11309
|
"output_required": false,
|
11310
11310
|
"required": false,
|
11311
11311
|
"type": "string",
|
11312
|
-
"value_allowed_null":
|
11312
|
+
"value_allowed_null": false
|
11313
11313
|
},
|
11314
11314
|
{
|
11315
11315
|
"disabled": false,
|
11316
|
-
"document": "磁盘名称,长度不超过128 个字符。\n\n
|
11316
|
+
"document": "磁盘名称,长度不超过128 个字符。\n\n该参数正在邀测中,暂未开放使用。",
|
11317
11317
|
"example": "name",
|
11318
11318
|
"member": "string",
|
11319
11319
|
"name": "DiskName",
|
11320
11320
|
"output_required": false,
|
11321
11321
|
"required": false,
|
11322
11322
|
"type": "string",
|
11323
|
-
"value_allowed_null":
|
11323
|
+
"value_allowed_null": false
|
11324
11324
|
}
|
11325
11325
|
],
|
11326
11326
|
"usage": "both"
|
@@ -21816,7 +21816,7 @@
|
|
21816
21816
|
},
|
21817
21817
|
{
|
21818
21818
|
"disabled": false,
|
21819
|
-
"document": "
|
21819
|
+
"document": "过滤条件 <li>StrategyId- Uint64 - 基线策略id</li> <li>Status - Uint64 - 处理状态 1-已通过 0-未通过</li> <li>Level - Uint64 - 威胁等级 1-低危 2-中危 3-高危 4-严重</li> <li>BaselineName - String - 基线名称</li> <li>Quuid- String - 主机quuid</li> <li>Uuid- String - 主机uuid</li>",
|
21820
21820
|
"example": "[{\"Name\": \"Strate****\", \"Values\": [null]}]",
|
21821
21821
|
"member": "Filters",
|
21822
21822
|
"name": "Filters",
|
@@ -21832,7 +21832,7 @@
|
|
21832
21832
|
{
|
21833
21833
|
"disabled": false,
|
21834
21834
|
"document": "基线信息列表",
|
21835
|
-
"example": "
|
21835
|
+
"example": "无",
|
21836
21836
|
"member": "BaselineInfo",
|
21837
21837
|
"name": "BaselineList",
|
21838
21838
|
"output_required": true,
|
@@ -35109,7 +35109,7 @@
|
|
35109
35109
|
},
|
35110
35110
|
{
|
35111
35111
|
"disabled": false,
|
35112
|
-
"document": "
|
35112
|
+
"document": "过滤条件。<li>Status - String - 是否必填:否 - 处理状态 0-待处理 1-已加白 2-已删除 3-已修复 5-检测中 6-修复中 8-修复失败</li><li>ModifyTime - String - 是否必填:否 - 最近发生时间</li><li>Uuid- String - 是否必填:否 - 主机uuid查询</li><li>VulName- string -</li><li>VulCategory- string - 是否必填:否 - 漏洞类别 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞</li><li>IsSupportDefense - int- 是否必填:否 - 是否支持防御 0:不支持 1:支持</li><li>Labels- string- 是否必填:否 - 标签搜索</li><li>IsSupportAutoFix- string- 是否必填:否 - 是否支持自动修复 0:不支持 1:支持</li><li>CvssScore- string- 是否必填:否 - CvssScore大于多少</li><li>AttackLevel- string- 是否必填:否 - 攻击热度大于多少</li>",
|
35113
35113
|
"example": "[{\"ExactMatch\": true, \"Name\": \"VulCate****\", \"Values\": [null]}]",
|
35114
35114
|
"member": "Filters",
|
35115
35115
|
"name": "Filters",
|
@@ -35143,7 +35143,7 @@
|
|
35143
35143
|
{
|
35144
35144
|
"disabled": false,
|
35145
35145
|
"document": "漏洞列表",
|
35146
|
-
"example": "
|
35146
|
+
"example": "无",
|
35147
35147
|
"member": "VulInfoList",
|
35148
35148
|
"name": "VulInfoList",
|
35149
35149
|
"output_required": true,
|
@@ -947,7 +947,7 @@
|
|
947
947
|
},
|
948
948
|
{
|
949
949
|
"disabled": false,
|
950
|
-
"document": "
|
950
|
+
"document": "高级对象类型,目前只支持mongodb链路。如account(账号),index(索引),shardkey(片键,后面可能会调整),schema(库表结构)\n注意:此字段可能返回 null,表示取不到有效值。",
|
951
951
|
"example": "account",
|
952
952
|
"member": "string",
|
953
953
|
"name": "AdvancedObjects",
|