mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2025-12-06 16:05:30 +00:00
Some checks failed
Python CI / build (push) Has been cancelled
Co-authored-by: API Team <api-team@thousandeyes.com>
136 lines
10 KiB
Python
136 lines
10 KiB
Python
# coding: utf-8
|
|
|
|
# flake8: noqa
|
|
|
|
"""
|
|
Dashboards API
|
|
|
|
Manage ThousandEyes Dashboards.
|
|
|
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
|
|
Do not edit the class manually.
|
|
""" # noqa: E501
|
|
|
|
|
|
# import apis into sdk package
|
|
from thousandeyes_sdk.dashboards.api.dashboard_snapshots_api import DashboardSnapshotsApi
|
|
from thousandeyes_sdk.dashboards.api.dashboards_api import DashboardsApi
|
|
from thousandeyes_sdk.dashboards.api.dashboards_filters_api import DashboardsFiltersApi
|
|
|
|
|
|
# import models into sdk package
|
|
from thousandeyes_sdk.dashboards.models.active_within import ActiveWithin
|
|
from thousandeyes_sdk.dashboards.models.agent_status_datasource import AgentStatusDatasource
|
|
from thousandeyes_sdk.dashboards.models.alert_list_alert_type import AlertListAlertType
|
|
from thousandeyes_sdk.dashboards.models.alert_list_datasource import AlertListDatasource
|
|
from thousandeyes_sdk.dashboards.models.api_agent_location import ApiAgentLocation
|
|
from thousandeyes_sdk.dashboards.models.api_agent_status_agent import ApiAgentStatusAgent
|
|
from thousandeyes_sdk.dashboards.models.api_agent_status_ip_info import ApiAgentStatusIpInfo
|
|
from thousandeyes_sdk.dashboards.models.api_agent_status_summary import ApiAgentStatusSummary
|
|
from thousandeyes_sdk.dashboards.models.api_agent_status_widget import ApiAgentStatusWidget
|
|
from thousandeyes_sdk.dashboards.models.api_agent_widget_show import ApiAgentWidgetShow
|
|
from thousandeyes_sdk.dashboards.models.api_agent_widget_type import ApiAgentWidgetType
|
|
from thousandeyes_sdk.dashboards.models.api_aggregate_property import ApiAggregateProperty
|
|
from thousandeyes_sdk.dashboards.models.api_alert_list_alert import ApiAlertListAlert
|
|
from thousandeyes_sdk.dashboards.models.api_alert_list_widget import ApiAlertListWidget
|
|
from thousandeyes_sdk.dashboards.models.api_box_and_whiskers_widget import ApiBoxAndWhiskersWidget
|
|
from thousandeyes_sdk.dashboards.models.api_color_grid_widget import ApiColorGridWidget
|
|
from thousandeyes_sdk.dashboards.models.api_context_filter_request import ApiContextFilterRequest
|
|
from thousandeyes_sdk.dashboards.models.api_context_filter_response import ApiContextFilterResponse
|
|
from thousandeyes_sdk.dashboards.models.api_context_filters_response import ApiContextFiltersResponse
|
|
from thousandeyes_sdk.dashboards.models.api_dashboard import ApiDashboard
|
|
from thousandeyes_sdk.dashboards.models.api_dashboard_asw import ApiDashboardAsw
|
|
from thousandeyes_sdk.dashboards.models.api_dashboard_filter_user_details import ApiDashboardFilterUserDetails
|
|
from thousandeyes_sdk.dashboards.models.api_dashboard_snapshot import ApiDashboardSnapshot
|
|
from thousandeyes_sdk.dashboards.models.api_data_point_group import ApiDataPointGroup
|
|
from thousandeyes_sdk.dashboards.models.api_data_source_filter import ApiDataSourceFilter
|
|
from thousandeyes_sdk.dashboards.models.api_data_source_filters import ApiDataSourceFilters
|
|
from thousandeyes_sdk.dashboards.models.api_default_timespan import ApiDefaultTimespan
|
|
from thousandeyes_sdk.dashboards.models.api_duration import ApiDuration
|
|
from thousandeyes_sdk.dashboards.models.api_geo_map_widget import ApiGeoMapWidget
|
|
from thousandeyes_sdk.dashboards.models.api_graphlet_point import ApiGraphletPoint
|
|
from thousandeyes_sdk.dashboards.models.api_grouped_barchart_widget import ApiGroupedBarchartWidget
|
|
from thousandeyes_sdk.dashboards.models.api_list_widget import ApiListWidget
|
|
from thousandeyes_sdk.dashboards.models.api_multi_metric_column import ApiMultiMetricColumn
|
|
from thousandeyes_sdk.dashboards.models.api_multi_metric_column_data import ApiMultiMetricColumnData
|
|
from thousandeyes_sdk.dashboards.models.api_multi_metric_table_widget import ApiMultiMetricTableWidget
|
|
from thousandeyes_sdk.dashboards.models.api_multi_search_filter_api_test_table_filter_key import ApiMultiSearchFilterApiTestTableFilterKey
|
|
from thousandeyes_sdk.dashboards.models.api_numbers_card import ApiNumbersCard
|
|
from thousandeyes_sdk.dashboards.models.api_numbers_card_data import ApiNumbersCardData
|
|
from thousandeyes_sdk.dashboards.models.api_numbers_card_widget import ApiNumbersCardWidget
|
|
from thousandeyes_sdk.dashboards.models.api_pie_chart_widget import ApiPieChartWidget
|
|
from thousandeyes_sdk.dashboards.models.api_report_data_component_label_map import ApiReportDataComponentLabelMap
|
|
from thousandeyes_sdk.dashboards.models.api_report_data_component_label_map_entry import ApiReportDataComponentLabelMapEntry
|
|
from thousandeyes_sdk.dashboards.models.api_report_snapshot_time_span import ApiReportSnapshotTimeSpan
|
|
from thousandeyes_sdk.dashboards.models.api_stacked_area_chart_widget import ApiStackedAreaChartWidget
|
|
from thousandeyes_sdk.dashboards.models.api_stacked_barchart_widget import ApiStackedBarchartWidget
|
|
from thousandeyes_sdk.dashboards.models.api_table_widget import ApiTableWidget
|
|
from thousandeyes_sdk.dashboards.models.api_test_table_data import ApiTestTableData
|
|
from thousandeyes_sdk.dashboards.models.api_test_table_graphlets_data import ApiTestTableGraphletsData
|
|
from thousandeyes_sdk.dashboards.models.api_test_table_widget import ApiTestTableWidget
|
|
from thousandeyes_sdk.dashboards.models.api_timeseries_widget import ApiTimeseriesWidget
|
|
from thousandeyes_sdk.dashboards.models.api_widget import ApiWidget
|
|
from thousandeyes_sdk.dashboards.models.api_widget_data import ApiWidgetData
|
|
from thousandeyes_sdk.dashboards.models.api_widget_data_point import ApiWidgetDataPoint
|
|
from thousandeyes_sdk.dashboards.models.api_widget_data_response import ApiWidgetDataResponse
|
|
from thousandeyes_sdk.dashboards.models.api_widget_data_snapshot_response import ApiWidgetDataSnapshotResponse
|
|
from thousandeyes_sdk.dashboards.models.api_widget_filter_api_test_table_filter_key import ApiWidgetFilterApiTestTableFilterKey
|
|
from thousandeyes_sdk.dashboards.models.api_widget_fixed_y_scale_prefix import ApiWidgetFixedYScalePrefix
|
|
from thousandeyes_sdk.dashboards.models.api_widget_measure import ApiWidgetMeasure
|
|
from thousandeyes_sdk.dashboards.models.api_widget_sort_direction import ApiWidgetSortDirection
|
|
from thousandeyes_sdk.dashboards.models.api_widget_sort_property import ApiWidgetSortProperty
|
|
from thousandeyes_sdk.dashboards.models.api_widgets_data_v2 import ApiWidgetsDataV2
|
|
from thousandeyes_sdk.dashboards.models.app_and_self_links import AppAndSelfLinks
|
|
from thousandeyes_sdk.dashboards.models.asw_repeat import AswRepeat
|
|
from thousandeyes_sdk.dashboards.models.asw_repeat_unit import AswRepeatUnit
|
|
from thousandeyes_sdk.dashboards.models.box_and_whiskers_datasource import BoxAndWhiskersDatasource
|
|
from thousandeyes_sdk.dashboards.models.color_grid_datasource import ColorGridDatasource
|
|
from thousandeyes_sdk.dashboards.models.dashboard import Dashboard
|
|
from thousandeyes_sdk.dashboards.models.dashboard_global_filter_id import DashboardGlobalFilterId
|
|
from thousandeyes_sdk.dashboards.models.dashboard_links import DashboardLinks
|
|
from thousandeyes_sdk.dashboards.models.dashboard_metric import DashboardMetric
|
|
from thousandeyes_sdk.dashboards.models.dashboard_metric_direction import DashboardMetricDirection
|
|
from thousandeyes_sdk.dashboards.models.dashboard_order import DashboardOrder
|
|
from thousandeyes_sdk.dashboards.models.dashboard_snapshot_response import DashboardSnapshotResponse
|
|
from thousandeyes_sdk.dashboards.models.dashboard_snapshots_page import DashboardSnapshotsPage
|
|
from thousandeyes_sdk.dashboards.models.default_timespan import DefaultTimespan
|
|
from thousandeyes_sdk.dashboards.models.enterprise_agent_state import EnterpriseAgentState
|
|
from thousandeyes_sdk.dashboards.models.error import Error
|
|
from thousandeyes_sdk.dashboards.models.generate_dashboard_snapshot_request import GenerateDashboardSnapshotRequest
|
|
from thousandeyes_sdk.dashboards.models.geo_map_datasource import GeoMapDatasource
|
|
from thousandeyes_sdk.dashboards.models.grouped_bar_chart_datasource import GroupedBarChartDatasource
|
|
from thousandeyes_sdk.dashboards.models.legacy_agent_widget_show import LegacyAgentWidgetShow
|
|
from thousandeyes_sdk.dashboards.models.legacy_agent_widget_type import LegacyAgentWidgetType
|
|
from thousandeyes_sdk.dashboards.models.legacy_alert_list_alert_type import LegacyAlertListAlertType
|
|
from thousandeyes_sdk.dashboards.models.legacy_api_dashboard import LegacyApiDashboard
|
|
from thousandeyes_sdk.dashboards.models.legacy_dashboard_snapshot import LegacyDashboardSnapshot
|
|
from thousandeyes_sdk.dashboards.models.legacy_default_timespan import LegacyDefaultTimespan
|
|
from thousandeyes_sdk.dashboards.models.legacy_duration_unit import LegacyDurationUnit
|
|
from thousandeyes_sdk.dashboards.models.legacy_widget_sort_direction import LegacyWidgetSortDirection
|
|
from thousandeyes_sdk.dashboards.models.legacy_widget_sort_property import LegacyWidgetSortProperty
|
|
from thousandeyes_sdk.dashboards.models.link import Link
|
|
from thousandeyes_sdk.dashboards.models.list_datasource import ListDatasource
|
|
from thousandeyes_sdk.dashboards.models.metric_group import MetricGroup
|
|
from thousandeyes_sdk.dashboards.models.multi_metrics_table_datasource import MultiMetricsTableDatasource
|
|
from thousandeyes_sdk.dashboards.models.numbers_card_datasource import NumbersCardDatasource
|
|
from thousandeyes_sdk.dashboards.models.pagination_links import PaginationLinks
|
|
from thousandeyes_sdk.dashboards.models.pie_chart_datasource import PieChartDatasource
|
|
from thousandeyes_sdk.dashboards.models.scalable_widget import ScalableWidget
|
|
from thousandeyes_sdk.dashboards.models.self_links import SelfLinks
|
|
from thousandeyes_sdk.dashboards.models.stacked_area_chart_datasource import StackedAreaChartDatasource
|
|
from thousandeyes_sdk.dashboards.models.stacked_bar_chart_datasource import StackedBarChartDatasource
|
|
from thousandeyes_sdk.dashboards.models.table_datasource import TableDatasource
|
|
from thousandeyes_sdk.dashboards.models.test_table_datasource import TestTableDatasource
|
|
from thousandeyes_sdk.dashboards.models.test_table_filter_key import TestTableFilterKey
|
|
from thousandeyes_sdk.dashboards.models.test_table_filter_type import TestTableFilterType
|
|
from thousandeyes_sdk.dashboards.models.timeseries_datasource import TimeseriesDatasource
|
|
from thousandeyes_sdk.dashboards.models.unauthorized_error import UnauthorizedError
|
|
from thousandeyes_sdk.dashboards.models.update_snapshot_expiration_date_api_request import UpdateSnapshotExpirationDateApiRequest
|
|
from thousandeyes_sdk.dashboards.models.validation_error import ValidationError
|
|
from thousandeyes_sdk.dashboards.models.validation_error_item import ValidationErrorItem
|
|
from thousandeyes_sdk.dashboards.models.visual_mode import VisualMode
|
|
from thousandeyes_sdk.dashboards.models.widget import Widget
|
|
from thousandeyes_sdk.dashboards.models.widget_measure_type import WidgetMeasureType
|
|
from thousandeyes_sdk.dashboards.models.widget_type import WidgetType
|