mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2026-08-04 08:56:50 +00:00
Some checks failed
Python CI / build (push) Has been cancelled
Co-authored-by: API Team <api-team@thousandeyes.com>
92 lines
7.2 KiB
Python
92 lines
7.2 KiB
Python
# coding: utf-8
|
|
|
|
# flake8: noqa
|
|
|
|
"""
|
|
Endpoint Agents API
|
|
|
|
**Note:** The Endpoint Agents Transfer APIs are not available for ThousandEyes for Government instance. Manage ThousandEyes Endpoint Agents using this API. For more information about Endpoint Agents, see [Endpoint Agents](https://docs.thousandeyes.com/product-documentation/global-vantage-points/endpoint-agents).
|
|
|
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
|
|
Do not edit the class manually.
|
|
""" # noqa: E501
|
|
|
|
|
|
# import apis into sdk package
|
|
from thousandeyes_sdk.endpoint_agents.api.endpoint_agent_log_items_api import EndpointAgentLogItemsApi
|
|
from thousandeyes_sdk.endpoint_agents.api.endpoint_agents_api import EndpointAgentsApi
|
|
from thousandeyes_sdk.endpoint_agents.api.endpoint_agents_transfer_api import EndpointAgentsTransferApi
|
|
from thousandeyes_sdk.endpoint_agents.api.endpoint_proxies_api import EndpointProxiesApi
|
|
|
|
|
|
# import models into sdk package
|
|
from thousandeyes_sdk.endpoint_agents.models.address_profile import AddressProfile
|
|
from thousandeyes_sdk.endpoint_agents.models.address_type import AddressType
|
|
from thousandeyes_sdk.endpoint_agents.models.agent_license_type import AgentLicenseType
|
|
from thousandeyes_sdk.endpoint_agents.models.agent_search_filters import AgentSearchFilters
|
|
from thousandeyes_sdk.endpoint_agents.models.agent_search_request import AgentSearchRequest
|
|
from thousandeyes_sdk.endpoint_agents.models.agent_search_sort import AgentSearchSort
|
|
from thousandeyes_sdk.endpoint_agents.models.agent_search_sort_key import AgentSearchSortKey
|
|
from thousandeyes_sdk.endpoint_agents.models.agent_threshold_filter import AgentThresholdFilter
|
|
from thousandeyes_sdk.endpoint_agents.models.agent_threshold_filters import AgentThresholdFilters
|
|
from thousandeyes_sdk.endpoint_agents.models.agent_transfer import AgentTransfer
|
|
from thousandeyes_sdk.endpoint_agents.models.agent_transfer_request import AgentTransferRequest
|
|
from thousandeyes_sdk.endpoint_agents.models.agent_transfer_status import AgentTransferStatus
|
|
from thousandeyes_sdk.endpoint_agents.models.battery_level import BatteryLevel
|
|
from thousandeyes_sdk.endpoint_agents.models.battery_metrics import BatteryMetrics
|
|
from thousandeyes_sdk.endpoint_agents.models.browser_type import BrowserType
|
|
from thousandeyes_sdk.endpoint_agents.models.bulk_agent_transfer_request import BulkAgentTransferRequest
|
|
from thousandeyes_sdk.endpoint_agents.models.bulk_agent_transfer_response import BulkAgentTransferResponse
|
|
from thousandeyes_sdk.endpoint_agents.models.cellular_profile import CellularProfile
|
|
from thousandeyes_sdk.endpoint_agents.models.conditional_operator import ConditionalOperator
|
|
from thousandeyes_sdk.endpoint_agents.models.connection_string import ConnectionString
|
|
from thousandeyes_sdk.endpoint_agents.models.endpoint_agent import EndpointAgent
|
|
from thousandeyes_sdk.endpoint_agents.models.endpoint_agent_ethernet_profile import EndpointAgentEthernetProfile
|
|
from thousandeyes_sdk.endpoint_agents.models.endpoint_agent_location import EndpointAgentLocation
|
|
from thousandeyes_sdk.endpoint_agents.models.endpoint_agent_log_item import EndpointAgentLogItem
|
|
from thousandeyes_sdk.endpoint_agents.models.endpoint_agent_log_item_type import EndpointAgentLogItemType
|
|
from thousandeyes_sdk.endpoint_agents.models.endpoint_agent_log_items_response import EndpointAgentLogItemsResponse
|
|
from thousandeyes_sdk.endpoint_agents.models.endpoint_agent_update import EndpointAgentUpdate
|
|
from thousandeyes_sdk.endpoint_agents.models.endpoint_agents import EndpointAgents
|
|
from thousandeyes_sdk.endpoint_agents.models.endpoint_asn_details import EndpointAsnDetails
|
|
from thousandeyes_sdk.endpoint_agents.models.endpoint_browser_extension import EndpointBrowserExtension
|
|
from thousandeyes_sdk.endpoint_agents.models.endpoint_client import EndpointClient
|
|
from thousandeyes_sdk.endpoint_agents.models.endpoint_online_offline_log_item import EndpointOnlineOfflineLogItem
|
|
from thousandeyes_sdk.endpoint_agents.models.endpoint_online_offline_log_item_type import EndpointOnlineOfflineLogItemType
|
|
from thousandeyes_sdk.endpoint_agents.models.endpoint_proxies_response import EndpointProxiesResponse
|
|
from thousandeyes_sdk.endpoint_agents.models.endpoint_proxy import EndpointProxy
|
|
from thousandeyes_sdk.endpoint_agents.models.endpoint_proxy_auth_type import EndpointProxyAuthType
|
|
from thousandeyes_sdk.endpoint_agents.models.endpoint_proxy_type import EndpointProxyType
|
|
from thousandeyes_sdk.endpoint_agents.models.endpoint_state_changes_log_item import EndpointStateChangesLogItem
|
|
from thousandeyes_sdk.endpoint_agents.models.endpoint_state_changes_log_item_type import EndpointStateChangesLogItemType
|
|
from thousandeyes_sdk.endpoint_agents.models.endpoint_user_profile import EndpointUserProfile
|
|
from thousandeyes_sdk.endpoint_agents.models.endpoint_vpn_log_item import EndpointVpnLogItem
|
|
from thousandeyes_sdk.endpoint_agents.models.endpoint_vpn_log_item_type import EndpointVpnLogItemType
|
|
from thousandeyes_sdk.endpoint_agents.models.endpoint_vpn_profile import EndpointVpnProfile
|
|
from thousandeyes_sdk.endpoint_agents.models.endpoint_vpn_type import EndpointVpnType
|
|
from thousandeyes_sdk.endpoint_agents.models.endpoint_wifi_log_item import EndpointWifiLogItem
|
|
from thousandeyes_sdk.endpoint_agents.models.endpoint_wifi_log_item_type import EndpointWifiLogItemType
|
|
from thousandeyes_sdk.endpoint_agents.models.endpoint_wireless_connection_failure import EndpointWirelessConnectionFailure
|
|
from thousandeyes_sdk.endpoint_agents.models.endpoint_wireless_connection_failure_type import EndpointWirelessConnectionFailureType
|
|
from thousandeyes_sdk.endpoint_agents.models.error import Error
|
|
from thousandeyes_sdk.endpoint_agents.models.expand_endpoint_agent_options import ExpandEndpointAgentOptions
|
|
from thousandeyes_sdk.endpoint_agents.models.external_metadata_item import ExternalMetadataItem
|
|
from thousandeyes_sdk.endpoint_agents.models.filter_endpoint_agents_response import FilterEndpointAgentsResponse
|
|
from thousandeyes_sdk.endpoint_agents.models.interface_hardware_type import InterfaceHardwareType
|
|
from thousandeyes_sdk.endpoint_agents.models.interface_profile import InterfaceProfile
|
|
from thousandeyes_sdk.endpoint_agents.models.link import Link
|
|
from thousandeyes_sdk.endpoint_agents.models.list_endpoint_agents_response import ListEndpointAgentsResponse
|
|
from thousandeyes_sdk.endpoint_agents.models.pagination_next_and_self_link import PaginationNextAndSelfLink
|
|
from thousandeyes_sdk.endpoint_agents.models.pagination_next_link import PaginationNextLink
|
|
from thousandeyes_sdk.endpoint_agents.models.platform import Platform
|
|
from thousandeyes_sdk.endpoint_agents.models.self_links import SelfLinks
|
|
from thousandeyes_sdk.endpoint_agents.models.sort_order import SortOrder
|
|
from thousandeyes_sdk.endpoint_agents.models.status import Status
|
|
from thousandeyes_sdk.endpoint_agents.models.threshold_filter_operator import ThresholdFilterOperator
|
|
from thousandeyes_sdk.endpoint_agents.models.unauthorized_error import UnauthorizedError
|
|
from thousandeyes_sdk.endpoint_agents.models.validation_error import ValidationError
|
|
from thousandeyes_sdk.endpoint_agents.models.validation_error_item import ValidationErrorItem
|
|
from thousandeyes_sdk.endpoint_agents.models.vpn_type import VpnType
|
|
from thousandeyes_sdk.endpoint_agents.models.wireless_profile import WirelessProfile
|