mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2025-12-05 23:45:30 +00:00
[GitHub Bot] Generated python SDK (#80)
Co-authored-by: API Team <api-team@thousandeyes.com>
This commit is contained in:
parent
b0f91d10a6
commit
cafc4e63c7
@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.administrative.AccountGroupsApi(api_client)
|
api_instance = thousandeyes_sdk.administrative.AccountGroupsApi(api_client)
|
||||||
account_group_request = thousandeyes_sdk.administrative.AccountGroupRequest() # AccountGroupRequest |
|
account_group_request = thousandeyes_sdk.administrative.AccountGroupRequest() # AccountGroupRequest |
|
||||||
@ -132,7 +132,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.administrative.AccountGroupsApi(api_client)
|
api_instance = thousandeyes_sdk.administrative.AccountGroupsApi(api_client)
|
||||||
id = '1234' # str | Identifier for the account group.
|
id = '1234' # str | Identifier for the account group.
|
||||||
@ -215,7 +215,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.administrative.AccountGroupsApi(api_client)
|
api_instance = thousandeyes_sdk.administrative.AccountGroupsApi(api_client)
|
||||||
id = '1234' # str | Identifier for the account group.
|
id = '1234' # str | Identifier for the account group.
|
||||||
@ -301,7 +301,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.administrative.AccountGroupsApi(api_client)
|
api_instance = thousandeyes_sdk.administrative.AccountGroupsApi(api_client)
|
||||||
|
|
||||||
@ -383,7 +383,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.administrative.AccountGroupsApi(api_client)
|
api_instance = thousandeyes_sdk.administrative.AccountGroupsApi(api_client)
|
||||||
id = '1234' # str | Identifier for the account group.
|
id = '1234' # str | Identifier for the account group.
|
||||||
|
|||||||
@ -41,7 +41,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.administrative.PermissionsApi(api_client)
|
api_instance = thousandeyes_sdk.administrative.PermissionsApi(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)
|
||||||
|
|||||||
@ -46,7 +46,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.administrative.RolesApi(api_client)
|
api_instance = thousandeyes_sdk.administrative.RolesApi(api_client)
|
||||||
role_request_body = thousandeyes_sdk.administrative.RoleRequestBody() # RoleRequestBody |
|
role_request_body = thousandeyes_sdk.administrative.RoleRequestBody() # RoleRequestBody |
|
||||||
@ -131,7 +131,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.administrative.RolesApi(api_client)
|
api_instance = thousandeyes_sdk.administrative.RolesApi(api_client)
|
||||||
id = '23' # str | The ID of the desired role.
|
id = '23' # str | The ID of the desired role.
|
||||||
@ -215,7 +215,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.administrative.RolesApi(api_client)
|
api_instance = thousandeyes_sdk.administrative.RolesApi(api_client)
|
||||||
id = '23' # str | The ID of the desired role.
|
id = '23' # str | The ID of the desired role.
|
||||||
@ -301,7 +301,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.administrative.RolesApi(api_client)
|
api_instance = thousandeyes_sdk.administrative.RolesApi(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)
|
||||||
@ -386,7 +386,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.administrative.RolesApi(api_client)
|
api_instance = thousandeyes_sdk.administrative.RolesApi(api_client)
|
||||||
id = '23' # str | The ID of the desired role.
|
id = '23' # str | The ID of the desired role.
|
||||||
|
|||||||
@ -41,7 +41,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.administrative.UserEventsApi(api_client)
|
api_instance = thousandeyes_sdk.administrative.UserEventsApi(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)
|
||||||
|
|||||||
@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.administrative.UsersApi(api_client)
|
api_instance = thousandeyes_sdk.administrative.UsersApi(api_client)
|
||||||
user_request = thousandeyes_sdk.administrative.UserRequest() # UserRequest |
|
user_request = thousandeyes_sdk.administrative.UserRequest() # UserRequest |
|
||||||
@ -132,7 +132,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.administrative.UsersApi(api_client)
|
api_instance = thousandeyes_sdk.administrative.UsersApi(api_client)
|
||||||
id = '1234' # str | Identifier for the user.
|
id = '1234' # str | Identifier for the user.
|
||||||
@ -216,7 +216,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.administrative.UsersApi(api_client)
|
api_instance = thousandeyes_sdk.administrative.UsersApi(api_client)
|
||||||
|
|
||||||
@ -296,7 +296,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.administrative.UsersApi(api_client)
|
api_instance = thousandeyes_sdk.administrative.UsersApi(api_client)
|
||||||
id = '1234' # str | Identifier for the user.
|
id = '1234' # str | Identifier for the user.
|
||||||
@ -382,7 +382,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.administrative.UsersApi(api_client)
|
api_instance = thousandeyes_sdk.administrative.UsersApi(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)
|
||||||
@ -467,7 +467,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.administrative.UsersApi(api_client)
|
api_instance = thousandeyes_sdk.administrative.UsersApi(api_client)
|
||||||
id = '1234' # str | Identifier for the user.
|
id = '1234' # str | Identifier for the user.
|
||||||
|
|||||||
@ -41,7 +41,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.agents.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.agents.AgentProxiesApi(api_client)
|
api_instance = thousandeyes_sdk.agents.AgentProxiesApi(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)
|
||||||
|
|||||||
@ -42,7 +42,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.agents.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.agents.CloudAndEnterpriseAgentNotificationRulesApi(api_client)
|
api_instance = thousandeyes_sdk.agents.CloudAndEnterpriseAgentNotificationRulesApi(api_client)
|
||||||
notification_rule_id = '281474976710706' # str | Unique ID for the agent notification rule.
|
notification_rule_id = '281474976710706' # str | Unique ID for the agent notification rule.
|
||||||
@ -129,7 +129,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.agents.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.agents.CloudAndEnterpriseAgentNotificationRulesApi(api_client)
|
api_instance = thousandeyes_sdk.agents.CloudAndEnterpriseAgentNotificationRulesApi(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)
|
||||||
|
|||||||
@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.agents.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.agents.CloudAndEnterpriseAgentsApi(api_client)
|
api_instance = thousandeyes_sdk.agents.CloudAndEnterpriseAgentsApi(api_client)
|
||||||
agent_id = '281474976710706' # str | Unique ID for the agent.
|
agent_id = '281474976710706' # str | Unique ID for the agent.
|
||||||
@ -129,7 +129,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.agents.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.agents.CloudAndEnterpriseAgentsApi(api_client)
|
api_instance = thousandeyes_sdk.agents.CloudAndEnterpriseAgentsApi(api_client)
|
||||||
agent_id = '281474976710706' # str | Unique ID for the agent.
|
agent_id = '281474976710706' # str | Unique ID for the agent.
|
||||||
@ -220,7 +220,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.agents.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.agents.CloudAndEnterpriseAgentsApi(api_client)
|
api_instance = thousandeyes_sdk.agents.CloudAndEnterpriseAgentsApi(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)
|
||||||
@ -311,7 +311,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.agents.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.agents.CloudAndEnterpriseAgentsApi(api_client)
|
api_instance = thousandeyes_sdk.agents.CloudAndEnterpriseAgentsApi(api_client)
|
||||||
agent_id = '281474976710706' # str | Unique ID for the agent.
|
agent_id = '281474976710706' # str | Unique ID for the agent.
|
||||||
|
|||||||
@ -44,7 +44,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.agents.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.agents.EnterpriseAgentClusterApi(api_client)
|
api_instance = thousandeyes_sdk.agents.EnterpriseAgentClusterApi(api_client)
|
||||||
agent_id = '281474976710706' # str | Unique ID for the Enterprise Agent cluster to add new agents to.
|
agent_id = '281474976710706' # str | Unique ID for the Enterprise Agent cluster to add new agents to.
|
||||||
@ -138,7 +138,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.agents.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.agents.EnterpriseAgentClusterApi(api_client)
|
api_instance = thousandeyes_sdk.agents.EnterpriseAgentClusterApi(api_client)
|
||||||
agent_id = '281474976710706' # str | Unique ID for the Enterprise Agent cluster to remove agents from.
|
agent_id = '281474976710706' # str | Unique ID for the Enterprise Agent cluster to remove agents from.
|
||||||
|
|||||||
@ -46,7 +46,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.alerts.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.alerts.AlertRulesApi(api_client)
|
api_instance = thousandeyes_sdk.alerts.AlertRulesApi(api_client)
|
||||||
rule_detail_update = thousandeyes_sdk.alerts.RuleDetailUpdate() # RuleDetailUpdate |
|
rule_detail_update = thousandeyes_sdk.alerts.RuleDetailUpdate() # RuleDetailUpdate |
|
||||||
@ -131,7 +131,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.alerts.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.alerts.AlertRulesApi(api_client)
|
api_instance = thousandeyes_sdk.alerts.AlertRulesApi(api_client)
|
||||||
rule_id = '127094' # str | Unique alert rule ID.
|
rule_id = '127094' # str | Unique alert rule ID.
|
||||||
@ -215,7 +215,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.alerts.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.alerts.AlertRulesApi(api_client)
|
api_instance = thousandeyes_sdk.alerts.AlertRulesApi(api_client)
|
||||||
rule_id = '127094' # str | Unique alert rule ID.
|
rule_id = '127094' # str | Unique alert rule ID.
|
||||||
@ -300,7 +300,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.alerts.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.alerts.AlertRulesApi(api_client)
|
api_instance = thousandeyes_sdk.alerts.AlertRulesApi(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)
|
||||||
@ -384,7 +384,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.alerts.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.alerts.AlertRulesApi(api_client)
|
api_instance = thousandeyes_sdk.alerts.AlertRulesApi(api_client)
|
||||||
rule_id = '127094' # str | Unique alert rule ID.
|
rule_id = '127094' # str | Unique alert rule ID.
|
||||||
|
|||||||
@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.alerts.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.alerts.AlertSuppressionWindowsApi(api_client)
|
api_instance = thousandeyes_sdk.alerts.AlertSuppressionWindowsApi(api_client)
|
||||||
alert_suppression_window_request = thousandeyes_sdk.alerts.AlertSuppressionWindowRequest() # AlertSuppressionWindowRequest |
|
alert_suppression_window_request = thousandeyes_sdk.alerts.AlertSuppressionWindowRequest() # AlertSuppressionWindowRequest |
|
||||||
@ -134,7 +134,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.alerts.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.alerts.AlertSuppressionWindowsApi(api_client)
|
api_instance = thousandeyes_sdk.alerts.AlertSuppressionWindowsApi(api_client)
|
||||||
window_id = '2411' # str | Unique window ID.
|
window_id = '2411' # str | Unique window ID.
|
||||||
@ -219,7 +219,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.alerts.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.alerts.AlertSuppressionWindowsApi(api_client)
|
api_instance = thousandeyes_sdk.alerts.AlertSuppressionWindowsApi(api_client)
|
||||||
window_id = '2411' # str | Unique window ID.
|
window_id = '2411' # str | Unique window ID.
|
||||||
@ -306,7 +306,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.alerts.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.alerts.AlertSuppressionWindowsApi(api_client)
|
api_instance = thousandeyes_sdk.alerts.AlertSuppressionWindowsApi(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)
|
||||||
@ -391,7 +391,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.alerts.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.alerts.AlertSuppressionWindowsApi(api_client)
|
api_instance = thousandeyes_sdk.alerts.AlertSuppressionWindowsApi(api_client)
|
||||||
window_id = '2411' # str | Unique window ID.
|
window_id = '2411' # str | Unique window ID.
|
||||||
|
|||||||
@ -42,7 +42,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.alerts.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.alerts.AlertsApi(api_client)
|
api_instance = thousandeyes_sdk.alerts.AlertsApi(api_client)
|
||||||
alert_id = 'e9c3bf02-a48c-4aa8-9e5f-898800d6f569' # str | Unique alert ID.
|
alert_id = 'e9c3bf02-a48c-4aa8-9e5f-898800d6f569' # str | Unique alert ID.
|
||||||
@ -127,7 +127,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.alerts.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.alerts.AlertsApi(api_client)
|
api_instance = thousandeyes_sdk.alerts.AlertsApi(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)
|
||||||
|
|||||||
@ -41,7 +41,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.bgp_monitors.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.bgp_monitors.BGPMonitorsApi(api_client)
|
api_instance = thousandeyes_sdk.bgp_monitors.BGPMonitorsApi(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)
|
||||||
|
|||||||
@ -46,7 +46,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.credentials.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.credentials.CredentialsApi(api_client)
|
api_instance = thousandeyes_sdk.credentials.CredentialsApi(api_client)
|
||||||
credential_request = thousandeyes_sdk.credentials.CredentialRequest() # CredentialRequest |
|
credential_request = thousandeyes_sdk.credentials.CredentialRequest() # CredentialRequest |
|
||||||
@ -131,7 +131,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.credentials.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.credentials.CredentialsApi(api_client)
|
api_instance = thousandeyes_sdk.credentials.CredentialsApi(api_client)
|
||||||
id = '3247' # str | The ID of the desired credential.
|
id = '3247' # str | The ID of the desired credential.
|
||||||
@ -214,7 +214,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.credentials.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.credentials.CredentialsApi(api_client)
|
api_instance = thousandeyes_sdk.credentials.CredentialsApi(api_client)
|
||||||
id = '3247' # str | The ID of the desired credential.
|
id = '3247' # str | The ID of the desired credential.
|
||||||
@ -300,7 +300,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.credentials.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.credentials.CredentialsApi(api_client)
|
api_instance = thousandeyes_sdk.credentials.CredentialsApi(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)
|
||||||
@ -384,7 +384,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.credentials.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.credentials.CredentialsApi(api_client)
|
api_instance = thousandeyes_sdk.credentials.CredentialsApi(api_client)
|
||||||
id = '3247' # str | The ID of the desired credential.
|
id = '3247' # str | The ID of the desired credential.
|
||||||
|
|||||||
@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.dashboards.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.dashboards.DashboardSnapshotsApi(api_client)
|
api_instance = thousandeyes_sdk.dashboards.DashboardSnapshotsApi(api_client)
|
||||||
generate_dashboard_snapshot_request = thousandeyes_sdk.dashboards.GenerateDashboardSnapshotRequest() # GenerateDashboardSnapshotRequest | Request body schema to create a dashboard snapshot.
|
generate_dashboard_snapshot_request = thousandeyes_sdk.dashboards.GenerateDashboardSnapshotRequest() # GenerateDashboardSnapshotRequest | Request body schema to create a dashboard snapshot.
|
||||||
@ -132,7 +132,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.dashboards.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.dashboards.DashboardSnapshotsApi(api_client)
|
api_instance = thousandeyes_sdk.dashboards.DashboardSnapshotsApi(api_client)
|
||||||
snapshot_id = 'd28bb71f-5a47-4783-8f12-d4b115e61b0c' # str | A Identifier for a dashboard snapshot which can be obtained from the `/dashboards-snapshots` endpoint.
|
snapshot_id = 'd28bb71f-5a47-4783-8f12-d4b115e61b0c' # str | A Identifier for a dashboard snapshot which can be obtained from the `/dashboards-snapshots` endpoint.
|
||||||
@ -216,7 +216,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.dashboards.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.dashboards.DashboardSnapshotsApi(api_client)
|
api_instance = thousandeyes_sdk.dashboards.DashboardSnapshotsApi(api_client)
|
||||||
snapshot_id = 'd28bb71f-5a47-4783-8f12-d4b115e61b0c' # str | A Identifier for a dashboard snapshot which can be obtained from the `/dashboards-snapshots` endpoint.
|
snapshot_id = 'd28bb71f-5a47-4783-8f12-d4b115e61b0c' # str | A Identifier for a dashboard snapshot which can be obtained from the `/dashboards-snapshots` endpoint.
|
||||||
@ -302,7 +302,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.dashboards.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.dashboards.DashboardSnapshotsApi(api_client)
|
api_instance = thousandeyes_sdk.dashboards.DashboardSnapshotsApi(api_client)
|
||||||
snapshot_id = 'd28bb71f-5a47-4783-8f12-d4b115e61b0c' # str | A Identifier for a dashboard snapshot which can be obtained from the `/dashboards-snapshots` endpoint.
|
snapshot_id = 'd28bb71f-5a47-4783-8f12-d4b115e61b0c' # str | A Identifier for a dashboard snapshot which can be obtained from the `/dashboards-snapshots` endpoint.
|
||||||
@ -390,7 +390,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.dashboards.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.dashboards.DashboardSnapshotsApi(api_client)
|
api_instance = thousandeyes_sdk.dashboards.DashboardSnapshotsApi(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)
|
||||||
@ -478,7 +478,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.dashboards.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.dashboards.DashboardSnapshotsApi(api_client)
|
api_instance = thousandeyes_sdk.dashboards.DashboardSnapshotsApi(api_client)
|
||||||
snapshot_id = 'd28bb71f-5a47-4783-8f12-d4b115e61b0c' # str | A Identifier for a dashboard snapshot which can be obtained from the `/dashboards-snapshots` endpoint.
|
snapshot_id = 'd28bb71f-5a47-4783-8f12-d4b115e61b0c' # str | A Identifier for a dashboard snapshot which can be obtained from the `/dashboards-snapshots` endpoint.
|
||||||
|
|||||||
@ -46,7 +46,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.dashboards.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.dashboards.DashboardsApi(api_client)
|
api_instance = thousandeyes_sdk.dashboards.DashboardsApi(api_client)
|
||||||
dashboard = thousandeyes_sdk.dashboards.Dashboard() # Dashboard | Request body schema to create a dashboard.
|
dashboard = thousandeyes_sdk.dashboards.Dashboard() # Dashboard | Request body schema to create a dashboard.
|
||||||
@ -131,7 +131,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.dashboards.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.dashboards.DashboardsApi(api_client)
|
api_instance = thousandeyes_sdk.dashboards.DashboardsApi(api_client)
|
||||||
dashboard_id = '646f4d2ce3c99b0536c3821e' # str | A Identifier for a dashboard which can be obtained from the `/dashboards` endpoint.
|
dashboard_id = '646f4d2ce3c99b0536c3821e' # str | A Identifier for a dashboard which can be obtained from the `/dashboards` endpoint.
|
||||||
@ -215,7 +215,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.dashboards.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.dashboards.DashboardsApi(api_client)
|
api_instance = thousandeyes_sdk.dashboards.DashboardsApi(api_client)
|
||||||
dashboard_id = '646f4d2ce3c99b0536c3821e' # str | A Identifier for a dashboard which can be obtained from the `/dashboards` endpoint.
|
dashboard_id = '646f4d2ce3c99b0536c3821e' # str | A Identifier for a dashboard which can be obtained from the `/dashboards` endpoint.
|
||||||
@ -302,7 +302,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.dashboards.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.dashboards.DashboardsApi(api_client)
|
api_instance = thousandeyes_sdk.dashboards.DashboardsApi(api_client)
|
||||||
dashboard_id = '646f4d2ce3c99b0536c3821e' # str | A Identifier for a dashboard which can be obtained from the `/dashboards` endpoint.
|
dashboard_id = '646f4d2ce3c99b0536c3821e' # str | A Identifier for a dashboard which can be obtained from the `/dashboards` endpoint.
|
||||||
@ -404,7 +404,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.dashboards.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.dashboards.DashboardsApi(api_client)
|
api_instance = thousandeyes_sdk.dashboards.DashboardsApi(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)
|
||||||
@ -488,7 +488,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.dashboards.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.dashboards.DashboardsApi(api_client)
|
api_instance = thousandeyes_sdk.dashboards.DashboardsApi(api_client)
|
||||||
dashboard_id = '646f4d2ce3c99b0536c3821e' # str | A Identifier for a dashboard which can be obtained from the `/dashboards` endpoint.
|
dashboard_id = '646f4d2ce3c99b0536c3821e' # str | A Identifier for a dashboard which can be obtained from the `/dashboards` endpoint.
|
||||||
|
|||||||
@ -46,7 +46,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.dashboards.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.dashboards.DashboardsFiltersApi(api_client)
|
api_instance = thousandeyes_sdk.dashboards.DashboardsFiltersApi(api_client)
|
||||||
api_context_filter_request = thousandeyes_sdk.dashboards.ApiContextFilterRequest() # ApiContextFilterRequest | Dashboard filter object to be created and saved
|
api_context_filter_request = thousandeyes_sdk.dashboards.ApiContextFilterRequest() # ApiContextFilterRequest | Dashboard filter object to be created and saved
|
||||||
@ -131,7 +131,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.dashboards.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.dashboards.DashboardsFiltersApi(api_client)
|
api_instance = thousandeyes_sdk.dashboards.DashboardsFiltersApi(api_client)
|
||||||
id = '65bc18e8f2073a4a469cd958' # str | Unique dashboard filter ID.
|
id = '65bc18e8f2073a4a469cd958' # str | Unique dashboard filter ID.
|
||||||
@ -215,7 +215,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.dashboards.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.dashboards.DashboardsFiltersApi(api_client)
|
api_instance = thousandeyes_sdk.dashboards.DashboardsFiltersApi(api_client)
|
||||||
id = '65bc18e8f2073a4a469cd958' # str | Unique dashboard filter ID.
|
id = '65bc18e8f2073a4a469cd958' # str | Unique dashboard filter ID.
|
||||||
@ -301,7 +301,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.dashboards.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.dashboards.DashboardsFiltersApi(api_client)
|
api_instance = thousandeyes_sdk.dashboards.DashboardsFiltersApi(api_client)
|
||||||
search_pattern = 'cea-filter' # str | Optional search pattern parameter to filter list of dashboard filters by either name or description values. (optional)
|
search_pattern = 'cea-filter' # str | Optional search pattern parameter to filter list of dashboard filters by either name or description values. (optional)
|
||||||
@ -388,7 +388,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.dashboards.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.dashboards.DashboardsFiltersApi(api_client)
|
api_instance = thousandeyes_sdk.dashboards.DashboardsFiltersApi(api_client)
|
||||||
id = '65bc18e8f2073a4a469cd958' # str | Unique dashboard filter ID.
|
id = '65bc18e8f2073a4a469cd958' # str | Unique dashboard filter ID.
|
||||||
|
|||||||
@ -44,7 +44,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.emulation.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.emulation.EmulationApi(api_client)
|
api_instance = thousandeyes_sdk.emulation.EmulationApi(api_client)
|
||||||
emulated_device = thousandeyes_sdk.emulation.EmulatedDevice() # EmulatedDevice |
|
emulated_device = thousandeyes_sdk.emulation.EmulatedDevice() # EmulatedDevice |
|
||||||
@ -130,7 +130,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.emulation.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.emulation.EmulationApi(api_client)
|
api_instance = thousandeyes_sdk.emulation.EmulationApi(api_client)
|
||||||
expand = [thousandeyes_sdk.emulation.ExpandEmulatedDeviceOptions()] # List[ExpandEmulatedDeviceOptions] | Optional query parameter that controls whether user-agent templates are included in the response. By default, user-agent templates are not included. To include them, add `?expand=user-agent` to the request. (optional)
|
expand = [thousandeyes_sdk.emulation.ExpandEmulatedDeviceOptions()] # List[ExpandEmulatedDeviceOptions] | Optional query parameter that controls whether user-agent templates are included in the response. By default, user-agent templates are not included. To include them, add `?expand=user-agent` to the request. (optional)
|
||||||
@ -213,7 +213,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.emulation.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.emulation.EmulationApi(api_client)
|
api_instance = thousandeyes_sdk.emulation.EmulationApi(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)
|
||||||
|
|||||||
@ -48,7 +48,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_agents.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_agents.EndpointAgentsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_agents.EndpointAgentsApi(api_client)
|
||||||
agent_id = 'agent_id_example' # str | The identifier of the agent to operate on.
|
agent_id = 'agent_id_example' # str | The identifier of the agent to operate on.
|
||||||
@ -132,7 +132,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_agents.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_agents.EndpointAgentsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_agents.EndpointAgentsApi(api_client)
|
||||||
agent_id = 'agent_id_example' # str | The identifier of the agent to operate on.
|
agent_id = 'agent_id_example' # str | The identifier of the agent to operate on.
|
||||||
@ -216,7 +216,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_agents.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_agents.EndpointAgentsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_agents.EndpointAgentsApi(api_client)
|
||||||
agent_id = 'agent_id_example' # str | The identifier of the agent to operate on.
|
agent_id = 'agent_id_example' # str | The identifier of the agent to operate on.
|
||||||
@ -302,7 +302,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_agents.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_agents.EndpointAgentsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_agents.EndpointAgentsApi(api_client)
|
||||||
agent_search_request = thousandeyes_sdk.endpoint_agents.AgentSearchRequest() # AgentSearchRequest | The filter options for advanced search filtering for agents.
|
agent_search_request = thousandeyes_sdk.endpoint_agents.AgentSearchRequest() # AgentSearchRequest | The filter options for advanced search filtering for agents.
|
||||||
@ -395,7 +395,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_agents.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_agents.EndpointAgentsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_agents.EndpointAgentsApi(api_client)
|
||||||
agent_id = 'agent_id_example' # str | The identifier of the agent to operate on.
|
agent_id = 'agent_id_example' # str | The identifier of the agent to operate on.
|
||||||
@ -484,7 +484,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_agents.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_agents.EndpointAgentsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_agents.EndpointAgentsApi(api_client)
|
||||||
max = 5 # int | (Optional) Maximum number of objects to return. (optional)
|
max = 5 # int | (Optional) Maximum number of objects to return. (optional)
|
||||||
@ -577,7 +577,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_agents.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_agents.EndpointAgentsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_agents.EndpointAgentsApi(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)
|
||||||
@ -660,7 +660,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_agents.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_agents.EndpointAgentsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_agents.EndpointAgentsApi(api_client)
|
||||||
agent_id = 'agent_id_example' # str | The identifier of the agent to operate on.
|
agent_id = 'agent_id_example' # str | The identifier of the agent to operate on.
|
||||||
|
|||||||
@ -42,7 +42,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_agents.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_agents.EndpointAgentsTransferApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_agents.EndpointAgentsTransferApi(api_client)
|
||||||
agent_id = 'agent_id_example' # str | The identifier of the agent to operate on.
|
agent_id = 'agent_id_example' # str | The identifier of the agent to operate on.
|
||||||
@ -127,7 +127,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_agents.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_agents.EndpointAgentsTransferApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_agents.EndpointAgentsTransferApi(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)
|
||||||
|
|||||||
@ -42,7 +42,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_instant_tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_instant_tests.AgentToServerEndpointInstantScheduledTestsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_instant_tests.AgentToServerEndpointInstantScheduledTestsApi(api_client)
|
||||||
endpoint_agent_to_server_instant_test = thousandeyes_sdk.endpoint_instant_tests.EndpointAgentToServerInstantTest() # EndpointAgentToServerInstantTest |
|
endpoint_agent_to_server_instant_test = thousandeyes_sdk.endpoint_instant_tests.EndpointAgentToServerInstantTest() # EndpointAgentToServerInstantTest |
|
||||||
|
|||||||
@ -42,7 +42,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_instant_tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_instant_tests.HTTPServerEndpointInstantScheduledTestsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_instant_tests.HTTPServerEndpointInstantScheduledTestsApi(api_client)
|
||||||
endpoint_http_server_instant_test = thousandeyes_sdk.endpoint_instant_tests.EndpointHttpServerInstantTest() # EndpointHttpServerInstantTest |
|
endpoint_http_server_instant_test = thousandeyes_sdk.endpoint_instant_tests.EndpointHttpServerInstantTest() # EndpointHttpServerInstantTest |
|
||||||
|
|||||||
@ -41,7 +41,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_instant_tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_instant_tests.RunEndpointInstantScheduledTestsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_instant_tests.RunEndpointInstantScheduledTestsApi(api_client)
|
||||||
test_id = '765231567' # str | ID of the endpoint instant scheduled test to rerun
|
test_id = '765231567' # str | ID of the endpoint instant scheduled test to rerun
|
||||||
|
|||||||
@ -46,7 +46,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_labels.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_labels.EndpointAgentLabelsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_labels.EndpointAgentLabelsApi(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)
|
||||||
@ -129,7 +129,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_labels.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_labels.EndpointAgentLabelsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_labels.EndpointAgentLabelsApi(api_client)
|
||||||
id = 'id_example' # str | The unique identifier of the label to operate on.
|
id = 'id_example' # str | The unique identifier of the label to operate on.
|
||||||
@ -212,7 +212,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_labels.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_labels.EndpointAgentLabelsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_labels.EndpointAgentLabelsApi(api_client)
|
||||||
id = 'id_example' # str | The unique identifier of the label to operate on.
|
id = 'id_example' # str | The unique identifier of the label to operate on.
|
||||||
@ -299,7 +299,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_labels.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_labels.EndpointAgentLabelsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_labels.EndpointAgentLabelsApi(api_client)
|
||||||
max = 5 # int | (Optional) Maximum number of objects to return. (optional)
|
max = 5 # int | (Optional) Maximum number of objects to return. (optional)
|
||||||
@ -387,7 +387,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_labels.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_labels.EndpointAgentLabelsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_labels.EndpointAgentLabelsApi(api_client)
|
||||||
id = 'id_example' # str | The unique identifier of the label to operate on.
|
id = 'id_example' # str | The unique identifier of the label to operate on.
|
||||||
|
|||||||
@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_test_results.HTTPServerEndpointScheduledTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_test_results.HTTPServerEndpointScheduledTestResultsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -141,7 +141,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_test_results.HTTPServerEndpointScheduledTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_test_results.HTTPServerEndpointScheduledTestResultsApi(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)
|
||||||
|
|||||||
@ -44,7 +44,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_test_results.LocalNetworkEndpointTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_test_results.LocalNetworkEndpointTestResultsApi(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)
|
||||||
@ -139,7 +139,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_test_results.LocalNetworkEndpointTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_test_results.LocalNetworkEndpointTestResultsApi(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)
|
||||||
@ -223,7 +223,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_test_results.LocalNetworkEndpointTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_test_results.LocalNetworkEndpointTestResultsApi(api_client)
|
||||||
network_topology_id = '00160:39c518560de9:1491651900:236e6f18' # str | The network topology ID.
|
network_topology_id = '00160:39c518560de9:1491651900:236e6f18' # str | The network topology ID.
|
||||||
|
|||||||
@ -44,7 +44,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_test_results.NetworkDynamicEndpointTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_test_results.NetworkDynamicEndpointTestResultsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -140,7 +140,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_test_results.NetworkDynamicEndpointTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_test_results.NetworkDynamicEndpointTestResultsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -231,7 +231,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_test_results.NetworkDynamicEndpointTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_test_results.NetworkDynamicEndpointTestResultsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
|
|||||||
@ -45,7 +45,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_test_results.NetworkEndpointScheduledTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_test_results.NetworkEndpointScheduledTestResultsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -142,7 +142,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_test_results.NetworkEndpointScheduledTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_test_results.NetworkEndpointScheduledTestResultsApi(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)
|
||||||
@ -238,7 +238,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_test_results.NetworkEndpointScheduledTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_test_results.NetworkEndpointScheduledTestResultsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -328,7 +328,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_test_results.NetworkEndpointScheduledTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_test_results.NetworkEndpointScheduledTestResultsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
|
|||||||
@ -46,7 +46,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_test_results.RealUserEndpointTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_test_results.RealUserEndpointTestResultsApi(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)
|
||||||
@ -142,7 +142,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_test_results.RealUserEndpointTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_test_results.RealUserEndpointTestResultsApi(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)
|
||||||
@ -238,7 +238,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_test_results.RealUserEndpointTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_test_results.RealUserEndpointTestResultsApi(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)
|
||||||
@ -333,7 +333,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_test_results.RealUserEndpointTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_test_results.RealUserEndpointTestResultsApi(api_client)
|
||||||
id = '07625:1490529480:h3qJQTpl' # str | The real user test id.
|
id = '07625:1490529480:h3qJQTpl' # str | The real user test id.
|
||||||
@ -421,7 +421,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_test_results.RealUserEndpointTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_test_results.RealUserEndpointTestResultsApi(api_client)
|
||||||
id = '07625:1490529480:h3qJQTpl' # str | The real user test id.
|
id = '07625:1490529480:h3qJQTpl' # str | The real user test id.
|
||||||
|
|||||||
@ -46,7 +46,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_tests.AgentToServerEndpointDynamicTestsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_tests.AgentToServerEndpointDynamicTestsApi(api_client)
|
||||||
dynamic_test_request = thousandeyes_sdk.endpoint_tests.DynamicTestRequest() # DynamicTestRequest |
|
dynamic_test_request = thousandeyes_sdk.endpoint_tests.DynamicTestRequest() # DynamicTestRequest |
|
||||||
@ -133,7 +133,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_tests.AgentToServerEndpointDynamicTestsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_tests.AgentToServerEndpointDynamicTestsApi(api_client)
|
||||||
test_id = '584739201' # str | Unique ID of endpoint test.
|
test_id = '584739201' # str | Unique ID of endpoint test.
|
||||||
@ -219,7 +219,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_tests.AgentToServerEndpointDynamicTestsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_tests.AgentToServerEndpointDynamicTestsApi(api_client)
|
||||||
test_id = '584739201' # str | Unique ID of endpoint test.
|
test_id = '584739201' # str | Unique ID of endpoint test.
|
||||||
@ -306,7 +306,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_tests.AgentToServerEndpointDynamicTestsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_tests.AgentToServerEndpointDynamicTestsApi(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)
|
||||||
@ -391,7 +391,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_tests.AgentToServerEndpointDynamicTestsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_tests.AgentToServerEndpointDynamicTestsApi(api_client)
|
||||||
test_id = '584739201' # str | Unique ID of endpoint test.
|
test_id = '584739201' # str | Unique ID of endpoint test.
|
||||||
|
|||||||
@ -46,7 +46,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_tests.AgentToServerEndpointScheduledTestsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_tests.AgentToServerEndpointScheduledTestsApi(api_client)
|
||||||
endpoint_agent_to_server_test_request = thousandeyes_sdk.endpoint_tests.EndpointAgentToServerTestRequest() # EndpointAgentToServerTestRequest |
|
endpoint_agent_to_server_test_request = thousandeyes_sdk.endpoint_tests.EndpointAgentToServerTestRequest() # EndpointAgentToServerTestRequest |
|
||||||
@ -133,7 +133,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_tests.AgentToServerEndpointScheduledTestsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_tests.AgentToServerEndpointScheduledTestsApi(api_client)
|
||||||
test_id = '584739201' # str | Unique ID of endpoint test.
|
test_id = '584739201' # str | Unique ID of endpoint test.
|
||||||
@ -219,7 +219,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_tests.AgentToServerEndpointScheduledTestsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_tests.AgentToServerEndpointScheduledTestsApi(api_client)
|
||||||
test_id = '584739201' # str | Unique ID of endpoint test.
|
test_id = '584739201' # str | Unique ID of endpoint test.
|
||||||
@ -306,7 +306,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_tests.AgentToServerEndpointScheduledTestsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_tests.AgentToServerEndpointScheduledTestsApi(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)
|
||||||
@ -391,7 +391,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_tests.AgentToServerEndpointScheduledTestsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_tests.AgentToServerEndpointScheduledTestsApi(api_client)
|
||||||
test_id = '584739201' # str | Unique ID of endpoint test.
|
test_id = '584739201' # str | Unique ID of endpoint test.
|
||||||
|
|||||||
@ -41,7 +41,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_tests.EndpointScheduledTestsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_tests.EndpointScheduledTestsApi(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)
|
||||||
|
|||||||
@ -46,7 +46,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_tests.HTTPServerEndpointScheduledTestsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_tests.HTTPServerEndpointScheduledTestsApi(api_client)
|
||||||
endpoint_http_server_test_request = thousandeyes_sdk.endpoint_tests.EndpointHttpServerTestRequest() # EndpointHttpServerTestRequest |
|
endpoint_http_server_test_request = thousandeyes_sdk.endpoint_tests.EndpointHttpServerTestRequest() # EndpointHttpServerTestRequest |
|
||||||
@ -133,7 +133,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_tests.HTTPServerEndpointScheduledTestsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_tests.HTTPServerEndpointScheduledTestsApi(api_client)
|
||||||
test_id = '584739201' # str | Unique ID of endpoint test.
|
test_id = '584739201' # str | Unique ID of endpoint test.
|
||||||
@ -219,7 +219,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_tests.HTTPServerEndpointScheduledTestsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_tests.HTTPServerEndpointScheduledTestsApi(api_client)
|
||||||
test_id = '584739201' # str | Unique ID of endpoint test.
|
test_id = '584739201' # str | Unique ID of endpoint test.
|
||||||
@ -306,7 +306,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_tests.HTTPServerEndpointScheduledTestsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_tests.HTTPServerEndpointScheduledTestsApi(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)
|
||||||
@ -391,7 +391,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.endpoint_tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.endpoint_tests.HTTPServerEndpointScheduledTestsApi(api_client)
|
api_instance = thousandeyes_sdk.endpoint_tests.HTTPServerEndpointScheduledTestsApi(api_client)
|
||||||
test_id = '584739201' # str | Unique ID of endpoint test.
|
test_id = '584739201' # str | Unique ID of endpoint test.
|
||||||
|
|||||||
@ -42,7 +42,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.event_detection.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.event_detection.EventsApi(api_client)
|
api_instance = thousandeyes_sdk.event_detection.EventsApi(api_client)
|
||||||
id = 'e9c3bf02-a48c-4aa8-9e5f-898800d6f569' # str | Unique event ID.
|
id = 'e9c3bf02-a48c-4aa8-9e5f-898800d6f569' # str | Unique event ID.
|
||||||
@ -129,7 +129,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.event_detection.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.event_detection.EventsApi(api_client)
|
api_instance = thousandeyes_sdk.event_detection.EventsApi(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)
|
||||||
|
|||||||
@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.instant_tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.instant_tests.APIInstantTestsApi(api_client)
|
api_instance = thousandeyes_sdk.instant_tests.APIInstantTestsApi(api_client)
|
||||||
api_instant_test_request = thousandeyes_sdk.instant_tests.ApiInstantTestRequest() # ApiInstantTestRequest |
|
api_instant_test_request = thousandeyes_sdk.instant_tests.ApiInstantTestRequest() # ApiInstantTestRequest |
|
||||||
|
|||||||
@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.instant_tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.instant_tests.AgentToAgentInstantTestsApi(api_client)
|
api_instance = thousandeyes_sdk.instant_tests.AgentToAgentInstantTestsApi(api_client)
|
||||||
agent_to_agent_instant_test_request = thousandeyes_sdk.instant_tests.AgentToAgentInstantTestRequest() # AgentToAgentInstantTestRequest |
|
agent_to_agent_instant_test_request = thousandeyes_sdk.instant_tests.AgentToAgentInstantTestRequest() # AgentToAgentInstantTestRequest |
|
||||||
|
|||||||
@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.instant_tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.instant_tests.AgentToServerInstantTestsApi(api_client)
|
api_instance = thousandeyes_sdk.instant_tests.AgentToServerInstantTestsApi(api_client)
|
||||||
agent_to_server_instant_test_request = thousandeyes_sdk.instant_tests.AgentToServerInstantTestRequest() # AgentToServerInstantTestRequest |
|
agent_to_server_instant_test_request = thousandeyes_sdk.instant_tests.AgentToServerInstantTestRequest() # AgentToServerInstantTestRequest |
|
||||||
|
|||||||
@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.instant_tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.instant_tests.DNSSECInstantTestsApi(api_client)
|
api_instance = thousandeyes_sdk.instant_tests.DNSSECInstantTestsApi(api_client)
|
||||||
dns_sec_instant_test_request = thousandeyes_sdk.instant_tests.DnsSecInstantTestRequest() # DnsSecInstantTestRequest |
|
dns_sec_instant_test_request = thousandeyes_sdk.instant_tests.DnsSecInstantTestRequest() # DnsSecInstantTestRequest |
|
||||||
|
|||||||
@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.instant_tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.instant_tests.DNSServerInstantTestsApi(api_client)
|
api_instance = thousandeyes_sdk.instant_tests.DNSServerInstantTestsApi(api_client)
|
||||||
dns_server_instant_test_request = thousandeyes_sdk.instant_tests.DnsServerInstantTestRequest() # DnsServerInstantTestRequest |
|
dns_server_instant_test_request = thousandeyes_sdk.instant_tests.DnsServerInstantTestRequest() # DnsServerInstantTestRequest |
|
||||||
|
|||||||
@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.instant_tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.instant_tests.DNSTraceInstantTestsApi(api_client)
|
api_instance = thousandeyes_sdk.instant_tests.DNSTraceInstantTestsApi(api_client)
|
||||||
dns_trace_instant_test_request = thousandeyes_sdk.instant_tests.DnsTraceInstantTestRequest() # DnsTraceInstantTestRequest |
|
dns_trace_instant_test_request = thousandeyes_sdk.instant_tests.DnsTraceInstantTestRequest() # DnsTraceInstantTestRequest |
|
||||||
|
|||||||
@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.instant_tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.instant_tests.FTPServerInstantTestsApi(api_client)
|
api_instance = thousandeyes_sdk.instant_tests.FTPServerInstantTestsApi(api_client)
|
||||||
ftp_server_instant_test_request = thousandeyes_sdk.instant_tests.FtpServerInstantTestRequest() # FtpServerInstantTestRequest |
|
ftp_server_instant_test_request = thousandeyes_sdk.instant_tests.FtpServerInstantTestRequest() # FtpServerInstantTestRequest |
|
||||||
|
|||||||
@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.instant_tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.instant_tests.HTTPPageLoadInstantTestsApi(api_client)
|
api_instance = thousandeyes_sdk.instant_tests.HTTPPageLoadInstantTestsApi(api_client)
|
||||||
page_load_instant_test_request = thousandeyes_sdk.instant_tests.PageLoadInstantTestRequest() # PageLoadInstantTestRequest |
|
page_load_instant_test_request = thousandeyes_sdk.instant_tests.PageLoadInstantTestRequest() # PageLoadInstantTestRequest |
|
||||||
|
|||||||
@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.instant_tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.instant_tests.HTTPServerInstantTestsApi(api_client)
|
api_instance = thousandeyes_sdk.instant_tests.HTTPServerInstantTestsApi(api_client)
|
||||||
http_server_instant_test_request = thousandeyes_sdk.instant_tests.HttpServerInstantTestRequest() # HttpServerInstantTestRequest |
|
http_server_instant_test_request = thousandeyes_sdk.instant_tests.HttpServerInstantTestRequest() # HttpServerInstantTestRequest |
|
||||||
|
|||||||
@ -40,7 +40,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.instant_tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.instant_tests.InstantTestsApi(api_client)
|
api_instance = thousandeyes_sdk.instant_tests.InstantTestsApi(api_client)
|
||||||
test_id = '105' # str | Identifier for the instant test you wish to rerun.
|
test_id = '105' # str | Identifier for the instant test you wish to rerun.
|
||||||
|
|||||||
@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.instant_tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.instant_tests.SIPServerInstantTestsApi(api_client)
|
api_instance = thousandeyes_sdk.instant_tests.SIPServerInstantTestsApi(api_client)
|
||||||
sip_server_instant_test_request = thousandeyes_sdk.instant_tests.SipServerInstantTestRequest() # SipServerInstantTestRequest |
|
sip_server_instant_test_request = thousandeyes_sdk.instant_tests.SipServerInstantTestRequest() # SipServerInstantTestRequest |
|
||||||
|
|||||||
@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.instant_tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.instant_tests.VoiceInstantTestsApi(api_client)
|
api_instance = thousandeyes_sdk.instant_tests.VoiceInstantTestsApi(api_client)
|
||||||
voice_instant_test_request = thousandeyes_sdk.instant_tests.VoiceInstantTestRequest() # VoiceInstantTestRequest |
|
voice_instant_test_request = thousandeyes_sdk.instant_tests.VoiceInstantTestRequest() # VoiceInstantTestRequest |
|
||||||
|
|||||||
@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.instant_tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.instant_tests.WebTransactionInstantTestsApi(api_client)
|
api_instance = thousandeyes_sdk.instant_tests.WebTransactionInstantTestsApi(api_client)
|
||||||
web_transaction_instant_test_request = thousandeyes_sdk.instant_tests.WebTransactionInstantTestRequest() # WebTransactionInstantTestRequest |
|
web_transaction_instant_test_request = thousandeyes_sdk.instant_tests.WebTransactionInstantTestRequest() # WebTransactionInstantTestRequest |
|
||||||
|
|||||||
@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.internet_insights.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.internet_insights.InternetInsightsCatalogProvidersApi(api_client)
|
api_instance = thousandeyes_sdk.internet_insights.InternetInsightsCatalogProvidersApi(api_client)
|
||||||
api_catalog_provider_filter = thousandeyes_sdk.internet_insights.ApiCatalogProviderFilter() # ApiCatalogProviderFilter |
|
api_catalog_provider_filter = thousandeyes_sdk.internet_insights.ApiCatalogProviderFilter() # ApiCatalogProviderFilter |
|
||||||
@ -131,7 +131,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.internet_insights.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.internet_insights.InternetInsightsCatalogProvidersApi(api_client)
|
api_instance = thousandeyes_sdk.internet_insights.InternetInsightsCatalogProvidersApi(api_client)
|
||||||
provider_id = '85602a0a-54a7-4e97-946e-67492ef1fa26' # str |
|
provider_id = '85602a0a-54a7-4e97-946e-67492ef1fa26' # str |
|
||||||
|
|||||||
@ -44,7 +44,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.internet_insights.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.internet_insights.InternetInsightsOutagesApi(api_client)
|
api_instance = thousandeyes_sdk.internet_insights.InternetInsightsOutagesApi(api_client)
|
||||||
api_outage_filter = thousandeyes_sdk.internet_insights.ApiOutageFilter() # ApiOutageFilter |
|
api_outage_filter = thousandeyes_sdk.internet_insights.ApiOutageFilter() # ApiOutageFilter |
|
||||||
@ -132,7 +132,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.internet_insights.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.internet_insights.InternetInsightsOutagesApi(api_client)
|
api_instance = thousandeyes_sdk.internet_insights.InternetInsightsOutagesApi(api_client)
|
||||||
outage_id = 'F73E24F17E4996923196826A208BB572508A8EB13BEE14B0' # str |
|
outage_id = 'F73E24F17E4996923196826A208BB572508A8EB13BEE14B0' # str |
|
||||||
@ -220,7 +220,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.internet_insights.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.internet_insights.InternetInsightsOutagesApi(api_client)
|
api_instance = thousandeyes_sdk.internet_insights.InternetInsightsOutagesApi(api_client)
|
||||||
outage_id = '694D8656960F34F76489BCE5E9BCD58EC53027462740D75F' # str |
|
outage_id = '694D8656960F34F76489BCE5E9BCD58EC53027462740D75F' # str |
|
||||||
|
|||||||
@ -42,7 +42,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.snapshots.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.snapshots.TestSnapshotsApi(api_client)
|
api_instance = thousandeyes_sdk.snapshots.TestSnapshotsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
|
|||||||
@ -46,7 +46,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.streaming.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.streaming.StreamingApi(api_client)
|
api_instance = thousandeyes_sdk.streaming.StreamingApi(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)
|
||||||
@ -130,7 +130,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.streaming.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.streaming.StreamingApi(api_client)
|
api_instance = thousandeyes_sdk.streaming.StreamingApi(api_client)
|
||||||
id = 'id_example' # str | ID of stream to query
|
id = 'id_example' # str | ID of stream to query
|
||||||
@ -214,7 +214,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.streaming.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.streaming.StreamingApi(api_client)
|
api_instance = thousandeyes_sdk.streaming.StreamingApi(api_client)
|
||||||
id = 'id_example' # str | ID of stream to query
|
id = 'id_example' # str | ID of stream to query
|
||||||
@ -302,7 +302,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.streaming.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.streaming.StreamingApi(api_client)
|
api_instance = thousandeyes_sdk.streaming.StreamingApi(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)
|
||||||
@ -389,7 +389,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.streaming.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.streaming.StreamingApi(api_client)
|
api_instance = thousandeyes_sdk.streaming.StreamingApi(api_client)
|
||||||
id = 'id_example' # str | ID of stream to query
|
id = 'id_example' # str | ID of stream to query
|
||||||
|
|||||||
@ -45,7 +45,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tags.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tags.TagAssignmentApi(api_client)
|
api_instance = thousandeyes_sdk.tags.TagAssignmentApi(api_client)
|
||||||
id = 'c6b78e57-81a2-4c5f-a11a-d96c3c664d55' # str | Tag ID
|
id = 'c6b78e57-81a2-4c5f-a11a-d96c3c664d55' # str | Tag ID
|
||||||
@ -132,7 +132,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tags.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tags.TagAssignmentApi(api_client)
|
api_instance = thousandeyes_sdk.tags.TagAssignmentApi(api_client)
|
||||||
bulk_tag_assignments = thousandeyes_sdk.tags.BulkTagAssignments() # BulkTagAssignments |
|
bulk_tag_assignments = thousandeyes_sdk.tags.BulkTagAssignments() # BulkTagAssignments |
|
||||||
@ -217,7 +217,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tags.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tags.TagAssignmentApi(api_client)
|
api_instance = thousandeyes_sdk.tags.TagAssignmentApi(api_client)
|
||||||
id = 'c6b78e57-81a2-4c5f-a11a-d96c3c664d55' # str | Tag ID
|
id = 'c6b78e57-81a2-4c5f-a11a-d96c3c664d55' # str | Tag ID
|
||||||
@ -302,7 +302,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tags.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tags.TagAssignmentApi(api_client)
|
api_instance = thousandeyes_sdk.tags.TagAssignmentApi(api_client)
|
||||||
bulk_tag_assignments = thousandeyes_sdk.tags.BulkTagAssignments() # BulkTagAssignments |
|
bulk_tag_assignments = thousandeyes_sdk.tags.BulkTagAssignments() # BulkTagAssignments |
|
||||||
|
|||||||
@ -46,7 +46,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tags.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tags.TagsApi(api_client)
|
api_instance = thousandeyes_sdk.tags.TagsApi(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)
|
||||||
@ -130,7 +130,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tags.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tags.TagsApi(api_client)
|
api_instance = thousandeyes_sdk.tags.TagsApi(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)
|
||||||
@ -212,7 +212,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tags.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tags.TagsApi(api_client)
|
api_instance = thousandeyes_sdk.tags.TagsApi(api_client)
|
||||||
id = 'c6b78e57-81a2-4c5f-a11a-d96c3c664d55' # str | Tag ID
|
id = 'c6b78e57-81a2-4c5f-a11a-d96c3c664d55' # str | Tag ID
|
||||||
@ -296,7 +296,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tags.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tags.TagsApi(api_client)
|
api_instance = thousandeyes_sdk.tags.TagsApi(api_client)
|
||||||
id = 'c6b78e57-81a2-4c5f-a11a-d96c3c664d55' # str | Tag ID
|
id = 'c6b78e57-81a2-4c5f-a11a-d96c3c664d55' # str | Tag ID
|
||||||
@ -384,7 +384,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tags.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tags.TagsApi(api_client)
|
api_instance = thousandeyes_sdk.tags.TagsApi(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)
|
||||||
@ -469,7 +469,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tags.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tags.TagsApi(api_client)
|
api_instance = thousandeyes_sdk.tags.TagsApi(api_client)
|
||||||
id = 'c6b78e57-81a2-4c5f-a11a-d96c3c664d55' # str | ID of tag to update
|
id = 'c6b78e57-81a2-4c5f-a11a-d96c3c664d55' # str | ID of tag to update
|
||||||
|
|||||||
@ -42,7 +42,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.test_results.APITestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.test_results.APITestResultsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -134,7 +134,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.test_results.APITestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.test_results.APITestResultsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
|
|||||||
@ -41,7 +41,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.test_results.DNSSECTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.test_results.DNSSECTestResultsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
|
|||||||
@ -42,7 +42,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.test_results.DNSServerTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.test_results.DNSServerTestResultsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -140,7 +140,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.test_results.DNSServerTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.test_results.DNSServerTestResultsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
|
|||||||
@ -41,7 +41,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.test_results.DNSTraceTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.test_results.DNSTraceTestResultsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
|
|||||||
@ -42,7 +42,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.test_results.NetworkBGPTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.test_results.NetworkBGPTestResultsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -138,7 +138,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.test_results.NetworkBGPTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.test_results.NetworkBGPTestResultsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
|
|||||||
@ -44,7 +44,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.test_results.NetworkTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.test_results.NetworkTestResultsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -143,7 +143,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.test_results.NetworkTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.test_results.NetworkTestResultsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -238,7 +238,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.test_results.NetworkTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.test_results.NetworkTestResultsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
|
|||||||
@ -41,7 +41,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.test_results.VoiceRTPServerTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.test_results.VoiceRTPServerTestResultsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
|
|||||||
@ -41,7 +41,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.test_results.VoiceSIPServerTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.test_results.VoiceSIPServerTestResultsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
|
|||||||
@ -41,7 +41,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.test_results.WebFTPServerTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.test_results.WebFTPServerTestResultsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
|
|||||||
@ -42,7 +42,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.test_results.WebHTTPServerTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.test_results.WebHTTPServerTestResultsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
|
|||||||
@ -42,7 +42,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.test_results.WebPageLoadTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.test_results.WebPageLoadTestResultsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -134,7 +134,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.test_results.WebPageLoadTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.test_results.WebPageLoadTestResultsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
|
|||||||
@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.test_results.WebTransactionsTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.test_results.WebTransactionsTestResultsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -137,7 +137,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.test_results.WebTransactionsTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.test_results.WebTransactionsTestResultsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -229,7 +229,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.test_results.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.test_results.WebTransactionsTestResultsApi(api_client)
|
api_instance = thousandeyes_sdk.test_results.WebTransactionsTestResultsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
|
|||||||
@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.APITestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.APITestsApi(api_client)
|
||||||
api_test_request = thousandeyes_sdk.tests.ApiTestRequest() # ApiTestRequest |
|
api_test_request = thousandeyes_sdk.tests.ApiTestRequest() # ApiTestRequest |
|
||||||
@ -136,7 +136,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.APITestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.APITestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -222,7 +222,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.APITestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.APITestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -311,7 +311,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.APITestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.APITestsApi(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)
|
||||||
@ -398,7 +398,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.APITestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.APITestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
|
|||||||
@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.AgentToAgentTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.AgentToAgentTestsApi(api_client)
|
||||||
agent_to_agent_test_request = thousandeyes_sdk.tests.AgentToAgentTestRequest() # AgentToAgentTestRequest |
|
agent_to_agent_test_request = thousandeyes_sdk.tests.AgentToAgentTestRequest() # AgentToAgentTestRequest |
|
||||||
@ -136,7 +136,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.AgentToAgentTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.AgentToAgentTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -222,7 +222,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.AgentToAgentTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.AgentToAgentTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -311,7 +311,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.AgentToAgentTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.AgentToAgentTestsApi(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)
|
||||||
@ -398,7 +398,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.AgentToAgentTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.AgentToAgentTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
|
|||||||
@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.AgentToServerTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.AgentToServerTestsApi(api_client)
|
||||||
agent_to_server_test_request = thousandeyes_sdk.tests.AgentToServerTestRequest() # AgentToServerTestRequest |
|
agent_to_server_test_request = thousandeyes_sdk.tests.AgentToServerTestRequest() # AgentToServerTestRequest |
|
||||||
@ -136,7 +136,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.AgentToServerTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.AgentToServerTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -222,7 +222,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.AgentToServerTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.AgentToServerTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -311,7 +311,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.AgentToServerTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.AgentToServerTestsApi(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)
|
||||||
@ -398,7 +398,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.AgentToServerTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.AgentToServerTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
|
|||||||
@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.BGPTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.BGPTestsApi(api_client)
|
||||||
bgp_test_request = thousandeyes_sdk.tests.BgpTestRequest() # BgpTestRequest |
|
bgp_test_request = thousandeyes_sdk.tests.BgpTestRequest() # BgpTestRequest |
|
||||||
@ -136,7 +136,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.BGPTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.BGPTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -222,7 +222,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.BGPTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.BGPTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -311,7 +311,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.BGPTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.BGPTestsApi(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)
|
||||||
@ -398,7 +398,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.BGPTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.BGPTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
|
|||||||
@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.DNSSECTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.DNSSECTestsApi(api_client)
|
||||||
dns_sec_test_request = thousandeyes_sdk.tests.DnsSecTestRequest() # DnsSecTestRequest |
|
dns_sec_test_request = thousandeyes_sdk.tests.DnsSecTestRequest() # DnsSecTestRequest |
|
||||||
@ -136,7 +136,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.DNSSECTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.DNSSECTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -222,7 +222,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.DNSSECTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.DNSSECTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -311,7 +311,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.DNSSECTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.DNSSECTestsApi(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)
|
||||||
@ -398,7 +398,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.DNSSECTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.DNSSECTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
|
|||||||
@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.DNSServerTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.DNSServerTestsApi(api_client)
|
||||||
dns_server_test_request = thousandeyes_sdk.tests.DnsServerTestRequest() # DnsServerTestRequest |
|
dns_server_test_request = thousandeyes_sdk.tests.DnsServerTestRequest() # DnsServerTestRequest |
|
||||||
@ -136,7 +136,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.DNSServerTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.DNSServerTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -222,7 +222,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.DNSServerTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.DNSServerTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -311,7 +311,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.DNSServerTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.DNSServerTestsApi(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)
|
||||||
@ -398,7 +398,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.DNSServerTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.DNSServerTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
|
|||||||
@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.DNSTraceTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.DNSTraceTestsApi(api_client)
|
||||||
dns_trace_test_request = thousandeyes_sdk.tests.DnsTraceTestRequest() # DnsTraceTestRequest |
|
dns_trace_test_request = thousandeyes_sdk.tests.DnsTraceTestRequest() # DnsTraceTestRequest |
|
||||||
@ -136,7 +136,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.DNSTraceTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.DNSTraceTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -222,7 +222,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.DNSTraceTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.DNSTraceTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -311,7 +311,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.DNSTraceTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.DNSTraceTestsApi(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)
|
||||||
@ -398,7 +398,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.DNSTraceTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.DNSTraceTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
|
|||||||
@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.FTPServerTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.FTPServerTestsApi(api_client)
|
||||||
ftp_server_test_request = thousandeyes_sdk.tests.FtpServerTestRequest() # FtpServerTestRequest |
|
ftp_server_test_request = thousandeyes_sdk.tests.FtpServerTestRequest() # FtpServerTestRequest |
|
||||||
@ -136,7 +136,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.FTPServerTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.FTPServerTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -220,7 +220,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.FTPServerTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.FTPServerTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -309,7 +309,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.FTPServerTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.FTPServerTestsApi(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)
|
||||||
@ -396,7 +396,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.FTPServerTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.FTPServerTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
|
|||||||
@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.HTTPServerTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.HTTPServerTestsApi(api_client)
|
||||||
http_server_test_request = thousandeyes_sdk.tests.HttpServerTestRequest() # HttpServerTestRequest |
|
http_server_test_request = thousandeyes_sdk.tests.HttpServerTestRequest() # HttpServerTestRequest |
|
||||||
@ -136,7 +136,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.HTTPServerTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.HTTPServerTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -222,7 +222,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.HTTPServerTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.HTTPServerTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -311,7 +311,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.HTTPServerTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.HTTPServerTestsApi(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)
|
||||||
@ -398,7 +398,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.HTTPServerTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.HTTPServerTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
|
|||||||
@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.PageLoadTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.PageLoadTestsApi(api_client)
|
||||||
page_load_test_request = thousandeyes_sdk.tests.PageLoadTestRequest() # PageLoadTestRequest |
|
page_load_test_request = thousandeyes_sdk.tests.PageLoadTestRequest() # PageLoadTestRequest |
|
||||||
@ -136,7 +136,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.PageLoadTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.PageLoadTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -222,7 +222,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.PageLoadTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.PageLoadTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -311,7 +311,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.PageLoadTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.PageLoadTestsApi(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)
|
||||||
@ -398,7 +398,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.PageLoadTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.PageLoadTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
|
|||||||
@ -44,7 +44,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.PathVisualizationInterfaceGroupsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.PathVisualizationInterfaceGroupsApi(api_client)
|
||||||
interface_group = thousandeyes_sdk.tests.InterfaceGroup() # InterfaceGroup |
|
interface_group = thousandeyes_sdk.tests.InterfaceGroup() # InterfaceGroup |
|
||||||
@ -131,7 +131,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.PathVisualizationInterfaceGroupsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.PathVisualizationInterfaceGroupsApi(api_client)
|
||||||
interface_group_id = '281474976710706' # str | ID of the network path vis interface group
|
interface_group_id = '281474976710706' # str | ID of the network path vis interface group
|
||||||
@ -216,7 +216,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.PathVisualizationInterfaceGroupsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.PathVisualizationInterfaceGroupsApi(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)
|
||||||
@ -301,7 +301,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.PathVisualizationInterfaceGroupsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.PathVisualizationInterfaceGroupsApi(api_client)
|
||||||
interface_group_id = '281474976710706' # str | ID of the network path vis interface group
|
interface_group_id = '281474976710706' # str | ID of the network path vis interface group
|
||||||
|
|||||||
@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.SIPServerTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.SIPServerTestsApi(api_client)
|
||||||
sip_server_test_request = thousandeyes_sdk.tests.SipServerTestRequest() # SipServerTestRequest |
|
sip_server_test_request = thousandeyes_sdk.tests.SipServerTestRequest() # SipServerTestRequest |
|
||||||
@ -136,7 +136,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.SIPServerTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.SIPServerTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -220,7 +220,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.SIPServerTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.SIPServerTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -309,7 +309,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.SIPServerTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.SIPServerTestsApi(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)
|
||||||
@ -396,7 +396,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.SIPServerTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.SIPServerTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
|
|||||||
@ -41,7 +41,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.TestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.TestsApi(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)
|
||||||
|
|||||||
@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.VoiceTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.VoiceTestsApi(api_client)
|
||||||
voice_test_request = thousandeyes_sdk.tests.VoiceTestRequest() # VoiceTestRequest |
|
voice_test_request = thousandeyes_sdk.tests.VoiceTestRequest() # VoiceTestRequest |
|
||||||
@ -136,7 +136,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.VoiceTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.VoiceTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -222,7 +222,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.VoiceTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.VoiceTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -311,7 +311,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.VoiceTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.VoiceTestsApi(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)
|
||||||
@ -398,7 +398,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.VoiceTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.VoiceTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
|
|||||||
@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.WebTransactionTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.WebTransactionTestsApi(api_client)
|
||||||
web_transaction_test_request = thousandeyes_sdk.tests.WebTransactionTestRequest() # WebTransactionTestRequest |
|
web_transaction_test_request = thousandeyes_sdk.tests.WebTransactionTestRequest() # WebTransactionTestRequest |
|
||||||
@ -136,7 +136,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.WebTransactionTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.WebTransactionTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -222,7 +222,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.WebTransactionTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.WebTransactionTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
@ -311,7 +311,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.WebTransactionTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.WebTransactionTestsApi(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)
|
||||||
@ -398,7 +398,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.tests.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.tests.WebTransactionTestsApi(api_client)
|
api_instance = thousandeyes_sdk.tests.WebTransactionTestsApi(api_client)
|
||||||
test_id = '202701' # str | Test ID
|
test_id = '202701' # str | Test ID
|
||||||
|
|||||||
@ -45,7 +45,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.usage.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.usage.QuotasApi(api_client)
|
api_instance = thousandeyes_sdk.usage.QuotasApi(api_client)
|
||||||
organizations_quotas_assign = thousandeyes_sdk.usage.OrganizationsQuotasAssign() # OrganizationsQuotasAssign | (optional)
|
organizations_quotas_assign = thousandeyes_sdk.usage.OrganizationsQuotasAssign() # OrganizationsQuotasAssign | (optional)
|
||||||
@ -130,7 +130,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.usage.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.usage.QuotasApi(api_client)
|
api_instance = thousandeyes_sdk.usage.QuotasApi(api_client)
|
||||||
quotas_assign_request = thousandeyes_sdk.usage.QuotasAssignRequest() # QuotasAssignRequest | (optional)
|
quotas_assign_request = thousandeyes_sdk.usage.QuotasAssignRequest() # QuotasAssignRequest | (optional)
|
||||||
@ -214,7 +214,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.usage.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.usage.QuotasApi(api_client)
|
api_instance = thousandeyes_sdk.usage.QuotasApi(api_client)
|
||||||
|
|
||||||
@ -294,7 +294,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.usage.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.usage.QuotasApi(api_client)
|
api_instance = thousandeyes_sdk.usage.QuotasApi(api_client)
|
||||||
organizations_quotas_unassign = thousandeyes_sdk.usage.OrganizationsQuotasUnassign() # OrganizationsQuotasUnassign | (optional)
|
organizations_quotas_unassign = thousandeyes_sdk.usage.OrganizationsQuotasUnassign() # OrganizationsQuotasUnassign | (optional)
|
||||||
@ -376,7 +376,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.usage.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.usage.QuotasApi(api_client)
|
api_instance = thousandeyes_sdk.usage.QuotasApi(api_client)
|
||||||
quotas_unassign = thousandeyes_sdk.usage.QuotasUnassign() # QuotasUnassign | (optional)
|
quotas_unassign = thousandeyes_sdk.usage.QuotasUnassign() # QuotasUnassign | (optional)
|
||||||
|
|||||||
@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.usage.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.usage.UsageApi(api_client)
|
api_instance = thousandeyes_sdk.usage.UsageApi(api_client)
|
||||||
start_date = '2022-07-17T22:00:54Z' # datetime | Use with the `endDate` parameter. Include the complete time (hours, minutes, and seconds) in UTC time zone, following the ISO 8601 date-time format. See the example for reference. Please note that this parameter can't be used with `window`. (optional)
|
start_date = '2022-07-17T22:00:54Z' # datetime | Use with the `endDate` parameter. Include the complete time (hours, minutes, and seconds) in UTC time zone, following the ISO 8601 date-time format. See the example for reference. Please note that this parameter can't be used with `window`. (optional)
|
||||||
@ -131,7 +131,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.usage.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.usage.UsageApi(api_client)
|
api_instance = thousandeyes_sdk.usage.UsageApi(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)
|
||||||
@ -222,7 +222,7 @@ configuration = thousandeyes_sdk.core.Configuration(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Enter a context with an instance of the API client
|
# Enter a context with an instance of the API client
|
||||||
with thousandeyes_sdk.usage.ApiClient(configuration) as api_client:
|
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
|
||||||
# Create an instance of the API class
|
# Create an instance of the API class
|
||||||
api_instance = thousandeyes_sdk.usage.UsageApi(api_client)
|
api_instance = thousandeyes_sdk.usage.UsageApi(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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user