Skip navigation links
com.tencentcloudapi.teo.v20220901.models

Class DescribeTopL7AnalysisDataRequest

Returns:
MetricName Metrics to query. Valid values:
  • `l7Flow_outFlux_country`: Query traffic by country/region;
  • `l7Flow_outFlux_statusCode`: Query traffic by status code;
  • `l7Flow_outFlux_domain`: Query traffic by domain;
  • `l7Flow_outFlux_url`: Query traffic by URL;
  • `l7Flow_outFlux_resourceType`: Query traffic by resource type;
  • `l7Flow_outFlux_sip`: Query traffic by source IP;
  • `l7Flow_outFlux_referers`: Query traffic by refer information;
  • `l7Flow_outFlux_ua_device`: Query traffic by device;
  • `l7Flow_outFlux_ua_browser`: Query traffic by browser;
  • `l7Flow_outFlux_us_os`: Query traffic by OS;
  • `l7Flow_request_country`: Query requests by country/region;
  • `l7Flow_request_statusCode`: Query requests by status code;
  • `l7Flow_request_domain`: Query requests by domain;
  • `l7Flow_request_url`: Query requests by URL;
  • `l7Flow_request_resourceType`: Query requests by resource type;
  • `l7Flow_request_sip`: Query requests by source IP;
  • `l7Flow_request_referer`: Query requests by refer information;
  • `l7Flow_request_ua_device`: Query requests by device;
  • `l7Flow_request_ua_browser`: Query requests by browser;
  • `l7Flow_request_us_os`: Query requests by OS.
  • Parameters:
    MetricName - Metrics to query. Valid values:
  • `l7Flow_outFlux_country`: Query traffic by country/region;
  • `l7Flow_outFlux_statusCode`: Query traffic by status code;
  • `l7Flow_outFlux_domain`: Query traffic by domain;
  • `l7Flow_outFlux_url`: Query traffic by URL;
  • `l7Flow_outFlux_resourceType`: Query traffic by resource type;
  • `l7Flow_outFlux_sip`: Query traffic by source IP;
  • `l7Flow_outFlux_referers`: Query traffic by refer information;
  • `l7Flow_outFlux_ua_device`: Query traffic by device;
  • `l7Flow_outFlux_ua_browser`: Query traffic by browser;
  • `l7Flow_outFlux_us_os`: Query traffic by OS;
  • `l7Flow_request_country`: Query requests by country/region;
  • `l7Flow_request_statusCode`: Query requests by status code;
  • `l7Flow_request_domain`: Query requests by domain;
  • `l7Flow_request_url`: Query requests by URL;
  • `l7Flow_request_resourceType`: Query requests by resource type;
  • `l7Flow_request_sip`: Query requests by source IP;
  • `l7Flow_request_referer`: Query requests by refer information;
  • `l7Flow_request_ua_device`: Query requests by device;
  • `l7Flow_request_ua_browser`: Query requests by browser;
  • `l7Flow_request_us_os`: Query requests by OS.
    • getInterval

      public String getInterval()
      Get The query time granularity. Values:
    • `min`: 1 minute;
    • `5min`: 5 minute;
    • `hour`: 1 hour;
    • `day`: 1 day.
    • If this field is not specified, the granularity will be determined based on the interval between the start time and end time as follows: 1-minute granularity applies for a 1-hour interval, 5-minute granularity for a 2-day interval, 1-hour granularity for a 7-day interval, and 1-day granularity for an interval of over 7 days.
      Returns:
      Interval The query time granularity. Values:
    • `min`: 1 minute;
    • `5min`: 5 minute;
    • `hour`: 1 hour;
    • `day`: 1 day.
    • If this field is not specified, the granularity will be determined based on the interval between the start time and end time as follows: 1-minute granularity applies for a 1-hour interval, 5-minute granularity for a 2-day interval, 1-hour granularity for a 7-day interval, and 1-day granularity for an interval of over 7 days.
    • setInterval

      public void setInterval(String Interval)
      Set The query time granularity. Values:
    • `min`: 1 minute;
    • `5min`: 5 minute;
    • `hour`: 1 hour;
    • `day`: 1 day.
    • If this field is not specified, the granularity will be determined based on the interval between the start time and end time as follows: 1-minute granularity applies for a 1-hour interval, 5-minute granularity for a 2-day interval, 1-hour granularity for a 7-day interval, and 1-day granularity for an interval of over 7 days.
      Parameters:
      Interval - The query time granularity. Values:
    • `min`: 1 minute;
    • `5min`: 5 minute;
    • `hour`: 1 hour;
    • `day`: 1 day.
    • If this field is not specified, the granularity will be determined based on the interval between the start time and end time as follows: 1-minute granularity applies for a 1-hour interval, 5-minute granularity for a 2-day interval, 1-hour granularity for a 7-day interval, and 1-day granularity for an interval of over 7 days.
    • getArea

      public String getArea()
      Get Geolocation scope. Values:
    • `overseas`: Regions outside the Chinese mainland
    • `mainland`: Chinese mainland
    • `global`: Global
    • If this field is not specified, the default value `global` is used.
      Returns:
      Area Geolocation scope. Values:
    • `overseas`: Regions outside the Chinese mainland
    • `mainland`: Chinese mainland
    • `global`: Global
    • If this field is not specified, the default value `global` is used.
    • setArea

      public void setArea(String Area)
      Set Geolocation scope. Values:
    • `overseas`: Regions outside the Chinese mainland
    • `mainland`: Chinese mainland
    • `global`: Global
    • If this field is not specified, the default value `global` is used.
      Parameters:
      Area - Geolocation scope. Values:
    • `overseas`: Regions outside the Chinese mainland
    • `mainland`: Chinese mainland
    • `global`: Global
    • If this field is not specified, the default value `global` is used.

    Copyright © 2024. All rights reserved.