tencentcloud-sdk-python-intl-en 3.0.1265__py2.py3-none-any.whl → 3.0.1267__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.
@@ -72,6 +72,29 @@ class SqlserverClient(AbstractClient):
72
72
  raise TencentCloudSDKException(type(e).__name__, str(e))
73
73
 
74
74
 
75
+ def CompleteExpansion(self, request):
76
+ """This API is used to complete the instance upgrade and switch immediately without waiting for the maintenance window when the instance status is "upgrade pending switch" after scale-out is initiated. This API needs to be called during off-peak hours of the instance. Some databases cannot be accessed before the switch is completed.
77
+
78
+ :param request: Request instance for CompleteExpansion.
79
+ :type request: :class:`tencentcloud.sqlserver.v20180328.models.CompleteExpansionRequest`
80
+ :rtype: :class:`tencentcloud.sqlserver.v20180328.models.CompleteExpansionResponse`
81
+
82
+ """
83
+ try:
84
+ params = request._serialize()
85
+ headers = request.headers
86
+ body = self.call("CompleteExpansion", params, headers=headers)
87
+ response = json.loads(body)
88
+ model = models.CompleteExpansionResponse()
89
+ model._deserialize(response["Response"])
90
+ return model
91
+ except Exception as e:
92
+ if isinstance(e, TencentCloudSDKException):
93
+ raise
94
+ else:
95
+ raise TencentCloudSDKException(type(e).__name__, str(e))
96
+
97
+
75
98
  def CreateAccount(self, request):
76
99
  """This API is used to create an instance account.
77
100
 
@@ -371,6 +394,29 @@ class SqlserverClient(AbstractClient):
371
394
  raise TencentCloudSDKException(type(e).__name__, str(e))
372
395
 
373
396
 
397
+ def CutXEvents(self, request):
398
+ """This API is used to manually cut block logs and deadlock logs.
399
+
400
+ :param request: Request instance for CutXEvents.
401
+ :type request: :class:`tencentcloud.sqlserver.v20180328.models.CutXEventsRequest`
402
+ :rtype: :class:`tencentcloud.sqlserver.v20180328.models.CutXEventsResponse`
403
+
404
+ """
405
+ try:
406
+ params = request._serialize()
407
+ headers = request.headers
408
+ body = self.call("CutXEvents", params, headers=headers)
409
+ response = json.loads(body)
410
+ model = models.CutXEventsResponse()
411
+ model._deserialize(response["Response"])
412
+ return model
413
+ except Exception as e:
414
+ if isinstance(e, TencentCloudSDKException):
415
+ raise
416
+ else:
417
+ raise TencentCloudSDKException(type(e).__name__, str(e))
418
+
419
+
374
420
  def DeleteAccount(self, request):
375
421
  """This API is used to delete an instance account.
376
422
 
@@ -693,6 +739,29 @@ class SqlserverClient(AbstractClient):
693
739
  raise TencentCloudSDKException(type(e).__name__, str(e))
694
740
 
695
741
 
742
+ def DescribeCrossRegionZone(self, request):
743
+ """This API is used to query the disaster recovery region and AZ of the secondary node based on the primary instance.
744
+
745
+ :param request: Request instance for DescribeCrossRegionZone.
746
+ :type request: :class:`tencentcloud.sqlserver.v20180328.models.DescribeCrossRegionZoneRequest`
747
+ :rtype: :class:`tencentcloud.sqlserver.v20180328.models.DescribeCrossRegionZoneResponse`
748
+
749
+ """
750
+ try:
751
+ params = request._serialize()
752
+ headers = request.headers
753
+ body = self.call("DescribeCrossRegionZone", params, headers=headers)
754
+ response = json.loads(body)
755
+ model = models.DescribeCrossRegionZoneResponse()
756
+ model._deserialize(response["Response"])
757
+ return model
758
+ except Exception as e:
759
+ if isinstance(e, TencentCloudSDKException):
760
+ raise
761
+ else:
762
+ raise TencentCloudSDKException(type(e).__name__, str(e))
763
+
764
+
696
765
  def DescribeDBCharsets(self, request):
697
766
  """This API is used to query the database character sets supported by an instance.
698
767
 
@@ -831,6 +900,29 @@ class SqlserverClient(AbstractClient):
831
900
  raise TencentCloudSDKException(type(e).__name__, str(e))
832
901
 
833
902
 
903
+ def DescribeDatabases(self, request):
904
+ """This API is used to query the database list.
905
+
906
+ :param request: Request instance for DescribeDatabases.
907
+ :type request: :class:`tencentcloud.sqlserver.v20180328.models.DescribeDatabasesRequest`
908
+ :rtype: :class:`tencentcloud.sqlserver.v20180328.models.DescribeDatabasesResponse`
909
+
910
+ """
911
+ try:
912
+ params = request._serialize()
913
+ headers = request.headers
914
+ body = self.call("DescribeDatabases", params, headers=headers)
915
+ response = json.loads(body)
916
+ model = models.DescribeDatabasesResponse()
917
+ model._deserialize(response["Response"])
918
+ return model
919
+ except Exception as e:
920
+ if isinstance(e, TencentCloudSDKException):
921
+ raise
922
+ else:
923
+ raise TencentCloudSDKException(type(e).__name__, str(e))
924
+
925
+
834
926
  def DescribeFlowStatus(self, request):
835
927
  """This API is used to query flow status.
836
928
 
@@ -946,6 +1038,52 @@ class SqlserverClient(AbstractClient):
946
1038
  raise TencentCloudSDKException(type(e).__name__, str(e))
947
1039
 
948
1040
 
