[GitHub Bot] Generated python SDK

This commit is contained in:
API Team 2024-10-14 20:20:33 +00:00
parent e8590d7f38
commit 3f10fe2b84
82 changed files with 250 additions and 250 deletions

View File

@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.administrative.AccountGroupsApi(api_client)
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
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
api_instance = thousandeyes_sdk.administrative.AccountGroupsApi(api_client)
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
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
api_instance = thousandeyes_sdk.administrative.AccountGroupsApi(api_client)
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
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
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
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
api_instance = thousandeyes_sdk.administrative.AccountGroupsApi(api_client)
id = '1234' # str | Identifier for the account group.

View File

@ -41,7 +41,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
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)

View File

@ -46,7 +46,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.administrative.RolesApi(api_client)
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
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
api_instance = thousandeyes_sdk.administrative.RolesApi(api_client)
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
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
api_instance = thousandeyes_sdk.administrative.RolesApi(api_client)
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
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
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)
@ -386,7 +386,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.administrative.RolesApi(api_client)
id = '23' # str | The ID of the desired role.

View File

@ -41,7 +41,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
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)

View File

@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.administrative.UsersApi(api_client)
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
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
api_instance = thousandeyes_sdk.administrative.UsersApi(api_client)
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
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
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
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
api_instance = thousandeyes_sdk.administrative.UsersApi(api_client)
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
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
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)
@ -467,7 +467,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.administrative.UsersApi(api_client)
id = '1234' # str | Identifier for the user.

View File

@ -41,7 +41,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
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)

View File

@ -42,7 +42,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.agents.CloudAndEnterpriseAgentNotificationRulesApi(api_client)
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
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
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)

View File

@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.agents.CloudAndEnterpriseAgentsApi(api_client)
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
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
api_instance = thousandeyes_sdk.agents.CloudAndEnterpriseAgentsApi(api_client)
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
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
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)
@ -311,7 +311,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.agents.CloudAndEnterpriseAgentsApi(api_client)
agent_id = '281474976710706' # str | Unique ID for the agent.

View File

@ -44,7 +44,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.agents.EnterpriseAgentClusterApi(api_client)
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
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
api_instance = thousandeyes_sdk.agents.EnterpriseAgentClusterApi(api_client)
agent_id = '281474976710706' # str | Unique ID for the Enterprise Agent cluster to remove agents from.

View File

@ -46,7 +46,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.alerts.AlertRulesApi(api_client)
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
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
api_instance = thousandeyes_sdk.alerts.AlertRulesApi(api_client)
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
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
api_instance = thousandeyes_sdk.alerts.AlertRulesApi(api_client)
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
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
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)
@ -384,7 +384,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.alerts.AlertRulesApi(api_client)
rule_id = '127094' # str | Unique alert rule ID.

View File

@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.alerts.AlertSuppressionWindowsApi(api_client)
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
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
api_instance = thousandeyes_sdk.alerts.AlertSuppressionWindowsApi(api_client)
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
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
api_instance = thousandeyes_sdk.alerts.AlertSuppressionWindowsApi(api_client)
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
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
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)
@ -391,7 +391,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.alerts.AlertSuppressionWindowsApi(api_client)
window_id = '2411' # str | Unique window ID.

View File

@ -42,7 +42,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.alerts.AlertsApi(api_client)
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
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
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)

View File

@ -41,7 +41,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
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)

View File

@ -46,7 +46,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.credentials.CredentialsApi(api_client)
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
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
api_instance = thousandeyes_sdk.credentials.CredentialsApi(api_client)
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
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
api_instance = thousandeyes_sdk.credentials.CredentialsApi(api_client)
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
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
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)
@ -384,7 +384,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.credentials.CredentialsApi(api_client)
id = '3247' # str | The ID of the desired credential.

View File

@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
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.
@ -132,7 +132,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
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.
@ -216,7 +216,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
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.
@ -302,7 +302,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
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.
@ -390,7 +390,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
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)
@ -478,7 +478,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
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.

View File

