mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2025-12-06 06:26:51 +00:00
[GitHub Bot] Generated python SDK (#91)
Some checks failed
Python CI / build (push) Has been cancelled
Some checks failed
Python CI / build (push) Has been cancelled
Co-authored-by: API Team <api-team@thousandeyes.com>
This commit is contained in:
parent
d0cf54bcc5
commit
73e713bbaa
@ -12,7 +12,7 @@ This API provides the following operations to manage your organization:
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.34
|
- API version: 7.0.35
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
# thousandeyes-sdk-agents
|
# thousandeyes-sdk-agents
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.34
|
- API version: 7.0.35
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
@ -81,7 +81,7 @@ with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
|||||||
aid = '1234' # str | A unique identifier associated with your account group. You can retrieve your `AccountGroupId` from the `/account-groups` endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response. (optional)
|
aid = '1234' # str | A unique identifier associated with your account group. You can retrieve your `AccountGroupId` from the `/account-groups` endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response. (optional)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
# List agent proxies
|
# List Enterprise Agent Proxies
|
||||||
api_response = api_instance.get_agents_proxies(aid=aid)
|
api_response = api_instance.get_agents_proxies(aid=aid)
|
||||||
print("The response of AgentProxiesApi->get_agents_proxies:\n")
|
print("The response of AgentProxiesApi->get_agents_proxies:\n")
|
||||||
pprint(api_response)
|
pprint(api_response)
|
||||||
@ -96,7 +96,7 @@ All URIs are relative to *https://api.thousandeyes.com/v7*
|
|||||||
|
|
||||||
Class | Method | HTTP request | Description
|
Class | Method | HTTP request | Description
|
||||||
------------ | ------------- | ------------- | -------------
|
------------ | ------------- | ------------- | -------------
|
||||||
*AgentProxiesApi* | [**get_agents_proxies**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-agents/docs/AgentProxiesApi.md#get_agents_proxies) | **GET** /agents/proxies | List agent proxies
|
*AgentProxiesApi* | [**get_agents_proxies**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-agents/docs/AgentProxiesApi.md#get_agents_proxies) | **GET** /agents/proxies | List Enterprise Agent Proxies
|
||||||
*CloudAndEnterpriseAgentNotificationRulesApi* | [**get_agents_notification_rule**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-agents/docs/CloudAndEnterpriseAgentNotificationRulesApi.md#get_agents_notification_rule) | **GET** /agents/notification-rules/{notificationRuleId} | Retrieve agent notification rule
|
*CloudAndEnterpriseAgentNotificationRulesApi* | [**get_agents_notification_rule**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-agents/docs/CloudAndEnterpriseAgentNotificationRulesApi.md#get_agents_notification_rule) | **GET** /agents/notification-rules/{notificationRuleId} | Retrieve agent notification rule
|
||||||
*CloudAndEnterpriseAgentNotificationRulesApi* | [**get_agents_notification_rules**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-agents/docs/CloudAndEnterpriseAgentNotificationRulesApi.md#get_agents_notification_rules) | **GET** /agents/notification-rules | List agent notification rules
|
*CloudAndEnterpriseAgentNotificationRulesApi* | [**get_agents_notification_rules**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-agents/docs/CloudAndEnterpriseAgentNotificationRulesApi.md#get_agents_notification_rules) | **GET** /agents/notification-rules | List agent notification rules
|
||||||
*CloudAndEnterpriseAgentsApi* | [**delete_agent**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-agents/docs/CloudAndEnterpriseAgentsApi.md#delete_agent) | **DELETE** /agents/{agentId} | Delete Enterprise Agent
|
*CloudAndEnterpriseAgentsApi* | [**delete_agent**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-agents/docs/CloudAndEnterpriseAgentsApi.md#delete_agent) | **DELETE** /agents/{agentId} | Delete Enterprise Agent
|
||||||
|
|||||||
@ -4,15 +4,15 @@ All URIs are relative to *https://api.thousandeyes.com/v7*
|
|||||||
|
|
||||||
Method | HTTP request | Description
|
Method | HTTP request | Description
|
||||||
------------- | ------------- | -------------
|
------------- | ------------- | -------------
|
||||||
[**get_agents_proxies**](AgentProxiesApi.md#get_agents_proxies) | **GET** /agents/proxies | List agent proxies
|
[**get_agents_proxies**](AgentProxiesApi.md#get_agents_proxies) | **GET** /agents/proxies | List Enterprise Agent Proxies
|
||||||
|
|
||||||
|
|
||||||
# **get_agents_proxies**
|
# **get_agents_proxies**
|
||||||
> AgentProxies get_agents_proxies(aid=aid)
|
> AgentProxies get_agents_proxies(aid=aid)
|
||||||
|
|
||||||
List agent proxies
|
List Enterprise Agent Proxies
|
||||||
|
|
||||||
List all agent proxies available under the account group.
|
List all enterprise agent proxies available under the account group.
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
@ -47,7 +47,7 @@ with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
|||||||
aid = '1234' # str | A unique identifier associated with your account group. You can retrieve your `AccountGroupId` from the `/account-groups` endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response. (optional)
|
aid = '1234' # str | A unique identifier associated with your account group. You can retrieve your `AccountGroupId` from the `/account-groups` endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response. (optional)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
# List agent proxies
|
# List Enterprise Agent Proxies
|
||||||
api_response = api_instance.get_agents_proxies(aid=aid)
|
api_response = api_instance.get_agents_proxies(aid=aid)
|
||||||
print("The response of AgentProxiesApi->get_agents_proxies:\n")
|
print("The response of AgentProxiesApi->get_agents_proxies:\n")
|
||||||
pprint(api_response)
|
pprint(api_response)
|
||||||
|
|||||||
@ -189,7 +189,7 @@ Name | Type | Description | Notes
|
|||||||
|
|
||||||
List Cloud and Enterprise Agents
|
List Cloud and Enterprise Agents
|
||||||
|
|
||||||
Returns a list of all agents available to your ThousandEyes account, including both Enterprise and Cloud Agents. If an agent is an Enterprise Agent, this operation returns the agent’s public and private IP addresses, as well as the public network where the agent is located.
|
List the Cloud and Enterprise Agents available to your account in ThousandEyes. If an agent is an Enterprise Agent, this operation returns the agent’s public and private IP addresses, as well as the public network where the agent is located.
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
@ -59,9 +59,9 @@ class AgentProxiesApi:
|
|||||||
_headers: Optional[Dict[StrictStr, Any]] = None,
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
||||||
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
||||||
) -> AgentProxies:
|
) -> AgentProxies:
|
||||||
"""List agent proxies
|
"""List Enterprise Agent Proxies
|
||||||
|
|
||||||
List all agent proxies available under the account group.
|
List all enterprise agent proxies available under the account group.
|
||||||
|
|
||||||
:param aid: A unique identifier associated with your account group. You can retrieve your `AccountGroupId` from the `/account-groups` endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response.
|
:param aid: A unique identifier associated with your account group. You can retrieve your `AccountGroupId` from the `/account-groups` endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response.
|
||||||
:type aid: str
|
:type aid: str
|
||||||
@ -133,9 +133,9 @@ class AgentProxiesApi:
|
|||||||
_headers: Optional[Dict[StrictStr, Any]] = None,
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
||||||
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
||||||
) -> ApiResponse[AgentProxies]:
|
) -> ApiResponse[AgentProxies]:
|
||||||
"""List agent proxies
|
"""List Enterprise Agent Proxies
|
||||||
|
|
||||||
List all agent proxies available under the account group.
|
List all enterprise agent proxies available under the account group.
|
||||||
|
|
||||||
:param aid: A unique identifier associated with your account group. You can retrieve your `AccountGroupId` from the `/account-groups` endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response.
|
:param aid: A unique identifier associated with your account group. You can retrieve your `AccountGroupId` from the `/account-groups` endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response.
|
||||||
:type aid: str
|
:type aid: str
|
||||||
@ -207,9 +207,9 @@ class AgentProxiesApi:
|
|||||||
_headers: Optional[Dict[StrictStr, Any]] = None,
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
||||||
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
||||||
) -> RESTResponseType:
|
) -> RESTResponseType:
|
||||||
"""List agent proxies
|
"""List Enterprise Agent Proxies
|
||||||
|
|
||||||
List all agent proxies available under the account group.
|
List all enterprise agent proxies available under the account group.
|
||||||
|
|
||||||
:param aid: A unique identifier associated with your account group. You can retrieve your `AccountGroupId` from the `/account-groups` endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response.
|
:param aid: A unique identifier associated with your account group. You can retrieve your `AccountGroupId` from the `/account-groups` endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response.
|
||||||
:type aid: str
|
:type aid: str
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
@ -679,7 +679,7 @@ class CloudAndEnterpriseAgentsApi:
|
|||||||
) -> CloudEnterpriseAgents:
|
) -> CloudEnterpriseAgents:
|
||||||
"""List Cloud and Enterprise Agents
|
"""List Cloud and Enterprise Agents
|
||||||
|
|
||||||
Returns a list of all agents available to your ThousandEyes account, including both Enterprise and Cloud Agents. If an agent is an Enterprise Agent, this operation returns the agent’s public and private IP addresses, as well as the public network where the agent is located.
|
List the Cloud and Enterprise Agents available to your account in ThousandEyes. If an agent is an Enterprise Agent, this operation returns the agent’s public and private IP addresses, as well as the public network where the agent is located.
|
||||||
|
|
||||||
:param aid: A unique identifier associated with your account group. You can retrieve your `AccountGroupId` from the `/account-groups` endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response.
|
:param aid: A unique identifier associated with your account group. You can retrieve your `AccountGroupId` from the `/account-groups` endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response.
|
||||||
:type aid: str
|
:type aid: str
|
||||||
@ -761,7 +761,7 @@ class CloudAndEnterpriseAgentsApi:
|
|||||||
) -> ApiResponse[CloudEnterpriseAgents]:
|
) -> ApiResponse[CloudEnterpriseAgents]:
|
||||||
"""List Cloud and Enterprise Agents
|
"""List Cloud and Enterprise Agents
|
||||||
|
|
||||||
Returns a list of all agents available to your ThousandEyes account, including both Enterprise and Cloud Agents. If an agent is an Enterprise Agent, this operation returns the agent’s public and private IP addresses, as well as the public network where the agent is located.
|
List the Cloud and Enterprise Agents available to your account in ThousandEyes. If an agent is an Enterprise Agent, this operation returns the agent’s public and private IP addresses, as well as the public network where the agent is located.
|
||||||
|
|
||||||
:param aid: A unique identifier associated with your account group. You can retrieve your `AccountGroupId` from the `/account-groups` endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response.
|
:param aid: A unique identifier associated with your account group. You can retrieve your `AccountGroupId` from the `/account-groups` endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response.
|
||||||
:type aid: str
|
:type aid: str
|
||||||
@ -843,7 +843,7 @@ class CloudAndEnterpriseAgentsApi:
|
|||||||
) -> RESTResponseType:
|
) -> RESTResponseType:
|
||||||
"""List Cloud and Enterprise Agents
|
"""List Cloud and Enterprise Agents
|
||||||
|
|
||||||
Returns a list of all agents available to your ThousandEyes account, including both Enterprise and Cloud Agents. If an agent is an Enterprise Agent, this operation returns the agent’s public and private IP addresses, as well as the public network where the agent is located.
|
List the Cloud and Enterprise Agents available to your account in ThousandEyes. If an agent is an Enterprise Agent, this operation returns the agent’s public and private IP addresses, as well as the public network where the agent is located.
|
||||||
|
|
||||||
:param aid: A unique identifier associated with your account group. You can retrieve your `AccountGroupId` from the `/account-groups` endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response.
|
:param aid: A unique identifier associated with your account group. You can retrieve your `AccountGroupId` from the `/account-groups` endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response.
|
||||||
:type aid: str
|
:type aid: str
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
Agents API
|
Agents API
|
||||||
|
|
||||||
## Overview Manage all agents available to your account in ThousandEyes, including both Cloud and Enterprise Agents.
|
## Overview Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
||||||
|
|
||||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||||
|
|
||||||
|
|||||||
@ -12,7 +12,7 @@ For more information about the alerts, see [Alerts](https://docs.thousandeyes.co
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.34
|
- API version: 7.0.35
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -8,6 +8,8 @@ Name | Type | Description | Notes
|
|||||||
------------ | ------------- | ------------- | -------------
|
------------ | ------------- | ------------- | -------------
|
||||||
**integration_id** | **str** | Integration ID. | [optional]
|
**integration_id** | **str** | Integration ID. | [optional]
|
||||||
**integration_type** | [**WebhookIntegrationType**](WebhookIntegrationType.md) | | [optional]
|
**integration_type** | [**WebhookIntegrationType**](WebhookIntegrationType.md) | | [optional]
|
||||||
|
**integration_name** | **str** | Name of the integration, configured by the user. | [optional]
|
||||||
|
**target** | **str** | Webhook target URL. | [optional]
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
|
|||||||
@ -28,7 +28,9 @@ class NotificationWebhook(BaseModel):
|
|||||||
""" # noqa: E501
|
""" # noqa: E501
|
||||||
integration_id: Optional[StrictStr] = Field(default=None, description="Integration ID.", alias="integrationId")
|
integration_id: Optional[StrictStr] = Field(default=None, description="Integration ID.", alias="integrationId")
|
||||||
integration_type: Optional[WebhookIntegrationType] = Field(default=None, alias="integrationType")
|
integration_type: Optional[WebhookIntegrationType] = Field(default=None, alias="integrationType")
|
||||||
__properties: ClassVar[List[str]] = ["integrationId", "integrationType"]
|
integration_name: Optional[StrictStr] = Field(default=None, description="Name of the integration, configured by the user.", alias="integrationName")
|
||||||
|
target: Optional[StrictStr] = Field(default=None, description="Webhook target URL.")
|
||||||
|
__properties: ClassVar[List[str]] = ["integrationId", "integrationType", "integrationName", "target"]
|
||||||
|
|
||||||
model_config = ConfigDict(
|
model_config = ConfigDict(
|
||||||
populate_by_name=True,
|
populate_by_name=True,
|
||||||
@ -83,7 +85,9 @@ class NotificationWebhook(BaseModel):
|
|||||||
|
|
||||||
_obj = cls.model_validate({
|
_obj = cls.model_validate({
|
||||||
"integrationId": obj.get("integrationId"),
|
"integrationId": obj.get("integrationId"),
|
||||||
"integrationType": obj.get("integrationType")
|
"integrationType": obj.get("integrationType"),
|
||||||
|
"integrationName": obj.get("integrationName"),
|
||||||
|
"target": obj.get("target")
|
||||||
})
|
})
|
||||||
return _obj
|
return _obj
|
||||||
|
|
||||||
|
|||||||
@ -58,10 +58,14 @@ class TestAlertRulesApi(unittest.TestCase):
|
|||||||
} ],
|
} ],
|
||||||
"webhook" : [ {
|
"webhook" : [ {
|
||||||
"integrationType" : "webhook",
|
"integrationType" : "webhook",
|
||||||
"integrationId" : "wb-201"
|
"integrationName" : "My webhook",
|
||||||
|
"integrationId" : "wb-201",
|
||||||
|
"target" : "https://example.com/test/webhooks/notifications"
|
||||||
}, {
|
}, {
|
||||||
"integrationType" : "webhook",
|
"integrationType" : "webhook",
|
||||||
"integrationId" : "wb-201"
|
"integrationName" : "My webhook",
|
||||||
|
"integrationId" : "wb-201",
|
||||||
|
"target" : "https://example.com/test/webhooks/notifications"
|
||||||
} ],
|
} ],
|
||||||
"email" : {
|
"email" : {
|
||||||
"recipients" : [ "noreply@thousandeyes.com" ],
|
"recipients" : [ "noreply@thousandeyes.com" ],
|
||||||
@ -126,10 +130,14 @@ class TestAlertRulesApi(unittest.TestCase):
|
|||||||
} ],
|
} ],
|
||||||
"webhook" : [ {
|
"webhook" : [ {
|
||||||
"integrationType" : "webhook",
|
"integrationType" : "webhook",
|
||||||
"integrationId" : "wb-201"
|
"integrationName" : "My webhook",
|
||||||
|
"integrationId" : "wb-201",
|
||||||
|
"target" : "https://example.com/test/webhooks/notifications"
|
||||||
}, {
|
}, {
|
||||||
"integrationType" : "webhook",
|
"integrationType" : "webhook",
|
||||||
"integrationId" : "wb-201"
|
"integrationName" : "My webhook",
|
||||||
|
"integrationId" : "wb-201",
|
||||||
|
"target" : "https://example.com/test/webhooks/notifications"
|
||||||
} ],
|
} ],
|
||||||
"email" : {
|
"email" : {
|
||||||
"recipients" : [ "noreply@thousandeyes.com" ],
|
"recipients" : [ "noreply@thousandeyes.com" ],
|
||||||
@ -263,10 +271,14 @@ class TestAlertRulesApi(unittest.TestCase):
|
|||||||
} ],
|
} ],
|
||||||
"webhook" : [ {
|
"webhook" : [ {
|
||||||
"integrationType" : "webhook",
|
"integrationType" : "webhook",
|
||||||
"integrationId" : "wb-201"
|
"integrationName" : "My webhook",
|
||||||
|
"integrationId" : "wb-201",
|
||||||
|
"target" : "https://example.com/test/webhooks/notifications"
|
||||||
}, {
|
}, {
|
||||||
"integrationType" : "webhook",
|
"integrationType" : "webhook",
|
||||||
"integrationId" : "wb-201"
|
"integrationName" : "My webhook",
|
||||||
|
"integrationId" : "wb-201",
|
||||||
|
"target" : "https://example.com/test/webhooks/notifications"
|
||||||
} ],
|
} ],
|
||||||
"email" : {
|
"email" : {
|
||||||
"recipients" : [ "noreply@thousandeyes.com" ],
|
"recipients" : [ "noreply@thousandeyes.com" ],
|
||||||
@ -379,10 +391,14 @@ class TestAlertRulesApi(unittest.TestCase):
|
|||||||
} ],
|
} ],
|
||||||
"webhook" : [ {
|
"webhook" : [ {
|
||||||
"integrationType" : "webhook",
|
"integrationType" : "webhook",
|
||||||
"integrationId" : "wb-201"
|
"integrationName" : "My webhook",
|
||||||
|
"integrationId" : "wb-201",
|
||||||
|
"target" : "https://example.com/test/webhooks/notifications"
|
||||||
}, {
|
}, {
|
||||||
"integrationType" : "webhook",
|
"integrationType" : "webhook",
|
||||||
"integrationId" : "wb-201"
|
"integrationName" : "My webhook",
|
||||||
|
"integrationId" : "wb-201",
|
||||||
|
"target" : "https://example.com/test/webhooks/notifications"
|
||||||
} ],
|
} ],
|
||||||
"email" : {
|
"email" : {
|
||||||
"recipients" : [ "noreply@thousandeyes.com" ],
|
"recipients" : [ "noreply@thousandeyes.com" ],
|
||||||
@ -447,10 +463,14 @@ class TestAlertRulesApi(unittest.TestCase):
|
|||||||
} ],
|
} ],
|
||||||
"webhook" : [ {
|
"webhook" : [ {
|
||||||
"integrationType" : "webhook",
|
"integrationType" : "webhook",
|
||||||
"integrationId" : "wb-201"
|
"integrationName" : "My webhook",
|
||||||
|
"integrationId" : "wb-201",
|
||||||
|
"target" : "https://example.com/test/webhooks/notifications"
|
||||||
}, {
|
}, {
|
||||||
"integrationType" : "webhook",
|
"integrationType" : "webhook",
|
||||||
"integrationId" : "wb-201"
|
"integrationName" : "My webhook",
|
||||||
|
"integrationId" : "wb-201",
|
||||||
|
"target" : "https://example.com/test/webhooks/notifications"
|
||||||
} ],
|
} ],
|
||||||
"email" : {
|
"email" : {
|
||||||
"recipients" : [ "noreply@thousandeyes.com" ],
|
"recipients" : [ "noreply@thousandeyes.com" ],
|
||||||
|
|||||||
@ -9,7 +9,7 @@ For more information about monitors, see [Inside-Out BGP Visibility](https://doc
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.34
|
- API version: 7.0.35
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -13,7 +13,7 @@ For more information about credentials, see [Working With Secure Credentials](ht
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.34
|
- API version: 7.0.35
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@ Manage ThousandEyes Dashboards.
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.34
|
- API version: 7.0.35
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -9,7 +9,7 @@ To access Emulation API operations, the following permissions are required:
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.34
|
- API version: 7.0.35
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@ For more information about Endpoint Agents, see [Endpoint Agents](https://docs.t
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.34
|
- API version: 7.0.35
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -13,7 +13,7 @@ The URLs for these API test data endpoints are provided within the test definiti
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.34
|
- API version: 7.0.35
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@ Manage labels applied to endpoint agents using this API.
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.34
|
- API version: 7.0.35
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@ Retrieve results for scheduled and dynamic tests on endpoint agents.
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.34
|
- API version: 7.0.35
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -380,11 +380,11 @@ class TestRealUserEndpointTestResultsApi(unittest.TestCase):
|
|||||||
"log" : {
|
"log" : {
|
||||||
"browser" : {
|
"browser" : {
|
||||||
"name" : "Google Chrome",
|
"name" : "Google Chrome",
|
||||||
"version" : "7.0.34.98"
|
"version" : "57.0.2987.98"
|
||||||
},
|
},
|
||||||
"creator" : {
|
"creator" : {
|
||||||
"name" : "ThousandEyes Endpoint Agent",
|
"name" : "ThousandEyes Endpoint Agent",
|
||||||
"version" : "7.0.34"
|
"version" : "0.47.0"
|
||||||
},
|
},
|
||||||
"entries" : [ {
|
"entries" : [ {
|
||||||
"pageref" : "page_1",
|
"pageref" : "page_1",
|
||||||
|
|||||||
@ -5,7 +5,7 @@ Manage endpoint agent dynamic and scheduled tests using the Endpoint Tests API.
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.34
|
- API version: 7.0.35
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -12,7 +12,7 @@ With the Events API, you can perform the following tasks on the ThousandEyes pla
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.34
|
- API version: 7.0.35
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -8,7 +8,7 @@ The response does not include the immediate test results. Use the Test Results e
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.34
|
- API version: 7.0.35
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -14,7 +14,7 @@ For more information about Internet Insights, see the [Internet Insights](https:
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.34
|
- API version: 7.0.35
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@ Creates a new test snapshot in ThousandEyes.
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.34
|
- API version: 7.0.35
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -15,7 +15,7 @@ For more information about ThousandEyes for OpenTelemetry, see the [documentatio
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.34
|
- API version: 7.0.35
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -16,7 +16,7 @@ Things to note with the ThousandEyes Tags API:
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.34
|
- API version: 7.0.35
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@ Get test result metrics for Cloud and Enterprise Agent tests.
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.34
|
- API version: 7.0.35
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@ This API supports listing, creating, editing, and deleting Cloud and Enterprise
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.34
|
- API version: 7.0.35
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -17,7 +17,7 @@ Refer to the Usage API operations for detailed usage instructions and optional p
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.34
|
- API version: 7.0.35
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user