thousandeyes-sdk-instant-tests 1.0.0__py3-none-any.whl → 1.1.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 +2 -1
  2. thousandeyes_sdk/instant_tests/api/agent_to_agent_api.py +1 -1
  3. thousandeyes_sdk/instant_tests/api/agent_to_server_api.py +1 -1
  4. thousandeyes_sdk/instant_tests/api/api_api.py +1 -1
  5. thousandeyes_sdk/instant_tests/api/dns_security_api.py +1 -1
  6. thousandeyes_sdk/instant_tests/api/dns_server_api.py +1 -1
  7. thousandeyes_sdk/instant_tests/api/dns_trace_api.py +1 -1
  8. thousandeyes_sdk/instant_tests/api/ftp_server_api.py +1 -1
  9. thousandeyes_sdk/instant_tests/api/http_page_load_api.py +1 -1
  10. thousandeyes_sdk/instant_tests/api/http_server_api.py +1 -1
  11. thousandeyes_sdk/instant_tests/api/run_api.py +1 -1
  12. thousandeyes_sdk/instant_tests/api/sip_server_api.py +1 -1
  13. thousandeyes_sdk/instant_tests/api/voice_api.py +1 -1
  14. thousandeyes_sdk/instant_tests/api/web_transaction_api.py +1 -1
  15. thousandeyes_sdk/instant_tests/models/__init__.py +2 -1
  16. thousandeyes_sdk/instant_tests/models/agent.py +1 -1
  17. thousandeyes_sdk/instant_tests/models/agent_base.py +1 -1
  18. thousandeyes_sdk/instant_tests/models/agent_to_agent_instant_test.py +1 -1
  19. thousandeyes_sdk/instant_tests/models/agent_to_agent_instant_test_request.py +1 -1
  20. thousandeyes_sdk/instant_tests/models/agent_to_agent_properties.py +1 -1
  21. thousandeyes_sdk/instant_tests/models/agent_to_agent_test_protocol.py +1 -1
  22. thousandeyes_sdk/instant_tests/models/agent_to_server_instant_test.py +1 -1
  23. thousandeyes_sdk/instant_tests/models/agent_to_server_instant_test_request.py +1 -1
  24. thousandeyes_sdk/instant_tests/models/agent_to_server_properties.py +1 -1
  25. thousandeyes_sdk/instant_tests/models/api_instant_test.py +1 -1
  26. thousandeyes_sdk/instant_tests/models/api_instant_test_request.py +1 -1
  27. thousandeyes_sdk/instant_tests/models/api_predefined_variable.py +1 -1
  28. thousandeyes_sdk/instant_tests/models/api_properties.py +1 -1
  29. thousandeyes_sdk/instant_tests/models/api_request.py +1 -1
  30. thousandeyes_sdk/instant_tests/models/api_request_assertion.py +1 -1
  31. thousandeyes_sdk/instant_tests/models/api_request_assertion_name.py +1 -1
  32. thousandeyes_sdk/instant_tests/models/api_request_assertion_operator.py +1 -1
  33. thousandeyes_sdk/instant_tests/models/api_request_auth_type.py +1 -1
  34. thousandeyes_sdk/instant_tests/models/api_request_header.py +1 -1
  35. thousandeyes_sdk/instant_tests/models/api_request_method.py +1 -1
  36. thousandeyes_sdk/instant_tests/models/api_request_variable.py +1 -1
  37. thousandeyes_sdk/instant_tests/models/cloud_enterprise_agent_type.py +1 -1
  38. thousandeyes_sdk/instant_tests/models/dns_query_class.py +1 -1
  39. thousandeyes_sdk/instant_tests/models/dns_sec_instant_test.py +1 -1
  40. thousandeyes_sdk/instant_tests/models/dns_sec_instant_test_request.py +1 -1
  41. thousandeyes_sdk/instant_tests/models/dns_sec_properties.py +1 -1
  42. thousandeyes_sdk/instant_tests/models/dns_server_instant_test.py +1 -1
  43. thousandeyes_sdk/instant_tests/models/dns_server_instant_test_request.py +1 -1
  44. thousandeyes_sdk/instant_tests/models/dns_server_properties.py +1 -1
  45. thousandeyes_sdk/instant_tests/models/dns_servers_request.py +1 -1
  46. thousandeyes_sdk/instant_tests/models/dns_trace_instant_test.py +1 -1
  47. thousandeyes_sdk/instant_tests/models/dns_trace_instant_test_request.py +1 -1
  48. thousandeyes_sdk/instant_tests/models/dns_trace_properties.py +1 -1
  49. thousandeyes_sdk/instant_tests/models/error.py +1 -1
  50. thousandeyes_sdk/instant_tests/models/expand.py +1 -1
  51. thousandeyes_sdk/instant_tests/models/ftp_server_instant_test.py +1 -1
  52. thousandeyes_sdk/instant_tests/models/ftp_server_properties.py +1 -1
  53. thousandeyes_sdk/instant_tests/models/ftp_server_request_type.py +1 -1
  54. thousandeyes_sdk/instant_tests/models/http_server_base_properties.py +156 -0
  55. thousandeyes_sdk/instant_tests/models/http_server_instant_test.py +12 -12
  56. thousandeyes_sdk/instant_tests/models/http_server_instant_test_request.py +12 -12
  57. thousandeyes_sdk/instant_tests/models/http_server_properties.py +12 -12
  58. thousandeyes_sdk/instant_tests/models/instant_test.py +1 -1
  59. thousandeyes_sdk/instant_tests/models/instant_test_request.py +1 -1
  60. thousandeyes_sdk/instant_tests/models/link.py +1 -1
  61. thousandeyes_sdk/instant_tests/models/page_load_instant_test.py +17 -17
  62. thousandeyes_sdk/instant_tests/models/page_load_instant_test_request.py +17 -17
  63. thousandeyes_sdk/instant_tests/models/page_load_properties.py +18 -18
  64. thousandeyes_sdk/instant_tests/models/server_instant_test_request.py +1 -1
  65. thousandeyes_sdk/instant_tests/models/shared_with_account.py +1 -1
  66. thousandeyes_sdk/instant_tests/models/simple_agent.py +1 -1
  67. thousandeyes_sdk/instant_tests/models/sip_server_instant_test.py +1 -1
  68. thousandeyes_sdk/instant_tests/models/sip_server_instant_test_request.py +1 -1
  69. thousandeyes_sdk/instant_tests/models/sip_server_instant_test_request1.py +1 -1
  70. thousandeyes_sdk/instant_tests/models/sip_server_instant_test_response.py +1 -1
  71. thousandeyes_sdk/instant_tests/models/sip_server_properties.py +1 -1
  72. thousandeyes_sdk/instant_tests/models/sip_test_protocol.py +1 -1
  73. thousandeyes_sdk/instant_tests/models/test_agent.py +1 -1
  74. thousandeyes_sdk/instant_tests/models/test_auth_type.py +1 -1
  75. thousandeyes_sdk/instant_tests/models/test_custom_headers.py +1 -1
  76. thousandeyes_sdk/instant_tests/models/test_direction.py +1 -1
  77. thousandeyes_sdk/instant_tests/models/test_dns_server.py +1 -1
  78. thousandeyes_sdk/instant_tests/models/test_dns_transport_protocol.py +1 -1
  79. thousandeyes_sdk/instant_tests/models/test_dscp_id.py +1 -1
  80. thousandeyes_sdk/instant_tests/models/test_ipv6_policy.py +1 -1
  81. thousandeyes_sdk/instant_tests/models/test_label.py +1 -1
  82. thousandeyes_sdk/instant_tests/models/test_links.py +1 -1
  83. thousandeyes_sdk/instant_tests/models/test_page_loading_strategy.py +1 -1
  84. thousandeyes_sdk/instant_tests/models/test_path_trace_mode.py +1 -1
  85. thousandeyes_sdk/instant_tests/models/test_probe_mode.py +1 -1
  86. thousandeyes_sdk/instant_tests/models/test_protocol.py +1 -1
  87. thousandeyes_sdk/instant_tests/models/test_self_link.py +1 -1
  88. thousandeyes_sdk/instant_tests/models/test_sip_credentials.py +1 -1
  89. thousandeyes_sdk/instant_tests/models/test_ssl_version_id.py +1 -1
  90. thousandeyes_sdk/instant_tests/models/test_type.py +1 -1
  91. thousandeyes_sdk/instant_tests/models/unauthorized_error.py +1 -1
  92. thousandeyes_sdk/instant_tests/models/unexpanded_instant_test.py +1 -1
  93. thousandeyes_sdk/instant_tests/models/validation_error.py +1 -1
  94. thousandeyes_sdk/instant_tests/models/validation_error_item.py +1 -1
  95. thousandeyes_sdk/instant_tests/models/voice_instant_test.py +1 -1
  96. thousandeyes_sdk/instant_tests/models/voice_instant_test_request.py +1 -1
  97. thousandeyes_sdk/instant_tests/models/voice_properties.py +1 -1
  98. thousandeyes_sdk/instant_tests/models/web_transaction_instant_test.py +19 -19
  99. thousandeyes_sdk/instant_tests/models/web_transaction_instant_test_request.py +19 -19
  100. thousandeyes_sdk/instant_tests/models/web_transaction_properties.py +20 -20
  101. {thousandeyes_sdk_instant_tests-1.0.0.dist-info → thousandeyes_sdk_instant_tests-1.1.0.dist-info}/METADATA +3 -2
  102. thousandeyes_sdk_instant_tests-1.1.0.dist-info/RECORD +108 -0
  103. thousandeyes_sdk_instant_tests-1.0.0.dist-info/RECORD +0 -107
  104. {thousandeyes_sdk_instant_tests-1.0.0.dist-info → thousandeyes_sdk_instant_tests-1.1.0.dist-info}/LICENSE +0 -0
  105. {thousandeyes_sdk_instant_tests-1.0.0.dist-info → thousandeyes_sdk_instant_tests-1.1.0.dist-info}/NOTICE +0 -0
  106. {thousandeyes_sdk_instant_tests-1.0.0.dist-info → thousandeyes_sdk_instant_tests-1.1.0.dist-info}/WHEEL +0 -0
  107. {thousandeyes_sdk_instant_tests-1.0.0.dist-info → thousandeyes_sdk_instant_tests-1.1.0.dist-info}/top_level.txt +0 -0
