thousandeyes-sdk-instant-tests 1.1.0__tar.gz → 1.3.0__tar.gz

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 (234) hide show
  1. thousandeyes_sdk_instant_tests-1.3.0/.version +1 -0
  2. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/PKG-INFO +21 -18
  3. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/README.md +20 -17
  4. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/APIApi.md +4 -4
  5. thousandeyes_sdk_instant_tests-1.3.0/docs/AgentInterfaces.md +30 -0
  6. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/AgentToAgentApi.md +4 -4
  7. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/AgentToServerApi.md +4 -4
  8. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/DNSSecurityApi.md +4 -4
  9. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/DNSServerApi.md +4 -4
  10. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/DNSTraceApi.md +4 -4
  11. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/FTPServerApi.md +4 -4
  12. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/HTTPPageLoadApi.md +4 -4
  13. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/HTTPServerApi.md +4 -4
  14. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/HttpServerBaseProperties.md +5 -0
  15. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/HttpServerInstantTest.md +5 -2
  16. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/HttpServerInstantTestRequest.md +5 -2
  17. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/HttpServerProperties.md +5 -2
  18. thousandeyes_sdk_instant_tests-1.3.0/docs/OAuth.md +37 -0
  19. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/PageLoadInstantTest.md +5 -0
  20. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/PageLoadInstantTestRequest.md +5 -0
  21. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/PageLoadProperties.md +5 -0
  22. thousandeyes_sdk_instant_tests-1.3.0/docs/RequestMethod.md +12 -0
  23. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/RunApi.md +4 -4
  24. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/SIPServerApi.md +4 -4
  25. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/VoiceApi.md +4 -4
  26. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/WebTransactionApi.md +4 -4
  27. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/WebTransactionInstantTest.md +5 -0
  28. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/WebTransactionInstantTestRequest.md +5 -0
  29. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/WebTransactionProperties.md +5 -0
  30. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/__init__.py +3 -1
  31. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/api/agent_to_agent_api.py +1 -2
  32. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/api/agent_to_server_api.py +1 -2
  33. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/api/api_api.py +1 -2
  34. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/api/dns_security_api.py +1 -2
  35. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/api/dns_server_api.py +1 -2
  36. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/api/dns_trace_api.py +1 -2
  37. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/api/ftp_server_api.py +1 -2
  38. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/api/http_page_load_api.py +1 -2
  39. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/api/http_server_api.py +1 -2
  40. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/api/run_api.py +1 -2
  41. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/api/sip_server_api.py +1 -2
  42. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/api/voice_api.py +1 -2
  43. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/api/web_transaction_api.py +1 -2
  44. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/__init__.py +3 -1
  45. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/agent.py +0 -1
  46. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/agent_base.py +0 -1
  47. thousandeyes_sdk_instant_tests-1.3.0/src/thousandeyes_sdk/instant_tests/models/agent_interfaces.py +89 -0
  48. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/agent_to_agent_instant_test.py +0 -1
  49. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/agent_to_agent_instant_test_request.py +0 -1
  50. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/agent_to_agent_properties.py +0 -1
  51. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/agent_to_agent_test_protocol.py +0 -1
  52. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/agent_to_server_instant_test.py +0 -1
  53. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/agent_to_server_instant_test_request.py +0 -1
  54. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/agent_to_server_properties.py +0 -1
  55. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/api_instant_test.py +0 -1
  56. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/api_instant_test_request.py +0 -1
  57. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/api_predefined_variable.py +0 -1
  58. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/api_properties.py +0 -1
  59. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/api_request.py +0 -1
  60. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/api_request_assertion.py +0 -1
  61. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/api_request_assertion_name.py +0 -1
  62. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/api_request_assertion_operator.py +0 -1
  63. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/api_request_auth_type.py +0 -1
  64. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/api_request_header.py +0 -1
  65. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/api_request_method.py +0 -1
  66. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/api_request_variable.py +0 -1
  67. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/cloud_enterprise_agent_type.py +0 -1
  68. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/dns_query_class.py +0 -1
  69. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/dns_sec_instant_test.py +0 -1
  70. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/dns_sec_instant_test_request.py +0 -1
  71. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/dns_sec_properties.py +0 -1
  72. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/dns_server_instant_test.py +0 -1
  73. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/dns_server_instant_test_request.py +0 -1
  74. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/dns_server_properties.py +0 -1
  75. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/dns_servers_request.py +0 -1
  76. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/dns_trace_instant_test.py +0 -1
  77. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/dns_trace_instant_test_request.py +0 -1
  78. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/dns_trace_properties.py +0 -1
  79. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/error.py +0 -1
  80. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/expand.py +0 -1
  81. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/ftp_server_instant_test.py +0 -1
  82. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/ftp_server_properties.py +0 -1
  83. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/ftp_server_request_type.py +0 -1
  84. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/http_server_base_properties.py +21 -4
  85. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/http_server_instant_test.py +19 -6
  86. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/http_server_instant_test_request.py +19 -6
  87. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/http_server_properties.py +19 -6
  88. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/instant_test.py +0 -1
  89. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/instant_test_request.py +0 -1
  90. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/link.py +0 -1
  91. thousandeyes_sdk_instant_tests-1.3.0/src/thousandeyes_sdk/instant_tests/models/o_auth.py +103 -0
  92. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/page_load_instant_test.py +20 -3
  93. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/page_load_instant_test_request.py +20 -3
  94. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/page_load_properties.py +20 -3
  95. thousandeyes_sdk_instant_tests-1.3.0/src/thousandeyes_sdk/instant_tests/models/request_method.py +41 -0
  96. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/server_instant_test_request.py +0 -1
  97. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/shared_with_account.py +0 -1
  98. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/simple_agent.py +0 -1
  99. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/sip_server_instant_test.py +0 -1
  100. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/sip_server_instant_test_request.py +0 -1
  101. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/sip_server_instant_test_request1.py +0 -1
  102. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/sip_server_instant_test_response.py +0 -1
  103. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/sip_server_properties.py +0 -1
  104. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/sip_test_protocol.py +0 -1
  105. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/test_agent.py +0 -1
  106. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/test_auth_type.py +0 -1
  107. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/test_custom_headers.py +0 -1
  108. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/test_direction.py +0 -1
  109. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/test_dns_server.py +0 -1
  110. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/test_dns_transport_protocol.py +0 -1
  111. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/test_dscp_id.py +0 -1
  112. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/test_ipv6_policy.py +0 -1
  113. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/test_label.py +0 -1
  114. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/test_links.py +0 -1
  115. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/test_page_loading_strategy.py +0 -1
  116. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/test_path_trace_mode.py +0 -1
  117. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/test_probe_mode.py +0 -1
  118. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/test_protocol.py +0 -1
  119. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/test_self_link.py +0 -1
  120. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/test_sip_credentials.py +0 -1
  121. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/test_ssl_version_id.py +0 -1
  122. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/test_type.py +0 -1
  123. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/unauthorized_error.py +0 -1
  124. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/unexpanded_instant_test.py +0 -1
  125. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/validation_error.py +0 -1
  126. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/validation_error_item.py +0 -1
  127. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/voice_instant_test.py +0 -1
  128. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/voice_instant_test_request.py +0 -1
  129. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/voice_properties.py +0 -1
  130. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/web_transaction_instant_test.py +20 -3
  131. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/web_transaction_instant_test_request.py +20 -3
  132. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/models/web_transaction_properties.py +20 -3
  133. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk_instant_tests.egg-info/PKG-INFO +21 -18
  134. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk_instant_tests.egg-info/SOURCES.txt +6 -0
  135. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/test/test_agent_to_agent_api.py +0 -1
  136. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/test/test_agent_to_server_api.py +0 -1
  137. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/test/test_api_api.py +0 -1
  138. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/test/test_dns_security_api.py +0 -1
  139. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/test/test_dns_server_api.py +0 -1
  140. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/test/test_dns_trace_api.py +0 -1
  141. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/test/test_ftp_server_api.py +0 -1
  142. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/test/test_http_page_load_api.py +34 -1
  143. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/test/test_http_server_api.py +76 -47
  144. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/test/test_run_api.py +0 -1
  145. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/test/test_sip_server_api.py +0 -1
  146. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/test/test_voice_api.py +0 -1
  147. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/test/test_web_transaction_api.py +34 -1
  148. thousandeyes_sdk_instant_tests-1.1.0/.version +0 -1
  149. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/LICENSE +0 -0
  150. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/MANIFEST.in +0 -0
  151. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/NOTICE +0 -0
  152. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/Agent.md +0 -0
  153. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/AgentBase.md +0 -0
  154. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/AgentToAgentInstantTest.md +0 -0
  155. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/AgentToAgentInstantTestRequest.md +0 -0
  156. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/AgentToAgentProperties.md +0 -0
  157. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/AgentToAgentTestProtocol.md +0 -0
  158. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/AgentToServerInstantTest.md +0 -0
  159. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/AgentToServerInstantTestRequest.md +0 -0
  160. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/AgentToServerProperties.md +0 -0
  161. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/ApiInstantTest.md +0 -0
  162. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/ApiInstantTestRequest.md +0 -0
  163. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/ApiPredefinedVariable.md +0 -0
  164. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/ApiProperties.md +0 -0
  165. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/ApiRequest.md +0 -0
  166. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/ApiRequestAssertion.md +0 -0
  167. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/ApiRequestAssertionName.md +0 -0
  168. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/ApiRequestAssertionOperator.md +0 -0
  169. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/ApiRequestAuthType.md +0 -0
  170. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/ApiRequestHeader.md +0 -0
  171. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/ApiRequestMethod.md +0 -0
  172. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/ApiRequestVariable.md +0 -0
  173. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/CloudEnterpriseAgentType.md +0 -0
  174. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/DnsQueryClass.md +0 -0
  175. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/DnsSecInstantTest.md +0 -0
  176. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/DnsSecInstantTestRequest.md +0 -0
  177. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/DnsSecProperties.md +0 -0
  178. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/DnsServerInstantTest.md +0 -0
  179. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/DnsServerInstantTestRequest.md +0 -0
  180. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/DnsServerProperties.md +0 -0
  181. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/DnsServersRequest.md +0 -0
  182. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/DnsTraceInstantTest.md +0 -0
  183. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/DnsTraceInstantTestRequest.md +0 -0
  184. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/DnsTraceProperties.md +0 -0
  185. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/Error.md +0 -0
  186. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/Expand.md +0 -0
  187. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/FtpServerInstantTest.md +0 -0
  188. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/FtpServerProperties.md +0 -0
  189. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/FtpServerRequestType.md +0 -0
  190. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/InstantTest.md +0 -0
  191. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/InstantTestRequest.md +0 -0
  192. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/Link.md +0 -0
  193. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/ServerInstantTestRequest.md +0 -0
  194. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/SharedWithAccount.md +0 -0
  195. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/SimpleAgent.md +0 -0
  196. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/SipServerInstantTest.md +0 -0
  197. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/SipServerInstantTestRequest.md +0 -0
  198. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/SipServerInstantTestRequest1.md +0 -0
  199. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/SipServerInstantTestResponse.md +0 -0
  200. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/SipServerProperties.md +0 -0
  201. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/SipTestProtocol.md +0 -0
  202. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/TestAgent.md +0 -0
  203. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/TestAuthType.md +0 -0
  204. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/TestCustomHeaders.md +0 -0
  205. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/TestDirection.md +0 -0
  206. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/TestDnsServer.md +0 -0
  207. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/TestDnsTransportProtocol.md +0 -0
  208. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/TestDscpId.md +0 -0
  209. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/TestIpv6Policy.md +0 -0
  210. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/TestLabel.md +0 -0
  211. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/TestLinks.md +0 -0
  212. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/TestPageLoadingStrategy.md +0 -0
  213. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/TestPathTraceMode.md +0 -0
  214. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/TestProbeMode.md +0 -0
  215. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/TestProtocol.md +0 -0
  216. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/TestSelfLink.md +0 -0
  217. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/TestSipCredentials.md +0 -0
  218. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/TestSslVersionId.md +0 -0
  219. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/TestType.md +0 -0
  220. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/UnauthorizedError.md +0 -0
  221. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/UnexpandedInstantTest.md +0 -0
  222. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/ValidationError.md +0 -0
  223. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/ValidationErrorItem.md +0 -0
  224. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/VoiceInstantTest.md +0 -0
  225. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/VoiceInstantTestRequest.md +0 -0
  226. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/docs/VoiceProperties.md +0 -0
  227. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/pyproject.toml +0 -0
  228. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/setup.cfg +0 -0
  229. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/api/__init__.py +0 -0
  230. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk/instant_tests/py.typed +0 -0
  231. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk_instant_tests.egg-info/dependency_links.txt +0 -0
  232. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk_instant_tests.egg-info/requires.txt +0 -0
  233. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/src/thousandeyes_sdk_instant_tests.egg-info/top_level.txt +0 -0
  234. {thousandeyes_sdk_instant_tests-1.1.0 → thousandeyes_sdk_instant_tests-1.3.0}/test/test_utils.py +0 -0