@ -46,7 +46,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.dashboards.DashboardsApi(api_client)
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
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
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.
@ -215,7 +215,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
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.
@ -302,7 +302,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
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.
@ -404,7 +404,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
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)
@ -488,7 +488,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
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.

View File

@ -46,7 +46,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
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
@ -131,7 +131,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.dashboards.DashboardsFiltersApi(api_client)
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
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
api_instance = thousandeyes_sdk.dashboards.DashboardsFiltersApi(api_client)
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
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
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)
@ -388,7 +388,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.dashboards.DashboardsFiltersApi(api_client)
id = '65bc18e8f2073a4a469cd958' # str | Unique dashboard filter ID.

View File

@ -44,7 +44,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.emulation.EmulationApi(api_client)
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
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
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)
@ -213,7 +213,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
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)

View File

@ -48,7 +48,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.endpoint_agents.EndpointAgentsApi(api_client)
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
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
api_instance = thousandeyes_sdk.endpoint_agents.EndpointAgentsApi(api_client)
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
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
api_instance = thousandeyes_sdk.endpoint_agents.EndpointAgentsApi(api_client)
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
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
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.
@ -395,7 +395,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.endpoint_agents.EndpointAgentsApi(api_client)
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
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
api_instance = thousandeyes_sdk.endpoint_agents.EndpointAgentsApi(api_client)
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
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
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)
@ -660,7 +660,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.endpoint_agents.EndpointAgentsApi(api_client)
agent_id = 'agent_id_example' # str | The identifier of the agent to operate on.

View File

@ -42,7 +42,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.endpoint_agents.EndpointAgentsTransferApi(api_client)
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
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
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)

View File

@ -42,7 +42,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.endpoint_instant_tests.AgentToServerEndpointInstantScheduledTestsApi(api_client)
endpoint_agent_to_server_instant_test = thousandeyes_sdk.endpoint_instant_tests.EndpointAgentToServerInstantTest() # EndpointAgentToServerInstantTest |

View File

@ -42,7 +42,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.endpoint_instant_tests.HTTPServerEndpointInstantScheduledTestsApi(api_client)
endpoint_http_server_instant_test = thousandeyes_sdk.endpoint_instant_tests.EndpointHttpServerInstantTest() # EndpointHttpServerInstantTest |

View File

@ -41,7 +41,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.endpoint_instant_tests.RunEndpointInstantScheduledTestsApi(api_client)
test_id = '765231567' # str | ID of the endpoint instant scheduled test to rerun

View File

@ -46,7 +46,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
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)
@ -129,7 +129,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.endpoint_labels.EndpointAgentLabelsApi(api_client)
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
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
api_instance = thousandeyes_sdk.endpoint_labels.EndpointAgentLabelsApi(api_client)
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
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
api_instance = thousandeyes_sdk.endpoint_labels.EndpointAgentLabelsApi(api_client)
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
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
api_instance = thousandeyes_sdk.endpoint_labels.EndpointAgentLabelsApi(api_client)
id = 'id_example' # str | The unique identifier of the label to operate on.

View File

@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.endpoint_test_results.HTTPServerEndpointScheduledTestResultsApi(api_client)
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
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
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)

View File

@ -44,7 +44,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
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)
@ -139,7 +139,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
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)
@ -223,7 +223,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.endpoint_test_results.LocalNetworkEndpointTestResultsApi(api_client)
network_topology_id = '00160:39c518560de9:1491651900:236e6f18' # str | The network topology ID.

View File

@ -44,7 +44,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.endpoint_test_results.NetworkDynamicEndpointTestResultsApi(api_client)
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
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
api_instance = thousandeyes_sdk.endpoint_test_results.NetworkDynamicEndpointTestResultsApi(api_client)
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
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
api_instance = thousandeyes_sdk.endpoint_test_results.NetworkDynamicEndpointTestResultsApi(api_client)
test_id = '202701' # str | Test ID

View File

@ -45,7 +45,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.endpoint_test_results.NetworkEndpointScheduledTestResultsApi(api_client)
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
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
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)
@ -238,7 +238,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.endpoint_test_results.NetworkEndpointScheduledTestResultsApi(api_client)
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
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
api_instance = thousandeyes_sdk.endpoint_test_results.NetworkEndpointScheduledTestResultsApi(api_client)
test_id = '202701' # str | Test ID