1041
+ def DescribeInstanceTasks(self, request):
1042
+ """This API is used to query the list of asynchronous tasks related to an instance.
1043
+
1044
+ :param request: Request instance for DescribeInstanceTasks.
1045
+ :type request: :class:`tencentcloud.sqlserver.v20180328.models.DescribeInstanceTasksRequest`
1046
+ :rtype: :class:`tencentcloud.sqlserver.v20180328.models.DescribeInstanceTasksResponse`
1047
+
1048
+ """
1049
+ try:
1050
+ params = request._serialize()
1051
+ headers = request.headers
1052
+ body = self.call("DescribeInstanceTasks", params, headers=headers)
1053
+ response = json.loads(body)
1054
+ model = models.DescribeInstanceTasksResponse()
1055
+ model._deserialize(response["Response"])
1056
+ return model
1057
+ except Exception as e:
1058
+ if isinstance(e, TencentCloudSDKException):
1059
+ raise
1060
+ else:
1061
+ raise TencentCloudSDKException(type(e).__name__, str(e))
1062
+
1063
+
1064
+ def DescribeInstanceTradeParameter(self, request):
1065
+ """This API is used to query the instance billing parameters.
1066
+
1067
+ :param request: Request instance for DescribeInstanceTradeParameter.
1068
+ :type request: :class:`tencentcloud.sqlserver.v20180328.models.DescribeInstanceTradeParameterRequest`
1069
+ :rtype: :class:`tencentcloud.sqlserver.v20180328.models.DescribeInstanceTradeParameterResponse`
1070
+
1071
+ """
1072
+ try:
1073
+ params = request._serialize()
1074
+ headers = request.headers
1075
+ body = self.call("DescribeInstanceTradeParameter", params, headers=headers)
1076
+ response = json.loads(body)
1077
+ model = models.DescribeInstanceTradeParameterResponse()
1078
+ model._deserialize(response["Response"])
1079
+ return model
1080
+ except Exception as e:
1081
+ if isinstance(e, TencentCloudSDKException):
1082
+ raise
1083
+ else:
1084
+ raise TencentCloudSDKException(type(e).__name__, str(e))
1085
+
1086
+
949
1087
  def DescribeMaintenanceSpan(self, request):
950
1088
  """This API is used to query the maintenance time window of an instance based on its instance ID.
951
1089
 
@@ -1176,6 +1314,29 @@ class SqlserverClient(AbstractClient):
1176
1314
  raise TencentCloudSDKException(type(e).__name__, str(e))
1177
1315
 
1178
1316
 
1317
+ def DescribeUpgradeInstanceCheck(self, request):
1318
+ """This API is used to pre-check the impact of the instance configuration adjustment before the adjustment.
1319
+
1320
+ :param request: Request instance for DescribeUpgradeInstanceCheck.
1321
+ :type request: :class:`tencentcloud.sqlserver.v20180328.models.DescribeUpgradeInstanceCheckRequest`
1322
+ :rtype: :class:`tencentcloud.sqlserver.v20180328.models.DescribeUpgradeInstanceCheckResponse`
1323
+
1324
+ """
1325
+ try:
1326
+ params = request._serialize()
1327
+ headers = request.headers
1328
+ body = self.call("DescribeUpgradeInstanceCheck", params, headers=headers)
1329
+ response = json.loads(body)
1330
+ model = models.DescribeUpgradeInstanceCheckResponse()
1331
+ model._deserialize(response["Response"])
1332
+ return model
1333
+ except Exception as e:
1334
+ if isinstance(e, TencentCloudSDKException):
1335
+ raise
1336
+ else:
1337
+ raise TencentCloudSDKException(type(e).__name__, str(e))
1338
+
1339
+
1179
1340
  def DescribeUploadBackupInfo(self, request):
1180
1341
  """This API is used to query a backup upload permission.
1181
1342
 
@@ -1453,6 +1614,29 @@ class SqlserverClient(AbstractClient):
1453
1614
  raise TencentCloudSDKException(type(e).__name__, str(e))
1454
1615
 
1455
1616
 
1617
+ def ModifyDBInstanceNote(self, request):
1618
+ """This API is used to modify the instance remarks.
1619
+
1620
+ :param request: Request instance for ModifyDBInstanceNote.
1621
+ :type request: :class:`tencentcloud.sqlserver.v20180328.models.ModifyDBInstanceNoteRequest`
1622
+ :rtype: :class:`tencentcloud.sqlserver.v20180328.models.ModifyDBInstanceNoteResponse`
1623
+
1624
+ """
1625
+ try:
1626
+ params = request._serialize()
1627
+ headers = request.headers
1628
+ body = self.call("ModifyDBInstanceNote", params, headers=headers)
1629
+ response = json.loads(body)
1630
+ model = models.ModifyDBInstanceNoteResponse()
1631
+ model._deserialize(response["Response"])
1632
+ return model
1633
+ except Exception as e:
1634
+ if isinstance(e, TencentCloudSDKException):
1635
+ raise
1636
+ else:
1637
+ raise TencentCloudSDKException(type(e).__name__, str(e))
1638
+
1639
+
1456
1640
  def ModifyDBInstanceProject(self, request):
1457
1641
  """This API is used to modify the project to which a database instance belongs.
1458
1642
 
@@ -12693,7 +12693,7 @@ Note: This field may return null, which indicates a failure to obtain a valid va
12693
12693
  :param _ActiveTime: Version effective time in UTC+8, following the date and time format of the ISO 8601 standard.
12694
12694
  Note: This field may return null, which indicates a failure to obtain a valid value.
12695
12695
  :type ActiveTime: str
12696
- :param _IsPlaned: This parameter is used to record whether "I've upgraded to the lastest verison" is completed before the origin ACLs version is effective. valid values:.
12696
+ :param _IsPlaned: This parameter is used to record whether "I've upgraded to the lastest version" is completed before the origin ACLs version is effective. valid values:.
12697
12697
  - true: specifies that the version is effective and the update to the latest version is confirmed.
12698
12698
  - false: when the version takes effect, the confirmation of updating to the latest origin ACLs are not completed. The IP range is forcibly updated to the latest version in the backend. When this parameter returns false, please confirm in time whether your origin server firewall configuration has been updated to the latest version to avoid origin-pull failure.
12699
12699
  Note: This field may return null, which indicates a failure to obtain a valid value.
@@ -12742,7 +12742,7 @@ Note: This field may return null, which indicates a failure to obtain a valid va
12742
12742
 
12743
12743
  @property
12744
12744
  def IsPlaned(self):
12745
- """This parameter is used to record whether "I've upgraded to the lastest verison" is completed before the origin ACLs version is effective. valid values:.
12745
+ """This parameter is used to record whether "I've upgraded to the lastest version" is completed before the origin ACLs version is effective. valid values:.
12746
12746
  - true: specifies that the version is effective and the update to the latest version is confirmed.
12747
12747
  - false: when the version takes effect, the confirmation of updating to the latest origin ACLs are not completed. The IP range is forcibly updated to the latest version in the backend. When this parameter returns false, please confirm in time whether your origin server firewall configuration has been updated to the latest version to avoid origin-pull failure.
12748
12748
  Note: This field may return null, which indicates a failure to obtain a valid value.
@@ -24670,49 +24670,23 @@ class DescribeTimingL7AnalysisDataRequest(AbstractModel):
24670
24670
  r"""
24671
24671
  :param _StartTime: The start time.