@@ -0,0 +1 @@
1
+ 1.3.0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: thousandeyes-sdk-instant-tests
3
- Version: 1.1.0
3
+ Version: 1.3.0
4
4
  Summary: ThousandEyes SDK Instant Tests API
5
5
  Author-email: ThousandEyes API Team <api-team@thousandeyes.com>
6
6
  License: Apache License
@@ -209,7 +209,7 @@ The response does not include the immediate test results. Use the Test Results e
209
209
 
210
210
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
211
211
 
212
- - API version: 7.0.9
212
+ - API version: 7.0.15
213
213
  - Generator version: 7.6.0
214
214
  - Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
215
215
 
@@ -261,10 +261,10 @@ import thousandeyes_sdk.instant_tests
261
261
  from thousandeyes_sdk.core.exceptions import ApiException
262
262
  from pprint import pprint
263
263
 
264
- # Defining the host is optional and defaults to https://api.thousandeyes.com
264
+ # Defining the host is optional and defaults to https://api.thousandeyes.com/v7
265
265
  # See configuration.py for a list of all supported configuration parameters.
266
266
  configuration = thousandeyes_sdk.core.Configuration(
267
- host = "https://api.thousandeyes.com"
267
+ host = "https://api.thousandeyes.com/v7"
268
268
  )