View File

@ -46,7 +46,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
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)
@ -142,7 +142,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
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)
@ -238,7 +238,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
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)
@ -333,7 +333,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.endpoint_test_results.RealUserEndpointTestResultsApi(api_client)
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
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
api_instance = thousandeyes_sdk.endpoint_test_results.RealUserEndpointTestResultsApi(api_client)
id = '07625:1490529480:h3qJQTpl' # str | The real user test id.

View File

@ -46,7 +46,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.endpoint_tests.AgentToServerEndpointDynamicTestsApi(api_client)
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
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
api_instance = thousandeyes_sdk.endpoint_tests.AgentToServerEndpointDynamicTestsApi(api_client)
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
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
api_instance = thousandeyes_sdk.endpoint_tests.AgentToServerEndpointDynamicTestsApi(api_client)
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
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
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)
@ -391,7 +391,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.endpoint_tests.AgentToServerEndpointDynamicTestsApi(api_client)
test_id = '584739201' # str | Unique ID of endpoint test.

View File

@ -46,7 +46,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.endpoint_tests.AgentToServerEndpointScheduledTestsApi(api_client)
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
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
api_instance = thousandeyes_sdk.endpoint_tests.AgentToServerEndpointScheduledTestsApi(api_client)
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
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
api_instance = thousandeyes_sdk.endpoint_tests.AgentToServerEndpointScheduledTestsApi(api_client)
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
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
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)
@ -391,7 +391,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.endpoint_tests.AgentToServerEndpointScheduledTestsApi(api_client)
test_id = '584739201' # str | Unique ID of endpoint test.

View File

@ -41,7 +41,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
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)

View File

@ -46,7 +46,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.endpoint_tests.HTTPServerEndpointScheduledTestsApi(api_client)
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
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
api_instance = thousandeyes_sdk.endpoint_tests.HTTPServerEndpointScheduledTestsApi(api_client)
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
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
api_instance = thousandeyes_sdk.endpoint_tests.HTTPServerEndpointScheduledTestsApi(api_client)
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
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
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)
@ -391,7 +391,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.endpoint_tests.HTTPServerEndpointScheduledTestsApi(api_client)
test_id = '584739201' # str | Unique ID of endpoint test.

View File

@ -42,7 +42,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.event_detection.EventsApi(api_client)
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
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
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)

View File

@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.instant_tests.APIInstantTestsApi(api_client)
api_instant_test_request = thousandeyes_sdk.instant_tests.ApiInstantTestRequest() # ApiInstantTestRequest |

View File

@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.instant_tests.AgentToAgentInstantTestsApi(api_client)
agent_to_agent_instant_test_request = thousandeyes_sdk.instant_tests.AgentToAgentInstantTestRequest() # AgentToAgentInstantTestRequest |

View File

@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.instant_tests.AgentToServerInstantTestsApi(api_client)
agent_to_server_instant_test_request = thousandeyes_sdk.instant_tests.AgentToServerInstantTestRequest() # AgentToServerInstantTestRequest |

View File

@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.instant_tests.DNSSECInstantTestsApi(api_client)
dns_sec_instant_test_request = thousandeyes_sdk.instant_tests.DnsSecInstantTestRequest() # DnsSecInstantTestRequest |

View File

@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.instant_tests.DNSServerInstantTestsApi(api_client)
dns_server_instant_test_request = thousandeyes_sdk.instant_tests.DnsServerInstantTestRequest() # DnsServerInstantTestRequest |

View File

@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.instant_tests.DNSTraceInstantTestsApi(api_client)
dns_trace_instant_test_request = thousandeyes_sdk.instant_tests.DnsTraceInstantTestRequest() # DnsTraceInstantTestRequest |

View File

@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.instant_tests.FTPServerInstantTestsApi(api_client)
ftp_server_instant_test_request = thousandeyes_sdk.instant_tests.FtpServerInstantTestRequest() # FtpServerInstantTestRequest |