24672
24672
  :type StartTime: str
24673
- :param _EndTime: End time. the query time range (`EndTime` - `StartTime`) must be less than or equal to 31 days.
24673
+ :param _EndTime: End time. The query time range (`EndTime` - `StartTime`) must be less than or equal to 31 days.
24674
24674
  :type EndTime: str
24675
- :param _MetricNames: Metric list. Valid values:.
24676
- <Li>l7Flow_outFlux: L7 EdgeOne response traffic. Unit: byte;</li>
24677
- <Li>l7Flow_inFlux: L7 client request traffic. Unit: byte;</li>
24678
- <Li>l7Flow_flux: L7 total traffic (including EdgeOne response traffic and client request traffic). Unit: byte;</li>
24679
- <Li>l7Flow_outBandwidth: L7 EdgeOne response bandwidth. Unit: bps;</li>
24680
- <Li>l7Flow_inBandwidth: L7 client request bandwidth. Unit: bps;</li>
24681
- <Li>l7Flow_bandwidth: L7 total bandwidth (including EdgeOne response bandwidth and client request bandwidth). Unit: bps;</li>
24682
- <Li>l7Flow_request: L7 request count. Unit: times;</li>
24683
- <Li>l7Flow_avgResponseTime: Average L7 edge response time. Unit: ms (milliseconds);</li>
24684
- <Li>l7Flow_avgFirstByteResponseTime: Average L7 edge first byte response time. Unit: ms.</li>
24675
+ :param _MetricNames: Metric list. Valid values:
24676
+ <Li>l7Flow_outFlux: L7 EdgeOne response traffic. Unit: byte;</li><Li>l7Flow_inFlux: L7 client request traffic. Unit: byte;</li><Li>l7Flow_flux: L7 total traffic (including EdgeOne response traffic and client request traffic). Unit: byte;</li><Li>l7Flow_outBandwidth: L7 EdgeOne response bandwidth. Unit: bps;</li><Li>l7Flow_inBandwidth: L7 client request bandwidth. Unit: bps;</li><Li>l7Flow_bandwidth: L7 total bandwidth (including EdgeOne response bandwidth and client request bandwidth). Unit: bps;</li><Li>l7Flow_request: L7 request count. Unit: times;</li><Li>l7Flow_avgResponseTime: Average L7 edge response time. Unit: ms (milliseconds);</li><Li>l7Flow_avgFirstByteResponseTime: Average L7 edge first byte response time. Unit: ms.</li>
24685
24677
  :type MetricNames: list of str
24686
- :param _ZoneIds: Site ID set. this parameter is required. a maximum of 100 site ids can be imported. use `*` to query data for all sites under the tencent cloud root account. to query account-level data, you must have resource permissions for all sites in this api.
24678
+ :param _ZoneIds: Site ID list. This parameter is required. A maximum of 100 site IDs can be imported. Use `*` to query data for all sites under the Tencent Cloud root account. To query account-level data, you must have resource permissions for all sites in this API.
24687
24679
  :type ZoneIds: list of str
24688
24680
  :param _Interval: Query period granularity. Valid values:
24689
24681
  <li>min: 1 minute;</li>
24690
24682
  <li>5min: 5 minutes;</li>
24691
24683
  <li>hour: 1 hour;</li>
24692
- <li>day: 1 day.</li>If this parameter is not filled in, the granularity will be automatically calculated based on the interval between the start time and end time. Specifically, data will be queried with a granularity of min, 5min, hour, and day respectively when the period is no more than 1 hour, no more than 2 days, no more than 7 days, and over 7 days.
24684
+ <li>day: 1 day.</li>If this parameter is not filled in, the granularity will be automatically calculated based on the interval between the start time and end time. Specifically, data will be queried with a granularity of min, 5min, hour, and day respectively when the period is no more than 2 hours, no more than 2 days, no more than 7 days, and over 7 days.
24693
24685
  :type Interval: str