269
269
 
270
270
  # The client must configure the authentication and authorization parameters
@@ -298,29 +298,30 @@ with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
298
298
 
299
299
  ## Documentation for API Endpoints
300
300
 
301
- All URIs are relative to *https://api.thousandeyes.com*
301
+ All URIs are relative to *https://api.thousandeyes.com/v7*
302
302
 
303
303
  Class | Method | HTTP request | Description
304
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
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** /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** /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** /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** /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** /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** /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** /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** /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** /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** /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** /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** /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** /tests/web-transactions/instant | Create web transactions instant test
318
318
 
319
319
 
320
320
  ## Documentation For Models
321
321
 
322
322
  - [Agent](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/Agent.md)
323
323
  - [AgentBase](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/AgentBase.md)
324
+ - [AgentInterfaces](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/AgentInterfaces.md)
324
325
  - [AgentToAgentInstantTest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/AgentToAgentInstantTest.md)
325
326
  - [AgentToAgentInstantTestRequest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/AgentToAgentInstantTestRequest.md)
326
327
  - [AgentToAgentProperties](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/AgentToAgentProperties.md)
@@ -364,9 +365,11 @@ Class | Method | HTTP request | Description
364
365
  - [InstantTest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/InstantTest.md)
365
366
  - [InstantTestRequest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/InstantTestRequest.md)
366
367
  - [Link](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/Link.md)
368
+ - [OAuth](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/OAuth.md)
367
369
  - [PageLoadInstantTest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/PageLoadInstantTest.md)
368
370
  - [PageLoadInstantTestRequest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/PageLoadInstantTestRequest.md)
369
371
  - [PageLoadProperties](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/PageLoadProperties.md)
372
+ - [RequestMethod](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/RequestMethod.md)
370
373
  - [ServerInstantTestRequest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/ServerInstantTestRequest.md)
371
374
  - [SharedWithAccount](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/SharedWithAccount.md)
372
375
  - [SimpleAgent](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/SimpleAgent.md)
@@ -8,7 +8,7 @@ The response does not include the immediate test results. Use the Test Results e
8
8
 
9
9
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
10
10
 
11
- - API version: 7.0.9
11
+ - API version: 7.0.15
12
12
  - Generator version: 7.6.0
13
13
  - Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
14
14
 
@@ -60,10 +60,10 @@ import thousandeyes_sdk.instant_tests
60
60
  from thousandeyes_sdk.core.exceptions import ApiException
61
61
  from pprint import pprint
62
62
 
63
- # Defining the host is optional and defaults to https://api.thousandeyes.com
63
+ # Defining the host is optional and defaults to https://api.thousandeyes.com/v7
64
64
  # See configuration.py for a list of all supported configuration parameters.
65
65
  configuration = thousandeyes_sdk.core.Configuration(
66
- host = "https://api.thousandeyes.com"
66
+ host = "https://api.thousandeyes.com/v7"
67
67
  )
68
68
 
69
69
  # The client must configure the authentication and authorization parameters
@@ -97,29 +97,30 @@ with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
97
97
 
98
98
  ## Documentation for API Endpoints
99
99
 
100
- All URIs are relative to *https://api.thousandeyes.com*
100
+ All URIs are relative to *https://api.thousandeyes.com/v7*
101
101
 
102
102
  Class | Method | HTTP request | Description
103
103
  ------------ | ------------- | ------------- | -------------