View File

@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.instant_tests.HTTPPageLoadInstantTestsApi(api_client)
page_load_instant_test_request = thousandeyes_sdk.instant_tests.PageLoadInstantTestRequest() # PageLoadInstantTestRequest |

View File

@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.instant_tests.HTTPServerInstantTestsApi(api_client)
http_server_instant_test_request = thousandeyes_sdk.instant_tests.HttpServerInstantTestRequest() # HttpServerInstantTestRequest |

View File

@ -40,7 +40,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.instant_tests.InstantTestsApi(api_client)
test_id = '105' # str | Identifier for the instant test you wish to rerun.

View File

@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.instant_tests.SIPServerInstantTestsApi(api_client)
sip_server_instant_test_request = thousandeyes_sdk.instant_tests.SipServerInstantTestRequest() # SipServerInstantTestRequest |

View File

@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.instant_tests.VoiceInstantTestsApi(api_client)
voice_instant_test_request = thousandeyes_sdk.instant_tests.VoiceInstantTestRequest() # VoiceInstantTestRequest |

View File

@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.instant_tests.WebTransactionInstantTestsApi(api_client)
web_transaction_instant_test_request = thousandeyes_sdk.instant_tests.WebTransactionInstantTestRequest() # WebTransactionInstantTestRequest |

View File

@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.internet_insights.InternetInsightsCatalogProvidersApi(api_client)
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
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
api_instance = thousandeyes_sdk.internet_insights.InternetInsightsCatalogProvidersApi(api_client)
provider_id = '85602a0a-54a7-4e97-946e-67492ef1fa26' # str |

View File

@ -44,7 +44,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.internet_insights.InternetInsightsOutagesApi(api_client)
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
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
api_instance = thousandeyes_sdk.internet_insights.InternetInsightsOutagesApi(api_client)
outage_id = 'F73E24F17E4996923196826A208BB572508A8EB13BEE14B0' # str |
@ -220,7 +220,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.internet_insights.InternetInsightsOutagesApi(api_client)
outage_id = '694D8656960F34F76489BCE5E9BCD58EC53027462740D75F' # str |

View File

@ -42,7 +42,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.snapshots.TestSnapshotsApi(api_client)
test_id = '202701' # str | Test ID

View File

@ -46,7 +46,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
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)
@ -130,7 +130,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.streaming.StreamingApi(api_client)
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
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
api_instance = thousandeyes_sdk.streaming.StreamingApi(api_client)
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
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
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)
@ -389,7 +389,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.streaming.StreamingApi(api_client)
id = 'id_example' # str | ID of stream to query

View File

@ -45,7 +45,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.tags.TagAssignmentApi(api_client)
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
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
api_instance = thousandeyes_sdk.tags.TagAssignmentApi(api_client)
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
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
api_instance = thousandeyes_sdk.tags.TagAssignmentApi(api_client)
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
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
api_instance = thousandeyes_sdk.tags.TagAssignmentApi(api_client)
bulk_tag_assignments = thousandeyes_sdk.tags.BulkTagAssignments() # BulkTagAssignments |

View File

@ -46,7 +46,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
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)
@ -130,7 +130,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
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)
@ -212,7 +212,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.tags.TagsApi(api_client)
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
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
api_instance = thousandeyes_sdk.tags.TagsApi(api_client)
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
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
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)
@ -469,7 +469,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.tags.TagsApi(api_client)
id = 'c6b78e57-81a2-4c5f-a11a-d96c3c664d55' # str | ID of tag to update

View File

@ -42,7 +42,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.test_results.APITestResultsApi(api_client)
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
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
api_instance = thousandeyes_sdk.test_results.APITestResultsApi(api_client)
test_id = '202701' # str | Test ID

View File

@ -41,7 +41,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.test_results.DNSSECTestResultsApi(api_client)
test_id = '202701' # str | Test ID

View File

@ -42,7 +42,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.test_results.DNSServerTestResultsApi(api_client)
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
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
api_instance = thousandeyes_sdk.test_results.DNSServerTestResultsApi(api_client)
test_id = '202701' # str | Test ID

