tccli 3.0.1304.1__py2.py3-none-any.whl → 3.0.1306.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/aiart/v20221229/api.json +39 -39
- tccli/services/aiart/v20221229/examples.json +11 -11
- tccli/services/ams/v20201229/api.json +28 -34
- tccli/services/ams/v20201229/examples.json +2 -8
- tccli/services/autoscaling/v20180419/api.json +57 -57
- tccli/services/autoscaling/v20180419/examples.json +6 -6
- tccli/services/bi/v20220105/api.json +9 -0
- tccli/services/bi/v20220105/examples.json +1 -1
- tccli/services/cbs/v20170312/api.json +49 -38
- tccli/services/ccc/v20200210/api.json +10 -0
- tccli/services/cdb/v20170320/api.json +9 -9
- tccli/services/cdb/v20170320/examples.json +2 -2
- tccli/services/cdn/v20180606/api.json +61 -58
- tccli/services/cdn/v20180606/examples.json +8 -8
- tccli/services/cfs/v20190719/api.json +12 -2
- tccli/services/cfs/v20190719/examples.json +2 -2
- tccli/services/cfw/cfw_client.py +53 -0
- tccli/services/cfw/v20190904/api.json +539 -0
- tccli/services/cfw/v20190904/examples.json +8 -0
- tccli/services/chc/v20230418/api.json +10 -0
- tccli/services/ckafka/ckafka_client.py +53 -0
- tccli/services/ckafka/v20190819/api.json +242 -8
- tccli/services/ckafka/v20190819/examples.json +8 -0
- tccli/services/clb/v20180317/api.json +8 -8
- tccli/services/cvm/v20170312/api.json +129 -20
- tccli/services/cvm/v20170312/examples.json +1 -1
- tccli/services/cynosdb/v20190107/api.json +9 -9
- tccli/services/dbbrain/v20191016/api.json +11 -10
- tccli/services/dbbrain/v20191016/examples.json +1 -1
- tccli/services/dbbrain/v20210527/api.json +1 -1
- tccli/services/dc/v20180410/api.json +16 -6
- tccli/services/dc/v20180410/examples.json +4 -4
- tccli/services/domain/v20180808/api.json +162 -162
- tccli/services/domain/v20180808/examples.json +34 -34
- tccli/services/drm/v20181115/api.json +52 -65
- tccli/services/drm/v20181115/examples.json +1 -1
- tccli/services/dsgc/v20190723/api.json +10 -0
- tccli/services/dts/v20211206/api.json +0 -9
- tccli/services/dts/v20211206/examples.json +1 -1
- tccli/services/ecdn/v20191012/api.json +12 -12
- tccli/services/emr/v20190103/api.json +10 -0
- tccli/services/gs/gs_client.py +53 -0
- tccli/services/gs/v20191118/api.json +75 -3
- tccli/services/gs/v20191118/examples.json +15 -7
- tccli/services/gwlb/v20240906/api.json +28 -28
- tccli/services/hai/hai_client.py +53 -0
- tccli/services/hai/v20230812/api.json +62 -0
- tccli/services/hai/v20230812/examples.json +8 -0
- tccli/services/hunyuan/v20230901/api.json +4 -4
- tccli/services/ims/v20201229/api.json +14 -5
- tccli/services/ims/v20201229/examples.json +2 -2
- tccli/services/ioa/v20220601/api.json +13 -2
- tccli/services/iotexplorer/v20190423/api.json +62 -3
- tccli/services/iotexplorer/v20190423/examples.json +1 -1
- tccli/services/iotvideoindustry/v20201201/api.json +29 -19
- tccli/services/iotvideoindustry/v20201201/examples.json +2 -2
- tccli/services/iss/iss_client.py +273 -8
- tccli/services/iss/v20230517/api.json +586 -0
- tccli/services/iss/v20230517/examples.json +46 -0
- tccli/services/lcic/v20220817/api.json +1 -1
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/live/v20180801/api.json +18 -18
- tccli/services/lke/v20231130/api.json +50 -6
- tccli/services/lkeap/v20240522/api.json +124 -1
- tccli/services/monitor/v20180724/api.json +1 -1
- tccli/services/mps/v20190612/api.json +283 -290
- tccli/services/mps/v20190612/examples.json +9 -9
- tccli/services/ocr/v20181119/api.json +133 -114
- tccli/services/ocr/v20181119/examples.json +1 -1
- tccli/services/postgres/v20170312/api.json +140 -121
- tccli/services/postgres/v20170312/examples.json +1 -1
- tccli/services/redis/v20180412/api.json +94 -4
- tccli/services/redis/v20180412/examples.json +3 -3
- tccli/services/ses/v20201002/api.json +9 -0
- tccli/services/soe/v20180724/api.json +13 -13
- tccli/services/soe/v20180724/examples.json +2 -2
- tccli/services/tat/v20201028/api.json +19 -19
- tccli/services/tcss/v20201101/api.json +27 -0
- tccli/services/teo/v20220901/api.json +14 -3
- tccli/services/tione/tione_client.py +53 -0
- tccli/services/tione/v20211111/api.json +49 -1
- tccli/services/tione/v20211111/examples.json +8 -0
- tccli/services/trtc/v20190722/api.json +5 -5
- tccli/services/tse/v20201207/api.json +30 -0
- tccli/services/tts/v20190823/api.json +1 -1
- tccli/services/vm/v20210922/api.json +21 -30
- tccli/services/vm/v20210922/examples.json +2 -2
- tccli/services/vod/v20180717/api.json +6 -6
- tccli/services/vod/v20180717/examples.json +1 -1
- tccli/services/vpc/v20170312/api.json +103 -81
- tccli/services/vpc/v20170312/examples.json +3 -3
- tccli/services/vrs/v20200824/api.json +52 -52
- tccli/services/vrs/v20200824/examples.json +2 -2
- tccli/services/wedata/v20210820/api.json +192 -11
- tccli/services/wedata/v20210820/examples.json +8 -0
- tccli/services/wedata/wedata_client.py +53 -0
- {tccli-3.0.1304.1.dist-info → tccli-3.0.1306.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1304.1.dist-info → tccli-3.0.1306.1.dist-info}/RECORD +102 -102
- {tccli-3.0.1304.1.dist-info → tccli-3.0.1306.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1304.1.dist-info → tccli-3.0.1306.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1304.1.dist-info → tccli-3.0.1306.1.dist-info}/license_files/LICENSE +0 -0
@@ -763,6 +763,13 @@
|
|
763
763
|
"output": "RemoveVpcAcRuleResponse",
|
764
764
|
"status": "online"
|
765
765
|
},
|
766
|
+
"SearchLog": {
|
767
|
+
"document": "本接口用于检索分析日志,使用该接口时请注意如下事项:\n1. 该接口除受默认接口请求频率限制外,针对单个日志主题,查询并发数不能超过15。\n2. 检索语法建议使用日志服务专用检索语法CQL,请使用SyntaxRule参数,将值设置为1,控制台默认也使用该语法规则。\n3. API返回数据包最大49MB,建议启用 gzip 压缩(HTTP Request Header Accept-Encoding:gzip)。",
|
768
|
+
"input": "SearchLogRequest",
|
769
|
+
"name": "检索分析日志",
|
770
|
+
"output": "SearchLogResponse",
|
771
|
+
"status": "online"
|
772
|
+
},
|
766
773
|
"SetNatFwDnatRule": {
|
767
774
|
"document": "配置防火墙Dnat规则",
|
768
775
|
"input": "SetNatFwDnatRuleRequest",
|
@@ -1959,6 +1966,32 @@
|
|
1959
1966
|
],
|
1960
1967
|
"usage": "in"
|
1961
1968
|
},
|
1969
|
+
"Column": {
|
1970
|
+
"document": "日志分析的列属性",
|
1971
|
+
"members": [
|
1972
|
+
{
|
1973
|
+
"disabled": false,
|
1974
|
+
"document": "列的名字",
|
1975
|
+
"example": "_col0",
|
1976
|
+
"member": "string",
|
1977
|
+
"name": "Name",
|
1978
|
+
"output_required": true,
|
1979
|
+
"type": "string",
|
1980
|
+
"value_allowed_null": false
|
1981
|
+
},
|
1982
|
+
{
|
1983
|
+
"disabled": false,
|
1984
|
+
"document": "列的属性",
|
1985
|
+
"example": "json",
|
1986
|
+
"member": "string",
|
1987
|
+
"name": "Type",
|
1988
|
+
"output_required": true,
|
1989
|
+
"type": "string",
|
1990
|
+
"value_allowed_null": false
|
1991
|
+
}
|
1992
|
+
],
|
1993
|
+
"usage": "out"
|
1994
|
+
},
|
1962
1995
|
"CommonFilter": {
|
1963
1996
|
"document": "通用的列表检索过滤选项",
|
1964
1997
|
"members": [
|
@@ -9648,6 +9681,164 @@
|
|
9648
9681
|
],
|
9649
9682
|
"usage": "out"
|
9650
9683
|
},
|
9684
|
+
"LogInfo": {
|
9685
|
+
"document": "日志结果信息",
|
9686
|
+
"members": [
|
9687
|
+
{
|
9688
|
+
"disabled": false,
|
9689
|
+
"document": "日志时间,单位ms",
|
9690
|
+
"example": "1619162953000",
|
9691
|
+
"member": "int64",
|
9692
|
+
"name": "Time",
|
9693
|
+
"output_required": true,
|
9694
|
+
"type": "int",
|
9695
|
+
"value_allowed_null": false
|
9696
|
+
},
|
9697
|
+
{
|
9698
|
+
"disabled": false,
|
9699
|
+
"document": "日志主题ID",
|
9700
|
+
"example": "4463e7b0-3ec8-41a1-ae48-5d24b22167c2",
|
9701
|
+
"member": "string",
|
9702
|
+
"name": "TopicId",
|
9703
|
+
"output_required": false,
|
9704
|
+
"type": "string",
|
9705
|
+
"value_allowed_null": false
|
9706
|
+
},
|
9707
|
+
{
|
9708
|
+
"disabled": false,
|
9709
|
+
"document": "日志主题名称",
|
9710
|
+
"example": "业务A日志主题",
|
9711
|
+
"member": "string",
|
9712
|
+
"name": "TopicName",
|
9713
|
+
"output_required": false,
|
9714
|
+
"type": "string",
|
9715
|
+
"value_allowed_null": false
|
9716
|
+
},
|
9717
|
+
{
|
9718
|
+
"disabled": false,
|
9719
|
+
"document": "日志来源IP",
|
9720
|
+
"example": "10.0.0.1",
|
9721
|
+
"member": "string",
|
9722
|
+
"name": "Source",
|
9723
|
+
"output_required": false,
|
9724
|
+
"type": "string",
|
9725
|
+
"value_allowed_null": false
|
9726
|
+
},
|
9727
|
+
{
|
9728
|
+
"disabled": false,
|
9729
|
+
"document": "日志文件名称",
|
9730
|
+
"example": "/test/access.log",
|
9731
|
+
"member": "string",
|
9732
|
+
"name": "FileName",
|
9733
|
+
"output_required": false,
|
9734
|
+
"type": "string",
|
9735
|
+
"value_allowed_null": false
|
9736
|
+
},
|
9737
|
+
{
|
9738
|
+
"disabled": false,
|
9739
|
+
"document": "日志上报请求包的ID",
|
9740
|
+
"example": "0",
|
9741
|
+
"member": "string",
|
9742
|
+
"name": "PkgId",
|
9743
|
+
"output_required": false,
|
9744
|
+
"type": "string",
|
9745
|
+
"value_allowed_null": false
|
9746
|
+
},
|
9747
|
+
{
|
9748
|
+
"disabled": false,
|
9749
|
+
"document": "请求包内日志的ID",
|
9750
|
+
"example": "0",
|
9751
|
+
"member": "string",
|
9752
|
+
"name": "PkgLogId",
|
9753
|
+
"output_required": false,
|
9754
|
+
"type": "string",
|
9755
|
+
"value_allowed_null": false
|
9756
|
+
},
|
9757
|
+
{
|
9758
|
+
"disabled": false,
|
9759
|
+
"document": "日志内容的Json序列化字符串\n注意:此字段可能返回 null,表示取不到有效值。",
|
9760
|
+
"example": "{\\\\\"content\\\\\":\\\\\"test\\\\\"}",
|
9761
|
+
"member": "string",
|
9762
|
+
"name": "LogJson",
|
9763
|
+
"output_required": false,
|
9764
|
+
"type": "string",
|
9765
|
+
"value_allowed_null": true
|
9766
|
+
},
|
9767
|
+
{
|
9768
|
+
"disabled": false,
|
9769
|
+
"document": "日志来源主机名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
9770
|
+
"example": "hostName-1",
|
9771
|
+
"member": "string",
|
9772
|
+
"name": "HostName",
|
9773
|
+
"output_required": false,
|
9774
|
+
"type": "string",
|
9775
|
+
"value_allowed_null": true
|
9776
|
+
},
|
9777
|
+
{
|
9778
|
+
"disabled": false,
|
9779
|
+
"document": "原始日志(仅在日志创建索引异常时有值)\n注意:此字段可能返回 null,表示取不到有效值。",
|
9780
|
+
"example": "{\\\\\"content\\\\\":\\\\\"test\\\\\"}",
|
9781
|
+
"member": "string",
|
9782
|
+
"name": "RawLog",
|
9783
|
+
"output_required": false,
|
9784
|
+
"type": "string",
|
9785
|
+
"value_allowed_null": true
|
9786
|
+
},
|
9787
|
+
{
|
9788
|
+
"disabled": false,
|
9789
|
+
"document": "日志创建索引异常原因(仅在日志创建索引异常时有值)\n注意:此字段可能返回 null,表示取不到有效值。",
|
9790
|
+
"example": "IndexAllFail:fields like 'a' and 'a.b' can not appear in the same topic",
|
9791
|
+
"member": "string",
|
9792
|
+
"name": "IndexStatus",
|
9793
|
+
"output_required": false,
|
9794
|
+
"type": "string",
|
9795
|
+
"value_allowed_null": true
|
9796
|
+
}
|
9797
|
+
],
|
9798
|
+
"usage": "out"
|
9799
|
+
},
|
9800
|
+
"LogItem": {
|
9801
|
+
"document": "日志中的KV对",
|
9802
|
+
"members": [
|
9803
|
+
{
|
9804
|
+
"disabled": false,
|
9805
|
+
"document": "日志Key",
|
9806
|
+
"example": "http_code",
|
9807
|
+
"member": "string",
|
9808
|
+
"name": "Key",
|
9809
|
+
"output_required": false,
|
9810
|
+
"type": "string",
|
9811
|
+
"value_allowed_null": false
|
9812
|
+
},
|
9813
|
+
{
|
9814
|
+
"disabled": false,
|
9815
|
+
"document": "日志Value",
|
9816
|
+
"example": "200",
|
9817
|
+
"member": "string",
|
9818
|
+
"name": "Value",
|
9819
|
+
"output_required": false,
|
9820
|
+
"type": "string",
|
9821
|
+
"value_allowed_null": false
|
9822
|
+
}
|
9823
|
+
],
|
9824
|
+
"usage": "out"
|
9825
|
+
},
|
9826
|
+
"LogItems": {
|
9827
|
+
"document": "LogItem的数组",
|
9828
|
+
"members": [
|
9829
|
+
{
|
9830
|
+
"disabled": false,
|
9831
|
+
"document": "分析结果返回的KV数据对",
|
9832
|
+
"example": "无",
|
9833
|
+
"member": "LogItem",
|
9834
|
+
"name": "Data",
|
9835
|
+
"output_required": false,
|
9836
|
+
"type": "list",
|
9837
|
+
"value_allowed_null": false
|
9838
|
+
}
|
9839
|
+
],
|
9840
|
+
"usage": "out"
|
9841
|
+
},
|
9651
9842
|
"ModifyAcRuleRequest": {
|
9652
9843
|
"document": "ModifyAcRule请求参数结构体",
|
9653
9844
|
"members": [
|
@@ -11452,6 +11643,30 @@
|
|
11452
11643
|
],
|
11453
11644
|
"type": "object"
|
11454
11645
|
},
|
11646
|
+
"MultiTopicSearchInformation": {
|
11647
|
+
"document": "多日志主题检索相关信息",
|
11648
|
+
"members": [
|
11649
|
+
{
|
11650
|
+
"disabled": false,
|
11651
|
+
"document": "要检索分析的日志主题ID",
|
11652
|
+
"example": "682d0718-07bb-4ec0-xxxx-f1e9a2767e0b",
|
11653
|
+
"member": "string",
|
11654
|
+
"name": "TopicId",
|
11655
|
+
"required": false,
|
11656
|
+
"type": "string"
|
11657
|
+
},
|
11658
|
+
{
|
11659
|
+
"disabled": false,
|
11660
|
+
"document": "透传上次接口返回的Context值,可获取后续更多日志,总计最多可获取1万条原始日志,过期时间1小时",
|
11661
|
+
"example": "Y29udGV4dC04MjMzNWRkMi01YmMxLTQ4NGYtYjQ4MS04MDg0NzAwYjQ1NDUxNjcy",
|
11662
|
+
"member": "string",
|
11663
|
+
"name": "Context",
|
11664
|
+
"required": false,
|
11665
|
+
"type": "string"
|
11666
|
+
}
|
11667
|
+
],
|
11668
|
+
"usage": "in"
|
11669
|
+
},
|
11455
11670
|
"NatFwEipsInfo": {
|
11456
11671
|
"document": "Nat防火墙弹性公网ip列表",
|
11457
11672
|
"members": [
|
@@ -12531,6 +12746,330 @@
|
|
12531
12746
|
],
|
12532
12747
|
"usage": "out"
|
12533
12748
|
},
|
12749
|
+
"SearchLogErrors": {
|
12750
|
+
"document": "多日志主题检索错误信息",
|
12751
|
+
"members": [
|
12752
|
+
{
|
12753
|
+
"disabled": false,
|
12754
|
+
"document": "日志主题ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
12755
|
+
"example": "682d0718-07bb-4ec0-xxxx-f1e9a2767e0b",
|
12756
|
+
"member": "string",
|
12757
|
+
"name": "TopicId",
|
12758
|
+
"output_required": false,
|
12759
|
+
"type": "string",
|
12760
|
+
"value_allowed_null": true
|
12761
|
+
},
|
12762
|
+
{
|
12763
|
+
"disabled": false,
|
12764
|
+
"document": "错误信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
12765
|
+
"example": "SyntaxError [field: xxx, can not search on this field, since it is not indexed] ",
|
12766
|
+
"member": "string",
|
12767
|
+
"name": "ErrorMsg",
|
12768
|
+
"output_required": false,
|
12769
|
+
"type": "string",
|
12770
|
+
"value_allowed_null": true
|
12771
|
+
},
|
12772
|
+
{
|
12773
|
+
"disabled": false,
|
12774
|
+
"document": "错误码\n注意:此字段可能返回 null,表示取不到有效值。",
|
12775
|
+
"example": "FailedOperation.QueryError",
|
12776
|
+
"member": "string",
|
12777
|
+
"name": "ErrorCodeStr",
|
12778
|
+
"output_required": false,
|
12779
|
+
"type": "string",
|
12780
|
+
"value_allowed_null": true
|
12781
|
+
}
|
12782
|
+
],
|
12783
|
+
"usage": "out"
|
12784
|
+
},
|
12785
|
+
"SearchLogInfos": {
|
12786
|
+
"document": "多日志主题检索topic信息",
|
12787
|
+
"members": [
|
12788
|
+
{
|
12789
|
+
"disabled": false,
|
12790
|
+
"document": "日志主题ID",
|
12791
|
+
"example": "682d0718-07bb-xxxx-9fda-f1e9a2767e0b",
|
12792
|
+
"member": "string",
|
12793
|
+
"name": "TopicId",
|
12794
|
+
"output_required": true,
|
12795
|
+
"type": "string",
|
12796
|
+
"value_allowed_null": false
|
12797
|
+
},
|
12798
|
+
{
|
12799
|
+
"disabled": false,
|
12800
|
+
"document": "日志存储生命周期",
|
12801
|
+
"example": "30",
|
12802
|
+
"member": "int64",
|
12803
|
+
"name": "Period",
|
12804
|
+
"output_required": true,
|
12805
|
+
"type": "int",
|
12806
|
+
"value_allowed_null": false
|
12807
|
+
},
|
12808
|
+
{
|
12809
|
+
"disabled": false,
|
12810
|
+
"document": "透传本次接口返回的Context值,可获取后续更多日志,过期时间1小时\n注意:此字段可能返回 null,表示取不到有效值。",
|
12811
|
+
"example": "Y29udGV4dC04MjMzNWRkMi01YmMxLTQ4NGYtYjQ4MS04MDg0NzAwYjQ1NDUxNjcy",
|
12812
|
+
"member": "string",
|
12813
|
+
"name": "Context",
|
12814
|
+
"output_required": true,
|
12815
|
+
"type": "string",
|
12816
|
+
"value_allowed_null": true
|
12817
|
+
}
|
12818
|
+
],
|
12819
|
+
"usage": "out"
|
12820
|
+
},
|
12821
|
+
"SearchLogRequest": {
|
12822
|
+
"document": "SearchLog请求参数结构体",
|
12823
|
+
"members": [
|
12824
|
+
{
|
12825
|
+
"disabled": false,
|
12826
|
+
"document": "要检索分析的日志的起始时间,Unix时间戳(毫秒)",
|
12827
|
+
"example": "1608794854000",
|
12828
|
+
"member": "int64",
|
12829
|
+
"name": "From",
|
12830
|
+
"required": true,
|
12831
|
+
"type": "int"
|
12832
|
+
},
|
12833
|
+
{
|
12834
|
+
"disabled": false,
|
12835
|
+
"document": "要检索分析的日志的结束时间,Unix时间戳(毫秒)",
|
12836
|
+
"example": "1608794855000",
|
12837
|
+
"member": "int64",
|
12838
|
+
"name": "To",
|
12839
|
+
"required": true,
|
12840
|
+
"type": "int"
|
12841
|
+
},
|
12842
|
+
{
|
12843
|
+
"disabled": false,
|
12844
|
+
"document": "检索分析语句,最大长度为12KB\n语句由 <a href=\"https://cloud.tencent.com/document/product/614/47044\" target=\"_blank\">[检索条件]</a> | <a href=\"https://cloud.tencent.com/document/product/614/44061\" target=\"_blank\">[SQL语句]</a>构成,无需对日志进行统计分析时,可省略其中的管道符<code> | </code>及SQL语句\n使用*或空字符串可查询所有日志",
|
12845
|
+
"example": "http_status:200",
|
12846
|
+
"member": "string",
|
12847
|
+
"name": "Query",
|
12848
|
+
"required": true,
|
12849
|
+
"type": "string"
|
12850
|
+
},
|
12851
|
+
{
|
12852
|
+
"disabled": false,
|
12853
|
+
"document": "检索语法规则,默认值为0,推荐使用1 。\n\n- 0:Lucene语法\n- 1:CQL语法(日志服务专用检索语法,控制台默认也使用该语法规则)。\n\n详细说明参见<a href=\"https://cloud.tencent.com/document/product/614/47044#RetrievesConditionalRules\" target=\"_blank\">检索条件语法规则</a>",
|
12854
|
+
"example": "1",
|
12855
|
+
"member": "uint64",
|
12856
|
+
"name": "SyntaxRule",
|
12857
|
+
"required": false,
|
12858
|
+
"type": "int"
|
12859
|
+
},
|
12860
|
+
{
|
12861
|
+
"disabled": false,
|
12862
|
+
"document": "- 要检索分析的日志主题ID,仅能指定一个日志主题。\n- 如需同时检索多个日志主题,请使用Topics参数。\n- TopicId 和 Topics 不能同时使用,在一次请求中有且只能选择一个。",
|
12863
|
+
"example": "682d0718-07bb-4ec0-9fda-f1e9a2767e0b",
|
12864
|
+
"member": "string",
|
12865
|
+
"name": "TopicId",
|
12866
|
+
"required": false,
|
12867
|
+
"type": "string"
|
12868
|
+
},
|
12869
|
+
{
|
12870
|
+
"disabled": false,
|
12871
|
+
"document": "- 要检索分析的日志主题列表,最大支持50个日志主题。\n- 检索单个日志主题时请使用TopicId。\n- TopicId 和 Topics 不能同时使用,在一次请求中有且只能选择一个。",
|
12872
|
+
"example": "无",
|
12873
|
+
"member": "MultiTopicSearchInformation",
|
12874
|
+
"name": "Topics",
|
12875
|
+
"required": false,
|
12876
|
+
"type": "list"
|
12877
|
+
},
|
12878
|
+
{
|
12879
|
+
"disabled": false,
|
12880
|
+
"document": "原始日志是否按时间排序返回;可选值:asc(升序)、desc(降序),默认为 desc\n注意:\n* 仅当检索分析语句(Query)不包含SQL时有效\n* SQL结果排序方式参考<a href=\"https://cloud.tencent.com/document/product/614/58978\" target=\"_blank\">SQL ORDER BY语法</a>",
|
12881
|
+
"example": "asc",
|
12882
|
+
"member": "string",
|
12883
|
+
"name": "Sort",
|
12884
|
+
"required": false,
|
12885
|
+
"type": "string"
|
12886
|
+
},
|
12887
|
+
{
|
12888
|
+
"disabled": false,
|
12889
|
+
"document": "表示单次查询返回的原始日志条数,默认为100,最大值为1000。\n注意:\n* 仅当检索分析语句(Query)不包含SQL时有效\n* SQL结果条数指定方式参考<a href=\"https://cloud.tencent.com/document/product/614/58977\" target=\"_blank\">SQL LIMIT语法</a>\n\n可通过两种方式获取后续更多日志:\n* Context:透传上次接口返回的Context值,获取后续更多日志,总计最多可获取1万条原始日志\n* Offset:偏移量,表示从第几行开始返回原始日志,无日志条数限制",
|
12890
|
+
"example": "100",
|
12891
|
+
"member": "int64",
|
12892
|
+
"name": "Limit",
|
12893
|
+
"required": false,
|
12894
|
+
"type": "int"
|
12895
|
+
},
|
12896
|
+
{
|
12897
|
+
"disabled": false,
|
12898
|
+
"document": "查询原始日志的偏移量,表示从第几行开始返回原始日志,默认为0。 \n注意:\n* 仅当检索分析语句(Query)不包含SQL时有效\n* 不能与Context参数同时使用\n* 仅适用于单日志主题检索",
|
12899
|
+
"example": "0",
|
12900
|
+
"member": "uint64",
|
12901
|
+
"name": "Offset",
|
12902
|
+
"required": false,
|
12903
|
+
"type": "int"
|
12904
|
+
},
|
12905
|
+
{
|
12906
|
+
"disabled": false,
|
12907
|
+
"document": "透传上次接口返回的Context值,可获取后续更多日志,总计最多可获取1万条原始日志,过期时间1小时。\n注意:\n* 透传该参数时,请勿修改除该参数外的其它参数\n* 仅适用于单日志主题检索,检索多个日志主题时,请使用Topics中的Context\n* 仅当检索分析语句(Query)不包含SQL时有效,SQL获取后续结果参考<a href=\"https://cloud.tencent.com/document/product/614/58977\" target=\"_blank\">SQL LIMIT语法</a>",
|
12908
|
+
"example": "Y29udGV4dC04MjMzNWRkMi01YmMxLTQ4NGYtYjQ4MS04MDg0NzAwYjQ1NDUxNjcy",
|
12909
|
+
"member": "string",
|
12910
|
+
"name": "Context",
|
12911
|
+
"required": false,
|
12912
|
+
"type": "string"
|
12913
|
+
},
|
12914
|
+
{
|
12915
|
+
"disabled": false,
|
12916
|
+
"document": "执行统计分析(Query中包含SQL)时,是否对原始日志先进行采样,再进行统计分析。\n0:自动采样;\n0~1:按指定采样率采样,例如0.02;\n1:不采样,即精确分析\n默认值为1",
|
12917
|
+
"example": "0.1",
|
12918
|
+
"member": "float",
|
12919
|
+
"name": "SamplingRate",
|
12920
|
+
"required": false,
|
12921
|
+
"type": "float"
|
12922
|
+
},
|
12923
|
+
{
|
12924
|
+
"disabled": false,
|
12925
|
+
"document": "为true代表使用新的检索结果返回方式,输出参数AnalysisRecords和Columns有效\n为false时代表使用老的检索结果返回方式, 输出AnalysisResults和ColNames有效\n两种返回方式在编码格式上有少量区别,建议使用true",
|
12926
|
+
"example": "false",
|
12927
|
+
"member": "bool",
|
12928
|
+
"name": "UseNewAnalysis",
|
12929
|
+
"required": false,
|
12930
|
+
"type": "bool"
|
12931
|
+
}
|
12932
|
+
],
|
12933
|
+
"type": "object"
|
12934
|
+
},
|
12935
|
+
"SearchLogResponse": {
|
12936
|
+
"document": "SearchLog返回参数结构体",
|
12937
|
+
"members": [
|
12938
|
+
{
|
12939
|
+
"disabled": false,
|
12940
|
+
"document": "透传本次接口返回的Context值,可获取后续更多日志,过期时间1小时。\n注意:\n* 仅适用于单日志主题检索,检索多个日志主题时,请使用Topics中的Context",
|
12941
|
+
"example": "Y29udGV4dC04MjMzNWRkMi01YmMxLTQ4NGYtYjQ4MS04MDg0NzAwYjQ1NDUxNjcy",
|
12942
|
+
"member": "string",
|
12943
|
+
"name": "Context",
|
12944
|
+
"output_required": true,
|
12945
|
+
"type": "string",
|
12946
|
+
"value_allowed_null": false
|
12947
|
+
},
|
12948
|
+
{
|
12949
|
+
"disabled": false,
|
12950
|
+
"document": "符合检索条件的日志是否已全部返回,如未全部返回可使用Context参数获取后续更多日志\n注意:仅当检索分析语句(Query)不包含SQL时有效",
|
12951
|
+
"example": "false",
|
12952
|
+
"member": "bool",
|
12953
|
+
"name": "ListOver",
|
12954
|
+
"output_required": true,
|
12955
|
+
"type": "bool",
|
12956
|
+
"value_allowed_null": false
|
12957
|
+
},
|
12958
|
+
{
|
12959
|
+
"disabled": false,
|
12960
|
+
"document": "返回的是否为统计分析(即SQL)结果",
|
12961
|
+
"example": "false",
|
12962
|
+
"member": "bool",
|
12963
|
+
"name": "Analysis",
|
12964
|
+
"output_required": true,
|
12965
|
+
"type": "bool",
|
12966
|
+
"value_allowed_null": false
|
12967
|
+
},
|
12968
|
+
{
|
12969
|
+
"disabled": false,
|
12970
|
+
"document": "匹配检索条件的原始日志\n注意:此字段可能返回 null,表示取不到有效值。",
|
12971
|
+
"example": "无",
|
12972
|
+
"member": "LogInfo",
|
12973
|
+
"name": "Results",
|
12974
|
+
"output_required": false,
|
12975
|
+
"type": "list",
|
12976
|
+
"value_allowed_null": true
|
12977
|
+
},
|
12978
|
+
{
|
12979
|
+
"disabled": false,
|
12980
|
+
"document": "日志统计分析结果的列名\n当UseNewAnalysis为false时生效\n注意:此字段可能返回 null,表示取不到有效值。",
|
12981
|
+
"example": "[\\\"action\\\"]",
|
12982
|
+
"member": "string",
|
12983
|
+
"name": "ColNames",
|
12984
|
+
"output_required": false,
|
12985
|
+
"type": "list",
|
12986
|
+
"value_allowed_null": true
|
12987
|
+
},
|
12988
|
+
{
|
12989
|
+
"disabled": false,
|
12990
|
+
"document": "日志统计分析结果\n当UseNewAnalysis为false时生效\n注意:此字段可能返回 null,表示取不到有效值。",
|
12991
|
+
"example": "无",
|
12992
|
+
"member": "LogItems",
|
12993
|
+
"name": "AnalysisResults",
|
12994
|
+
"output_required": false,
|
12995
|
+
"type": "list",
|
12996
|
+
"value_allowed_null": true
|
12997
|
+
},
|
12998
|
+
{
|
12999
|
+
"disabled": false,
|
13000
|
+
"document": "日志统计分析结果\n当UseNewAnalysis为true时生效\n注意:此字段可能返回 null,表示取不到有效值。",
|
13001
|
+
"example": "[\"xxx\",\"yy\"]",
|
13002
|
+
"member": "string",
|
13003
|
+
"name": "AnalysisRecords",
|
13004
|
+
"output_required": false,
|
13005
|
+
"type": "list",
|
13006
|
+
"value_allowed_null": true
|
13007
|
+
},
|
13008
|
+
{
|
13009
|
+
"disabled": false,
|
13010
|
+
"document": "日志统计分析结果的列属性\n当UseNewAnalysis为true时生效\n注意:此字段可能返回 null,表示取不到有效值。",
|
13011
|
+
"example": "无",
|
13012
|
+
"member": "Column",
|
13013
|
+
"name": "Columns",
|
13014
|
+
"output_required": false,
|
13015
|
+
"type": "list",
|
13016
|
+
"value_allowed_null": true
|
13017
|
+
},
|
13018
|
+
{
|
13019
|
+
"disabled": false,
|
13020
|
+
"document": "本次统计分析使用的采样率\n注意:此字段可能返回 null,表示取不到有效值。",
|
13021
|
+
"example": "0.1",
|
13022
|
+
"member": "float",
|
13023
|
+
"name": "SamplingRate",
|
13024
|
+
"output_required": true,
|
13025
|
+
"type": "float",
|
13026
|
+
"value_allowed_null": true
|
13027
|
+
},
|
13028
|
+
{
|
13029
|
+
"disabled": false,
|
13030
|
+
"document": "使用多日志主题检索时,各个日志主题的基本信息,例如报错信息。\n注意:此字段可能返回 null,表示取不到有效值。",
|
13031
|
+
"example": "无",
|
13032
|
+
"member": "SearchLogTopics",
|
13033
|
+
"name": "Topics",
|
13034
|
+
"output_required": false,
|
13035
|
+
"type": "object",
|
13036
|
+
"value_allowed_null": true
|
13037
|
+
},
|
13038
|
+
{
|
13039
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
13040
|
+
"member": "string",
|
13041
|
+
"name": "RequestId",
|
13042
|
+
"type": "string"
|
13043
|
+
}
|
13044
|
+
],
|
13045
|
+
"type": "object"
|
13046
|
+
},
|
13047
|
+
"SearchLogTopics": {
|
13048
|
+
"document": "多主题检索返回信息",
|
13049
|
+
"members": [
|
13050
|
+
{
|
13051
|
+
"disabled": false,
|
13052
|
+
"document": "多日志主题检索对应的错误信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
13053
|
+
"example": "无",
|
13054
|
+
"member": "SearchLogErrors",
|
13055
|
+
"name": "Errors",
|
13056
|
+
"output_required": false,
|
13057
|
+
"type": "list",
|
13058
|
+
"value_allowed_null": true
|
13059
|
+
},
|
13060
|
+
{
|
13061
|
+
"disabled": false,
|
13062
|
+
"document": "多日志主题检索各日志主题信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
13063
|
+
"example": "无",
|
13064
|
+
"member": "SearchLogInfos",
|
13065
|
+
"name": "Infos",
|
13066
|
+
"output_required": true,
|
13067
|
+
"type": "list",
|
13068
|
+
"value_allowed_null": true
|
13069
|
+
}
|
13070
|
+
],
|
13071
|
+
"usage": "out"
|
13072
|
+
},
|
12534
13073
|
"SecurityGroupBothWayInfo": {
|
12535
13074
|
"document": "双向下发的企业安全组规则",
|
12536
13075
|
"members": [
|
@@ -920,6 +920,14 @@
|
|
920
920
|
"title": "删除VPC间规则"
|
921
921
|
}
|
922
922
|
],
|
923
|
+
"SearchLog": [
|
924
|
+
{
|
925
|
+
"document": "查询http响应状态码(http_code)为200的日志",
|
926
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SearchLog\n<公共请求参数>\n\n{\n \"TopicId\": \"601c2a87-ca8e-49c9-xxxx-27286a970db5\",\n \"From\": 1679901909686,\n \"To\": 1679902809686,\n \"Query\": \"http_code:\\\"200\\\"\",\n \"Limit\": 1,\n \"Sort\": \"desc\",\n \"UseNewAnalysis\": true,\n \"SyntaxRule\": 1\n}",
|
927
|
+
"output": "{\n \"Response\": {\n \"Context\": \"Y29udGV4dC0zZDVmZGI2NC1jNDZkLTQ2NzktYWM2OC1jYzg2NjUxYmVlMWExNjc5OTAyODEwNDM0\",\n \"ListOver\": false,\n \"Analysis\": false,\n \"ColNames\": [],\n \"Columns\": null,\n \"Results\": [\n {\n \"Time\": 1679902806070,\n \"TopicId\": \"601c2a87-ca8e-49c9-xxxx-27286a970db5\",\n \"TopicName\": \"CDN Demo访问日志日志主题_10000100xxxx\",\n \"Source\": \"\",\n \"FileName\": \"\",\n \"HostName\": \"\",\n \"PkgId\": \"\",\n \"PkgLogId\": \"\",\n \"LogJson\": \"{\\\"referer\\\":\\\"http://qwunsag.2022.qq.com/prizes?activity_code=AVGCHaQFX02Eb\\\",\\\"method\\\":\\\"GET\\\",\\\"isp\\\":\\\"中国联通\\\",\\\"remote_port\\\":\\\"45088\\\",\\\"ua\\\":\\\"Mozilla/5.0 (Linux; Android 9; INE-AL00 Build/HUAWEIINE-AL00; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/86.0.4240.99 XWEB/3211 MMWEBSDK/20210601 Mobile Safari/537.36 MMWEBID/6389 MicroMessenger/8.0.11.1980(0x28000B5B) Process/toolsmp WeChat/arm64 Weixin NetType/WIFI Language/zh_CN ABI/arm64\\\",\\\"uuid\\\":\\\"acf1010c853f4a24bb3e92cc34e283e2\\\",\\\"version\\\":\\\"1\\\",\\\"file_size\\\":\\\"186358\\\",\\\"url\\\":\\\"/loxtxt/979884858.png\\\",\\\"request_range\\\":\\\"-\\\",\\\"rsp_size\\\":\\\"186830\\\",\\\"hit\\\":\\\"hit\\\",\\\"request_time\\\":\\\"2808\\\",\\\"http_code\\\":\\\"200\\\",\\\"param\\\":\\\"-\\\",\\\"sys_address\\\":\\\"9.130.154.208\\\",\\\"proto\\\":\\\"HTTPS\\\",\\\"host\\\":\\\"test.2022.cls.cn\\\",\\\"sys_datasource\\\":\\\"cq.3.4.v1.2.17\\\",\\\"client_ip\\\":\\\"116.116.247.167\\\",\\\"time\\\":\\\"1679902806070\\\",\\\"app_id\\\":\\\"1302700768\\\",\\\"prov\\\":\\\"内蒙古自治区\\\",\\\"timestamp\\\":\\\"2023-03-27T15:40:06+08:00\\\"}\",\n \"RawLog\": \"\",\n \"IndexStatus\": \"\"\n }\n ],\n \"AnalysisResults\": [],\n \"AnalysisRecords\": null,\n \"RequestId\": \"79f593e5-1374-4463-xxxx-c49d0b3c5290\",\n \"SamplingRate\": 0,\n \"Topics\": null\n }\n}",
|
928
|
+
"title": "查询日志"
|
929
|
+
}
|
930
|
+
],
|
923
931
|
"SetNatFwDnatRule": [
|
924
932
|
{
|
925
933
|
"document": "",
|
@@ -4519,6 +4519,16 @@
|
|
4519
4519
|
"type": "string",
|
4520
4520
|
"value_allowed_null": false
|
4521
4521
|
},
|
4522
|
+
{
|
4523
|
+
"disabled": false,
|
4524
|
+
"document": "处理人手机号",
|
4525
|
+
"example": "15311111111",
|
4526
|
+
"member": "string",
|
4527
|
+
"name": "OwnerPhone",
|
4528
|
+
"output_required": false,
|
4529
|
+
"type": "string",
|
4530
|
+
"value_allowed_null": false
|
4531
|
+
},
|
4522
4532
|
{
|
4523
4533
|
"disabled": false,
|
4524
4534
|
"document": "完成时间",
|