tencentcloud-sdk-python 3.1.13__py2.py3-none-any.whl → 3.1.33__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.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/ags/v20250920/ags_client.py +46 -0
- tencentcloud/ags/v20250920/ags_client_async.py +36 -0
- tencentcloud/ags/v20250920/errorcodes.py +45 -0
- tencentcloud/ags/v20250920/models.py +1704 -110
- tencentcloud/ai3d/v20250513/ai3d_client.py +4 -4
- tencentcloud/ai3d/v20250513/ai3d_client_async.py +4 -4
- tencentcloud/ai3d/v20250513/models.py +78 -36
- tencentcloud/aiart/v20221229/aiart_client.py +46 -0
- tencentcloud/aiart/v20221229/aiart_client_async.py +36 -0
- tencentcloud/aiart/v20221229/models.py +289 -0
- tencentcloud/ams/v20201229/models.py +101 -0
- tencentcloud/antiddos/v20200309/antiddos_client.py +69 -0
- tencentcloud/antiddos/v20200309/antiddos_client_async.py +54 -0
- tencentcloud/antiddos/v20200309/errorcodes.py +27 -0
- tencentcloud/antiddos/v20200309/models.py +1671 -97
- tencentcloud/apm/v20210622/apm_client.py +23 -0
- tencentcloud/apm/v20210622/apm_client_async.py +18 -0
- tencentcloud/apm/v20210622/errorcodes.py +3 -0
- tencentcloud/apm/v20210622/models.py +1678 -78
- tencentcloud/asr/v20190614/models.py +100 -2
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -1
- tencentcloud/autoscaling/v20180419/autoscaling_client_async.py +1 -1
- tencentcloud/autoscaling/v20180419/models.py +475 -338
- tencentcloud/bh/v20230418/models.py +179 -6
- tencentcloud/billing/v20180709/billing_client.py +23 -0
- tencentcloud/billing/v20180709/billing_client_async.py +18 -0
- tencentcloud/billing/v20180709/models.py +328 -6
- tencentcloud/cam/v20190116/models.py +111 -2
- tencentcloud/car/v20220110/car_client.py +23 -0
- tencentcloud/car/v20220110/car_client_async.py +18 -0
- tencentcloud/car/v20220110/models.py +109 -0
- tencentcloud/cbs/v20170312/models.py +14 -14
- tencentcloud/ccc/v20200210/ccc_client.py +42 -13
- tencentcloud/ccc/v20200210/ccc_client_async.py +37 -13
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/ccc/v20200210/models.py +256 -4
- tencentcloud/cdb/v20170320/models.py +37 -16
- tencentcloud/cdc/v20201214/models.py +92 -124
- tencentcloud/cdn/v20180606/cdn_client.py +0 -78
- tencentcloud/cdn/v20180606/cdn_client_async.py +0 -63
- tencentcloud/cdn/v20180606/errorcodes.py +3 -0
- tencentcloud/cdn/v20180606/models.py +464 -1028
- tencentcloud/cdwch/v20200915/cdwch_client.py +23 -0
- tencentcloud/cdwch/v20200915/cdwch_client_async.py +18 -0
- tencentcloud/cdwch/v20200915/models.py +555 -0
- tencentcloud/cdwdoris/v20211228/models.py +505 -0
- tencentcloud/cfs/v20190719/errorcodes.py +1 -1
- tencentcloud/cfs/v20190719/models.py +2 -2
- tencentcloud/cfw/v20190904/cfw_client.py +278 -23
- tencentcloud/cfw/v20190904/cfw_client_async.py +218 -18
- tencentcloud/cfw/v20190904/models.py +3319 -1154
- tencentcloud/chdfs/v20201112/models.py +150 -0
- tencentcloud/ckafka/v20190819/models.py +458 -282
- tencentcloud/clb/v20180317/clb_client.py +23 -0
- tencentcloud/clb/v20180317/clb_client_async.py +18 -0
- tencentcloud/clb/v20180317/models.py +230 -130
- tencentcloud/cloudapp/v20220530/models.py +190 -36
- tencentcloud/cloudaudit/v20190319/models.py +32 -4
- tencentcloud/cloudmate/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client.py +45 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client_async.py +45 -0
- tencentcloud/cloudmate/v20251030/errorcodes.py +30 -0
- tencentcloud/cloudmate/v20251030/models.py +387 -0
- tencentcloud/cls/v20201016/cls_client.py +1064 -0
- tencentcloud/cls/v20201016/cls_client_async.py +860 -26
- tencentcloud/cls/v20201016/models.py +10246 -384
- tencentcloud/cme/v20191029/models.py +23 -0
- tencentcloud/csip/v20221121/models.py +317 -0
- tencentcloud/cvm/v20170312/cvm_client.py +1 -1
- tencentcloud/cvm/v20170312/cvm_client_async.py +1 -1
- tencentcloud/cvm/v20170312/errorcodes.py +9 -0
- tencentcloud/cvm/v20170312/models.py +28 -8
- tencentcloud/cwp/v20180228/cwp_client.py +0 -188
- tencentcloud/cwp/v20180228/cwp_client_async.py +0 -148
- tencentcloud/cwp/v20180228/models.py +1097 -1814
- tencentcloud/cynosdb/v20190107/models.py +181 -48
- tencentcloud/dataagent/v20250513/dataagent_client.py +161 -0
- tencentcloud/dataagent/v20250513/dataagent_client_async.py +126 -0
- tencentcloud/dataagent/v20250513/models.py +1477 -52
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
- tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +18 -0
- tencentcloud/dbbrain/v20210527/models.py +261 -15
- tencentcloud/dbs/v20211108/dbs_client.py +69 -0
- tencentcloud/dbs/v20211108/dbs_client_async.py +54 -0
- tencentcloud/dbs/v20211108/errorcodes.py +15 -0
- tencentcloud/dbs/v20211108/models.py +1173 -27
- tencentcloud/dlc/v20210125/dlc_client.py +69 -0
- tencentcloud/dlc/v20210125/dlc_client_async.py +54 -0
- tencentcloud/dlc/v20210125/errorcodes.py +15 -0
- tencentcloud/dlc/v20210125/models.py +1016 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +6 -0
- tencentcloud/dnspod/v20210323/models.py +4 -4
- tencentcloud/emr/v20190103/emr_client.py +46 -0
- tencentcloud/emr/v20190103/emr_client_async.py +36 -0
- tencentcloud/emr/v20190103/models.py +625 -2
- tencentcloud/es/v20180416/errorcodes.py +15 -0
- tencentcloud/es/v20180416/es_client.py +115 -0
- tencentcloud/es/v20180416/es_client_async.py +90 -0
- tencentcloud/es/v20180416/models.py +498 -4
- tencentcloud/ess/v20201111/ess_client.py +153 -6
- tencentcloud/ess/v20201111/ess_client_async.py +128 -6
- tencentcloud/ess/v20201111/models.py +1496 -58
- tencentcloud/essbasic/v20210526/models.py +129 -23
- tencentcloud/evt/v20250217/evt_client.py +46 -0
- tencentcloud/evt/v20250217/evt_client_async.py +36 -0
- tencentcloud/evt/v20250217/models.py +188 -0
- tencentcloud/faceid/v20180301/models.py +10 -4
- tencentcloud/gaap/v20180529/models.py +260 -352
- tencentcloud/gs/v20191118/models.py +150 -4
- tencentcloud/gwlb/v20240906/models.py +48 -70
- tencentcloud/iai/v20180301/models.py +4 -4
- tencentcloud/iai/v20200303/models.py +4 -4
- tencentcloud/igtm/v20231024/errorcodes.py +1 -1
- tencentcloud/ims/v20201229/ims_client.py +1 -1
- tencentcloud/ims/v20201229/ims_client_async.py +1 -1
- tencentcloud/ioa/v20220601/models.py +60 -0
- tencentcloud/keewidb/v20220308/models.py +52 -68
- tencentcloud/lcic/v20220817/models.py +15 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +2 -2
- tencentcloud/lighthouse/v20200324/models.py +8 -0
- tencentcloud/live/v20180801/errorcodes.py +6 -0
- tencentcloud/live/v20180801/live_client.py +143 -0
- tencentcloud/live/v20180801/live_client_async.py +113 -0
- tencentcloud/live/v20180801/models.py +914 -311
- tencentcloud/lke/v20231130/lke_client.py +48 -1
- tencentcloud/lke/v20231130/lke_client_async.py +43 -1
- tencentcloud/lke/v20231130/models.py +2940 -459
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/lkeap/v20240522/lkeap_client_async.py +1 -1
- tencentcloud/lkeap/v20240522/models.py +2 -6
- tencentcloud/lowcode/v20210108/models.py +30 -0
- tencentcloud/mna/v20210119/models.py +18 -2
- tencentcloud/mongodb/v20190725/models.py +2 -2
- tencentcloud/monitor/v20180724/models.py +258 -0
- tencentcloud/mps/v20190612/errorcodes.py +9 -0
- tencentcloud/mps/v20190612/models.py +3007 -140
- tencentcloud/mps/v20190612/mps_client.py +115 -0
- tencentcloud/mps/v20190612/mps_client_async.py +90 -0
- tencentcloud/oceanus/v20190422/errorcodes.py +9 -0
- tencentcloud/oceanus/v20190422/models.py +210 -4
- tencentcloud/ocr/v20181119/models.py +72 -4
- tencentcloud/ocr/v20181119/ocr_client.py +12 -8
- tencentcloud/ocr/v20181119/ocr_client_async.py +11 -7
- tencentcloud/partners/v20180321/models.py +88 -92
- tencentcloud/pts/v20210728/models.py +206 -0
- tencentcloud/rce/v20250425/__init__.py +0 -0
- tencentcloud/rce/v20250425/errorcodes.py +15 -0
- tencentcloud/rce/v20250425/models.py +301 -0
- tencentcloud/rce/v20250425/rce_client.py +49 -0
- tencentcloud/rce/v20250425/rce_client_async.py +44 -0
- tencentcloud/redis/v20180412/models.py +65 -70
- tencentcloud/rum/v20210622/models.py +548 -0
- tencentcloud/rum/v20210622/rum_client.py +23 -0
- tencentcloud/rum/v20210622/rum_client_async.py +18 -0
- tencentcloud/scf/v20180416/models.py +28 -2
- tencentcloud/ses/v20201002/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +991 -70
- tencentcloud/ssl/v20191205/ssl_client.py +2 -2
- tencentcloud/ssl/v20191205/ssl_client_async.py +2 -2
- tencentcloud/ssm/v20190923/models.py +134 -0
- tencentcloud/svp/v20240125/models.py +35 -20
- tencentcloud/tag/v20180813/models.py +34 -54
- tencentcloud/tat/v20201028/models.py +2 -0
- tencentcloud/tcaplusdb/v20190823/models.py +0 -337
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client.py +0 -25
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client_async.py +0 -20
- tencentcloud/tcb/v20180608/errorcodes.py +15 -12
- tencentcloud/tcb/v20180608/models.py +5761 -8383
- tencentcloud/tcb/v20180608/tcb_client.py +0 -276
- tencentcloud/tcb/v20180608/tcb_client_async.py +0 -216
- tencentcloud/tcbr/v20220217/errorcodes.py +27 -0
- tencentcloud/tcbr/v20220217/models.py +4193 -1389
- tencentcloud/tcbr/v20220217/tcbr_client.py +207 -0
- tencentcloud/tcbr/v20220217/tcbr_client_async.py +162 -0
- tencentcloud/tcr/v20190924/models.py +727 -61
- tencentcloud/tcr/v20190924/tcr_client.py +92 -0
- tencentcloud/tcr/v20190924/tcr_client_async.py +72 -0
- tencentcloud/tcss/v20201101/models.py +30 -0
- tencentcloud/tdai/v20250717/models.py +440 -2
- tencentcloud/tdai/v20250717/tdai_client.py +23 -0
- tencentcloud/tdai/v20250717/tdai_client_async.py +18 -0
- tencentcloud/tdmq/v20200217/errorcodes.py +1 -1
- tencentcloud/tdmq/v20200217/models.py +432 -4
- tencentcloud/tdmq/v20200217/tdmq_client.py +24 -0
- tencentcloud/tdmq/v20200217/tdmq_client_async.py +19 -0
- tencentcloud/teo/v20220901/errorcodes.py +39 -0
- tencentcloud/teo/v20220901/models.py +596 -79
- tencentcloud/teo/v20220901/teo_client.py +107 -1
- tencentcloud/teo/v20220901/teo_client_async.py +97 -1
- tencentcloud/thpc/v20211109/models.py +14 -14
- tencentcloud/thpc/v20220401/models.py +14 -14
- tencentcloud/thpc/v20230321/models.py +20 -54
- tencentcloud/tione/v20211111/errorcodes.py +9 -0
- tencentcloud/tione/v20211111/models.py +910 -73
- tencentcloud/tione/v20211111/tione_client.py +69 -0
- tencentcloud/tione/v20211111/tione_client_async.py +54 -0
- tencentcloud/tke/v20180525/models.py +468 -18
- tencentcloud/tke/v20180525/tke_client.py +69 -0
- tencentcloud/tke/v20180525/tke_client_async.py +54 -0
- tencentcloud/tke/v20220501/models.py +539 -0
- tencentcloud/tke/v20220501/tke_client.py +23 -0
- tencentcloud/tke/v20220501/tke_client_async.py +18 -0
- tencentcloud/trocket/v20230308/models.py +42 -21
- tencentcloud/trocket/v20230308/trocket_client.py +2 -1
- tencentcloud/trocket/v20230308/trocket_client_async.py +2 -1
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/models.py +173 -30
- tencentcloud/tse/v20201207/models.py +42 -0
- tencentcloud/tsf/v20180326/errorcodes.py +4 -4
- tencentcloud/tsf/v20180326/models.py +15 -510
- tencentcloud/tsf/v20180326/tsf_client.py +66 -47
- tencentcloud/tsf/v20180326/tsf_client_async.py +44 -20
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/tts/v20190823/tts_client_async.py +1 -1
- tencentcloud/vclm/v20240523/models.py +383 -0
- tencentcloud/vclm/v20240523/vclm_client.py +46 -0
- tencentcloud/vclm/v20240523/vclm_client_async.py +36 -0
- tencentcloud/vcube/v20220410/models.py +30 -0
- tencentcloud/vdb/v20230616/models.py +567 -0
- tencentcloud/vdb/v20230616/vdb_client.py +69 -0
- tencentcloud/vdb/v20230616/vdb_client_async.py +54 -0
- tencentcloud/vm/v20210922/models.py +116 -0
- tencentcloud/vod/v20180717/errorcodes.py +3 -0
- tencentcloud/vod/v20180717/models.py +4107 -622
- tencentcloud/vod/v20180717/vod_client.py +72 -3
- tencentcloud/vod/v20180717/vod_client_async.py +57 -3
- tencentcloud/vpc/v20170312/errorcodes.py +15 -0
- tencentcloud/vpc/v20170312/models.py +387 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/vpc/v20170312/vpc_client_async.py +18 -0
- tencentcloud/waf/v20180125/errorcodes.py +3 -0
- tencentcloud/waf/v20180125/models.py +970 -0
- tencentcloud/waf/v20180125/waf_client.py +46 -0
- tencentcloud/waf/v20180125/waf_client_async.py +36 -0
- tencentcloud/wedata/v20210820/models.py +2851 -29
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- tencentcloud/wedata/v20210820/wedata_client_async.py +18 -0
- tencentcloud/wedata/v20250806/errorcodes.py +21 -0
- tencentcloud/wedata/v20250806/models.py +40999 -15704
- tencentcloud/wedata/v20250806/wedata_client.py +1402 -65
- tencentcloud/wedata/v20250806/wedata_client_async.py +1047 -0
- tencentcloud/weilingwith/v20230427/errorcodes.py +0 -3
- tencentcloud/weilingwith/v20230427/models.py +17 -336
- tencentcloud/weilingwith/v20230427/weilingwith_client.py +0 -25
- tencentcloud/weilingwith/v20230427/weilingwith_client_async.py +0 -20
- tencentcloud/wimgs/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/errorcodes.py +33 -0
- tencentcloud/wimgs/v20251106/models.py +132 -0
- tencentcloud/wimgs/v20251106/wimgs_client.py +49 -0
- tencentcloud/wimgs/v20251106/wimgs_client_async.py +44 -0
- tencentcloud/wsa/v20250508/errorcodes.py +6 -0
- tencentcloud/wsa/v20250508/models.py +17 -2
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/RECORD +260 -243
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/WHEEL +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/top_level.txt +0 -0
|
@@ -5903,6 +5903,539 @@ class DescribeDataPvUrlStatisticsResponse(AbstractModel):
|
|
|
5903
5903
|
self._RequestId = params.get("RequestId")
|
|
5904
5904
|
|
|
5905
5905
|
|
|
5906
|
+
class DescribeDataPvUrlStatisticsV2Request(AbstractModel):
|
|
5907
|
+
r"""DescribeDataPvUrlStatisticsV2请求参数结构体
|
|
5908
|
+
|
|
5909
|
+
"""
|
|
5910
|
+
|
|
5911
|
+
def __init__(self):
|
|
5912
|
+
r"""
|
|
5913
|
+
:param _StartTime: 开始时间
|
|
5914
|
+
:type StartTime: int
|
|
5915
|
+
:param _Type: allcount:性能视图,day:14天数据,vp:性能,ckuv:uv,ckpv:pv,condition:条件列表,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图/ext1视图等等
|
|
5916
|
+
:type Type: str
|
|
5917
|
+
:param _EndTime: 结束时间
|
|
5918
|
+
:type EndTime: int
|
|
5919
|
+
:param _ID: 项目ID
|
|
5920
|
+
:type ID: int
|
|
5921
|
+
:param _ExtSecond: 自定义2
|
|
5922
|
+
:type ExtSecond: str
|
|
5923
|
+
:param _Engine: 浏览器引擎
|
|
5924
|
+
:type Engine: str
|
|
5925
|
+
:param _Isp: 运营商
|
|
5926
|
+
:type Isp: str
|
|
5927
|
+
:param _From: 来源页面
|
|
5928
|
+
:type From: str
|
|
5929
|
+
:param _Level: 日志等级
|
|
5930
|
+
:type Level: str
|
|
5931
|
+
:param _Brand: 品牌
|
|
5932
|
+
:type Brand: str
|
|
5933
|
+
:param _Area: 地区
|
|
5934
|
+
:type Area: str
|
|
5935
|
+
:param _VersionNum: 版本
|
|
5936
|
+
:type VersionNum: str
|
|
5937
|
+
:param _Platform: 平台
|
|
5938
|
+
:type Platform: str
|
|
5939
|
+
:param _ExtThird: 自定义3
|
|
5940
|
+
:type ExtThird: str
|
|
5941
|
+
:param _ExtFirst: 自定义1
|
|
5942
|
+
:type ExtFirst: str
|
|
5943
|
+
:param _NetType: 网络类型
|
|
5944
|
+
:type NetType: str
|
|
5945
|
+
:param _Device: 机型
|
|
5946
|
+
:type Device: str
|
|
5947
|
+
:param _IsAbroad: 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
5948
|
+
:type IsAbroad: str
|
|
5949
|
+
:param _Os: 操作系统
|
|
5950
|
+
:type Os: str
|
|
5951
|
+
:param _Browser: 浏览器
|
|
5952
|
+
:type Browser: str
|
|
5953
|
+
:param _Env: 环境
|
|
5954
|
+
:type Env: str
|
|
5955
|
+
:param _GroupByType: group by 参数值枚举1:1m 2:5m 3:30m 4:1h
|
|
5956
|
+
5:1d
|
|
5957
|
+
:type GroupByType: int
|
|
5958
|
+
:param _IsNewData: 1: 查询智研
|
|
5959
|
+
0: 走旧逻辑,已下线,勿使用
|
|
5960
|
+
:type IsNewData: int
|
|
5961
|
+
:param _ExtFourth: 自定义4
|
|
5962
|
+
:type ExtFourth: str
|
|
5963
|
+
:param _ExtFifth: 自定义5
|
|
5964
|
+
:type ExtFifth: str
|
|
5965
|
+
:param _ExtSixth: 自定义6
|
|
5966
|
+
:type ExtSixth: str
|
|
5967
|
+
:param _ExtSeventh: 自定义7
|
|
5968
|
+
:type ExtSeventh: str
|
|
5969
|
+
:param _ExtEighth: 自定义8
|
|
5970
|
+
:type ExtEighth: str
|
|
5971
|
+
:param _ExtNinth: 自定义9
|
|
5972
|
+
:type ExtNinth: str
|
|
5973
|
+
:param _ExtTenth: 自定义10
|
|
5974
|
+
:type ExtTenth: str
|
|
5975
|
+
:param _Granularity: 时间段
|
|
5976
|
+
:type Granularity: str
|
|
5977
|
+
"""
|
|
5978
|
+
self._StartTime = None
|
|
5979
|
+
self._Type = None
|
|
5980
|
+
self._EndTime = None
|
|
5981
|
+
self._ID = None
|
|
5982
|
+
self._ExtSecond = None
|
|
5983
|
+
self._Engine = None
|
|
5984
|
+
self._Isp = None
|
|
5985
|
+
self._From = None
|
|
5986
|
+
self._Level = None
|
|
5987
|
+
self._Brand = None
|
|
5988
|
+
self._Area = None
|
|
5989
|
+
self._VersionNum = None
|
|
5990
|
+
self._Platform = None
|
|
5991
|
+
self._ExtThird = None
|
|
5992
|
+
self._ExtFirst = None
|
|
5993
|
+
self._NetType = None
|
|
5994
|
+
self._Device = None
|
|
5995
|
+
self._IsAbroad = None
|
|
5996
|
+
self._Os = None
|
|
5997
|
+
self._Browser = None
|
|
5998
|
+
self._Env = None
|
|
5999
|
+
self._GroupByType = None
|
|
6000
|
+
self._IsNewData = None
|
|
6001
|
+
self._ExtFourth = None
|
|
6002
|
+
self._ExtFifth = None
|
|
6003
|
+
self._ExtSixth = None
|
|
6004
|
+
self._ExtSeventh = None
|
|
6005
|
+
self._ExtEighth = None
|
|
6006
|
+
self._ExtNinth = None
|
|
6007
|
+
self._ExtTenth = None
|
|
6008
|
+
self._Granularity = None
|
|
6009
|
+
|
|
6010
|
+
@property
|
|
6011
|
+
def StartTime(self):
|
|
6012
|
+
r"""开始时间
|
|
6013
|
+
:rtype: int
|
|
6014
|
+
"""
|
|
6015
|
+
return self._StartTime
|
|
6016
|
+
|
|
6017
|
+
@StartTime.setter
|
|
6018
|
+
def StartTime(self, StartTime):
|
|
6019
|
+
self._StartTime = StartTime
|
|
6020
|
+
|
|
6021
|
+
@property
|
|
6022
|
+
def Type(self):
|
|
6023
|
+
r"""allcount:性能视图,day:14天数据,vp:性能,ckuv:uv,ckpv:pv,condition:条件列表,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图/ext1视图等等
|
|
6024
|
+
:rtype: str
|
|
6025
|
+
"""
|
|
6026
|
+
return self._Type
|
|
6027
|
+
|
|
6028
|
+
@Type.setter
|
|
6029
|
+
def Type(self, Type):
|
|
6030
|
+
self._Type = Type
|
|
6031
|
+
|
|
6032
|
+
@property
|
|
6033
|
+
def EndTime(self):
|
|
6034
|
+
r"""结束时间
|
|
6035
|
+
:rtype: int
|
|
6036
|
+
"""
|
|
6037
|
+
return self._EndTime
|
|
6038
|
+
|
|
6039
|
+
@EndTime.setter
|
|
6040
|
+
def EndTime(self, EndTime):
|
|
6041
|
+
self._EndTime = EndTime
|
|
6042
|
+
|
|
6043
|
+
@property
|
|
6044
|
+
def ID(self):
|
|
6045
|
+
r"""项目ID
|
|
6046
|
+
:rtype: int
|
|
6047
|
+
"""
|
|
6048
|
+
return self._ID
|
|
6049
|
+
|
|
6050
|
+
@ID.setter
|
|
6051
|
+
def ID(self, ID):
|
|
6052
|
+
self._ID = ID
|
|
6053
|
+
|
|
6054
|
+
@property
|
|
6055
|
+
def ExtSecond(self):
|
|
6056
|
+
r"""自定义2
|
|
6057
|
+
:rtype: str
|
|
6058
|
+
"""
|
|
6059
|
+
return self._ExtSecond
|
|
6060
|
+
|
|
6061
|
+
@ExtSecond.setter
|
|
6062
|
+
def ExtSecond(self, ExtSecond):
|
|
6063
|
+
self._ExtSecond = ExtSecond
|
|
6064
|
+
|
|
6065
|
+
@property
|
|
6066
|
+
def Engine(self):
|
|
6067
|
+
r"""浏览器引擎
|
|
6068
|
+
:rtype: str
|
|
6069
|
+
"""
|
|
6070
|
+
return self._Engine
|
|
6071
|
+
|
|
6072
|
+
@Engine.setter
|
|
6073
|
+
def Engine(self, Engine):
|
|
6074
|
+
self._Engine = Engine
|
|
6075
|
+
|
|
6076
|
+
@property
|
|
6077
|
+
def Isp(self):
|
|
6078
|
+
r"""运营商
|
|
6079
|
+
:rtype: str
|
|
6080
|
+
"""
|
|
6081
|
+
return self._Isp
|
|
6082
|
+
|
|
6083
|
+
@Isp.setter
|
|
6084
|
+
def Isp(self, Isp):
|
|
6085
|
+
self._Isp = Isp
|
|
6086
|
+
|
|
6087
|
+
@property
|
|
6088
|
+
def From(self):
|
|
6089
|
+
r"""来源页面
|
|
6090
|
+
:rtype: str
|
|
6091
|
+
"""
|
|
6092
|
+
return self._From
|
|
6093
|
+
|
|
6094
|
+
@From.setter
|
|
6095
|
+
def From(self, From):
|
|
6096
|
+
self._From = From
|
|
6097
|
+
|
|
6098
|
+
@property
|
|
6099
|
+
def Level(self):
|
|
6100
|
+
r"""日志等级
|
|
6101
|
+
:rtype: str
|
|
6102
|
+
"""
|
|
6103
|
+
return self._Level
|
|
6104
|
+
|
|
6105
|
+
@Level.setter
|
|
6106
|
+
def Level(self, Level):
|
|
6107
|
+
self._Level = Level
|
|
6108
|
+
|
|
6109
|
+
@property
|
|
6110
|
+
def Brand(self):
|
|
6111
|
+
r"""品牌
|
|
6112
|
+
:rtype: str
|
|
6113
|
+
"""
|
|
6114
|
+
return self._Brand
|
|
6115
|
+
|
|
6116
|
+
@Brand.setter
|
|
6117
|
+
def Brand(self, Brand):
|
|
6118
|
+
self._Brand = Brand
|
|
6119
|
+
|
|
6120
|
+
@property
|
|
6121
|
+
def Area(self):
|
|
6122
|
+
r"""地区
|
|
6123
|
+
:rtype: str
|
|
6124
|
+
"""
|
|
6125
|
+
return self._Area
|
|
6126
|
+
|
|
6127
|
+
@Area.setter
|
|
6128
|
+
def Area(self, Area):
|
|
6129
|
+
self._Area = Area
|
|
6130
|
+
|
|
6131
|
+
@property
|
|
6132
|
+
def VersionNum(self):
|
|
6133
|
+
r"""版本
|
|
6134
|
+
:rtype: str
|
|
6135
|
+
"""
|
|
6136
|
+
return self._VersionNum
|
|
6137
|
+
|
|
6138
|
+
@VersionNum.setter
|
|
6139
|
+
def VersionNum(self, VersionNum):
|
|
6140
|
+
self._VersionNum = VersionNum
|
|
6141
|
+
|
|
6142
|
+
@property
|
|
6143
|
+
def Platform(self):
|
|
6144
|
+
r"""平台
|
|
6145
|
+
:rtype: str
|
|
6146
|
+
"""
|
|
6147
|
+
return self._Platform
|
|
6148
|
+
|
|
6149
|
+
@Platform.setter
|
|
6150
|
+
def Platform(self, Platform):
|
|
6151
|
+
self._Platform = Platform
|
|
6152
|
+
|
|
6153
|
+
@property
|
|
6154
|
+
def ExtThird(self):
|
|
6155
|
+
r"""自定义3
|
|
6156
|
+
:rtype: str
|
|
6157
|
+
"""
|
|
6158
|
+
return self._ExtThird
|
|
6159
|
+
|
|
6160
|
+
@ExtThird.setter
|
|
6161
|
+
def ExtThird(self, ExtThird):
|
|
6162
|
+
self._ExtThird = ExtThird
|
|
6163
|
+
|
|
6164
|
+
@property
|
|
6165
|
+
def ExtFirst(self):
|
|
6166
|
+
r"""自定义1
|
|
6167
|
+
:rtype: str
|
|
6168
|
+
"""
|
|
6169
|
+
return self._ExtFirst
|
|
6170
|
+
|
|
6171
|
+
@ExtFirst.setter
|
|
6172
|
+
def ExtFirst(self, ExtFirst):
|
|
6173
|
+
self._ExtFirst = ExtFirst
|
|
6174
|
+
|
|
6175
|
+
@property
|
|
6176
|
+
def NetType(self):
|
|
6177
|
+
r"""网络类型
|
|
6178
|
+
:rtype: str
|
|
6179
|
+
"""
|
|
6180
|
+
return self._NetType
|
|
6181
|
+
|
|
6182
|
+
@NetType.setter
|
|
6183
|
+
def NetType(self, NetType):
|
|
6184
|
+
self._NetType = NetType
|
|
6185
|
+
|
|
6186
|
+
@property
|
|
6187
|
+
def Device(self):
|
|
6188
|
+
r"""机型
|
|
6189
|
+
:rtype: str
|
|
6190
|
+
"""
|
|
6191
|
+
return self._Device
|
|
6192
|
+
|
|
6193
|
+
@Device.setter
|
|
6194
|
+
def Device(self, Device):
|
|
6195
|
+
self._Device = Device
|
|
6196
|
+
|
|
6197
|
+
@property
|
|
6198
|
+
def IsAbroad(self):
|
|
6199
|
+
r"""显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
6200
|
+
:rtype: str
|
|
6201
|
+
"""
|
|
6202
|
+
return self._IsAbroad
|
|
6203
|
+
|
|
6204
|
+
@IsAbroad.setter
|
|
6205
|
+
def IsAbroad(self, IsAbroad):
|
|
6206
|
+
self._IsAbroad = IsAbroad
|
|
6207
|
+
|
|
6208
|
+
@property
|
|
6209
|
+
def Os(self):
|
|
6210
|
+
r"""操作系统
|
|
6211
|
+
:rtype: str
|
|
6212
|
+
"""
|
|
6213
|
+
return self._Os
|
|
6214
|
+
|
|
6215
|
+
@Os.setter
|
|
6216
|
+
def Os(self, Os):
|
|
6217
|
+
self._Os = Os
|
|
6218
|
+
|
|
6219
|
+
@property
|
|
6220
|
+
def Browser(self):
|
|
6221
|
+
r"""浏览器
|
|
6222
|
+
:rtype: str
|
|
6223
|
+
"""
|
|
6224
|
+
return self._Browser
|
|
6225
|
+
|
|
6226
|
+
@Browser.setter
|
|
6227
|
+
def Browser(self, Browser):
|
|
6228
|
+
self._Browser = Browser
|
|
6229
|
+
|
|
6230
|
+
@property
|
|
6231
|
+
def Env(self):
|
|
6232
|
+
r"""环境
|
|
6233
|
+
:rtype: str
|
|
6234
|
+
"""
|
|
6235
|
+
return self._Env
|
|
6236
|
+
|
|
6237
|
+
@Env.setter
|
|
6238
|
+
def Env(self, Env):
|
|
6239
|
+
self._Env = Env
|
|
6240
|
+
|
|
6241
|
+
@property
|
|
6242
|
+
def GroupByType(self):
|
|
6243
|
+
r"""group by 参数值枚举1:1m 2:5m 3:30m 4:1h
|
|
6244
|
+
5:1d
|
|
6245
|
+
:rtype: int
|
|
6246
|
+
"""
|
|
6247
|
+
return self._GroupByType
|
|
6248
|
+
|
|
6249
|
+
@GroupByType.setter
|
|
6250
|
+
def GroupByType(self, GroupByType):
|
|
6251
|
+
self._GroupByType = GroupByType
|
|
6252
|
+
|
|
6253
|
+
@property
|
|
6254
|
+
def IsNewData(self):
|
|
6255
|
+
r"""1: 查询智研
|
|
6256
|
+
0: 走旧逻辑,已下线,勿使用
|
|
6257
|
+
:rtype: int
|
|
6258
|
+
"""
|
|
6259
|
+
return self._IsNewData
|
|
6260
|
+
|
|
6261
|
+
@IsNewData.setter
|
|
6262
|
+
def IsNewData(self, IsNewData):
|
|
6263
|
+
self._IsNewData = IsNewData
|
|
6264
|
+
|
|
6265
|
+
@property
|
|
6266
|
+
def ExtFourth(self):
|
|
6267
|
+
r"""自定义4
|
|
6268
|
+
:rtype: str
|
|
6269
|
+
"""
|
|
6270
|
+
return self._ExtFourth
|
|
6271
|
+
|
|
6272
|
+
@ExtFourth.setter
|
|
6273
|
+
def ExtFourth(self, ExtFourth):
|
|
6274
|
+
self._ExtFourth = ExtFourth
|
|
6275
|
+
|
|
6276
|
+
@property
|
|
6277
|
+
def ExtFifth(self):
|
|
6278
|
+
r"""自定义5
|
|
6279
|
+
:rtype: str
|
|
6280
|
+
"""
|
|
6281
|
+
return self._ExtFifth
|
|
6282
|
+
|
|
6283
|
+
@ExtFifth.setter
|
|
6284
|
+
def ExtFifth(self, ExtFifth):
|
|
6285
|
+
self._ExtFifth = ExtFifth
|
|
6286
|
+
|
|
6287
|
+
@property
|
|
6288
|
+
def ExtSixth(self):
|
|
6289
|
+
r"""自定义6
|
|
6290
|
+
:rtype: str
|
|
6291
|
+
"""
|
|
6292
|
+
return self._ExtSixth
|
|
6293
|
+
|
|
6294
|
+
@ExtSixth.setter
|
|
6295
|
+
def ExtSixth(self, ExtSixth):
|
|
6296
|
+
self._ExtSixth = ExtSixth
|
|
6297
|
+
|
|
6298
|
+
@property
|
|
6299
|
+
def ExtSeventh(self):
|
|
6300
|
+
r"""自定义7
|
|
6301
|
+
:rtype: str
|
|
6302
|
+
"""
|
|
6303
|
+
return self._ExtSeventh
|
|
6304
|
+
|
|
6305
|
+
@ExtSeventh.setter
|
|
6306
|
+
def ExtSeventh(self, ExtSeventh):
|
|
6307
|
+
self._ExtSeventh = ExtSeventh
|
|
6308
|
+
|
|
6309
|
+
@property
|
|
6310
|
+
def ExtEighth(self):
|
|
6311
|
+
r"""自定义8
|
|
6312
|
+
:rtype: str
|
|
6313
|
+
"""
|
|
6314
|
+
return self._ExtEighth
|
|
6315
|
+
|
|
6316
|
+
@ExtEighth.setter
|
|
6317
|
+
def ExtEighth(self, ExtEighth):
|
|
6318
|
+
self._ExtEighth = ExtEighth
|
|
6319
|
+
|
|
6320
|
+
@property
|
|
6321
|
+
def ExtNinth(self):
|
|
6322
|
+
r"""自定义9
|
|
6323
|
+
:rtype: str
|
|
6324
|
+
"""
|
|
6325
|
+
return self._ExtNinth
|
|
6326
|
+
|
|
6327
|
+
@ExtNinth.setter
|
|
6328
|
+
def ExtNinth(self, ExtNinth):
|
|
6329
|
+
self._ExtNinth = ExtNinth
|
|
6330
|
+
|
|
6331
|
+
@property
|
|
6332
|
+
def ExtTenth(self):
|
|
6333
|
+
r"""自定义10
|
|
6334
|
+
:rtype: str
|
|
6335
|
+
"""
|
|
6336
|
+
return self._ExtTenth
|
|
6337
|
+
|
|
6338
|
+
@ExtTenth.setter
|
|
6339
|
+
def ExtTenth(self, ExtTenth):
|
|
6340
|
+
self._ExtTenth = ExtTenth
|
|
6341
|
+
|
|
6342
|
+
@property
|
|
6343
|
+
def Granularity(self):
|
|
6344
|
+
r"""时间段
|
|
6345
|
+
:rtype: str
|
|
6346
|
+
"""
|
|
6347
|
+
return self._Granularity
|
|
6348
|
+
|
|
6349
|
+
@Granularity.setter
|
|
6350
|
+
def Granularity(self, Granularity):
|
|
6351
|
+
self._Granularity = Granularity
|
|
6352
|
+
|
|
6353
|
+
|
|
6354
|
+
def _deserialize(self, params):
|
|
6355
|
+
self._StartTime = params.get("StartTime")
|
|
6356
|
+
self._Type = params.get("Type")
|
|
6357
|
+
self._EndTime = params.get("EndTime")
|
|
6358
|
+
self._ID = params.get("ID")
|
|
6359
|
+
self._ExtSecond = params.get("ExtSecond")
|
|
6360
|
+
self._Engine = params.get("Engine")
|
|
6361
|
+
self._Isp = params.get("Isp")
|
|
6362
|
+
self._From = params.get("From")
|
|
6363
|
+
self._Level = params.get("Level")
|
|
6364
|
+
self._Brand = params.get("Brand")
|
|
6365
|
+
self._Area = params.get("Area")
|
|
6366
|
+
self._VersionNum = params.get("VersionNum")
|
|
6367
|
+
self._Platform = params.get("Platform")
|
|
6368
|
+
self._ExtThird = params.get("ExtThird")
|
|
6369
|
+
self._ExtFirst = params.get("ExtFirst")
|
|
6370
|
+
self._NetType = params.get("NetType")
|
|
6371
|
+
self._Device = params.get("Device")
|
|
6372
|
+
self._IsAbroad = params.get("IsAbroad")
|
|
6373
|
+
self._Os = params.get("Os")
|
|
6374
|
+
self._Browser = params.get("Browser")
|
|
6375
|
+
self._Env = params.get("Env")
|
|
6376
|
+
self._GroupByType = params.get("GroupByType")
|
|
6377
|
+
self._IsNewData = params.get("IsNewData")
|
|
6378
|
+
self._ExtFourth = params.get("ExtFourth")
|
|
6379
|
+
self._ExtFifth = params.get("ExtFifth")
|
|
6380
|
+
self._ExtSixth = params.get("ExtSixth")
|
|
6381
|
+
self._ExtSeventh = params.get("ExtSeventh")
|
|
6382
|
+
self._ExtEighth = params.get("ExtEighth")
|
|
6383
|
+
self._ExtNinth = params.get("ExtNinth")
|
|
6384
|
+
self._ExtTenth = params.get("ExtTenth")
|
|
6385
|
+
self._Granularity = params.get("Granularity")
|
|
6386
|
+
memeber_set = set(params.keys())
|
|
6387
|
+
for name, value in vars(self).items():
|
|
6388
|
+
property_name = name[1:]
|
|
6389
|
+
if property_name in memeber_set:
|
|
6390
|
+
memeber_set.remove(property_name)
|
|
6391
|
+
if len(memeber_set) > 0:
|
|
6392
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
6393
|
+
|
|
6394
|
+
|
|
6395
|
+
|
|
6396
|
+
class DescribeDataPvUrlStatisticsV2Response(AbstractModel):
|
|
6397
|
+
r"""DescribeDataPvUrlStatisticsV2返回参数结构体
|
|
6398
|
+
|
|
6399
|
+
"""
|
|
6400
|
+
|
|
6401
|
+
def __init__(self):
|
|
6402
|
+
r"""
|
|
6403
|
+
:param _Result: 返回值
|
|
6404
|
+
:type Result: str
|
|
6405
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6406
|
+
:type RequestId: str
|
|
6407
|
+
"""
|
|
6408
|
+
self._Result = None
|
|
6409
|
+
self._RequestId = None
|
|
6410
|
+
|
|
6411
|
+
@property
|
|
6412
|
+
def Result(self):
|
|
6413
|
+
r"""返回值
|
|
6414
|
+
:rtype: str
|
|
6415
|
+
"""
|
|
6416
|
+
return self._Result
|
|
6417
|
+
|
|
6418
|
+
@Result.setter
|
|
6419
|
+
def Result(self, Result):
|
|
6420
|
+
self._Result = Result
|
|
6421
|
+
|
|
6422
|
+
@property
|
|
6423
|
+
def RequestId(self):
|
|
6424
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6425
|
+
:rtype: str
|
|
6426
|
+
"""
|
|
6427
|
+
return self._RequestId
|
|
6428
|
+
|
|
6429
|
+
@RequestId.setter
|
|
6430
|
+
def RequestId(self, RequestId):
|
|
6431
|
+
self._RequestId = RequestId
|
|
6432
|
+
|
|
6433
|
+
|
|
6434
|
+
def _deserialize(self, params):
|
|
6435
|
+
self._Result = params.get("Result")
|
|
6436
|
+
self._RequestId = params.get("RequestId")
|
|
6437
|
+
|
|
6438
|
+
|
|
5906
6439
|
class DescribeDataReportCountRequest(AbstractModel):
|
|
5907
6440
|
r"""DescribeDataReportCount请求参数结构体
|
|
5908
6441
|
|
|
@@ -9724,11 +10257,14 @@ class DescribeScoresRequest(AbstractModel):
|
|
|
9724
10257
|
:type ID: int
|
|
9725
10258
|
:param _IsDemo: 该参数已废弃
|
|
9726
10259
|
:type IsDemo: int
|
|
10260
|
+
:param _IDList: 项目 ID 列表
|
|
10261
|
+
:type IDList: list of int
|
|
9727
10262
|
"""
|
|
9728
10263
|
self._EndTime = None
|
|
9729
10264
|
self._StartTime = None
|
|
9730
10265
|
self._ID = None
|
|
9731
10266
|
self._IsDemo = None
|
|
10267
|
+
self._IDList = None
|
|
9732
10268
|
|
|
9733
10269
|
@property
|
|
9734
10270
|
def EndTime(self):
|
|
@@ -9778,12 +10314,24 @@ class DescribeScoresRequest(AbstractModel):
|
|
|
9778
10314
|
|
|
9779
10315
|
self._IsDemo = IsDemo
|
|
9780
10316
|
|
|
10317
|
+
@property
|
|
10318
|
+
def IDList(self):
|
|
10319
|
+
r"""项目 ID 列表
|
|
10320
|
+
:rtype: list of int
|
|
10321
|
+
"""
|
|
10322
|
+
return self._IDList
|
|
10323
|
+
|
|
10324
|
+
@IDList.setter
|
|
10325
|
+
def IDList(self, IDList):
|
|
10326
|
+
self._IDList = IDList
|
|
10327
|
+
|
|
9781
10328
|
|
|
9782
10329
|
def _deserialize(self, params):
|
|
9783
10330
|
self._EndTime = params.get("EndTime")
|
|
9784
10331
|
self._StartTime = params.get("StartTime")
|
|
9785
10332
|
self._ID = params.get("ID")
|
|
9786
10333
|
self._IsDemo = params.get("IsDemo")
|
|
10334
|
+
self._IDList = params.get("IDList")
|
|
9787
10335
|
memeber_set = set(params.keys())
|
|
9788
10336
|
for name, value in vars(self).items():
|
|
9789
10337
|
property_name = name[1:]
|
|
@@ -601,6 +601,29 @@ class RumClient(AbstractClient):
|
|
|
601
601
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
602
602
|
|
|
603
603
|
|
|
604
|
+
def DescribeDataPvUrlStatisticsV2(self, request):
|
|
605
|
+
r"""获取DescribeDataPvUrlStatistics信息
|
|
606
|
+
|
|
607
|
+
:param request: Request instance for DescribeDataPvUrlStatisticsV2.
|
|
608
|
+
:type request: :class:`tencentcloud.rum.v20210622.models.DescribeDataPvUrlStatisticsV2Request`
|
|
609
|
+
:rtype: :class:`tencentcloud.rum.v20210622.models.DescribeDataPvUrlStatisticsV2Response`
|
|
610
|
+
|
|
611
|
+
"""
|
|
612
|
+
try:
|
|
613
|
+
params = request._serialize()
|
|
614
|
+
headers = request.headers
|
|
615
|
+
body = self.call("DescribeDataPvUrlStatisticsV2", params, headers=headers)
|
|
616
|
+
response = json.loads(body)
|
|
617
|
+
model = models.DescribeDataPvUrlStatisticsV2Response()
|
|
618
|
+
model._deserialize(response["Response"])
|
|
619
|
+
return model
|
|
620
|
+
except Exception as e:
|
|
621
|
+
if isinstance(e, TencentCloudSDKException):
|
|
622
|
+
raise
|
|
623
|
+
else:
|
|
624
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
625
|
+
|
|
626
|
+
|
|
604
627
|
def DescribeDataReportCount(self, request):
|
|
605
628
|
r"""获取项目上报量
|
|
606
629
|
|
|
@@ -475,6 +475,24 @@ class RumClient(AbstractClient):
|
|
|
475
475
|
|
|
476
476
|
return await self.call_and_deserialize(**kwargs)
|
|
477
477
|
|
|
478
|
+
async def DescribeDataPvUrlStatisticsV2(
|
|
479
|
+
self,
|
|
480
|
+
request: models.DescribeDataPvUrlStatisticsV2Request,
|
|
481
|
+
opts: Dict = None,
|
|
482
|
+
) -> models.DescribeDataPvUrlStatisticsV2Response:
|
|
483
|
+
"""
|
|
484
|
+
获取DescribeDataPvUrlStatistics信息
|
|
485
|
+
"""
|
|
486
|
+
|
|
487
|
+
kwargs = {}
|
|
488
|
+
kwargs["action"] = "DescribeDataPvUrlStatisticsV2"
|
|
489
|
+
kwargs["params"] = request._serialize()
|
|
490
|
+
kwargs["resp_cls"] = models.DescribeDataPvUrlStatisticsV2Response
|
|
491
|
+
kwargs["headers"] = request.headers
|
|
492
|
+
kwargs["opts"] = opts or {}
|
|
493
|
+
|
|
494
|
+
return await self.call_and_deserialize(**kwargs)
|
|
495
|
+
|
|
478
496
|
async def DescribeDataReportCount(
|
|
479
497
|
self,
|
|
480
498
|
request: models.DescribeDataReportCountRequest,
|
|
@@ -8486,7 +8486,20 @@ class ListFunctionsRequest(AbstractModel):
|
|
|
8486
8486
|
:type Namespace: str
|
|
8487
8487
|
:param _Description: 函数描述,支持模糊搜索
|
|
8488
8488
|
:type Description: str
|
|
8489
|
-
:param _Filters:
|
|
8489
|
+
:param _Filters: `过滤特定属性或者有特定标签的函数。`
|
|
8490
|
+
- 传值方式
|
|
8491
|
+
key-value 进行传值
|
|
8492
|
+
例如:"Filters": [{ "Name": "Status", "Values": ["CreateFailed","Creating"]}, {"Name": "Type","Values": ["HTTP"]}]上述条件的函数是,函数状态为创建失败或者创建中,且函数类型为 HTTP 函数
|
|
8493
|
+
- `如果通过标签进行过滤:`Filter 中 Name 字段需要以 `tag-` 起始,`-` 后跟着标签名称,`Values` 指定对应的标签值
|
|
8494
|
+
示例值:"Filters": [{"Name":"tag-dmtest","Values":["dmtest"]}]
|
|
8495
|
+
- `入参限制:`
|
|
8496
|
+
`Filter`:对应的`Name`支持的字段有:
|
|
8497
|
+
`单 Value Filter`支持的 `Name` 字段入参:['VpcId', 'SubnetId', 'ClsTopicId', 'ClsLogsetId', 'Role', 'CfsId', 'CfsMountInsId', 'Eip']
|
|
8498
|
+
`多 Value Filter`支持的 `Name` 字段入参:['Status', 'Runtime', 'Type', 'PublicNetStatus', 'AsyncRunEnable', 'TraceEnable', 'Stamp']
|
|
8499
|
+
|
|
8500
|
+
单次 API 请求的`Filters` 的上限为`10`, 即Filters 最多有 10个 {"Name":"","Values":[]} `Name -Values` 的键值对。`Filter.Values`的上限,由 `Filter` 的 `Name` 决定。
|
|
8501
|
+
1.[ VpcId', 'SubnetId', 'ClsTopicId', 'ClsLogsetId', 'Role', 'CfsId', 'CfsMountInsId', 'Eip' ] 过滤的 Name 为这些属性时, Values `只能传一个值`
|
|
8502
|
+
2.['Status', 'Runtime', 'Type', 'PublicNetStatus', 'AsyncRunEnable', 'TraceEnable', 'Stamp'] 过滤的Name 为这些属性时 ,Values `至多可以传20个值`
|
|
8490
8503
|
:type Filters: list of Filter
|
|
8491
8504
|
"""
|
|
8492
8505
|
self._Order = None
|
|
@@ -8577,7 +8590,20 @@ class ListFunctionsRequest(AbstractModel):
|
|
|
8577
8590
|
|
|
8578
8591
|
@property
|
|
8579
8592
|
def Filters(self):
|
|
8580
|
-
r"""
|
|
8593
|
+
r"""`过滤特定属性或者有特定标签的函数。`
|
|
8594
|
+
- 传值方式
|
|
8595
|
+
key-value 进行传值
|
|
8596
|
+
例如:"Filters": [{ "Name": "Status", "Values": ["CreateFailed","Creating"]}, {"Name": "Type","Values": ["HTTP"]}]上述条件的函数是,函数状态为创建失败或者创建中,且函数类型为 HTTP 函数
|
|
8597
|
+
- `如果通过标签进行过滤:`Filter 中 Name 字段需要以 `tag-` 起始,`-` 后跟着标签名称,`Values` 指定对应的标签值
|
|
8598
|
+
示例值:"Filters": [{"Name":"tag-dmtest","Values":["dmtest"]}]
|
|
8599
|
+
- `入参限制:`
|
|
8600
|
+
`Filter`:对应的`Name`支持的字段有:
|
|
8601
|
+
`单 Value Filter`支持的 `Name` 字段入参:['VpcId', 'SubnetId', 'ClsTopicId', 'ClsLogsetId', 'Role', 'CfsId', 'CfsMountInsId', 'Eip']
|
|
8602
|
+
`多 Value Filter`支持的 `Name` 字段入参:['Status', 'Runtime', 'Type', 'PublicNetStatus', 'AsyncRunEnable', 'TraceEnable', 'Stamp']
|
|
8603
|
+
|
|
8604
|
+
单次 API 请求的`Filters` 的上限为`10`, 即Filters 最多有 10个 {"Name":"","Values":[]} `Name -Values` 的键值对。`Filter.Values`的上限,由 `Filter` 的 `Name` 决定。
|
|
8605
|
+
1.[ VpcId', 'SubnetId', 'ClsTopicId', 'ClsLogsetId', 'Role', 'CfsId', 'CfsMountInsId', 'Eip' ] 过滤的 Name 为这些属性时, Values `只能传一个值`
|
|
8606
|
+
2.['Status', 'Runtime', 'Type', 'PublicNetStatus', 'AsyncRunEnable', 'TraceEnable', 'Stamp'] 过滤的Name 为这些属性时 ,Values `至多可以传20个值`
|
|
8581
8607
|
:rtype: list of Filter
|
|
8582
8608
|
"""
|
|
8583
8609
|
return self._Filters
|
|
@@ -254,6 +254,9 @@ OPERATIONDENIED_EXCEEDDOMAINLIMIT = 'OperationDenied.ExceedDomainLimit'
|
|
|
254
254
|
# 超出最大发信地址限制。
|
|
255
255
|
OPERATIONDENIED_EXCEEDSENDERLIMIT = 'OperationDenied.ExceedSenderLimit'
|
|
256
256
|
|
|
257
|
+
# 不允许删除域名
|
|
258
|
+
OPERATIONDENIED_NOTALLOWDELETE = 'OperationDenied.NotAllowDelete'
|
|
259
|
+
|
|
257
260
|
# 收件人列表正在上传中,请稍后操作。
|
|
258
261
|
OPERATIONDENIED_RECEIVERISOPERATING = 'OperationDenied.ReceiverIsOperating'
|
|
259
262
|
|