View File

@ -41,7 +41,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.test_results.DNSTraceTestResultsApi(api_client)
test_id = '202701' # str | Test ID

View File

@ -42,7 +42,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.test_results.NetworkBGPTestResultsApi(api_client)
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
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
api_instance = thousandeyes_sdk.test_results.NetworkBGPTestResultsApi(api_client)
test_id = '202701' # str | Test ID

View File

@ -44,7 +44,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.test_results.NetworkTestResultsApi(api_client)
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
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
api_instance = thousandeyes_sdk.test_results.NetworkTestResultsApi(api_client)
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
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
api_instance = thousandeyes_sdk.test_results.NetworkTestResultsApi(api_client)
test_id = '202701' # str | Test ID

View File

@ -41,7 +41,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.test_results.VoiceRTPServerTestResultsApi(api_client)
test_id = '202701' # str | Test ID

View File

@ -41,7 +41,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.test_results.VoiceSIPServerTestResultsApi(api_client)
test_id = '202701' # str | Test ID

View File

@ -41,7 +41,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.test_results.WebFTPServerTestResultsApi(api_client)
test_id = '202701' # str | Test ID

View File

@ -42,7 +42,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.test_results.WebHTTPServerTestResultsApi(api_client)
test_id = '202701' # str | Test ID

View File

@ -42,7 +42,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.test_results.WebPageLoadTestResultsApi(api_client)
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
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
api_instance = thousandeyes_sdk.test_results.WebPageLoadTestResultsApi(api_client)
test_id = '202701' # str | Test ID

View File

@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.test_results.WebTransactionsTestResultsApi(api_client)
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
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
api_instance = thousandeyes_sdk.test_results.WebTransactionsTestResultsApi(api_client)
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
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
api_instance = thousandeyes_sdk.test_results.WebTransactionsTestResultsApi(api_client)
test_id = '202701' # str | Test ID

View File

@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.tests.APITestsApi(api_client)
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
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
api_instance = thousandeyes_sdk.tests.APITestsApi(api_client)
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
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
api_instance = thousandeyes_sdk.tests.APITestsApi(api_client)
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
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
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)
@ -398,7 +398,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.tests.APITestsApi(api_client)
test_id = '202701' # str | Test ID

View File

@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.tests.AgentToAgentTestsApi(api_client)
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
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
api_instance = thousandeyes_sdk.tests.AgentToAgentTestsApi(api_client)
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
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
api_instance = thousandeyes_sdk.tests.AgentToAgentTestsApi(api_client)
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
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
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)
@ -398,7 +398,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.tests.AgentToAgentTestsApi(api_client)
test_id = '202701' # str | Test ID

View File

@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.tests.AgentToServerTestsApi(api_client)
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
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
api_instance = thousandeyes_sdk.tests.AgentToServerTestsApi(api_client)
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
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
api_instance = thousandeyes_sdk.tests.AgentToServerTestsApi(api_client)
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
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
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)
@ -398,7 +398,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.tests.AgentToServerTestsApi(api_client)
test_id = '202701' # str | Test ID

View File

@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.tests.BGPTestsApi(api_client)
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
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
api_instance = thousandeyes_sdk.tests.BGPTestsApi(api_client)
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
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
api_instance = thousandeyes_sdk.tests.BGPTestsApi(api_client)
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
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
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)
@ -398,7 +398,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.tests.BGPTestsApi(api_client)
test_id = '202701' # str | Test ID

View File

@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.tests.DNSSECTestsApi(api_client)
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
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
api_instance = thousandeyes_sdk.tests.DNSSECTestsApi(api_client)
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
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
api_instance = thousandeyes_sdk.tests.DNSSECTestsApi(api_client)
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
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
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)
@ -398,7 +398,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.tests.DNSSECTestsApi(api_client)
test_id = '202701' # str | Test ID

View File

@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.tests.DNSServerTestsApi(api_client)
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
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
api_instance = thousandeyes_sdk.tests.DNSServerTestsApi(api_client)
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
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
api_instance = thousandeyes_sdk.tests.DNSServerTestsApi(api_client)
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
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
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)
@ -398,7 +398,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.tests.DNSServerTestsApi(api_client)
test_id = '202701' # str | Test ID