104
- *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
105
- *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
106
- *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
107
- *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
108
- *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
109
- *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
110
- *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
111
- *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
112
- *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
113
- *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
114
- *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
115
- *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
116
- *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
104
+ *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** /tests/api/instant | Create API instant test
105
+ *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** /tests/agent-to-agent/instant | Create agent-to-agent instant test
106
+ *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** /tests/agent-to-server/instant | Create agent-to-server instant test
107
+ *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** /tests/dnssec/instant | Create DNS security instant test
108
+ *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** /tests/dns-server/instant | Create DNS server instant test
109
+ *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** /tests/dns-trace/instant | Create DNS trace instant test
110
+ *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** /tests/ftp-server/instant | Create FTP server instant test
111
+ *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** /tests/page-load/instant | Create HTTP page load instant test
112
+ *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** /tests/http-server/instant | Create HTTP server instant test
113
+ *RunApi* | [**run_instant_test**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/RunApi.md#run_instant_test) | **POST** /tests/{testId}/run | Run instant test
114
+ *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** /tests/sip-server/instant | Create SIP server instant test
115
+ *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** /tests/voice/instant | Create voice instant test
116
+ *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** /tests/web-transactions/instant | Create web transactions instant test
117
117
 
118
118
 
119
119
  ## Documentation For Models
120
120
 
121
121
  - [Agent](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/Agent.md)
122
122
  - [AgentBase](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/AgentBase.md)
123
+ - [AgentInterfaces](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/AgentInterfaces.md)
123
124
  - [AgentToAgentInstantTest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/AgentToAgentInstantTest.md)
124
125
  - [AgentToAgentInstantTestRequest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/AgentToAgentInstantTestRequest.md)
125
126
  - [AgentToAgentProperties](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/AgentToAgentProperties.md)
@@ -163,9 +164,11 @@ Class | Method | HTTP request | Description
163
164
  - [InstantTest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/InstantTest.md)
164
165
  - [InstantTestRequest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/InstantTestRequest.md)
165
166
  - [Link](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/Link.md)
167
+ - [OAuth](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/OAuth.md)
166
168
  - [PageLoadInstantTest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/PageLoadInstantTest.md)
167
169
  - [PageLoadInstantTestRequest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/PageLoadInstantTestRequest.md)
168
170
  - [PageLoadProperties](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/PageLoadProperties.md)
171
+ - [RequestMethod](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/RequestMethod.md)
169
172
  - [ServerInstantTestRequest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/ServerInstantTestRequest.md)
170
173
  - [SharedWithAccount](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/SharedWithAccount.md)
171
174
  - [SimpleAgent](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/SimpleAgent.md)
@@ -1,10 +1,10 @@
1
1
  # thousandeyes_sdk.instant_tests.APIApi
2
2
 
3
- All URIs are relative to *https://api.thousandeyes.com*
3
+ All URIs are relative to *https://api.thousandeyes.com/v7*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**create_api_instant_test**](APIApi.md#create_api_instant_test) | **POST** /v7/tests/api/instant | Create API instant test
7
+ [**create_api_instant_test**](APIApi.md#create_api_instant_test) | **POST** /tests/api/instant | Create API instant test
8
8
 
9
9
 
10
10
  # **create_api_instant_test**
@@ -26,10 +26,10 @@ from thousandeyes_sdk.instant_tests.models.expand import Expand
26
26
  from thousandeyes_sdk.instant_tests.rest import ApiException
27
27
  from pprint import pprint
28
28
 
29
- # Defining the host is optional and defaults to https://api.thousandeyes.com
29
+ # Defining the host is optional and defaults to https://api.thousandeyes.com/v7
30
30
  # See configuration.py for a list of all supported configuration parameters.
31
31
  configuration = thousandeyes_sdk.core.Configuration(
32
- host = "https://api.thousandeyes.com"
32
+ host = "https://api.thousandeyes.com/v7"
33
33
  )
34
34
 
35
35
  # The client must configure the authentication and authorization parameters
@@ -0,0 +1,30 @@
1
+ # AgentInterfaces
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **ip_address** | **str** | IP address of the agent interface. | [optional]
9
+ **agent_id** | **str** | The agent ID of the enterprise agent for the test. | [optional]
10
+
11
+ ## Example
12
+
13
+ ```python
14
+ from thousandeyes_sdk.instant_tests.models.agent_interfaces import AgentInterfaces
15
+
16
+ # TODO update the JSON string below
17
+ json = "{}"
18
+ # create an instance of AgentInterfaces from a JSON string
19
+ agent_interfaces_instance = AgentInterfaces.from_json(json)
20
+ # print the JSON string representation of the object
21
+ print(AgentInterfaces.to_json())
22
+
23
+ # convert the object into a dict
24
+ agent_interfaces_dict = agent_interfaces_instance.to_dict()
25
+ # create an instance of AgentInterfaces from a dict
26
+ agent_interfaces_from_dict = AgentInterfaces.from_dict(agent_interfaces_dict)
27
+ ```
28
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
29
+
30
+
@@ -1,10 +1,10 @@
1
1
  # thousandeyes_sdk.instant_tests.AgentToAgentApi
2
2
 
3
- All URIs are relative to *https://api.thousandeyes.com*
3
+ All URIs are relative to *https://api.thousandeyes.com/v7*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**create_agent_to_agent_instant_test**](AgentToAgentApi.md#create_agent_to_agent_instant_test) | **POST** /v7/tests/agent-to-agent/instant | Create agent-to-agent instant test
7
+ [**create_agent_to_agent_instant_test**](AgentToAgentApi.md#create_agent_to_agent_instant_test) | **POST** /tests/agent-to-agent/instant | Create agent-to-agent instant test
8
8
 
9
9
 
10
10
  # **create_agent_to_agent_instant_test**
@@ -26,10 +26,10 @@ from thousandeyes_sdk.instant_tests.models.expand import Expand
26
26
  from thousandeyes_sdk.instant_tests.rest import ApiException
27
27
  from pprint import pprint
28
28
 
29
- # Defining the host is optional and defaults to https://api.thousandeyes.com
29
+ # Defining the host is optional and defaults to https://api.thousandeyes.com/v7
30
30
  # See configuration.py for a list of all supported configuration parameters.
31
31
  configuration = thousandeyes_sdk.core.Configuration(
32
- host = "https://api.thousandeyes.com"
32
+ host = "https://api.thousandeyes.com/v7"
33
33
  )
34
34
 
35
35
  # The client must configure the authentication and authorization parameters
@@ -1,10 +1,10 @@
1
1
  # thousandeyes_sdk.instant_tests.AgentToServerApi
2
2
 
3
- All URIs are relative to *https://api.thousandeyes.com*
3
+ All URIs are relative to *https://api.thousandeyes.com/v7*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**create_agent_to_server_instant_test**](AgentToServerApi.md#create_agent_to_server_instant_test) | **POST** /v7/tests/agent-to-server/instant | Create agent-to-server instant test
7
+ [**create_agent_to_server_instant_test**](AgentToServerApi.md#create_agent_to_server_instant_test) | **POST** /tests/agent-to-server/instant | Create agent-to-server instant test
8
8
 
9
9
 
10
10
  # **create_agent_to_server_instant_test**
@@ -26,10 +26,10 @@ from thousandeyes_sdk.instant_tests.models.expand import Expand
26
26
  from thousandeyes_sdk.instant_tests.rest import ApiException
27
27
  from pprint import pprint
28
28
 
29
- # Defining the host is optional and defaults to https://api.thousandeyes.com
29
+ # Defining the host is optional and defaults to https://api.thousandeyes.com/v7
30
30
  # See configuration.py for a list of all supported configuration parameters.
31
31
  configuration = thousandeyes_sdk.core.Configuration(
32
- host = "https://api.thousandeyes.com"
32
+ host = "https://api.thousandeyes.com/v7"
33
33
  )
34
34
 
35
35
  # The client must configure the authentication and authorization parameters
@@ -1,10 +1,10 @@
1
1
  # thousandeyes_sdk.instant_tests.DNSSecurityApi
2
2
 
3
- All URIs are relative to *https://api.thousandeyes.com*
3
+ All URIs are relative to *https://api.thousandeyes.com/v7*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**create_dns_sec_instant_test**](DNSSecurityApi.md#create_dns_sec_instant_test) | **POST** /v7/tests/dnssec/instant | Create DNS security instant test
7
+ [**create_dns_sec_instant_test**](DNSSecurityApi.md#create_dns_sec_instant_test) | **POST** /tests/dnssec/instant | Create DNS security instant test
8
8
 
9
9
 
10
10
  # **create_dns_sec_instant_test**
@@ -26,10 +26,10 @@ from thousandeyes_sdk.instant_tests.models.expand import Expand
26
26
  from thousandeyes_sdk.instant_tests.rest import ApiException
27
27
  from pprint import pprint
28
28
 
29
- # Defining the host is optional and defaults to https://api.thousandeyes.com
29
+ # Defining the host is optional and defaults to https://api.thousandeyes.com/v7
30
30
  # See configuration.py for a list of all supported configuration parameters.
31
31
  configuration = thousandeyes_sdk.core.Configuration(
32
- host = "https://api.thousandeyes.com"
32
+ host = "https://api.thousandeyes.com/v7"
33
33
  )
34
34
 
35
35
  # The client must configure the authentication and authorization parameters
@@ -1,10 +1,10 @@
1
1
  # thousandeyes_sdk.instant_tests.DNSServerApi
2
2
 
3
- All URIs are relative to *https://api.thousandeyes.com*
3
+ All URIs are relative to *https://api.thousandeyes.com/v7*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**create_dns_server_instant_test**](DNSServerApi.md#create_dns_server_instant_test) | **POST** /v7/tests/dns-server/instant | Create DNS server instant test
7
+ [**create_dns_server_instant_test**](DNSServerApi.md#create_dns_server_instant_test) | **POST** /tests/dns-server/instant | Create DNS server instant test
8
8
 
9
9
 
10
10
  # **create_dns_server_instant_test**
@@ -26,10 +26,10 @@ from thousandeyes_sdk.instant_tests.models.expand import Expand
26
26
  from thousandeyes_sdk.instant_tests.rest import ApiException
27
27
  from pprint import pprint
28
28
 
29
- # Defining the host is optional and defaults to https://api.thousandeyes.com
29
+ # Defining the host is optional and defaults to https://api.thousandeyes.com/v7
30
30
  # See configuration.py for a list of all supported configuration parameters.
31
31
  configuration = thousandeyes_sdk.core.Configuration(
32
- host = "https://api.thousandeyes.com"
32
+ host = "https://api.thousandeyes.com/v7"
33
33
  )
34
34
 
35
35
  # The client must configure the authentication and authorization parameters
@@ -1,10 +1,10 @@
1
1
  # thousandeyes_sdk.instant_tests.DNSTraceApi
2
2
 
3
- All URIs are relative to *https://api.thousandeyes.com*
3
+ All URIs are relative to *https://api.thousandeyes.com/v7*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**create_dns_trace_instant_test**](DNSTraceApi.md#create_dns_trace_instant_test) | **POST** /v7/tests/dns-trace/instant | Create DNS trace instant test
7
+ [**create_dns_trace_instant_test**](DNSTraceApi.md#create_dns_trace_instant_test) | **POST** /tests/dns-trace/instant | Create DNS trace instant test
8
8
 
9
9
 
10
10
  # **create_dns_trace_instant_test**
@@ -26,10 +26,10 @@ from thousandeyes_sdk.instant_tests.models.expand import Expand
26
26
  from thousandeyes_sdk.instant_tests.rest import ApiException
27
27
  from pprint import pprint
28
28
 
29
- # Defining the host is optional and defaults to https://api.thousandeyes.com
29
+ # Defining the host is optional and defaults to https://api.thousandeyes.com/v7
30
30
  # See configuration.py for a list of all supported configuration parameters.
31
31
  configuration = thousandeyes_sdk.core.Configuration(
32
- host = "https://api.thousandeyes.com"
32
+ host = "https://api.thousandeyes.com/v7"
33
33
  )
34
34
 
35
35
  # The client must configure the authentication and authorization parameters
@@ -1,10 +1,10 @@
1
1
  # thousandeyes_sdk.instant_tests.FTPServerApi
2
2
 
3
- All URIs are relative to *https://api.thousandeyes.com*
3
+ All URIs are relative to *https://api.thousandeyes.com/v7*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**create_ftp_server_instant_test**](FTPServerApi.md#create_ftp_server_instant_test) | **POST** /v7/tests/ftp-server/instant | Create FTP server instant test
7
+ [**create_ftp_server_instant_test**](FTPServerApi.md#create_ftp_server_instant_test) | **POST** /tests/ftp-server/instant | Create FTP server instant test
8
8
 
9
9
 
10
10
  # **create_ftp_server_instant_test**
@@ -26,10 +26,10 @@ from thousandeyes_sdk.instant_tests.models.server_instant_test_request import Se
26
26
  from thousandeyes_sdk.instant_tests.rest import ApiException
27
27
  from pprint import pprint
28
28
 
29
- # Defining the host is optional and defaults to https://api.thousandeyes.com
29
+ # Defining the host is optional and defaults to https://api.thousandeyes.com/v7
30
30
  # See configuration.py for a list of all supported configuration parameters.
31
31
  configuration = thousandeyes_sdk.core.Configuration(
32
- host = "https://api.thousandeyes.com"
32
+ host = "https://api.thousandeyes.com/v7"
33
33
  )
34
34
 
35
35
  # The client must configure the authentication and authorization parameters
@@ -1,10 +1,10 @@
1
1
  # thousandeyes_sdk.instant_tests.HTTPPageLoadApi
2
2
 
3
- All URIs are relative to *https://api.thousandeyes.com*
3
+ All URIs are relative to *https://api.thousandeyes.com/v7*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**create_page_load_instant_test**](HTTPPageLoadApi.md#create_page_load_instant_test) | **POST** /v7/tests/page-load/instant | Create HTTP page load instant test
7
+ [**create_page_load_instant_test**](HTTPPageLoadApi.md#create_page_load_instant_test) | **POST** /tests/page-load/instant | Create HTTP page load instant test
8
8
 
9
9
 
10
10
  # **create_page_load_instant_test**
@@ -26,10 +26,10 @@ from thousandeyes_sdk.instant_tests.models.page_load_instant_test_request import
26
26
  from thousandeyes_sdk.instant_tests.rest import ApiException
27
27
  from pprint import pprint
28
28
 
29
- # Defining the host is optional and defaults to https://api.thousandeyes.com
29
+ # Defining the host is optional and defaults to https://api.thousandeyes.com/v7
30
30
  # See configuration.py for a list of all supported configuration parameters.
31
31
  configuration = thousandeyes_sdk.core.Configuration(
32
- host = "https://api.thousandeyes.com"
32
+ host = "https://api.thousandeyes.com/v7"
33
33
  )
34
34
 
35
35
  # The client must configure the authentication and authorization parameters
@@ -1,10 +1,10 @@
1
1
  # thousandeyes_sdk.instant_tests.HTTPServerApi
2
2
 
3
- All URIs are relative to *https://api.thousandeyes.com*
3
+ All URIs are relative to *https://api.thousandeyes.com/v7*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**create_http_server_instant_test**](HTTPServerApi.md#create_http_server_instant_test) | **POST** /v7/tests/http-server/instant | Create HTTP server instant test
7
+ [**create_http_server_instant_test**](HTTPServerApi.md#create_http_server_instant_test) | **POST** /tests/http-server/instant | Create HTTP server instant test
8
8
 
9
9
 
10
10
  # **create_http_server_instant_test**
@@ -26,10 +26,10 @@ from thousandeyes_sdk.instant_tests.models.http_server_instant_test_request impo
26
26
  from thousandeyes_sdk.instant_tests.rest import ApiException
27
27
  from pprint import pprint
28
28
 
29
- # Defining the host is optional and defaults to https://api.thousandeyes.com
29
+ # Defining the host is optional and defaults to https://api.thousandeyes.com/v7
30
30
  # See configuration.py for a list of all supported configuration parameters.
31
31
  configuration = thousandeyes_sdk.core.Configuration(
32
- host = "https://api.thousandeyes.com"
32
+ host = "https://api.thousandeyes.com/v7"
33
33
  )
34
34
 
35
35
  # The client must configure the authentication and authorization parameters
@@ -6,11 +6,14 @@
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **auth_type** | [**TestAuthType**](TestAuthType.md) | | [optional]
9
+ **agent_interfaces** | [**AgentInterfaces**](AgentInterfaces.md) | | [optional]
9
10
  **bandwidth_measurements** | **bool** | Set to &#x60;true&#x60; to enable bandwidth measurements, only applies to Enterprise agents assigned to the test. | [optional]
10
11
  **client_certificate** | **str** | String representation (containing newline characters) of client certificate, the private key must be placed first, then the certificate. | [optional]
11
12
  **content_regex** | **str** | Content regex, this field does not require escaping. | [optional]
12
13
  **custom_headers** | [**TestCustomHeaders**](TestCustomHeaders.md) | | [optional]
13
14
  **desired_status_code** | **str** | Specify the HTTP status code value that indicates a successful response. | [optional] [default to '200']
15
+ **download_limit** | **int** | Specifies maximum number of bytes to download from the target object. | [optional]
16
+ **dns_override** | **str** | IP address to use for DNS override. | [optional]
14
17
  **http_target_time** | **int** | Target time for HTTP server completion, specified in milliseconds. | [optional]
15
18
  **http_time_limit** | **int** | HTTP time limit in seconds. | [optional] [default to 5]
16
19
  **http_version** | **int** | HTTP protocol version. Set to &#39;2&#39; to prefer HTTP/2, or &#39;1&#39; to use only HTTP/1.1. | [optional] [default to 2]
@@ -18,6 +21,7 @@ Name | Type | Description | Notes
18
21
  **mtu_measurements** | **bool** | Set &#x60;true&#x60; to measure MTU sizes on network from agents to the target. | [optional]
19
22
  **network_measurements** | **bool** | Enable or disable network measurements. Set to true to enable or false to disable network measurements. | [optional] [default to True]
20
23
  **num_path_traces** | **int** | Number of path traces executed by the agent. | [optional] [default to 3]
24
+ **o_auth** | [**OAuth**](OAuth.md) | | [optional]
21
25
  **password** | **str** | Password for Basic/NTLM authentication. | [optional]
22
26
  **path_trace_mode** | [**TestPathTraceMode**](TestPathTraceMode.md) | | [optional]
23
27
  **probe_mode** | [**TestProbeMode**](TestProbeMode.md) | | [optional]
@@ -34,6 +38,7 @@ Name | Type | Description | Notes
34
38
  **fixed_packet_rate** | **int** | Sets packets rate sent to measure the network in packets per second. | [optional]
35
39
  **override_agent_proxy** | **bool** | Flag indicating if a proxy other than the default should be used. To override the default proxy for agents, set to &#x60;true&#x60; and specify a value for &#x60;overrideProxyId&#x60;. | [optional] [default to False]
36
40
  **override_proxy_id** | **str** | ID of the proxy to be used if the default proxy is overridden. | [optional]
41
+ **collect_proxy_network_data** | **bool** | Indicates whether network data to the proxy should be collected. | [optional] [default to False]
37
42
 
38
43
  ## Example
39
44
 
@@ -19,11 +19,14 @@ Name | Type | Description | Notes
19
19
  **labels** | [**List[TestLabel]**](TestLabel.md) | | [optional] [readonly]
20
20
  **shared_with_accounts** | [**List[SharedWithAccount]**](SharedWithAccount.md) | | [optional] [readonly]
21
21
  **auth_type** | [**TestAuthType**](TestAuthType.md) | | [optional]
22
+ **agent_interfaces** | [**AgentInterfaces**](AgentInterfaces.md) | | [optional]
22
23
  **bandwidth_measurements** | **bool** | Set to &#x60;true&#x60; to enable bandwidth measurements, only applies to Enterprise agents assigned to the test. | [optional]
23
24
  **client_certificate** | **str** | String representation (containing newline characters) of client certificate, the private key must be placed first, then the certificate. | [optional]
24
25
  **content_regex** | **str** | Content regex, this field does not require escaping. | [optional]
25
26
  **custom_headers** | [**TestCustomHeaders**](TestCustomHeaders.md) | | [optional]
26
27
  **desired_status_code** | **str** | Specify the HTTP status code value that indicates a successful response. | [optional] [default to '200']
28
+ **download_limit** | **int** | Specifies maximum number of bytes to download from the target object. | [optional]
29
+ **dns_override** | **str** | IP address to use for DNS override. | [optional]
27
30
  **http_target_time** | **int** | Target time for HTTP server completion, specified in milliseconds. | [optional]
28
31
  **http_time_limit** | **int** | HTTP time limit in seconds. | [optional] [default to 5]
29
32
  **http_version** | **int** | HTTP protocol version. Set to &#39;2&#39; to prefer HTTP/2, or &#39;1&#39; to use only HTTP/1.1. | [optional] [default to 2]
@@ -31,6 +34,7 @@ Name | Type | Description | Notes
31
34
  **mtu_measurements** | **bool** | Set &#x60;true&#x60; to measure MTU sizes on network from agents to the target. | [optional]
32
35
  **network_measurements** | **bool** | Enable or disable network measurements. Set to true to enable or false to disable network measurements. | [optional] [default to True]
33
36
  **num_path_traces** | **int** | Number of path traces executed by the agent. | [optional] [default to 3]
37
+ **o_auth** | [**OAuth**](OAuth.md) | | [optional]
34
38
  **password** | **str** | Password for Basic/NTLM authentication. | [optional]
35
39
  **path_trace_mode** | [**TestPathTraceMode**](TestPathTraceMode.md) | | [optional]
36
40
  **probe_mode** | [**TestProbeMode**](TestProbeMode.md) | | [optional]
@@ -47,9 +51,8 @@ Name | Type | Description | Notes
47
51
  **fixed_packet_rate** | **int** | Sets packets rate sent to measure the network in packets per second. | [optional]
48
52
  **override_agent_proxy** | **bool** | Flag indicating if a proxy other than the default should be used. To override the default proxy for agents, set to &#x60;true&#x60; and specify a value for &#x60;overrideProxyId&#x60;. | [optional] [default to False]
49
53
  **override_proxy_id** | **str** | ID of the proxy to be used if the default proxy is overridden. | [optional]
54
+ **collect_proxy_network_data** | **bool** | Indicates whether network data to the proxy should be collected. | [optional] [default to False]
50
55
  **headers** | **List[str]** | HTTP request headers used. | [optional]
51
- **download_limit** | **int** | Specifies maximum number of bytes to download from the target object. | [optional]
52
- **dns_override** | **str** | IP address to use for DNS override. | [optional]
53
56
  **post_body** | **str** | Enter the body for the HTTP POST request in this field. No special escaping is necessary. If the post body is provided with content, the &#x60;requestMethod&#x60; is automatically set to POST. | [optional]
54
57
  **ipv6_policy** | [**TestIpv6Policy**](TestIpv6Policy.md) | | [optional]
55
58
  **agents** | [**List[Agent]**](Agent.md) | Contains list of agents. | [optional] [readonly]
@@ -19,11 +19,14 @@ Name | Type | Description | Notes
19
19
  **labels** | **List[str]** | A list of test label identifiers (get &#x60;labelId&#x60; from &#x60;/labels&#x60; endpoint). | [optional]
20
20
  **shared_with_accounts** | **List[str]** | A list of account group identifiers that the test is shared with (get &#x60;aid&#x60; from &#x60;/account-groups&#x60; endpoint). | [optional]
21
21
  **auth_type** | [**TestAuthType**](TestAuthType.md) | | [optional]
22
+ **agent_interfaces** | [**AgentInterfaces**](AgentInterfaces.md) | | [optional]
22
23
  **bandwidth_measurements** | **bool** | Set to &#x60;true&#x60; to enable bandwidth measurements, only applies to Enterprise agents assigned to the test. | [optional]
23
24
  **client_certificate** | **str** | String representation (containing newline characters) of client certificate, the private key must be placed first, then the certificate. | [optional]
24
25
  **content_regex** | **str** | Content regex, this field does not require escaping. | [optional]
25
26
  **custom_headers** | [**TestCustomHeaders**](TestCustomHeaders.md) | | [optional]
26
27
  **desired_status_code** | **str** | Specify the HTTP status code value that indicates a successful response. | [optional] [default to '200']
28
+ **download_limit** | **int** | Specifies maximum number of bytes to download from the target object. | [optional]
29
+ **dns_override** | **str** | IP address to use for DNS override. | [optional]
27
30
  **http_target_time** | **int** | Target time for HTTP server completion, specified in milliseconds. | [optional]
28
31
  **http_time_limit** | **int** | HTTP time limit in seconds. | [optional] [default to 5]
29
32
  **http_version** | **int** | HTTP protocol version. Set to &#39;2&#39; to prefer HTTP/2, or &#39;1&#39; to use only HTTP/1.1. | [optional] [default to 2]
@@ -31,6 +34,7 @@ Name | Type | Description | Notes
31
34
  **mtu_measurements** | **bool** | Set &#x60;true&#x60; to measure MTU sizes on network from agents to the target. | [optional]
32
35
  **network_measurements** | **bool** | Enable or disable network measurements. Set to true to enable or false to disable network measurements. | [optional] [default to True]
33
36
  **num_path_traces** | **int** | Number of path traces executed by the agent. | [optional] [default to 3]
37
+ **o_auth** | [**OAuth**](OAuth.md) | | [optional]
34
38
  **password** | **str** | Password for Basic/NTLM authentication. | [optional]
35
39
  **path_trace_mode** | [**TestPathTraceMode**](TestPathTraceMode.md) | | [optional]
36
40
  **probe_mode** | [**TestProbeMode**](TestProbeMode.md) | | [optional]
@@ -47,9 +51,8 @@ Name | Type | Description | Notes
47
51
  **fixed_packet_rate** | **int** | Sets packets rate sent to measure the network in packets per second. | [optional]
48
52
  **override_agent_proxy** | **bool** | Flag indicating if a proxy other than the default should be used. To override the default proxy for agents, set to &#x60;true&#x60; and specify a value for &#x60;overrideProxyId&#x60;. | [optional] [default to False]
49
53
  **override_proxy_id** | **str** | ID of the proxy to be used if the default proxy is overridden. | [optional]
54
+ **collect_proxy_network_data** | **bool** | Indicates whether network data to the proxy should be collected. | [optional] [default to False]
50
55
  **headers** | **List[str]** | HTTP request headers used. | [optional]
51
- **download_limit** | **int** | Specifies maximum number of bytes to download from the target object. | [optional]
52
- **dns_override** | **str** | IP address to use for DNS override. | [optional]
53
56
  **post_body** | **str** | Enter the body for the HTTP POST request in this field. No special escaping is necessary. If the post body is provided with content, the &#x60;requestMethod&#x60; is automatically set to POST. | [optional]
54
57
  **ipv6_policy** | [**TestIpv6Policy**](TestIpv6Policy.md) | | [optional]
55
58
  **agents** | [**List[TestAgent]**](TestAgent.md) | A list of objects with &#x60;agentId&#x60; (required) and &#x60;sourceIpAddress&#x60; (optional). |
@@ -6,11 +6,14 @@
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **auth_type** | [**TestAuthType**](TestAuthType.md) | | [optional]
9
+ **agent_interfaces** | [**AgentInterfaces**](AgentInterfaces.md) | | [optional]
9
10
  **bandwidth_measurements** | **bool** | Set to &#x60;true&#x60; to enable bandwidth measurements, only applies to Enterprise agents assigned to the test. | [optional]
10
11
  **client_certificate** | **str** | String representation (containing newline characters) of client certificate, the private key must be placed first, then the certificate. | [optional]
11
12
  **content_regex** | **str** | Content regex, this field does not require escaping. | [optional]
12
13
  **custom_headers** | [**TestCustomHeaders**](TestCustomHeaders.md) | | [optional]
13
14
  **desired_status_code** | **str** | Specify the HTTP status code value that indicates a successful response. | [optional] [default to '200']
15
+ **download_limit** | **int** | Specifies maximum number of bytes to download from the target object. | [optional]
16
+ **dns_override** | **str** | IP address to use for DNS override. | [optional]
14
17
  **http_target_time** | **int** | Target time for HTTP server completion, specified in milliseconds. | [optional]
15
18
  **http_time_limit** | **int** | HTTP time limit in seconds. | [optional] [default to 5]
16
19
  **http_version** | **int** | HTTP protocol version. Set to &#39;2&#39; to prefer HTTP/2, or &#39;1&#39; to use only HTTP/1.1. | [optional] [default to 2]
@@ -18,6 +21,7 @@ Name | Type | Description | Notes
18
21
  **mtu_measurements** | **bool** | Set &#x60;true&#x60; to measure MTU sizes on network from agents to the target. | [optional]
19
22
  **network_measurements** | **bool** | Enable or disable network measurements. Set to true to enable or false to disable network measurements. | [optional] [default to True]
20
23
  **num_path_traces** | **int** | Number of path traces executed by the agent. | [optional] [default to 3]
24
+ **o_auth** | [**OAuth**](OAuth.md) | | [optional]
21
25
  **password** | **str** | Password for Basic/NTLM authentication. | [optional]
22
26
  **path_trace_mode** | [**TestPathTraceMode**](TestPathTraceMode.md) | | [optional]
23
27
  **probe_mode** | [**TestProbeMode**](TestProbeMode.md) | | [optional]
@@ -34,9 +38,8 @@ Name | Type | Description | Notes
34
38
  **fixed_packet_rate** | **int** | Sets packets rate sent to measure the network in packets per second. | [optional]
35
39
  **override_agent_proxy** | **bool** | Flag indicating if a proxy other than the default should be used. To override the default proxy for agents, set to &#x60;true&#x60; and specify a value for &#x60;overrideProxyId&#x60;. | [optional] [default to False]
36
40
  **override_proxy_id** | **str** | ID of the proxy to be used if the default proxy is overridden. | [optional]
41
+ **collect_proxy_network_data** | **bool** | Indicates whether network data to the proxy should be collected. | [optional] [default to False]
37
42
  **headers** | **List[str]** | HTTP request headers used. | [optional]
38
- **download_limit** | **int** | Specifies maximum number of bytes to download from the target object. | [optional]
39
- **dns_override** | **str** | IP address to use for DNS override. | [optional]
40
43
  **post_body** | **str** | Enter the body for the HTTP POST request in this field. No special escaping is necessary. If the post body is provided with content, the &#x60;requestMethod&#x60; is automatically set to POST. | [optional]
41
44
  **ipv6_policy** | [**TestIpv6Policy**](TestIpv6Policy.md) | | [optional]
42
45
  **type** | **str** | | [optional] [readonly]