thousandeyes-sdk-instant-tests 1.0.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. thousandeyes_sdk/instant_tests/__init__.py +117 -0
  2. thousandeyes_sdk/instant_tests/api/__init__.py +17 -0
  3. thousandeyes_sdk/instant_tests/api/agent_to_agent_api.py +376 -0
  4. thousandeyes_sdk/instant_tests/api/agent_to_server_api.py +376 -0
  5. thousandeyes_sdk/instant_tests/api/api_api.py +376 -0
  6. thousandeyes_sdk/instant_tests/api/dns_security_api.py +376 -0
  7. thousandeyes_sdk/instant_tests/api/dns_server_api.py +376 -0
  8. thousandeyes_sdk/instant_tests/api/dns_trace_api.py +376 -0
  9. thousandeyes_sdk/instant_tests/api/ftp_server_api.py +376 -0
  10. thousandeyes_sdk/instant_tests/api/http_page_load_api.py +376 -0
  11. thousandeyes_sdk/instant_tests/api/http_server_api.py +376 -0
  12. thousandeyes_sdk/instant_tests/api/run_api.py +338 -0
  13. thousandeyes_sdk/instant_tests/api/sip_server_api.py +376 -0
  14. thousandeyes_sdk/instant_tests/api/voice_api.py +376 -0
  15. thousandeyes_sdk/instant_tests/api/web_transaction_api.py +376 -0
  16. thousandeyes_sdk/instant_tests/models/__init__.py +100 -0
  17. thousandeyes_sdk/instant_tests/models/agent.py +125 -0
  18. thousandeyes_sdk/instant_tests/models/agent_base.py +98 -0
  19. thousandeyes_sdk/instant_tests/models/agent_to_agent_instant_test.py +198 -0
  20. thousandeyes_sdk/instant_tests/models/agent_to_agent_instant_test_request.py +176 -0
  21. thousandeyes_sdk/instant_tests/models/agent_to_agent_properties.py +123 -0
  22. thousandeyes_sdk/instant_tests/models/agent_to_agent_test_protocol.py +37 -0
  23. thousandeyes_sdk/instant_tests/models/agent_to_server_instant_test.py +203 -0
  24. thousandeyes_sdk/instant_tests/models/agent_to_server_instant_test_request.py +181 -0
  25. thousandeyes_sdk/instant_tests/models/agent_to_server_properties.py +128 -0
  26. thousandeyes_sdk/instant_tests/models/api_instant_test.py +214 -0
  27. thousandeyes_sdk/instant_tests/models/api_instant_test_request.py +192 -0
  28. thousandeyes_sdk/instant_tests/models/api_predefined_variable.py +90 -0
  29. thousandeyes_sdk/instant_tests/models/api_properties.py +137 -0
  30. thousandeyes_sdk/instant_tests/models/api_request.py +138 -0
  31. thousandeyes_sdk/instant_tests/models/api_request_assertion.py +94 -0
  32. thousandeyes_sdk/instant_tests/models/api_request_assertion_name.py +37 -0
  33. thousandeyes_sdk/instant_tests/models/api_request_assertion_operator.py +39 -0
  34. thousandeyes_sdk/instant_tests/models/api_request_auth_type.py +38 -0
  35. thousandeyes_sdk/instant_tests/models/api_request_header.py +90 -0
  36. thousandeyes_sdk/instant_tests/models/api_request_method.py +40 -0
  37. thousandeyes_sdk/instant_tests/models/api_request_variable.py +90 -0
  38. thousandeyes_sdk/instant_tests/models/cloud_enterprise_agent_type.py +38 -0
  39. thousandeyes_sdk/instant_tests/models/dns_query_class.py +37 -0
  40. thousandeyes_sdk/instant_tests/models/dns_sec_instant_test.py +170 -0
  41. thousandeyes_sdk/instant_tests/models/dns_sec_instant_test_request.py +148 -0
  42. thousandeyes_sdk/instant_tests/models/dns_sec_properties.py +95 -0
  43. thousandeyes_sdk/instant_tests/models/dns_server_instant_test.py +208 -0
  44. thousandeyes_sdk/instant_tests/models/dns_server_instant_test_request.py +178 -0
  45. thousandeyes_sdk/instant_tests/models/dns_server_properties.py +133 -0
  46. thousandeyes_sdk/instant_tests/models/dns_servers_request.py +88 -0
  47. thousandeyes_sdk/instant_tests/models/dns_trace_instant_test.py +173 -0
  48. thousandeyes_sdk/instant_tests/models/dns_trace_instant_test_request.py +151 -0
  49. thousandeyes_sdk/instant_tests/models/dns_trace_properties.py +98 -0
  50. thousandeyes_sdk/instant_tests/models/error.py +96 -0
  51. thousandeyes_sdk/instant_tests/models/expand.py +38 -0
  52. thousandeyes_sdk/instant_tests/models/ftp_server_instant_test.py +207 -0
  53. thousandeyes_sdk/instant_tests/models/ftp_server_properties.py +132 -0
  54. thousandeyes_sdk/instant_tests/models/ftp_server_request_type.py +38 -0
  55. thousandeyes_sdk/instant_tests/models/http_server_instant_test.py +246 -0
  56. thousandeyes_sdk/instant_tests/models/http_server_instant_test_request.py +224 -0
  57. thousandeyes_sdk/instant_tests/models/http_server_properties.py +171 -0
  58. thousandeyes_sdk/instant_tests/models/instant_test.py +152 -0
  59. thousandeyes_sdk/instant_tests/models/instant_test_request.py +100 -0
  60. thousandeyes_sdk/instant_tests/models/link.py +102 -0
  61. thousandeyes_sdk/instant_tests/models/page_load_instant_test.py +254 -0
  62. thousandeyes_sdk/instant_tests/models/page_load_instant_test_request.py +232 -0
  63. thousandeyes_sdk/instant_tests/models/page_load_properties.py +179 -0
  64. thousandeyes_sdk/instant_tests/models/server_instant_test_request.py +185 -0
  65. thousandeyes_sdk/instant_tests/models/shared_with_account.py +90 -0
  66. thousandeyes_sdk/instant_tests/models/simple_agent.py +122 -0
  67. thousandeyes_sdk/instant_tests/models/sip_server_instant_test.py +191 -0
  68. thousandeyes_sdk/instant_tests/models/sip_server_instant_test_request.py +175 -0
  69. thousandeyes_sdk/instant_tests/models/sip_server_instant_test_request1.py +197 -0
  70. thousandeyes_sdk/instant_tests/models/sip_server_instant_test_response.py +204 -0
  71. thousandeyes_sdk/instant_tests/models/sip_server_properties.py +116 -0
  72. thousandeyes_sdk/instant_tests/models/sip_test_protocol.py +38 -0
  73. thousandeyes_sdk/instant_tests/models/test_agent.py +90 -0
  74. thousandeyes_sdk/instant_tests/models/test_auth_type.py +40 -0
  75. thousandeyes_sdk/instant_tests/models/test_custom_headers.py +92 -0
  76. thousandeyes_sdk/instant_tests/models/test_direction.py +38 -0
  77. thousandeyes_sdk/instant_tests/models/test_dns_server.py +90 -0
  78. thousandeyes_sdk/instant_tests/models/test_dns_transport_protocol.py +37 -0
  79. thousandeyes_sdk/instant_tests/models/test_dscp_id.py +57 -0
  80. thousandeyes_sdk/instant_tests/models/test_ipv6_policy.py +39 -0
  81. thousandeyes_sdk/instant_tests/models/test_label.py +92 -0
  82. thousandeyes_sdk/instant_tests/models/test_links.py +102 -0
  83. thousandeyes_sdk/instant_tests/models/test_page_loading_strategy.py +38 -0
  84. thousandeyes_sdk/instant_tests/models/test_path_trace_mode.py +37 -0
  85. thousandeyes_sdk/instant_tests/models/test_probe_mode.py +38 -0
  86. thousandeyes_sdk/instant_tests/models/test_protocol.py +38 -0
  87. thousandeyes_sdk/instant_tests/models/test_self_link.py +102 -0
  88. thousandeyes_sdk/instant_tests/models/test_sip_credentials.py +100 -0
  89. thousandeyes_sdk/instant_tests/models/test_ssl_version_id.py +40 -0
  90. thousandeyes_sdk/instant_tests/models/test_type.py +48 -0
  91. thousandeyes_sdk/instant_tests/models/unauthorized_error.py +90 -0
  92. thousandeyes_sdk/instant_tests/models/unexpanded_instant_test.py +128 -0
  93. thousandeyes_sdk/instant_tests/models/validation_error.py +111 -0
  94. thousandeyes_sdk/instant_tests/models/validation_error_item.py +92 -0
  95. thousandeyes_sdk/instant_tests/models/voice_instant_test.py +189 -0
  96. thousandeyes_sdk/instant_tests/models/voice_instant_test_request.py +167 -0
  97. thousandeyes_sdk/instant_tests/models/voice_properties.py +114 -0
  98. thousandeyes_sdk/instant_tests/models/web_transaction_instant_test.py +258 -0
  99. thousandeyes_sdk/instant_tests/models/web_transaction_instant_test_request.py +236 -0
  100. thousandeyes_sdk/instant_tests/models/web_transaction_properties.py +181 -0
  101. thousandeyes_sdk/instant_tests/py.typed +0 -0
  102. thousandeyes_sdk_instant_tests-1.0.0.dist-info/LICENSE +176 -0
  103. thousandeyes_sdk_instant_tests-1.0.0.dist-info/METADATA +423 -0
  104. thousandeyes_sdk_instant_tests-1.0.0.dist-info/NOTICE +7 -0
  105. thousandeyes_sdk_instant_tests-1.0.0.dist-info/RECORD +107 -0
  106. thousandeyes_sdk_instant_tests-1.0.0.dist-info/WHEEL +5 -0
  107. thousandeyes_sdk_instant_tests-1.0.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,423 @@