24694
- :param _Filters: Filter criteria. The detailed key values of filter criteria are as follows:
24695
- <li>country: filter by country/region. The country/region follows the <a href="https://baike.baidu.com/item/ISO%203166-1/5269555">ISO 3166-1 alpha-2</a> standard. Example value: CN.</li>
24696
- <li>province: filter by province. This parameter is supported only when the service area is the chinese mainland. refer to the <a href="https://intl.cloud.tencent.com/document/product/228/6316?from_cn_redirect=1#.E5.8C.BA.E5.9F.9F-.2F-.E8.BF.90.E8.90.a5.E5.95.86.E6.98.a0.E5.B0.84.E8.a1.a8">mapping table of provinces within the chinese mainland</a> for province codes. Example value: 22.</li>
24697
- <li>isp: filter by isp. This parameter only supports the service area of chinese mainland. The corresponding value options are as follows:<br> 2: china telecom;<br> 26: china unicom;<br> 1046: cmcc;<br> 3947: china tietong;<br> 38: china education network;<br> 43: great wall broadband;<br> 0: other isp.</li>
24698
- <Li>domain: filter by subdomain. Example value: www.example.com.</li>
24699
- <li>url: filter by url Path. Example value: /content or /content/test.jpg. If you fill in url parameters, you can query the data of the last 30 days at most.</li>
24700
- <Li>referer: filter by referer request header. Example value: http://www.example.com/. If the referer parameter is provided, up to 30 days of data can be queried.</li>
24701
- <li>resourceType: filter by resource type. The resource type is generally a file suffix. Example value: .jpg. If the resourceType parameter is provided, data from the last 30 days can be queried at most;</li>
24702
- <li>protocol: filter by HTTP protocol version. The corresponding value options are as follows:<br> HTTP/1.0;<br> HTTP/1.1;<br> HTTP/2.0;<br> HTTP/3;<br> WebSocket.</li>
24703
- <li>socket: filter by HTTP protocol type. The corresponding value options are as follows:<br>HTTP: hypertext transfer protocol;<br>HTTPS: HTTPS protocol;<br>QUIC: QUIC protocol.</li>
24704
- <li>statusCode: filter by edge status code. If the statusCode parameter is filled in, data from the last 30 days can be queried at most. The corresponding value options are as follows:<br> 1XX: 1XX type status codes;<br> 2XX: 2XX type status codes;<br> 3XX: 3XX type status codes;<br> 4XX: 4XX type status codes;<br> 5XX: 5XX type status codes;<br> integers within the range [0,600).</li>
24705
- <li>browserType: filter by browser type. If the browserType parameter is filled in, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> Firefox: Firefox browser;<br> Chrome: Chrome browser;<br> Safari: Safari browser;<br> Other: Other browser types;<br> Empty: browser type is Empty;<br> Bot: search engine crawler;<br> MicrosoftEdge: microsoft edge browser;<br> IE: IE browser;<br> Opera: Opera browser;<br> QQBrowser: QQ browser;<br> LBBrowser: LB browser;<br> MaxthonBrowser: Maxthon browser;<br> SouGouBrowser: sogou browser;<br> BIDUBrowser: BIDUBrowser;<br> TaoBrowser: TaoBrowser;<br> UBrowser: UC browser.</li>
24706
- <li>deviceType: filter by device type. If the deviceType parameter is filled in, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> TV: TV device;<br> Tablet: Tablet device;<br> Mobile: Mobile device;<br> Desktop: Desktop device;<br> Other: Other device type;<br> Empty: device type Empty.</li>
24707
- <li>operatingSystemType: filter by operating system type. If the operatingSystemType parameter is filled in, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> Linux: Linux operating system;<br> MacOS: MacOS operating system;<br> Android: Android operating system;<br> IOS: IOS operating system;<br> Windows: Windows operating system;<br> NetBSD: NetBSD;<br> ChromiumOS: ChromiumOS;<br> Bot: Bot: search engine crawler;<br> Other: Other types of operating systems;<br> Empty: operating system is Empty.</li>
24708
- <li>tlsVersion: filter by TLS version. If the tlsVersion parameter is input, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> TLS1.0;<br> TLS1.1;<br> TLS1.2;<br> TLS1.3.</li>
24709
- <li>ipVersion: filter by IP version. The options for the corresponding value are as follows:<br> 4: IPv4;<br> 6: IPv6.</li>
24710
- <li>cacheType: filter by cache status. The options for The corresponding value are as follows:<br>hit: request hits EdgeOne node cache, and resources are provided by node cache. partial cache hit for resources is also recorded as hit.<br>miss: request does not hit EdgeOne node cache, and resources are provided by the origin server.<br>dynamic: requested resources cannot be cached/unconfigured to be cached by node cache, and resources are provided by the origin server.<br>other: unrecognizable cache status. requests responded to by edge functions are recorded as other.</li>
24711
- <li>clientIp: filter by client IP. If the clientIp parameter is filled in, data from the last 30 days can be queried at most.</li>
24712
- <li>userAgent: filter by User-Agent request header. If the userAgent parameter is filled in, data from the last 30 days can be queried at most.</li>
24713
-
24686
+ :param _Filters: Filtering conditions used when querying data. Refer to the [Filtering Conditions for Analytics](https://www.tencentcloud.com/document/product/1145/56985) document for the available filters applicable to L7 client traffic, bandwidth and requests.
24687
+ To restrict results by zone or content identifier, input the corresponding values via the `ZoneIds.N` parameter.
24714
24688
  :type Filters: list of QueryCondition
24715
- :param _Area: Data ownership region. This parameter is deprecated. Please filter data by client region in Filters.country.
24689
+ :param _Area: Data region. This parameter is deprecated. Please filter data by client region in `Filters.country`.
24716
24690
  :type Area: str
24717
24691
  """
24718
24692
  self._StartTime = None
@@ -24736,7 +24710,7 @@ class DescribeTimingL7AnalysisDataRequest(AbstractModel):
24736
24710
 
24737
24711
  @property
24738
24712
  def EndTime(self):
24739
- """End time. the query time range (`EndTime` - `StartTime`) must be less than or equal to 31 days.
24713
+ """End time. The query time range (`EndTime` - `StartTime`) must be less than or equal to 31 days.
24740
24714
  :rtype: str
24741
24715
  """
24742
24716
  return self._EndTime
@@ -24747,16 +24721,8 @@ class DescribeTimingL7AnalysisDataRequest(AbstractModel):
24747
24721
 
24748
24722
  @property
24749
24723
  def MetricNames(self):
24750
- """Metric list. Valid values:.
24751
- <Li>l7Flow_outFlux: L7 EdgeOne response traffic. Unit: byte;</li>
24752
- <Li>l7Flow_inFlux: L7 client request traffic. Unit: byte;</li>
24753
- <Li>l7Flow_flux: L7 total traffic (including EdgeOne response traffic and client request traffic). Unit: byte;</li>
24754
- <Li>l7Flow_outBandwidth: L7 EdgeOne response bandwidth. Unit: bps;</li>
24755
- <Li>l7Flow_inBandwidth: L7 client request bandwidth. Unit: bps;</li>
24756
- <Li>l7Flow_bandwidth: L7 total bandwidth (including EdgeOne response bandwidth and client request bandwidth). Unit: bps;</li>
24757
- <Li>l7Flow_request: L7 request count. Unit: times;</li>
24758
- <Li>l7Flow_avgResponseTime: Average L7 edge response time. Unit: ms (milliseconds);</li>
24759
- <Li>l7Flow_avgFirstByteResponseTime: Average L7 edge first byte response time. Unit: ms.</li>
24724
+ """Metric list. Valid values:
24725
+ <Li>l7Flow_outFlux: L7 EdgeOne response traffic. Unit: byte;</li><Li>l7Flow_inFlux: L7 client request traffic. Unit: byte;</li><Li>l7Flow_flux: L7 total traffic (including EdgeOne response traffic and client request traffic). Unit: byte;</li><Li>l7Flow_outBandwidth: L7 EdgeOne response bandwidth. Unit: bps;</li><Li>l7Flow_inBandwidth: L7 client request bandwidth. Unit: bps;</li><Li>l7Flow_bandwidth: L7 total bandwidth (including EdgeOne response bandwidth and client request bandwidth). Unit: bps;</li><Li>l7Flow_request: L7 request count. Unit: times;</li><Li>l7Flow_avgResponseTime: Average L7 edge response time. Unit: ms (milliseconds);</li><Li>l7Flow_avgFirstByteResponseTime: Average L7 edge first byte response time. Unit: ms.</li>
24760
24726
  :rtype: list of str
24761
24727
  """
24762
24728
  return self._MetricNames
@@ -24767,7 +24733,7 @@ class DescribeTimingL7AnalysisDataRequest(AbstractModel):
24767
24733
 
24768
24734
  @property
24769
24735
  def ZoneIds(self):
24770
- """Site ID set. this parameter is required. a maximum of 100 site ids can be imported. use `*` to query data for all sites under the tencent cloud root account. to query account-level data, you must have resource permissions for all sites in this api.
24736
+ """Site ID list. This parameter is required. A maximum of 100 site IDs can be imported. Use `*` to query data for all sites under the Tencent Cloud root account. To query account-level data, you must have resource permissions for all sites in this API.
24771
24737
  :rtype: list of str
24772
24738
  """
24773
24739
  return self._ZoneIds
@@ -24782,7 +24748,7 @@ class DescribeTimingL7AnalysisDataRequest(AbstractModel):
24782
24748
  <li>min: 1 minute;</li>
24783
24749
  <li>5min: 5 minutes;</li>
24784
24750
  <li>hour: 1 hour;</li>
24785
- <li>day: 1 day.</li>If this parameter is not filled in, the granularity will be automatically calculated based on the interval between the start time and end time. Specifically, data will be queried with a granularity of min, 5min, hour, and day respectively when the period is no more than 1 hour, no more than 2 days, no more than 7 days, and over 7 days.
24751
+ <li>day: 1 day.</li>If this parameter is not filled in, the granularity will be automatically calculated based on the interval between the start time and end time. Specifically, data will be queried with a granularity of min, 5min, hour, and day respectively when the period is no more than 2 hours, no more than 2 days, no more than 7 days, and over 7 days.
24786
24752
  :rtype: str
24787
24753
  """
24788
24754
  return self._Interval
@@ -24793,26 +24759,8 @@ class DescribeTimingL7AnalysisDataRequest(AbstractModel):
24793
24759
 
24794
24760
  @property
24795
24761
  def Filters(self):
24796
- """Filter criteria. The detailed key values of filter criteria are as follows:
24797
- <li>country: filter by country/region. The country/region follows the <a href="https://baike.baidu.com/item/ISO%203166-1/5269555">ISO 3166-1 alpha-2</a> standard. Example value: CN.</li>
24798
- <li>province: filter by province. This parameter is supported only when the service area is the chinese mainland. refer to the <a href="https://intl.cloud.tencent.com/document/product/228/6316?from_cn_redirect=1#.E5.8C.BA.E5.9F.9F-.2F-.E8.BF.90.E8.90.a5.E5.95.86.E6.98.a0.E5.B0.84.E8.a1.a8">mapping table of provinces within the chinese mainland</a> for province codes. Example value: 22.</li>
24799
- <li>isp: filter by isp. This parameter only supports the service area of chinese mainland. The corresponding value options are as follows:<br> 2: china telecom;<br> 26: china unicom;<br> 1046: cmcc;<br> 3947: china tietong;<br> 38: china education network;<br> 43: great wall broadband;<br> 0: other isp.</li>
24800
- <Li>domain: filter by subdomain. Example value: www.example.com.</li>
24801
- <li>url: filter by url Path. Example value: /content or /content/test.jpg. If you fill in url parameters, you can query the data of the last 30 days at most.</li>
24802
- <Li>referer: filter by referer request header. Example value: http://www.example.com/. If the referer parameter is provided, up to 30 days of data can be queried.</li>
24803
- <li>resourceType: filter by resource type. The resource type is generally a file suffix. Example value: .jpg. If the resourceType parameter is provided, data from the last 30 days can be queried at most;</li>
24804
- <li>protocol: filter by HTTP protocol version. The corresponding value options are as follows:<br> HTTP/1.0;<br> HTTP/1.1;<br> HTTP/2.0;<br> HTTP/3;<br> WebSocket.</li>
24805
- <li>socket: filter by HTTP protocol type. The corresponding value options are as follows:<br>HTTP: hypertext transfer protocol;<br>HTTPS: HTTPS protocol;<br>QUIC: QUIC protocol.</li>
24806
- <li>statusCode: filter by edge status code. If the statusCode parameter is filled in, data from the last 30 days can be queried at most. The corresponding value options are as follows:<br> 1XX: 1XX type status codes;<br> 2XX: 2XX type status codes;<br> 3XX: 3XX type status codes;<br> 4XX: 4XX type status codes;<br> 5XX: 5XX type status codes;<br> integers within the range [0,600).</li>
24807
- <li>browserType: filter by browser type. If the browserType parameter is filled in, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> Firefox: Firefox browser;<br> Chrome: Chrome browser;<br> Safari: Safari browser;<br> Other: Other browser types;<br> Empty: browser type is Empty;<br> Bot: search engine crawler;<br> MicrosoftEdge: microsoft edge browser;<br> IE: IE browser;<br> Opera: Opera browser;<br> QQBrowser: QQ browser;<br> LBBrowser: LB browser;<br> MaxthonBrowser: Maxthon browser;<br> SouGouBrowser: sogou browser;<br> BIDUBrowser: BIDUBrowser;<br> TaoBrowser: TaoBrowser;<br> UBrowser: UC browser.</li>
24808
- <li>deviceType: filter by device type. If the deviceType parameter is filled in, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> TV: TV device;<br> Tablet: Tablet device;<br> Mobile: Mobile device;<br> Desktop: Desktop device;<br> Other: Other device type;<br> Empty: device type Empty.</li>
24809
- <li>operatingSystemType: filter by operating system type. If the operatingSystemType parameter is filled in, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> Linux: Linux operating system;<br> MacOS: MacOS operating system;<br> Android: Android operating system;<br> IOS: IOS operating system;<br> Windows: Windows operating system;<br> NetBSD: NetBSD;<br> ChromiumOS: ChromiumOS;<br> Bot: Bot: search engine crawler;<br> Other: Other types of operating systems;<br> Empty: operating system is Empty.</li>
24810
- <li>tlsVersion: filter by TLS version. If the tlsVersion parameter is input, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> TLS1.0;<br> TLS1.1;<br> TLS1.2;<br> TLS1.3.</li>
24811
- <li>ipVersion: filter by IP version. The options for the corresponding value are as follows:<br> 4: IPv4;<br> 6: IPv6.</li>
24812
- <li>cacheType: filter by cache status. The options for The corresponding value are as follows:<br>hit: request hits EdgeOne node cache, and resources are provided by node cache. partial cache hit for resources is also recorded as hit.<br>miss: request does not hit EdgeOne node cache, and resources are provided by the origin server.<br>dynamic: requested resources cannot be cached/unconfigured to be cached by node cache, and resources are provided by the origin server.<br>other: unrecognizable cache status. requests responded to by edge functions are recorded as other.</li>
24813
- <li>clientIp: filter by client IP. If the clientIp parameter is filled in, data from the last 30 days can be queried at most.</li>
24814
- <li>userAgent: filter by User-Agent request header. If the userAgent parameter is filled in, data from the last 30 days can be queried at most.</li>
24815
-
24762
+ """Filtering conditions used when querying data. Refer to the [Filtering Conditions for Analytics](https://www.tencentcloud.com/document/product/1145/56985) document for the available filters applicable to L7 client traffic, bandwidth and requests.
24763
+ To restrict results by zone or content identifier, input the corresponding values via the `ZoneIds.N` parameter.
24816
24764
  :rtype: list of QueryCondition
24817
24765
  """
24818
24766
  return self._Filters
@@ -24823,7 +24771,7 @@ class DescribeTimingL7AnalysisDataRequest(AbstractModel):
24823
24771
 
24824
24772
  @property
24825
24773
  def Area(self):
24826
- """Data ownership region. This parameter is deprecated. Please filter data by client region in Filters.country.
24774
+ """Data region. This parameter is deprecated. Please filter data by client region in `Filters.country`.
24827
24775
  :rtype: str
24828
24776
  """
24829
24777
  return self._Area
@@ -25160,7 +25108,7 @@ class DescribeTopL7AnalysisDataRequest(AbstractModel):
25160
25108
  r"""
25161
25109
  :param _StartTime: The start time.
25162
25110
  :type StartTime: str
25163
- :param _EndTime: End time. the query time range (`EndTime` - `StartTime`) must be less than or equal to 31 days.
25111
+ :param _EndTime: End time. The query time range (`EndTime` - `StartTime`) must be less than or equal to 31 days.
25164
25112
  :type EndTime: str
25165
25113
  :param _MetricName: Queried metric. Valid values:
25166
25114
  <li> l7Flow_outFlux_country: L7 EdgeOne response traffic aggregated by the country/region dimension;</li>
@@ -25188,38 +25136,15 @@ class DescribeTopL7AnalysisDataRequest(AbstractModel):
25188
25136
  <li> l7Flow_request_ua_os: L7 request count aggregated by the operating system type dimension.</li>
25189
25137
  <li> l7Flow_request_ua: L7 request count aggregated by the User-Agent dimension.</li>
25190
25138
  :type MetricName: str
25191
- :param _ZoneIds: Site ID set. this parameter is required. a maximum of 100 site ids can be imported. use `*` to query data for all sites under the tencent cloud root account. to query account-level data, you must have resource permissions for all sites in this api.
25139
+ :param _ZoneIds: Site ID list. This parameter is required. A maximum of 100 site IDs can be imported. Use `*` to query data for all sites under the Tencent Cloud root account. To query account-level data, you must have resource permissions for all sites in this API.
25192
25140
  :type ZoneIds: list of str
25193
25141
  :param _Limit: Indicates the top N data to be queried. The maximum value is 1000. If this parameter is not input, the default value is 10, indicating querying the top 10 data.
25194
25142
  :type Limit: int
25195
- :param _Filters: Filter criteria. The detailed key values of filter criteria are as follows:
25196
- <li>country: filter by country/region. The country/region follows the <a href="https://baike.baidu.com/item/ISO%203166-1/5269555">ISO 3166-1 alpha-2</a> standard. Example value: CN.</li>
25197
- <li>province: filter by province. This parameter is supported only when the service area is the chinese mainland. refer to the <a href="https://intl.cloud.tencent.com/document/product/228/6316?from_cn_redirect=1#.E5.8C.BA.E5.9F.9F-.2F-.E8.BF.90.E8.90.a5.E5.95.86.E6.98.a0.E5.B0.84.E8.a1.a8">mapping table of provinces within the chinese mainland</a> for province codes. Example value: 22.</li>
25198
- <li>isp: filter by isp. This parameter only supports the service area of chinese mainland. The corresponding value options are as follows:<br> 2: china telecom;<br> 26: china unicom;<br> 1046: cmcc;<br> 3947: china tietong;<br> 38: china education network;<br> 43: great wall broadband;<br> 0: other isp.</li>
25199
- <Li>domain: filter by subdomain. Example value: www.example.com.</li>
25200
- <li>url: filter by url Path. Example value: /content or /content/test.jpg. If you fill in url parameters, you can query the data of the last 30 days at most.</li>
25201
- <Li>referer: filter by referer request header. Example value: http://www.example.com/. If the referer parameter is provided, up to 30 days of data can be queried.</li>
25202
- <li>resourceType: filter by resource type. The resource type is generally a file suffix. Example value: .jpg. If the resourceType parameter is provided, data from the last 30 days can be queried at most;</li>
25203
- <li>protocol: filter by HTTP protocol version. The corresponding value options are as follows:<br> HTTP/1.0;<br> HTTP/1.1;<br> HTTP/2.0;<br> HTTP/3;<br> WebSocket.</li>
25204
- <li>socket: filter by HTTP protocol type. The corresponding value options are as follows:<br>HTTP: hypertext transfer protocol;<br>HTTPS: HTTPS protocol;<br>QUIC: QUIC protocol.</li>
25205
- <li>statusCode: filter by edge status code. If the statusCode parameter is filled in, data from the last 30 days can be queried at most. The corresponding value options are as follows:<br> 1XX: 1XX type status codes;<br> 2XX: 2XX type status codes;<br> 3XX: 3XX type status codes;<br> 4XX: 4XX type status codes;<br> 5XX: 5XX type status codes;<br> integers within the range [0,600).</li>
25206
- <li>browserType: filter by browser type. If the browserType parameter is filled in, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> Firefox: Firefox browser;<br> Chrome: Chrome browser;<br> Safari: Safari browser;<br> Other: Other browser types;<br> Empty: browser type is Empty;<br> Bot: search engine crawler;<br> MicrosoftEdge: microsoft edge browser;<br> IE: IE browser;<br> Opera: Opera browser;<br> QQBrowser: QQ browser;<br> LBBrowser: LB browser;<br> MaxthonBrowser: Maxthon browser;<br> SouGouBrowser: sogou browser;<br> BIDUBrowser: BIDUBrowser;<br> TaoBrowser: TaoBrowser;<br> UBrowser: UC browser.</li>
25207
- <li>deviceType: filter by device type. If the deviceType parameter is filled in, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> TV: TV device;<br> Tablet: Tablet device;<br> Mobile: Mobile device;<br> Desktop: Desktop device;<br> Other: Other device type;<br> Empty: device type Empty.</li>
25208
- <li>operatingSystemType: filter by operating system type. If the operatingSystemType parameter is filled in, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> Linux: Linux operating system;<br> MacOS: MacOS operating system;<br> Android: Android operating system;<br> IOS: IOS operating system;<br> Windows: Windows operating system;<br> NetBSD: NetBSD;<br> ChromiumOS: ChromiumOS;<br> Bot: Bot: search engine crawler;<br> Other: Other types of operating systems;<br> Empty: operating system is Empty.</li>
25209
- <li>tlsVersion: filter by TLS version. If the tlsVersion parameter is input, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> TLS1.0;<br> TLS1.1;<br> TLS1.2;<br> TLS1.3.</li>
25210
- <li>ipVersion: filter by IP version. The options for the corresponding value are as follows:<br> 4: IPv4;<br> 6: IPv6.</li>
25211
- <li>cacheType: filter by cache status. The options for The corresponding value are as follows:<br>hit: request hits EdgeOne node cache, and resources are provided by node cache. partial cache hit for resources is also recorded as hit.<br>miss: request does not hit EdgeOne node cache, and resources are provided by the origin server.<br>dynamic: requested resources cannot be cached/unconfigured to be cached by node cache, and resources are provided by the origin server.<br>other: unrecognizable cache status. requests responded to by edge functions are recorded as other.</li>
25212
- <li>clientIp: filter by client IP. If the clientIp parameter is filled in, data from the last 30 days can be queried at most.</li>
25213
- <li>userAgent: filter by User-Agent request header. If the userAgent parameter is filled in, data from the last 30 days can be queried at most.</li>
25214
-
25143
+ :param _Filters: Filtering conditions used when querying data. Refer to the [Filtering Conditions for Analytics](https://www.tencentcloud.com/document/product/1145/56985) document for the available filters applicable to L7 client traffic, bandwidth and requests.
25215
25144
  :type Filters: list of QueryCondition
25216
- :param _Interval: Query period granularity. Valid values:
25217
- <li>min: 1 minute;</li>
25218
- <li>5min: 5 minutes;</li>
25219
- <li>hour: 1 hour;</li>
25220
- <li>day: 1 day.</li>If this parameter is not filled in, the granularity will be automatically calculated based on the interval between the start time and end time. Specifically, data will be queried with a granularity of min, 5min, hour, and day respectively when the period is no more than 2 hours, no more than 2 days, no more than 7 days, and over 7 days.
25145
+ :param _Interval: Query time granularity. This parameter is deprecated.
25221
25146
  :type Interval: str
25222
- :param _Area: Data ownership region. this parameter is deprecated. Please filter data by client region in Filters.country.
25147
+ :param _Area: Data region. This parameter is deprecated. Please filter data by client region in `Filters.country`.
25223
25148
  :type Area: str
25224
25149
  """
25225
25150
  self._StartTime = None
@@ -25244,7 +25169,7 @@ class DescribeTopL7AnalysisDataRequest(AbstractModel):
25244
25169
 
25245
25170
  @property
25246
25171
  def EndTime(self):
25247
- """End time. the query time range (`EndTime` - `StartTime`) must be less than or equal to 31 days.
25172
+ """End time. The query time range (`EndTime` - `StartTime`) must be less than or equal to 31 days.
25248
25173
  :rtype: str
25249
25174
  """
25250
25175
  return self._EndTime
@@ -25290,7 +25215,7 @@ class DescribeTopL7AnalysisDataRequest(AbstractModel):
25290
25215
 
25291
25216
  @property
25292
25217
  def ZoneIds(self):
25293
- """Site ID set. this parameter is required. a maximum of 100 site ids can be imported. use `*` to query data for all sites under the tencent cloud root account. to query account-level data, you must have resource permissions for all sites in this api.
25218
+ """Site ID list. This parameter is required. A maximum of 100 site IDs can be imported. Use `*` to query data for all sites under the Tencent Cloud root account. To query account-level data, you must have resource permissions for all sites in this API.
25294
25219
  :rtype: list of str
25295
25220
  """
25296
25221
  return self._ZoneIds
@@ -25312,26 +25237,7 @@ class DescribeTopL7AnalysisDataRequest(AbstractModel):
25312
25237
 
25313
25238
  @property
25314
25239
  def Filters(self):
25315
- """Filter criteria. The detailed key values of filter criteria are as follows:
25316
- <li>country: filter by country/region. The country/region follows the <a href="https://baike.baidu.com/item/ISO%203166-1/5269555">ISO 3166-1 alpha-2</a> standard. Example value: CN.</li>
25317
- <li>province: filter by province. This parameter is supported only when the service area is the chinese mainland. refer to the <a href="https://intl.cloud.tencent.com/document/product/228/6316?from_cn_redirect=1#.E5.8C.BA.E5.9F.9F-.2F-.E8.BF.90.E8.90.a5.E5.95.86.E6.98.a0.E5.B0.84.E8.a1.a8">mapping table of provinces within the chinese mainland</a> for province codes. Example value: 22.</li>
25318
- <li>isp: filter by isp. This parameter only supports the service area of chinese mainland. The corresponding value options are as follows:<br> 2: china telecom;<br> 26: china unicom;<br> 1046: cmcc;<br> 3947: china tietong;<br> 38: china education network;<br> 43: great wall broadband;<br> 0: other isp.</li>
25319
- <Li>domain: filter by subdomain. Example value: www.example.com.</li>
25320
- <li>url: filter by url Path. Example value: /content or /content/test.jpg. If you fill in url parameters, you can query the data of the last 30 days at most.</li>
25321
- <Li>referer: filter by referer request header. Example value: http://www.example.com/. If the referer parameter is provided, up to 30 days of data can be queried.</li>
25322
- <li>resourceType: filter by resource type. The resource type is generally a file suffix. Example value: .jpg. If the resourceType parameter is provided, data from the last 30 days can be queried at most;</li>
25323
- <li>protocol: filter by HTTP protocol version. The corresponding value options are as follows:<br> HTTP/1.0;<br> HTTP/1.1;<br> HTTP/2.0;<br> HTTP/3;<br> WebSocket.</li>
25324
- <li>socket: filter by HTTP protocol type. The corresponding value options are as follows:<br>HTTP: hypertext transfer protocol;<br>HTTPS: HTTPS protocol;<br>QUIC: QUIC protocol.</li>
25325
- <li>statusCode: filter by edge status code. If the statusCode parameter is filled in, data from the last 30 days can be queried at most. The corresponding value options are as follows:<br> 1XX: 1XX type status codes;<br> 2XX: 2XX type status codes;<br> 3XX: 3XX type status codes;<br> 4XX: 4XX type status codes;<br> 5XX: 5XX type status codes;<br> integers within the range [0,600).</li>
25326
- <li>browserType: filter by browser type. If the browserType parameter is filled in, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> Firefox: Firefox browser;<br> Chrome: Chrome browser;<br> Safari: Safari browser;<br> Other: Other browser types;<br> Empty: browser type is Empty;<br> Bot: search engine crawler;<br> MicrosoftEdge: microsoft edge browser;<br> IE: IE browser;<br> Opera: Opera browser;<br> QQBrowser: QQ browser;<br> LBBrowser: LB browser;<br> MaxthonBrowser: Maxthon browser;<br> SouGouBrowser: sogou browser;<br> BIDUBrowser: BIDUBrowser;<br> TaoBrowser: TaoBrowser;<br> UBrowser: UC browser.</li>
25327
- <li>deviceType: filter by device type. If the deviceType parameter is filled in, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> TV: TV device;<br> Tablet: Tablet device;<br> Mobile: Mobile device;<br> Desktop: Desktop device;<br> Other: Other device type;<br> Empty: device type Empty.</li>
25328
- <li>operatingSystemType: filter by operating system type. If the operatingSystemType parameter is filled in, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> Linux: Linux operating system;<br> MacOS: MacOS operating system;<br> Android: Android operating system;<br> IOS: IOS operating system;<br> Windows: Windows operating system;<br> NetBSD: NetBSD;<br> ChromiumOS: ChromiumOS;<br> Bot: Bot: search engine crawler;<br> Other: Other types of operating systems;<br> Empty: operating system is Empty.</li>
25329
- <li>tlsVersion: filter by TLS version. If the tlsVersion parameter is input, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> TLS1.0;<br> TLS1.1;<br> TLS1.2;<br> TLS1.3.</li>
25330
- <li>ipVersion: filter by IP version. The options for the corresponding value are as follows:<br> 4: IPv4;<br> 6: IPv6.</li>
25331
- <li>cacheType: filter by cache status. The options for The corresponding value are as follows:<br>hit: request hits EdgeOne node cache, and resources are provided by node cache. partial cache hit for resources is also recorded as hit.<br>miss: request does not hit EdgeOne node cache, and resources are provided by the origin server.<br>dynamic: requested resources cannot be cached/unconfigured to be cached by node cache, and resources are provided by the origin server.<br>other: unrecognizable cache status. requests responded to by edge functions are recorded as other.</li>
25332
- <li>clientIp: filter by client IP. If the clientIp parameter is filled in, data from the last 30 days can be queried at most.</li>
25333
- <li>userAgent: filter by User-Agent request header. If the userAgent parameter is filled in, data from the last 30 days can be queried at most.</li>
25334
-
25240
+ """Filtering conditions used when querying data. Refer to the [Filtering Conditions for Analytics](https://www.tencentcloud.com/document/product/1145/56985) document for the available filters applicable to L7 client traffic, bandwidth and requests.
25335
25241
  :rtype: list of QueryCondition
25336
25242
  """
25337
25243
  return self._Filters
@@ -25342,11 +25248,7 @@ class DescribeTopL7AnalysisDataRequest(AbstractModel):
25342
25248
 
25343
25249
  @property
25344
25250
  def Interval(self):
25345
- """Query period granularity. Valid values:
25346
- <li>min: 1 minute;</li>
25347
- <li>5min: 5 minutes;</li>
25348
- <li>hour: 1 hour;</li>
25349
- <li>day: 1 day.</li>If this parameter is not filled in, the granularity will be automatically calculated based on the interval between the start time and end time. Specifically, data will be queried with a granularity of min, 5min, hour, and day respectively when the period is no more than 2 hours, no more than 2 days, no more than 7 days, and over 7 days.
25251
+ """Query time granularity. This parameter is deprecated.
25350
25252
  :rtype: str
25351
25253
  """
25352
25254
  return self._Interval
@@ -25357,7 +25259,7 @@ class DescribeTopL7AnalysisDataRequest(AbstractModel):
25357
25259
 
25358
25260
  @property
25359
25261
  def Area(self):
25360
- """Data ownership region. this parameter is deprecated. Please filter data by client region in Filters.country.
25262
+ """Data region. This parameter is deprecated. Please filter data by client region in `Filters.country`.
25361
25263
  :rtype: str
25362
25264
  """
25363
25265
  return self._Area
@@ -2882,7 +2882,10 @@ class TeoClient(AbstractClient):
2882
2882
 
2883
2883
 
2884
2884
  def DescribeTimingL7AnalysisData(self, request):
2885
- """This API is used to query the time series data of the L7 domain name. Note that there is a delay of about 10 minutes for this API. It is recommended to pull data from 10 minutes before the current time.
2885
+ """This API is used to query time-series data for L7 domain services.
2886
+ Notes:
2887
+ 1. There is a delay of about 10 minutes for this API. It is recommended to query data from 10 minutes before the current time.
2888
+ 2. By default, the API returns traffic and request data after Web Security mitigation (that is, the clean traffic). Users can set `Filters.mitigatedByWebSecurity ` to query data that has been mitigated by Web Security.
2886
2889
 
2887
2890
  :param request: Request instance for DescribeTimingL7AnalysisData.
2888
2891
  :type request: :class:`tencentcloud.teo.v20220901.models.DescribeTimingL7AnalysisDataRequest`
@@ -2928,7 +2931,10 @@ class TeoClient(AbstractClient):
2928
2931
 
2929
2932
 
2930
2933
  def DescribeTopL7AnalysisData(self, request):
2931
- """This API is used to query the top N data of the L7 domain name by a specified dimension. Note that there is a delay of about 10 minutes for this API. It is recommended to pull data from 10 minutes before the current time.
2934
+ """This API is used to query the top N data of the L7 domain services by a specified dimension.
2935
+ Notes:
2936
+ 1. There is a delay of about 10 minutes for this API. It is recommended to query data from 10 minutes before the current time.
2937
+ 2. By default, the API returns traffic and request data after Web Security mitigation (that is, the clean traffic). Users can set `Filters.mitigatedByWebSecurity ` to query data that has been mitigated by Web Security.
2932
2938
 
2933
2939
  :param request: Request instance for DescribeTopL7AnalysisData.
2934
2940
  :type request: :class:`tencentcloud.teo.v20220901.models.DescribeTopL7AnalysisDataRequest`
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-intl-en
3
- Version: 3.0.1265
3
+ Version: 3.0.1267
4
4
  Summary: Tencent Cloud SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python-intl-en
6
6
  Author: Tencent Cloud