@@ -7,7 +7,7 @@
7
7
 
8
8
  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: * `API Access` * `View tests` 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.
9
9
 
10
- The version of the OpenAPI document: 7.0.8
10
+ The version of the OpenAPI document: 7.0.9
11
11
  Generated by OpenAPI Generator (https://openapi-generator.tech)
12
12
 
13
13
  Do not edit the class manually.
@@ -69,6 +69,7 @@ from thousandeyes_sdk.instant_tests.models.expand import Expand
69
69
  from thousandeyes_sdk.instant_tests.models.ftp_server_instant_test import FtpServerInstantTest
70
70
  from thousandeyes_sdk.instant_tests.models.ftp_server_properties import FtpServerProperties
71
71
  from thousandeyes_sdk.instant_tests.models.ftp_server_request_type import FtpServerRequestType
72
+ from thousandeyes_sdk.instant_tests.models.http_server_base_properties import HttpServerBaseProperties
72
73
  from thousandeyes_sdk.instant_tests.models.http_server_instant_test import HttpServerInstantTest
73
74
  from thousandeyes_sdk.instant_tests.models.http_server_instant_test_request import HttpServerInstantTestRequest
74
75
  from thousandeyes_sdk.instant_tests.models.http_server_properties import HttpServerProperties
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
 
7
7
  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: * `API Access` * `View tests` 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.
8
8
 
9
- The version of the OpenAPI document: 7.0.8
9
+ The version of the OpenAPI document: 7.0.9
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -52,6 +52,7 @@ from thousandeyes_sdk.instant_tests.models.expand import Expand
52
52
  from thousandeyes_sdk.instant_tests.models.ftp_server_instant_test import FtpServerInstantTest
53
53
  from thousandeyes_sdk.instant_tests.models.ftp_server_properties import FtpServerProperties
54
54
  from thousandeyes_sdk.instant_tests.models.ftp_server_request_type import FtpServerRequestType
55
+ from thousandeyes_sdk.instant_tests.models.http_server_base_properties import HttpServerBaseProperties
55
56
  from thousandeyes_sdk.instant_tests.models.http_server_instant_test import HttpServerInstantTest
56
57
  from thousandeyes_sdk.instant_tests.models.http_server_instant_test_request import HttpServerInstantTestRequest
57
58
  from thousandeyes_sdk.instant_tests.models.http_server_properties import HttpServerProperties
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  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: * `API Access` * `View tests` 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.
7
7
 
8
- The version of the OpenAPI document: 7.0.8
8
+ The version of the OpenAPI document: 7.0.9
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.