View File

@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.tests.DNSTraceTestsApi(api_client)
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
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
api_instance = thousandeyes_sdk.tests.DNSTraceTestsApi(api_client)
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
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
api_instance = thousandeyes_sdk.tests.DNSTraceTestsApi(api_client)
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
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
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)
@ -398,7 +398,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.tests.DNSTraceTestsApi(api_client)
test_id = '202701' # str | Test ID

View File

@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.tests.FTPServerTestsApi(api_client)
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
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
api_instance = thousandeyes_sdk.tests.FTPServerTestsApi(api_client)
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
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
api_instance = thousandeyes_sdk.tests.FTPServerTestsApi(api_client)
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
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
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)
@ -396,7 +396,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.tests.FTPServerTestsApi(api_client)
test_id = '202701' # str | Test ID

View File

@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.tests.HTTPServerTestsApi(api_client)
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
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
api_instance = thousandeyes_sdk.tests.HTTPServerTestsApi(api_client)
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
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
api_instance = thousandeyes_sdk.tests.HTTPServerTestsApi(api_client)
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
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
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)
@ -398,7 +398,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.tests.HTTPServerTestsApi(api_client)
test_id = '202701' # str | Test ID

View File

@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.tests.PageLoadTestsApi(api_client)
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
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
api_instance = thousandeyes_sdk.tests.PageLoadTestsApi(api_client)
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
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
api_instance = thousandeyes_sdk.tests.PageLoadTestsApi(api_client)
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
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
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)
@ -398,7 +398,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.tests.PageLoadTestsApi(api_client)
test_id = '202701' # str | Test ID

View File

@ -44,7 +44,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.tests.PathVisualizationInterfaceGroupsApi(api_client)
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
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
api_instance = thousandeyes_sdk.tests.PathVisualizationInterfaceGroupsApi(api_client)
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
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
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)
@ -301,7 +301,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.tests.PathVisualizationInterfaceGroupsApi(api_client)
interface_group_id = '281474976710706' # str | ID of the network path vis interface group

View File

@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.tests.SIPServerTestsApi(api_client)
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
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
api_instance = thousandeyes_sdk.tests.SIPServerTestsApi(api_client)
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
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
api_instance = thousandeyes_sdk.tests.SIPServerTestsApi(api_client)
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
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
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)
@ -396,7 +396,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.tests.SIPServerTestsApi(api_client)
test_id = '202701' # str | Test ID

View File

@ -41,7 +41,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
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)

View File

@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.tests.VoiceTestsApi(api_client)
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
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
api_instance = thousandeyes_sdk.tests.VoiceTestsApi(api_client)
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
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
api_instance = thousandeyes_sdk.tests.VoiceTestsApi(api_client)
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
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
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)
@ -398,7 +398,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.tests.VoiceTestsApi(api_client)
test_id = '202701' # str | Test ID

View File

@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.tests.WebTransactionTestsApi(api_client)
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
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
api_instance = thousandeyes_sdk.tests.WebTransactionTestsApi(api_client)
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
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
api_instance = thousandeyes_sdk.tests.WebTransactionTestsApi(api_client)
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
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
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)
@ -398,7 +398,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.tests.WebTransactionTestsApi(api_client)
test_id = '202701' # str | Test ID

View File

@ -45,7 +45,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
api_instance = thousandeyes_sdk.usage.QuotasApi(api_client)
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
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
api_instance = thousandeyes_sdk.usage.QuotasApi(api_client)
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
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
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
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
api_instance = thousandeyes_sdk.usage.QuotasApi(api_client)
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
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
api_instance = thousandeyes_sdk.usage.QuotasApi(api_client)
quotas_unassign = thousandeyes_sdk.usage.QuotasUnassign() # QuotasUnassign | (optional)

View File

@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
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)
@ -131,7 +131,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
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)
@ -222,7 +222,7 @@ configuration = thousandeyes_sdk.core.Configuration(
)
# 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
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)