1
+ Metadata-Version: 2.1
2
+ Name: thousandeyes-sdk-instant-tests
3
+ Version: 1.0.0
4
+ Summary: ThousandEyes SDK Instant Tests API
5
+ Author-email: ThousandEyes API Team <api-team@thousandeyes.com>
6
+ License: Apache License
7
+ Version 2.0, January 2004
8
+ http://www.apache.org/licenses/
9
+
10
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
11
+
12
+ 1. Definitions.
13
+
14
+ "License" shall mean the terms and conditions for use, reproduction,
15
+ and distribution as defined by Sections 1 through 9 of this document.
16
+
17
+ "Licensor" shall mean the copyright owner or entity authorized by
18
+ the copyright owner that is granting the License.
19
+
20
+ "Legal Entity" shall mean the union of the acting entity and all
21
+ other entities that control, are controlled by, or are under common
22
+ control with that entity. For the purposes of this definition,
23
+ "control" means (i) the power, direct or indirect, to cause the
24
+ direction or management of such entity, whether by contract or
25
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
26
+ outstanding shares, or (iii) beneficial ownership of such entity.
27
+
28
+ "You" (or "Your") shall mean an individual or Legal Entity
29
+ exercising permissions granted by this License.
30
+
31
+ "Source" form shall mean the preferred form for making modifications,
32
+ including but not limited to software source code, documentation
33
+ source, and configuration files.
34
+
35
+ "Object" form shall mean any form resulting from mechanical
36
+ transformation or translation of a Source form, including but
37
+ not limited to compiled object code, generated documentation,
38
+ and conversions to other media types.
39
+
40
+ "Work" shall mean the work of authorship, whether in Source or
41
+ Object form, made available under the License, as indicated by a
42
+ copyright notice that is included in or attached to the work
43
+ (an example is provided in the Appendix below).
44
+
45
+ "Derivative Works" shall mean any work, whether in Source or Object
46
+ form, that is based on (or derived from) the Work and for which the
47
+ editorial revisions, annotations, elaborations, or other modifications
48
+ represent, as a whole, an original work of authorship. For the purposes
49
+ of this License, Derivative Works shall not include works that remain
50
+ separable from, or merely link (or bind by name) to the interfaces of,
51
+ the Work and Derivative Works thereof.
52
+
53
+ "Contribution" shall mean any work of authorship, including
54
+ the original version of the Work and any modifications or additions
55
+ to that Work or Derivative Works thereof, that is intentionally
56
+ submitted to Licensor for inclusion in the Work by the copyright owner
57
+ or by an individual or Legal Entity authorized to submit on behalf of
58
+ the copyright owner. For the purposes of this definition, "submitted"
59
+ means any form of electronic, verbal, or written communication sent
60
+ to the Licensor or its representatives, including but not limited to
61
+ communication on electronic mailing lists, source code control systems,
62
+ and issue tracking systems that are managed by, or on behalf of, the
63
+ Licensor for the purpose of discussing and improving the Work, but
64
+ excluding communication that is conspicuously marked or otherwise
65
+ designated in writing by the copyright owner as "Not a Contribution."
66
+
67
+ "Contributor" shall mean Licensor and any individual or Legal Entity
68
+ on behalf of whom a Contribution has been received by Licensor and
69
+ subsequently incorporated within the Work.
70
+
71
+ 2. Grant of Copyright License. Subject to the terms and conditions of
72
+ this License, each Contributor hereby grants to You a perpetual,
73
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
74
+ copyright license to reproduce, prepare Derivative Works of,
75
+ publicly display, publicly perform, sublicense, and distribute the
76
+ Work and such Derivative Works in Source or Object form.
77
+
78
+ 3. Grant of Patent License. Subject to the terms and conditions of
79
+ this License, each Contributor hereby grants to You a perpetual,
80
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
81
+ (except as stated in this section) patent license to make, have made,
82
+ use, offer to sell, sell, import, and otherwise transfer the Work,
83
+ where such license applies only to those patent claims licensable
84
+ by such Contributor that are necessarily infringed by their
85
+ Contribution(s) alone or by combination of their Contribution(s)
86
+ with the Work to which such Contribution(s) was submitted. If You
87
+ institute patent litigation against any entity (including a
88
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
89
+ or a Contribution incorporated within the Work constitutes direct
90
+ or contributory patent infringement, then any patent licenses
91
+ granted to You under this License for that Work shall terminate
92
+ as of the date such litigation is filed.
93
+
94
+ 4. Redistribution. You may reproduce and distribute copies of the
95
+ Work or Derivative Works thereof in any medium, with or without
96
+ modifications, and in Source or Object form, provided that You
97
+ meet the following conditions:
98
+
99
+ (a) You must give any other recipients of the Work or
100
+ Derivative Works a copy of this License; and
101
+
102
+ (b) You must cause any modified files to carry prominent notices
103
+ stating that You changed the files; and
104
+
105
+ (c) You must retain, in the Source form of any Derivative Works
106
+ that You distribute, all copyright, patent, trademark, and
107
+ attribution notices from the Source form of the Work,
108
+ excluding those notices that do not pertain to any part of
109
+ the Derivative Works; and
110
+
111
+ (d) If the Work includes a "NOTICE" text file as part of its
112
+ distribution, then any Derivative Works that You distribute must
113
+ include a readable copy of the attribution notices contained
114
+ within such NOTICE file, excluding those notices that do not
115
+ pertain to any part of the Derivative Works, in at least one
116
+ of the following places: within a NOTICE text file distributed
117
+ as part of the Derivative Works; within the Source form or
118
+ documentation, if provided along with the Derivative Works; or,
119
+ within a display generated by the Derivative Works, if and
120
+ wherever such third-party notices normally appear. The contents
121
+ of the NOTICE file are for informational purposes only and
122
+ do not modify the License. You may add Your own attribution
123
+ notices within Derivative Works that You distribute, alongside
124
+ or as an addendum to the NOTICE text from the Work, provided
125
+ that such additional attribution notices cannot be construed
126
+ as modifying the License.
127
+
128
+ You may add Your own copyright statement to Your modifications and
129
+ may provide additional or different license terms and conditions
130
+ for use, reproduction, or distribution of Your modifications, or
131
+ for any such Derivative Works as a whole, provided Your use,
132
+ reproduction, and distribution of the Work otherwise complies with
133
+ the conditions stated in this License.
134
+
135
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
136
+ any Contribution intentionally submitted for inclusion in the Work
137
+ by You to the Licensor shall be under the terms and conditions of
138
+ this License, without any additional terms or conditions.
139
+ Notwithstanding the above, nothing herein shall supersede or modify
140
+ the terms of any separate license agreement you may have executed
141
+ with Licensor regarding such Contributions.
142
+
143
+ 6. Trademarks. This License does not grant permission to use the trade
144
+ names, trademarks, service marks, or product names of the Licensor,
145
+ except as required for reasonable and customary use in describing the
146
+ origin of the Work and reproducing the content of the NOTICE file.
147
+
148
+ 7. Disclaimer of Warranty. Unless required by applicable law or
149
+ agreed to in writing, Licensor provides the Work (and each
150
+ Contributor provides its Contributions) on an "AS IS" BASIS,
151
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
152
+ implied, including, without limitation, any warranties or conditions
153
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
154
+ PARTICULAR PURPOSE. You are solely responsible for determining the
155
+ appropriateness of using or redistributing the Work and assume any
156
+ risks associated with Your exercise of permissions under this License.
157
+
158
+ 8. Limitation of Liability. In no event and under no legal theory,
159
+ whether in tort (including negligence), contract, or otherwise,
160
+ unless required by applicable law (such as deliberate and grossly
161
+ negligent acts) or agreed to in writing, shall any Contributor be
162
+ liable to You for damages, including any direct, indirect, special,
163
+ incidental, or consequential damages of any character arising as a
164
+ result of this License or out of the use or inability to use the
165
+ Work (including but not limited to damages for loss of goodwill,
166
+ work stoppage, computer failure or malfunction, or any and all
167
+ other commercial damages or losses), even if such Contributor
168
+ has been advised of the possibility of such damages.
169
+
170
+ 9. Accepting Warranty or Additional Liability. While redistributing
171
+ the Work or Derivative Works thereof, You may choose to offer,
172
+ and charge a fee for, acceptance of support, warranty, indemnity,
173
+ or other liability obligations and/or rights consistent with this
174
+ License. However, in accepting such obligations, You may act only
175
+ on Your own behalf and on Your sole responsibility, not on behalf
176
+ of any other Contributor, and only if You agree to indemnify,
177
+ defend, and hold each Contributor harmless for any liability
178
+ incurred by, or claims asserted against, such Contributor by reason
179
+ of your accepting any such warranty or additional liability.
180
+
181
+ END OF TERMS AND CONDITIONS
182
+ Requires-Python: >=3.8
183
+ Description-Content-Type: text/markdown
184
+ License-File: LICENSE
185
+ License-File: NOTICE
186
+ Requires-Dist: urllib3 >=1.25.3
187
+ Requires-Dist: python-dateutil >=2.8.2
188
+ Requires-Dist: pydantic >=2
189
+ Requires-Dist: typing-extensions >=4.7.1
190
+ Requires-Dist: thousandeyes-sdk-core
191
+ Provides-Extra: dev
192
+ Requires-Dist: flake8 >=4.0.0 ; extra == 'dev'
193
+ Requires-Dist: mypy >=1.4.1 ; extra == 'dev'
194
+ Requires-Dist: types-python-dateutil >=2.8.19 ; extra == 'dev'
195
+ Provides-Extra: test
196
+ Requires-Dist: pytest ~=7.1.3 ; extra == 'test'
197
+ Requires-Dist: pytest-cov >=2.8.1 ; extra == 'test'
198
+ Requires-Dist: pytest-randomly >=3.12.0 ; extra == 'test'
199
+ Requires-Dist: mypy >=1.4.1 ; extra == 'test'
200
+ Requires-Dist: types-python-dateutil >=2.8.19 ; extra == 'test'
201
+
202
+ # thousandeyes-sdk-instant-tests
203
+ The Instant Tests API endpoint lets you create and run new instant tests. You will need to be a regular user or have the following permissions:
204
+ * `API Access`
205
+ * `View tests`
206
+
207
+ The response does not include the immediate test results. Use the Test Results endpoints to get test results after creating and executing an instant test. You can find the URLs for these endpoints in the _links section of the test definition that is returned when you create the instant test.
208
+
209
+
210
+ This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
211
+
212
+ - API version: 7.0.8
213
+ - Generator version: 7.6.0
214
+ - Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
215
+
216
+ ## Requirements.
217
+
218
+ Python 3.8+
219
+
220
+ ## Installation & Usage
221
+ ### pip install
222
+
223
+ Install directly via PyPi:
224
+
225
+ ```sh
226
+ pip install thousandeyes-sdk-instant-tests
227
+ ```
228
+ (you may need to run `pip` with root permission: `sudo pip install thousandeyes-sdk-instant-tests`)
229
+
230
+ Then import the package:
231
+ ```python
232
+ import thousandeyes_sdk.instant_tests
233
+ ```
234
+
235
+ ### Setuptools
236
+
237
+ Install via [Setuptools](http://pypi.python.org/pypi/setuptools).
238
+
239
+ ```sh
240
+ python setup.py install --user
241
+ ```
242
+ (or `sudo python setup.py install` to install the package for all users)
243
+
244
+ Then import the package:
245
+ ```python
246
+ import thousandeyes_sdk.instant_tests
247
+ ```
248
+
249
+ ### Tests
250
+
251
+ Execute `pytest` to run the tests.
252
+
253
+ ## Getting Started
254
+
255
+ Please follow the installation procedure and then run the following:
256
+
257
+ ```python
258
+
259
+ import thousandeyes_sdk.core
260
+ import thousandeyes_sdk.instant_tests
261
+ from thousandeyes_sdk.core.exceptions import ApiException
262
+ from pprint import pprint
263
+
264
+ # Defining the host is optional and defaults to https://api.thousandeyes.com
265
+ # See configuration.py for a list of all supported configuration parameters.
266
+ configuration = thousandeyes_sdk.core.Configuration(
267
+ host = "https://api.thousandeyes.com"
268
+ )
269
+
270
+ # The client must configure the authentication and authorization parameters
271
+ # in accordance with the API server security policy.
272
+ # Examples for each auth method are provided below, use the example that
273
+ # satisfies your auth use case.
274
+
275
+ # Configure Bearer authorization: BearerAuth
276
+ configuration = thousandeyes_sdk.core.Configuration(
277
+ access_token = os.environ["BEARER_TOKEN"]
278
+ )
279
+
280
+
281
+ # Enter a context with an instance of the API client
282
+ with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
283
+ # Create an instance of the API class
284
+ api_instance = thousandeyes_sdk.instant_tests.APIApi(api_client)
285
+ api_instant_test_request = thousandeyes_sdk.instant_tests.ApiInstantTestRequest() # ApiInstantTestRequest |
286
+ 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)
287
+ expand = [thousandeyes_sdk.instant_tests.Expand()] # List[Expand] | (Optional) Indicates if the test sub-resources should be expanded. Defaults to no expansion. To expand the `agents` sub-resource, use the query `?expand=agent`. (optional)
288
+
289
+ try:
290
+ # Create API instant test
291
+ api_response = api_instance.create_api_instant_test(api_instant_test_request, aid=aid, expand=expand)
292
+ print("The response of APIApi->create_api_instant_test:\n")
293
+ pprint(api_response)
294
+ except ApiException as e:
295
+ print("Exception when calling APIApi->create_api_instant_test: %s\n" % e)
296
+
297
+ ```
298
+
299
+ ## Documentation for API Endpoints
300
+
301
+ All URIs are relative to *https://api.thousandeyes.com*
302
+
303
+ Class | Method | HTTP request | Description
304
+ ------------ | ------------- | ------------- | -------------
305
+ *APIApi* | [**create_api_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/APIApi.md#create_api_instant_test) | **POST** /v7/tests/api/instant | Create API instant test
306
+ *AgentToAgentApi* | [**create_agent_to_agent_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/AgentToAgentApi.md#create_agent_to_agent_instant_test) | **POST** /v7/tests/agent-to-agent/instant | Create agent-to-agent instant test
307
+ *AgentToServerApi* | [**create_agent_to_server_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/AgentToServerApi.md#create_agent_to_server_instant_test) | **POST** /v7/tests/agent-to-server/instant | Create agent-to-server instant test
308
+ *DNSSecurityApi* | [**create_dns_sec_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/DNSSecurityApi.md#create_dns_sec_instant_test) | **POST** /v7/tests/dnssec/instant | Create DNS security instant test
309
+ *DNSServerApi* | [**create_dns_server_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/DNSServerApi.md#create_dns_server_instant_test) | **POST** /v7/tests/dns-server/instant | Create DNS server instant test
310
+ *DNSTraceApi* | [**create_dns_trace_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/DNSTraceApi.md#create_dns_trace_instant_test) | **POST** /v7/tests/dns-trace/instant | Create DNS trace instant test
311
+ *FTPServerApi* | [**create_ftp_server_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/FTPServerApi.md#create_ftp_server_instant_test) | **POST** /v7/tests/ftp-server/instant | Create FTP server instant test
312
+ *HTTPPageLoadApi* | [**create_page_load_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/HTTPPageLoadApi.md#create_page_load_instant_test) | **POST** /v7/tests/page-load/instant | Create HTTP page load instant test
313
+ *HTTPServerApi* | [**create_http_server_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/HTTPServerApi.md#create_http_server_instant_test) | **POST** /v7/tests/http-server/instant | Create HTTP server instant test
314
+ *RunApi* | [**run_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/RunApi.md#run_instant_test) | **POST** /v7/tests/{testId}/run | Run instant test
315
+ *SIPServerApi* | [**create_sip_server_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/SIPServerApi.md#create_sip_server_instant_test) | **POST** /v7/tests/sip-server/instant | Create SIP server instant test
316
+ *VoiceApi* | [**create_voice_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/VoiceApi.md#create_voice_instant_test) | **POST** /v7/tests/voice/instant | Create voice instant test
317
+ *WebTransactionApi* | [**create_web_transaction_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/WebTransactionApi.md#create_web_transaction_instant_test) | **POST** /v7/tests/web-transactions/instant | Create web transactions instant test
318
+
319
+
320
+ ## Documentation For Models
321
+
322
+ - [Agent](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/Agent.md)
323
+ - [AgentBase](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/AgentBase.md)
324
+ - [AgentToAgentInstantTest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/AgentToAgentInstantTest.md)
325
+ - [AgentToAgentInstantTestRequest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/AgentToAgentInstantTestRequest.md)
326
+ - [AgentToAgentProperties](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/AgentToAgentProperties.md)
327
+ - [AgentToAgentTestProtocol](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/AgentToAgentTestProtocol.md)
328
+ - [AgentToServerInstantTest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/AgentToServerInstantTest.md)
329
+ - [AgentToServerInstantTestRequest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/AgentToServerInstantTestRequest.md)
330
+ - [AgentToServerProperties](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/AgentToServerProperties.md)
331
+ - [ApiInstantTest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/ApiInstantTest.md)
332
+ - [ApiInstantTestRequest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/ApiInstantTestRequest.md)
333
+ - [ApiPredefinedVariable](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/ApiPredefinedVariable.md)
334
+ - [ApiProperties](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/ApiProperties.md)
335
+ - [ApiRequest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/ApiRequest.md)
336
+ - [ApiRequestAssertion](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/ApiRequestAssertion.md)
337
+ - [ApiRequestAssertionName](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/ApiRequestAssertionName.md)
338
+ - [ApiRequestAssertionOperator](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/ApiRequestAssertionOperator.md)
339
+ - [ApiRequestAuthType](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/ApiRequestAuthType.md)
340
+ - [ApiRequestHeader](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/ApiRequestHeader.md)
341
+ - [ApiRequestMethod](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/ApiRequestMethod.md)
342
+ - [ApiRequestVariable](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/ApiRequestVariable.md)
343
+ - [CloudEnterpriseAgentType](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/CloudEnterpriseAgentType.md)
344
+ - [DnsQueryClass](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/DnsQueryClass.md)
345
+ - [DnsSecInstantTest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/DnsSecInstantTest.md)
346
+ - [DnsSecInstantTestRequest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/DnsSecInstantTestRequest.md)
347
+ - [DnsSecProperties](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/DnsSecProperties.md)
348
+ - [DnsServerInstantTest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/DnsServerInstantTest.md)
349
+ - [DnsServerInstantTestRequest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/DnsServerInstantTestRequest.md)
350
+ - [DnsServerProperties](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/DnsServerProperties.md)
351
+ - [DnsServersRequest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/DnsServersRequest.md)
352
+ - [DnsTraceInstantTest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/DnsTraceInstantTest.md)
353
+ - [DnsTraceInstantTestRequest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/DnsTraceInstantTestRequest.md)
354
+ - [DnsTraceProperties](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/DnsTraceProperties.md)
355
+ - [Error](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/Error.md)
356
+ - [Expand](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/Expand.md)
357
+ - [FtpServerInstantTest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/FtpServerInstantTest.md)
358
+ - [FtpServerProperties](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/FtpServerProperties.md)
359
+ - [FtpServerRequestType](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/FtpServerRequestType.md)
360
+ - [HttpServerInstantTest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/HttpServerInstantTest.md)
361
+ - [HttpServerInstantTestRequest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/HttpServerInstantTestRequest.md)
362
+ - [HttpServerProperties](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/HttpServerProperties.md)
363
+ - [InstantTest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/InstantTest.md)
364
+ - [InstantTestRequest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/InstantTestRequest.md)
365
+ - [Link](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/Link.md)
366
+ - [PageLoadInstantTest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/PageLoadInstantTest.md)
367
+ - [PageLoadInstantTestRequest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/PageLoadInstantTestRequest.md)
368
+ - [PageLoadProperties](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/PageLoadProperties.md)
369
+ - [ServerInstantTestRequest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/ServerInstantTestRequest.md)
370
+ - [SharedWithAccount](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/SharedWithAccount.md)
371
+ - [SimpleAgent](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/SimpleAgent.md)
372
+ - [SipServerInstantTest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/SipServerInstantTest.md)
373
+ - [SipServerInstantTestRequest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/SipServerInstantTestRequest.md)
374
+ - [SipServerInstantTestRequest1](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/SipServerInstantTestRequest1.md)
375
+ - [SipServerInstantTestResponse](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/SipServerInstantTestResponse.md)
376
+ - [SipServerProperties](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/SipServerProperties.md)
377
+ - [SipTestProtocol](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/SipTestProtocol.md)
378
+ - [TestAgent](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/TestAgent.md)
379
+ - [TestAuthType](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/TestAuthType.md)
380
+ - [TestCustomHeaders](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/TestCustomHeaders.md)
381
+ - [TestDirection](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/TestDirection.md)
382
+ - [TestDnsServer](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/TestDnsServer.md)
383
+ - [TestDnsTransportProtocol](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/TestDnsTransportProtocol.md)
384
+ - [TestDscpId](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/TestDscpId.md)
385
+ - [TestIpv6Policy](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/TestIpv6Policy.md)
386
+ - [TestLabel](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/TestLabel.md)
387
+ - [TestLinks](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/TestLinks.md)
388
+ - [TestPageLoadingStrategy](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/TestPageLoadingStrategy.md)
389
+ - [TestPathTraceMode](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/TestPathTraceMode.md)
390
+ - [TestProbeMode](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/TestProbeMode.md)
391
+ - [TestProtocol](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/TestProtocol.md)
392
+ - [TestSelfLink](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/TestSelfLink.md)
393
+ - [TestSipCredentials](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/TestSipCredentials.md)
394
+ - [TestSslVersionId](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/TestSslVersionId.md)
395
+ - [TestType](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/TestType.md)
396
+ - [UnauthorizedError](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/UnauthorizedError.md)
397
+ - [UnexpandedInstantTest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/UnexpandedInstantTest.md)
398
+ - [ValidationError](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/ValidationError.md)
399
+ - [ValidationErrorItem](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/ValidationErrorItem.md)
400
+ - [VoiceInstantTest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/VoiceInstantTest.md)
401
+ - [VoiceInstantTestRequest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/VoiceInstantTestRequest.md)
402
+ - [VoiceProperties](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/VoiceProperties.md)
403
+ - [WebTransactionInstantTest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/WebTransactionInstantTest.md)
404
+ - [WebTransactionInstantTestRequest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/WebTransactionInstantTestRequest.md)
405
+ - [WebTransactionProperties](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/WebTransactionProperties.md)
406
+
407
+
408
+ <a id="documentation-for-authorization"></a>
409
+ ## Documentation For Authorization
410
+
411
+
412
+ Authentication schemes defined for the API:
413
+ <a id="BearerAuth"></a>
414
+ ### BearerAuth
415
+
416
+ - **Type**: Bearer authentication
417
+
418
+
419
+ ## Author
420
+
421
+ <a href="mailto:api-team@thousandeyes.com">ThousandEyes API Team </a>
422
+
423
+
@@ -0,0 +1,7 @@
1
+ Copyright 2024 Cisco Systems, Inc. All Rights Reserved.
2
+
3
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
4
+
5
+ http://www.apache.org/licenses/LICENSE-2.0
6
+
7
+ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
@@ -0,0 +1,107 @@
1
+ thousandeyes_sdk/instant_tests/__init__.py,sha256=X7n8w4TlqsSjubU71rSl8XVYsgo3X9duMA1B7PCwO_s,9373
2
+ thousandeyes_sdk/instant_tests/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ thousandeyes_sdk/instant_tests/api/__init__.py,sha256=BHWPGYqgX2bmP_t6XijIw9TEdQt5w0XkfvWJ45D2XAE,1025
4
+ thousandeyes_sdk/instant_tests/api/agent_to_agent_api.py,sha256=G0KUZj4UlL7xBR-5uOUKDhgibXAqm5pzdawoSTPiziA,17841
5
+ thousandeyes_sdk/instant_tests/api/agent_to_server_api.py,sha256=cyWQRIP2mS_q6UyuoDZ5k8t053b1c1pGjstH1E6-IV8,17889
6
+ thousandeyes_sdk/instant_tests/api/api_api.py,sha256=uqAIUcluzdHMc8XRZqWD5nG-rxoaXmkk1d7aAK60PoY,17341
7
+ thousandeyes_sdk/instant_tests/api/dns_security_api.py,sha256=SGfsyFDFmhlfd-jUTGJBw8JVLjf0C-iNoKTeHseT-zg,17553
8
+ thousandeyes_sdk/instant_tests/api/dns_server_api.py,sha256=CqgqjM5fdHRViasip6wGh4cGi7ihvwBHOfb4zSnLdfw,17663
9
+ thousandeyes_sdk/instant_tests/api/dns_trace_api.py,sha256=Wv1leAH6nP-JruV1OtNle7Tuu5zLODfxE1xOuOxTGw8,17615
10
+ thousandeyes_sdk/instant_tests/api/ftp_server_api.py,sha256=_c7rBFn4pLtryrFe7GSv3LVOeuyyKTFEQXD-i0k_Fa4,17566
11
+ thousandeyes_sdk/instant_tests/api/http_page_load_api.py,sha256=NVvc1PQAlay9kDP3pHn7vxGCBs4CpQF1qhDQJMq5r-w,17649
12
+ thousandeyes_sdk/instant_tests/api/http_server_api.py,sha256=Z2l4uthhFvDtLeIktghWdT3Vkov4aP607DKihrwAnhE,17711
13
+ thousandeyes_sdk/instant_tests/api/run_api.py,sha256=FU0ly-QnZESlrGM3Zi_P29HVVsyp1Rek4SkuhyFRRUU,14700
14
+ thousandeyes_sdk/instant_tests/api/sip_server_api.py,sha256=bD1ncAHaNQo4V60GR3sgHSd2H0PAVg3SwF4ANXoT7Vk,17720
15
+ thousandeyes_sdk/instant_tests/api/voice_api.py,sha256=b7lTlzVTPJtSuXkXiV1L6agwcpp8rJWIHmlyQJPMk6g,17425
16
+ thousandeyes_sdk/instant_tests/api/web_transaction_api.py,sha256=0ANy-JhKZH2p5-wt0YM6y056jOrg275a8U_V8Xpd9m0,17910
17
+ thousandeyes_sdk/instant_tests/models/__init__.py,sha256=fCB61jrM8CCZix_6rUtTJPaWwTAwDK5_ViuL8c0pGv4,8364
18
+ thousandeyes_sdk/instant_tests/models/agent.py,sha256=m9ZTiNCBX2V_T5rkU2S-fD4BBg4nM1q5DxMSTIb6gZw,5625
19
+ thousandeyes_sdk/instant_tests/models/agent_base.py,sha256=J7nu3q5q-9cZZV6zQOnqJDcP6mb_bnvM_B0ItR3P6og,3687
20
+ thousandeyes_sdk/instant_tests/models/agent_to_agent_instant_test.py,sha256=TL9q6Cup2_EfsCMJZKYRsOC65Puv3XA9Sd7rpf0R9Vw,11231
21
+ thousandeyes_sdk/instant_tests/models/agent_to_agent_instant_test_request.py,sha256=o7s-d3SkTVobTfZ4woEO7onCxxmS2SzbDweZ74MCwnE,10299
22
+ thousandeyes_sdk/instant_tests/models/agent_to_agent_properties.py,sha256=bHYOdNHM_PNo1x-JuRcLJeNRP8Q_RmONrtMhcl-bQJs,6344
23
+ thousandeyes_sdk/instant_tests/models/agent_to_agent_test_protocol.py,sha256=6JHEpMEeSQ60U_qo5KF2j0R4KH1oviB7bWzKefG1lws,1149
24
+ thousandeyes_sdk/instant_tests/models/agent_to_server_instant_test.py,sha256=NNlCKYsd7tCWPvoAzXY7KviXVHAX3B_gRbVgncRIuck,12138
25
+ thousandeyes_sdk/instant_tests/models/agent_to_server_instant_test_request.py,sha256=1EixtWSEBoGFUFIoeRzdC1nYuA9J0FQpLEe8ex77-zg,11206
26
+ thousandeyes_sdk/instant_tests/models/agent_to_server_properties.py,sha256=wePYAJRupvm4a6dYrA_t8DfHS11MRHbwxh4YUS8C9y8,7251
27
+ thousandeyes_sdk/instant_tests/models/api_instant_test.py,sha256=dyETIz4Oz4qSKzf9wdLp5Yx3bPUKlmzL9mhGraaAxBE,12391
28
+ thousandeyes_sdk/instant_tests/models/api_instant_test_request.py,sha256=38nagQQEupKKIFrjNXwHbMnG_xERJPtLBUXMwU17S60,11459
29
+ thousandeyes_sdk/instant_tests/models/api_predefined_variable.py,sha256=MlKjzocggAAJsO8KB1JaUAahD8Hv6FG072IHajjoz24,3201
30
+ thousandeyes_sdk/instant_tests/models/api_properties.py,sha256=8NKPnJbvQ8WwZv3X8yhQIABrJrMHQStShsZl9w9UsW0,7273
31
+ thousandeyes_sdk/instant_tests/models/api_request.py,sha256=ggkTkrRMz03X_q45oFsnMdBvbBow_5S55rTNfxfUYX0,6893
32
+ thousandeyes_sdk/instant_tests/models/api_request_assertion.py,sha256=bZvJsIveifswNuAXdFBPQG54LwoISjqjwzDMMMPQz60,3564
33
+ thousandeyes_sdk/instant_tests/models/api_request_assertion_name.py,sha256=u-jR1ivG27eBI4yE8zqBss6yagcFHzAxZ2dFukNSpTE,1360
34
+ thousandeyes_sdk/instant_tests/models/api_request_assertion_operator.py,sha256=mwcKMO-TIrzccLiydS1gyJXGaW8UYL2HiiBa4HHovz8,1341
35
+ thousandeyes_sdk/instant_tests/models/api_request_auth_type.py,sha256=lAYHpEC4XO0ewPi7r7n5rroYh3NrTmYaoh0DDI1Un30,1206
36
+ thousandeyes_sdk/instant_tests/models/api_request_header.py,sha256=zlolDoYuHbONaDFyeiGqW55UinxkVPyiqucaEplP-U8,3184
37
+ thousandeyes_sdk/instant_tests/models/api_request_method.py,sha256=Oi4NCHoXHhvo18GmSuoUILH_4_KoBmDFlSAxcT-izf4,1189
38
+ thousandeyes_sdk/instant_tests/models/api_request_variable.py,sha256=m5LcHOkmC1R8AdaqTcS8kws-zr_spX3mmQzgVdZ0b7s,3204
39
+ thousandeyes_sdk/instant_tests/models/cloud_enterprise_agent_type.py,sha256=xP4cW3aykOCxABF7254AtN_Hxzjq6FZ6Zgxvp9sgFm8,1213
40
+ thousandeyes_sdk/instant_tests/models/dns_query_class.py,sha256=CwEyXh7ww5Kj9b_iDSAVb7xeU2pZ9wmPlCFHERoQR7w,1185
41
+ thousandeyes_sdk/instant_tests/models/dns_sec_instant_test.py,sha256=L7FGHodaCMTcPORLYSvBNeTeSlrXEPeI5do-OarIkNg,8399
42
+ thousandeyes_sdk/instant_tests/models/dns_sec_instant_test_request.py,sha256=ZyH7BxUqtPNN0BS9k2ReQ3CMqsQi6tT6UJfYiV01uDI,7467
43
+ thousandeyes_sdk/instant_tests/models/dns_sec_properties.py,sha256=gxkfHSo-fUuFlDVNjYHMUaZzbtxwu6BORIFjk1T8tUw,3500
44
+ thousandeyes_sdk/instant_tests/models/dns_server_instant_test.py,sha256=WSelxZsq6gXK1hDAH42mUMJzJJ3UjmVOqr53LULSpPg,12038
45
+ thousandeyes_sdk/instant_tests/models/dns_server_instant_test_request.py,sha256=rhusmGp_nW87nbUU3mmcEYRNWdhz_rELyQbNFJLUqfk,10655
46
+ thousandeyes_sdk/instant_tests/models/dns_server_properties.py,sha256=ImxZbAXm8y5ekIl7Le5UuWmbJeRizNd-KN1cCjT92VE,7151
47
+ thousandeyes_sdk/instant_tests/models/dns_servers_request.py,sha256=TyG06oRU1RU44O407-de0odMq27LbPwD0g8zAoaLU5E,3073
48
+ thousandeyes_sdk/instant_tests/models/dns_trace_instant_test.py,sha256=k59C1jy2JI61LgkNRNPitmoPqPW9XWvOn2Tb-iprrz8,8718
49
+ thousandeyes_sdk/instant_tests/models/dns_trace_instant_test_request.py,sha256=sE4aVzAQfjV6xi8BYti1OOvlMmk3g6owZgtmLqk02ZA,7786
50
+ thousandeyes_sdk/instant_tests/models/dns_trace_properties.py,sha256=XZWvsLWlIqlpDdEyHabGvdoM4JdoESjKlFXU0IRjnvc,3819
51
+ thousandeyes_sdk/instant_tests/models/error.py,sha256=i8fgn6VWOOlqSqilQKY-e2fA4O5xE1ltlmn68u4ZVg4,3855
52
+ thousandeyes_sdk/instant_tests/models/expand.py,sha256=oSSrfGwFBTqqqzqnqxw-YvjaFFo5vDxAuDgMzrjyLbI,1163
53
+ thousandeyes_sdk/instant_tests/models/ftp_server_instant_test.py,sha256=B0JiajXxhGJbWVH8Uc9qn4yvw0f7_pA3KYzs8w8pn5E,12390
54
+ thousandeyes_sdk/instant_tests/models/ftp_server_properties.py,sha256=fquoq8wT29dZkceWsjiGOo3dnQFlAGFv0_WsKRWvvII,7503
55
+ thousandeyes_sdk/instant_tests/models/ftp_server_request_type.py,sha256=rO2QYkLngy3cy7aHIAtJuFTW9Afyo50WhwtqvsI-e6s,1189
56
+ thousandeyes_sdk/instant_tests/models/http_server_instant_test.py,sha256=Uiw2xzagG0NTkutobFnYpaLTHHmQc--APd8cjsOliK4,17335
57
+ thousandeyes_sdk/instant_tests/models/http_server_instant_test_request.py,sha256=1aRTEdKLM0i4eDHRjhh0bp1ObXBGf6X3nzhdHQvG2s8,16403
58
+ thousandeyes_sdk/instant_tests/models/http_server_properties.py,sha256=iKqeXbYLzNvHBK3UV_lj3PNmkdZEFTwpb9oPdjj6coI,12448
59
+ thousandeyes_sdk/instant_tests/models/instant_test.py,sha256=1ZElPbzLWaxYKS-HndlBV1fEWkTBy7nC4ngISZDNmyM,7245
60
+ thousandeyes_sdk/instant_tests/models/instant_test_request.py,sha256=DVA96UrrQ-Vu7fZckhv0uNQKQgU1kNWr0bBP1OdtnLc,4034
61
+ thousandeyes_sdk/instant_tests/models/link.py,sha256=_ngKSeVkbF8zMtyrYjQHLPd1KMK2QCuq8EQc7F0hWTU,4503
62
+ thousandeyes_sdk/instant_tests/models/page_load_instant_test.py,sha256=TsPxVfbDH4x5LhMDpMyCMtgs0gzhc701PnEdOMw7L-8,18901
63
+ thousandeyes_sdk/instant_tests/models/page_load_instant_test_request.py,sha256=Lyj5cH78OgTKTaPyZnkQXH-AQnSof9pg37IO4I1_F0E,17969
64
+ thousandeyes_sdk/instant_tests/models/page_load_properties.py,sha256=C9f1HzD2RS9FSZod3XCi57Pw9LbMFtcAJD4P5y3otes,14014
65
+ thousandeyes_sdk/instant_tests/models/server_instant_test_request.py,sha256=BXD14fiG5ZlvcX6_x-V1VGsXrb-C6WXfHNDtFhQzFEk,11446
66
+ thousandeyes_sdk/instant_tests/models/shared_with_account.py,sha256=ICxJ3HVoo6qTUoWgKvRWAA4Psm0KqtKRQ6RZe5irBAQ,3141
67
+ thousandeyes_sdk/instant_tests/models/simple_agent.py,sha256=lpqTFKY9LU1_Kjsjj4YKW7pY59k0Q8fzKKUfygBwql0,5418
68
+ thousandeyes_sdk/instant_tests/models/sip_server_instant_test.py,sha256=tzVZV8_qybRbNpledpi2MRHNqQB35Td6IbBN33frtug,10982
69
+ thousandeyes_sdk/instant_tests/models/sip_server_instant_test_request.py,sha256=qlfeOXPxxg-3YDdaXaX-nKtUZFhC-MOYVeSv8z-ddnI,10624
70
+ thousandeyes_sdk/instant_tests/models/sip_server_instant_test_request1.py,sha256=7FKbUbn5jE1uCTZXUK-Ebhreh0zQ7DOUcFqIB0Gvjxs,11588
71
+ thousandeyes_sdk/instant_tests/models/sip_server_instant_test_response.py,sha256=2sdM7DUHzpSNI_LmnTH0VqvLJX3h-o5XEqldQGgC5Xg,12175
72
+ thousandeyes_sdk/instant_tests/models/sip_server_properties.py,sha256=LlBRhzrxj-6pQmAWfMPCL8opCSC19T36TF-6dolCErU,6095
73
+ thousandeyes_sdk/instant_tests/models/sip_test_protocol.py,sha256=lMHHdC3_md2XFLQZstlxsFhX_GAURKyQECFHSLDYJdY,1161
74
+ thousandeyes_sdk/instant_tests/models/test_agent.py,sha256=dwdICjEAI_yGIZ-OL2LbMtVwtx5CkTmjc-VDb5aSAQ4,3365
75
+ thousandeyes_sdk/instant_tests/models/test_auth_type.py,sha256=AR455ZQMCJrTQmOtIEjEin_RewAzxDqEFWGcV7VHzaM,1196
76
+ thousandeyes_sdk/instant_tests/models/test_custom_headers.py,sha256=Dm8kFphXhe3StI0nl6_afmG06Zfd6-j2U6e84PS8L4Q,3409
77
+ thousandeyes_sdk/instant_tests/models/test_direction.py,sha256=xxYjZPbWdAu07k1BY3x9jj4OCw8weyJH9MsRsubU1mw,1238
78
+ thousandeyes_sdk/instant_tests/models/test_dns_server.py,sha256=9B6yNlfRSEzkblhrRKGwFz6D8QmZP7lRjrz0N_x3hpY,3258
79
+ thousandeyes_sdk/instant_tests/models/test_dns_transport_protocol.py,sha256=70AZq_1Ibz6--5wmgmhlpmWtXyDT4RouWpb3UFnqRJk,1166
80
+ thousandeyes_sdk/instant_tests/models/test_dscp_id.py,sha256=ps54xuzyfCY5punqmA7uSQDpSOvnJ2imwUMctlmixU0,1611
81
+ thousandeyes_sdk/instant_tests/models/test_ipv6_policy.py,sha256=2LBgn5t6igUNBzjkw-KKwM_wOAhYlCsjMFBEBLaWuvU,1312
82
+ thousandeyes_sdk/instant_tests/models/test_label.py,sha256=kOc3KK2BgcmR4Ez72kqm1Txm2PVh3lglDyhaa-Mmg1Q,3403
83
+ thousandeyes_sdk/instant_tests/models/test_links.py,sha256=txyuat_qjgZuJsIWw9wTM19Aij_Sjwld9yaop1DDQVo,3972
84
+ thousandeyes_sdk/instant_tests/models/test_page_loading_strategy.py,sha256=AZsj_HAKdVq6HkLVl6zpSVijOx9bNysrGizTjAOOCiE,1813
85
+ thousandeyes_sdk/instant_tests/models/test_path_trace_mode.py,sha256=eU2bRI6pK5zF0PxTfWI5RhzAxUfwDcRnUMm9Xkhn1-w,1205
86
+ thousandeyes_sdk/instant_tests/models/test_probe_mode.py,sha256=txdy__cDDAX4o2DTFBIB0mb5I_EQy9tETlXmWk_ul0Q,1199
87
+ thousandeyes_sdk/instant_tests/models/test_protocol.py,sha256=DPjwrl5KJ3Iqf3eW4hIFbdEYK6qgNMjxjS2OXiSpaCY,1192
88
+ thousandeyes_sdk/instant_tests/models/test_self_link.py,sha256=nmJMqqb90xBKiuesJfXqnQiEJqEHGclof3hyXjJl3s4,4489
89
+ thousandeyes_sdk/instant_tests/models/test_sip_credentials.py,sha256=db84H2-4ZdctqMAF32AvLd72zyHju9QdjO7FwLMgS4w,4088
90
+ thousandeyes_sdk/instant_tests/models/test_ssl_version_id.py,sha256=IOo8BjD2yPpi1Q18E9YgV5N2MndaiiaEcUM8wyYcAsA,1312
91
+ thousandeyes_sdk/instant_tests/models/test_type.py,sha256=X65IGiS7hcrs1R0_F2kv9sjDKPEOCS1lARoaRZJZGyU,1576
92
+ thousandeyes_sdk/instant_tests/models/unauthorized_error.py,sha256=IfvXg9g6Y_k2YZE4xiIQ6XWFvlnYZE6T3y6v6YRz008,3096
93
+ thousandeyes_sdk/instant_tests/models/unexpanded_instant_test.py,sha256=vNnpKRJ-2pKHWHZ6bwTuUNQgTFcZvhhWi_66Zr07vPc,5837
94
+ thousandeyes_sdk/instant_tests/models/validation_error.py,sha256=Xd20BdLzw9I-O1L2obbIjuei3bM_Y-fGR-V5MmVd1sw,4800
95
+ thousandeyes_sdk/instant_tests/models/validation_error_item.py,sha256=-d8dSS2gqVwj_7Gv7os7S7nM5_YIzszDmqwBbP9OMHY,3468
96
+ thousandeyes_sdk/instant_tests/models/voice_instant_test.py,sha256=hioFZypiHdbX7-3mErd7z0x1JSxwXmdWk1g9XDCOfJk,10099
97
+ thousandeyes_sdk/instant_tests/models/voice_instant_test_request.py,sha256=wms7BOLcZB5zD0ZLMRRyloJLVBhxho2PZTKkwquc-4U,9167
98
+ thousandeyes_sdk/instant_tests/models/voice_properties.py,sha256=dLyfJF1Ypbu-MOaaEQFHIknNQdoF-k7YhK51bL7yCuY,5200
99
+ thousandeyes_sdk/instant_tests/models/web_transaction_instant_test.py,sha256=IUg2leeL1dSzaaUYzZdmJKGzY2k5Va5d9vCLjd8seFI,19309
100
+ thousandeyes_sdk/instant_tests/models/web_transaction_instant_test_request.py,sha256=0TGUP40R4bONBbaWf4kCFroIg3Ne3yiv3Fcp9l6ZT6s,18377
101
+ thousandeyes_sdk/instant_tests/models/web_transaction_properties.py,sha256=3VKFT7tjy3GrPm23JjHQHKDHyyiZVrR9kqD75-9rRVc,14191
102
+ thousandeyes_sdk_instant_tests-1.0.0.dist-info/LICENSE,sha256=WYmcYJG1QFgu1hfo7qrEkZ3Jhcz8NUWe6XUraZvlIFs,10172
103
+ thousandeyes_sdk_instant_tests-1.0.0.dist-info/METADATA,sha256=p8MmGNVr8vLOBGmqS5PZxWZuRzwOUs5RjdGoPKIRNcs,32781
104
+ thousandeyes_sdk_instant_tests-1.0.0.dist-info/NOTICE,sha256=qCuDsmtA-FKfCWNPOdV3w_DnaVlII8Vhjd3GVvf8We0,580
105
+ thousandeyes_sdk_instant_tests-1.0.0.dist-info/WHEEL,sha256=Z4pYXqR_rTB7OWNDYFOm1qRk0RX6GFP2o8LgvP453Hk,91
106
+ thousandeyes_sdk_instant_tests-1.0.0.dist-info/top_level.txt,sha256=CEgP5tqpXCg6GixDvVc5BPD-Z1KWHY0oO0w3Olr_yss,17
107
+ thousandeyes_sdk_instant_tests-1.0.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (70.3.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ thousandeyes_sdk