tccli 3.0.1272.1__py2.py3-none-any.whl → 3.0.1274.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/batch/v20170312/api.json +57 -57
- tccli/services/captcha/v20190722/api.json +116 -116
- tccli/services/captcha/v20190722/examples.json +1 -1
- tccli/services/ccc/v20200210/api.json +3 -3
- tccli/services/cdwch/v20200915/api.json +61 -11
- tccli/services/clb/clb_client.py +265 -0
- tccli/services/clb/v20180317/api.json +289 -0
- tccli/services/clb/v20180317/examples.json +40 -0
- tccli/services/cvm/v20170312/api.json +57 -57
- tccli/services/cwp/v20180228/api.json +4 -4
- tccli/services/dlc/v20210125/examples.json +1 -1
- tccli/services/dts/v20211206/api.json +1 -1
- tccli/services/faceid/v20180301/api.json +11 -11
- tccli/services/faceid/v20180301/examples.json +8 -2
- tccli/services/hunyuan/v20230901/api.json +2 -2
- tccli/services/lke/v20231130/api.json +73 -2
- tccli/services/lke/v20231130/examples.json +1 -1
- tccli/services/lkeap/v20240522/api.json +3 -3
- tccli/services/lowcode/lowcode_client.py +477 -0
- tccli/services/lowcode/v20210108/api.json +1764 -155
- tccli/services/lowcode/v20210108/examples.json +75 -9
- tccli/services/monitor/monitor_client.py +53 -0
- tccli/services/monitor/v20180724/api.json +189 -1
- tccli/services/monitor/v20180724/examples.json +8 -0
- tccli/services/rce/v20201103/api.json +103 -103
- tccli/services/redis/v20180412/api.json +110 -110
- tccli/services/ssl/v20191205/api.json +46 -46
- tccli/services/ssl/v20191205/examples.json +3 -3
- tccli/services/tcr/v20190924/api.json +20 -20
- tccli/services/tdid/v20210519/api.json +95 -26
- tccli/services/tdid/v20210519/examples.json +15 -3
- tccli/services/tione/v20211111/api.json +3 -3
- tccli/services/tione/v20211111/examples.json +4 -4
- tccli/services/tsf/v20180326/api.json +88 -88
- tccli/services/tsf/v20180326/examples.json +2 -2
- tccli/services/waf/v20180125/api.json +1 -1
- tccli/services/weilingwith/v20230427/api.json +115 -115
- tccli/services/weilingwith/v20230427/examples.json +21 -21
- {tccli-3.0.1272.1.dist-info → tccli-3.0.1274.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1272.1.dist-info → tccli-3.0.1274.1.dist-info}/RECORD +44 -44
- {tccli-3.0.1272.1.dist-info → tccli-3.0.1274.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1272.1.dist-info → tccli-3.0.1274.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1272.1.dist-info → tccli-3.0.1274.1.dist-info}/license_files/LICENSE +0 -0
@@ -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"
|
@@ -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"
|
@@ -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,
|
@@ -482,7 +482,7 @@
|
|
482
482
|
{
|
483
483
|
"document": "本接口用于获取独享集群大版本镜像列表",
|
484
484
|
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDataEngineImageVersions\n<公共请求参数>\n\n{\n \"EngineType\": \"SQL\",\n \"Sort\": \"InsertTime\",\n \"Asc\": false\n}",
|
485
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"b8sd7dd7-ekd4-4e5e-993e-e5db64fa21c1\",\n \"Total\": 1,\n \"ImageParentVersions\": [\n {\n \"UpdateTime\": \"2020-01-01:00:00:00\",\n \"Description\": \"
|
485
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"b8sd7dd7-ekd4-4e5e-993e-e5db64fa21c1\",\n \"Total\": 1,\n \"ImageParentVersions\": [\n {\n \"UpdateTime\": \"2020-01-01:00:00:00\",\n \"Description\": \"SparkSQL大版本镜像\",\n \"IsSharedEngine\": 1,\n \"ImageVersionId\": \"d3018ad4-9a7e-4f64-a3f4-f38507c69742\",\n \"IsPublic\": 1,\n \"State\": 1,\n \"InsertTime\": \"2020-01-01:00:00:00\",\n \"ImageVersion\": \"SuperSQL\",\n \"EngineType\": \"SparkSQL\"\n }\n ]\n }\n}",
|
486
486
|
"title": "获取独享集群大版本镜像列表"
|
487
487
|
}
|
488
488
|
],
|
@@ -947,7 +947,7 @@
|
|
947
947
|
},
|
948
948
|
{
|
949
949
|
"disabled": false,
|
950
|
-
"document": "
|
950
|
+
"document": "高级对象类型,目前只支持mongodb链路。如index(索引),shardkey(片键),schema(库表)\n注意:此字段可能返回 null,表示取不到有效值。",
|
951
951
|
"example": "account",
|
952
952
|
"member": "string",
|
953
953
|
"name": "AdvancedObjects",
|
@@ -3159,8 +3159,8 @@
|
|
3159
3159
|
"members": [
|
3160
3160
|
{
|
3161
3161
|
"disabled": false,
|
3162
|
-
"document": "拉取的日期(YYYY-MM-DD
|
3163
|
-
"example": "
|
3162
|
+
"document": "拉取的日期(YYYY-MM-DD)。\n- 最大可追溯到365天前。\n- 当天6点后才能拉取前一天的数据。",
|
3163
|
+
"example": "2023-03-01",
|
3164
3164
|
"member": "date",
|
3165
3165
|
"name": "Date",
|
3166
3166
|
"required": true,
|
@@ -3168,7 +3168,7 @@
|
|
3168
3168
|
},
|
3169
3169
|
{
|
3170
3170
|
"disabled": false,
|
3171
|
-
"document": "
|
3171
|
+
"document": "游标。\n- 用于分页。\n- 取第一页时传0,取后续页面时,传入本接口响应中返回的NextCursor字段的值。",
|
3172
3172
|
"example": "1",
|
3173
3173
|
"member": "uint64",
|
3174
3174
|
"name": "Cursor",
|
@@ -3177,8 +3177,8 @@
|
|
3177
3177
|
},
|
3178
3178
|
{
|
3179
3179
|
"disabled": false,
|
3180
|
-
"document": "需要拉取账单详情业务对应的RuleId
|
3181
|
-
"example": "
|
3180
|
+
"document": "需要拉取账单详情业务对应的RuleId。\n- 不传会返回所有RuleId数据。\n- 默认为空字符串。",
|
3181
|
+
"example": "12",
|
3182
3182
|
"member": "string",
|
3183
3183
|
"name": "RuleId",
|
3184
3184
|
"required": false,
|
@@ -3192,31 +3192,31 @@
|
|
3192
3192
|
"members": [
|
3193
3193
|
{
|
3194
3194
|
"disabled": false,
|
3195
|
-
"document": "
|
3195
|
+
"document": "是否还有下一页。\n- 该字段为true时,需要将NextCursor的值作为入参Cursor继续调用本接口。",
|
3196
3196
|
"example": "false",
|
3197
3197
|
"member": "bool",
|
3198
3198
|
"name": "HasNextPage",
|
3199
|
-
"
|
3199
|
+
"output_required": true,
|
3200
3200
|
"type": "bool",
|
3201
3201
|
"value_allowed_null": false
|
3202
3202
|
},
|
3203
3203
|
{
|
3204
3204
|
"disabled": false,
|
3205
|
-
"document": "
|
3205
|
+
"document": "下一页的游标,用于分页。",
|
3206
3206
|
"example": "1",
|
3207
3207
|
"member": "uint64",
|
3208
3208
|
"name": "NextCursor",
|
3209
|
-
"
|
3209
|
+
"output_required": true,
|
3210
3210
|
"type": "int",
|
3211
3211
|
"value_allowed_null": false
|
3212
3212
|
},
|
3213
3213
|
{
|
3214
3214
|
"disabled": false,
|
3215
|
-
"document": "
|
3215
|
+
"document": "数据。",
|
3216
3216
|
"example": "无",
|
3217
3217
|
"member": "WeChatBillDetail",
|
3218
3218
|
"name": "WeChatBillDetails",
|
3219
|
-
"
|
3219
|
+
"output_required": true,
|
3220
3220
|
"type": "list",
|
3221
3221
|
"value_allowed_null": false
|
3222
3222
|
},
|
@@ -292,14 +292,20 @@
|
|
292
292
|
{
|
293
293
|
"document": "获取第一页数据时,Cursor值传0。当HasNextPage的值为true时,继续调用接口。",
|
294
294
|
"input": "POST / HTTP/1.1\nHost: faceid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetWeChatBillDetails\n<公共请求参数>\n\n{\n \"Date\": \"2020-09-22\",\n \"Cursor\": 0,\n \"RuleId\": \"2\"\n}",
|
295
|
-
"output": "{\n \"Response\": {\n \"NextCursor\": 1873,\n \"WeChatBillDetails\": [\n {\n \"ChargeCount\": 1,\n \"ChargeDetails\": [\n {\n \"ErrorMessage\": \"成功\",\n \"Name\": \"
|
295
|
+
"output": "{\n \"Response\": {\n \"NextCursor\": 1873,\n \"WeChatBillDetails\": [\n {\n \"ChargeCount\": 1,\n \"ChargeDetails\": [\n {\n \"ErrorMessage\": \"成功\",\n \"Name\": \"韦小宝\",\n \"Seq\": \"e594dc57-9ee3-409b-a8e4-7b46945887c3\",\n \"IdCard\": \"11204416541220243X\",\n \"ErrorCode\": \"0\",\n \"IsNeedCharge\": true,\n \"ChargeType\": \"核身\",\n \"ReqTime\": \"1638781186273\",\n \"Sim\": \"100.00\"\n }\n ],\n \"BizToken\": \"3DCE6611F1A-0F1E-455BD-BE13-34C05CEA7681\",\n \"RuleId\": \"96\"\n }\n ],\n \"HasNextPage\": true,\n \"RequestId\": \"fdce508f-0813-4229-8a2e-439b851ec99f\"\n }\n}",
|
296
296
|
"title": "获取第一页数据"
|
297
297
|
},
|
298
298
|
{
|
299
299
|
"document": "获取后续页面数据时,将上一页返回的NextCursor值作为入参传入。当HasNextPage的值为false的时候,即可停止调用接口。",
|
300
300
|
"input": "POST / HTTP/1.1\nHost: faceid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetWeChatBillDetails\n<公共请求参数>\n\n{\n \"Date\": \"2020-09-22\",\n \"Cursor\": 1873,\n \"RuleId\": \"2\"\n}",
|
301
|
-
"output": "{\n \"Response\": {\n \"NextCursor\": 28888,\n \"WeChatBillDetails\": [\n {\n \"ChargeCount\": 1,\n \"ChargeDetails\": [\n {\n \"ErrorMessage\": \"成功\",\n \"Name\": \"
|
301
|
+
"output": "{\n \"Response\": {\n \"NextCursor\": 28888,\n \"WeChatBillDetails\": [\n {\n \"ChargeCount\": 1,\n \"ChargeDetails\": [\n {\n \"ErrorMessage\": \"成功\",\n \"Name\": \"韦小宝\",\n \"Seq\": \"e594dc357-9ee3-409b-a8e4-7b469458827c3\",\n \"IdCard\": \"11204416541220243X\",\n \"ErrorCode\": \"0\",\n \"IsNeedCharge\": true,\n \"ChargeType\": \"核身\",\n \"ReqTime\": \"1638781186273\",\n \"Sim\": \"100.00\"\n }\n ],\n \"BizToken\": \"FFE6212B2-8DC2-4D03-BC1D-29C5054A221F9\",\n \"RuleId\": \"96\"\n }\n ],\n \"HasNextPage\": false,\n \"RequestId\": \"a87bb0ee-e95b-415be-b562-117944c4ceb1\"\n }\n}",
|
302
302
|
"title": "获取后续页面数据"
|
303
|
+
},
|
304
|
+
{
|
305
|
+
"document": "获取后续页面数据,输入不存在的RuleId。",
|
306
|
+
"input": "POST / HTTP/1.1\nHost: faceid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetWeChatBillDetails\n<公共请求参数>\n\n{\n \"Date\": \"2020-09-22\",\n \"Cursor\": 1873,\n \"RuleId\": \"23\"\n}",
|
307
|
+
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"InvalidParameterValue.RuleIdNotExist\",\n \"Message\": \"RuleId不存在,请到人脸核身控制台申请。\"\n },\n \"RequestId\": \"c5f6c7e4-2b4e-4a77-acc5-d111fffe8302\"\n }\n}",
|
308
|
+
"title": "获取后续页面数据异常示例"
|
303
309
|
}
|
304
310
|
],
|
305
311
|
"IdCardOCRVerification": [
|
@@ -173,8 +173,8 @@
|
|
173
173
|
"members": [
|
174
174
|
{
|
175
175
|
"disabled": false,
|
176
|
-
"document": "模型名称,可选值包括 hunyuan-lite、hunyuan-standard、hunyuan-standard-256K、hunyuan-code、hunyuan-role、hunyuan-functioncall、hunyuan-vision、hunyuan-turbo、hunyuan-turbo-latest、hunyuan-turbo-20241223、hunyuan-turbo-20241120、hunyuan-large、hunyuan-large-longcontext、hunyuan-turbo-vision、hunyuan-standard-vision、hunyuan-lite-vision
|
177
|
-
"example": "hunyuan-
|
176
|
+
"document": "模型名称,可选值包括 hunyuan-lite、hunyuan-standard、hunyuan-standard-256K、hunyuan-code、hunyuan-role、hunyuan-functioncall、hunyuan-vision、hunyuan-turbo、hunyuan-turbo-latest、hunyuan-turbo-20241223、hunyuan-turbo-20241120、hunyuan-large、hunyuan-large-longcontext、hunyuan-turbo-vision、hunyuan-standard-vision、hunyuan-lite-vision、hunyuan-turbos-20250226、hunyuan-turbos-latest。各模型介绍请阅读 [产品概述](https://cloud.tencent.com/document/product/1729/104753) 中的说明。注意:不同的模型计费不同,请根据 [购买指南](https://cloud.tencent.com/document/product/1729/97731) 按需调用。",
|
177
|
+
"example": "hunyuan-turbos-20250226",
|
178
178
|
"member": "string",
|
179
179
|
"name": "Model",
|
180
180
|
"required": true,
|