thousandeyes-sdk-instant-tests 1.0.0__tar.gz → 1.1.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.
- thousandeyes_sdk_instant_tests-1.1.0/.version +1 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/PKG-INFO +3 -2
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/README.md +2 -1
- thousandeyes_sdk_instant_tests-1.1.0/docs/HttpServerBaseProperties.md +57 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/PageLoadInstantTest.md +8 -8
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/PageLoadInstantTestRequest.md +8 -8
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/PageLoadProperties.md +8 -8
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/WebTransactionInstantTest.md +9 -9
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/WebTransactionInstantTestRequest.md +9 -9
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/WebTransactionProperties.md +9 -9
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/__init__.py +2 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/api/agent_to_agent_api.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/api/agent_to_server_api.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/api/api_api.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/api/dns_security_api.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/api/dns_server_api.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/api/dns_trace_api.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/api/ftp_server_api.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/api/http_page_load_api.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/api/http_server_api.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/api/run_api.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/api/sip_server_api.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/api/voice_api.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/api/web_transaction_api.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/__init__.py +2 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/agent.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/agent_base.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/agent_to_agent_instant_test.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/agent_to_agent_instant_test_request.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/agent_to_agent_properties.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/agent_to_agent_test_protocol.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/agent_to_server_instant_test.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/agent_to_server_instant_test_request.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/agent_to_server_properties.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/api_instant_test.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/api_instant_test_request.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/api_predefined_variable.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/api_properties.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/api_request.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/api_request_assertion.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/api_request_assertion_name.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/api_request_assertion_operator.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/api_request_auth_type.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/api_request_header.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/api_request_method.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/api_request_variable.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/cloud_enterprise_agent_type.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/dns_query_class.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/dns_sec_instant_test.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/dns_sec_instant_test_request.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/dns_sec_properties.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/dns_server_instant_test.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/dns_server_instant_test_request.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/dns_server_properties.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/dns_servers_request.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/dns_trace_instant_test.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/dns_trace_instant_test_request.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/dns_trace_properties.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/error.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/expand.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/ftp_server_instant_test.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/ftp_server_properties.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/ftp_server_request_type.py +1 -1
- thousandeyes_sdk_instant_tests-1.1.0/src/thousandeyes_sdk/instant_tests/models/http_server_base_properties.py +156 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/http_server_instant_test.py +12 -12
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/http_server_instant_test_request.py +12 -12
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/http_server_properties.py +12 -12
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/instant_test.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/instant_test_request.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/link.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/page_load_instant_test.py +17 -17
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/page_load_instant_test_request.py +17 -17
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/page_load_properties.py +18 -18
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/server_instant_test_request.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/shared_with_account.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/simple_agent.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/sip_server_instant_test.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/sip_server_instant_test_request.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/sip_server_instant_test_request1.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/sip_server_instant_test_response.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/sip_server_properties.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/sip_test_protocol.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/test_agent.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/test_auth_type.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/test_custom_headers.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/test_direction.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/test_dns_server.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/test_dns_transport_protocol.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/test_dscp_id.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/test_ipv6_policy.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/test_label.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/test_links.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/test_page_loading_strategy.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/test_path_trace_mode.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/test_probe_mode.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/test_protocol.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/test_self_link.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/test_sip_credentials.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/test_ssl_version_id.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/test_type.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/unauthorized_error.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/unexpanded_instant_test.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/validation_error.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/validation_error_item.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/voice_instant_test.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/voice_instant_test_request.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/voice_properties.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/web_transaction_instant_test.py +19 -19
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/web_transaction_instant_test_request.py +19 -19
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/models/web_transaction_properties.py +20 -20
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk_instant_tests.egg-info/PKG-INFO +3 -2
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk_instant_tests.egg-info/SOURCES.txt +2 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/test/test_agent_to_agent_api.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/test/test_agent_to_server_api.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/test/test_api_api.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/test/test_dns_security_api.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/test/test_dns_server_api.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/test/test_dns_trace_api.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/test/test_ftp_server_api.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/test/test_http_page_load_api.py +3 -3
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/test/test_http_server_api.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/test/test_run_api.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/test/test_sip_server_api.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/test/test_voice_api.py +1 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/test/test_web_transaction_api.py +5 -5
- thousandeyes_sdk_instant_tests-1.0.0/.version +0 -1
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/LICENSE +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/MANIFEST.in +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/NOTICE +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/APIApi.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/Agent.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/AgentBase.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/AgentToAgentApi.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/AgentToAgentInstantTest.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/AgentToAgentInstantTestRequest.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/AgentToAgentProperties.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/AgentToAgentTestProtocol.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/AgentToServerApi.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/AgentToServerInstantTest.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/AgentToServerInstantTestRequest.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/AgentToServerProperties.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/ApiInstantTest.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/ApiInstantTestRequest.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/ApiPredefinedVariable.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/ApiProperties.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/ApiRequest.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/ApiRequestAssertion.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/ApiRequestAssertionName.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/ApiRequestAssertionOperator.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/ApiRequestAuthType.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/ApiRequestHeader.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/ApiRequestMethod.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/ApiRequestVariable.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/CloudEnterpriseAgentType.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/DNSSecurityApi.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/DNSServerApi.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/DNSTraceApi.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/DnsQueryClass.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/DnsSecInstantTest.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/DnsSecInstantTestRequest.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/DnsSecProperties.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/DnsServerInstantTest.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/DnsServerInstantTestRequest.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/DnsServerProperties.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/DnsServersRequest.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/DnsTraceInstantTest.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/DnsTraceInstantTestRequest.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/DnsTraceProperties.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/Error.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/Expand.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/FTPServerApi.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/FtpServerInstantTest.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/FtpServerProperties.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/FtpServerRequestType.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/HTTPPageLoadApi.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/HTTPServerApi.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/HttpServerInstantTest.md +5 -5
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/HttpServerInstantTestRequest.md +5 -5
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/HttpServerProperties.md +5 -5
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/InstantTest.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/InstantTestRequest.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/Link.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/RunApi.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/SIPServerApi.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/ServerInstantTestRequest.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/SharedWithAccount.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/SimpleAgent.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/SipServerInstantTest.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/SipServerInstantTestRequest.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/SipServerInstantTestRequest1.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/SipServerInstantTestResponse.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/SipServerProperties.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/SipTestProtocol.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/TestAgent.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/TestAuthType.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/TestCustomHeaders.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/TestDirection.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/TestDnsServer.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/TestDnsTransportProtocol.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/TestDscpId.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/TestIpv6Policy.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/TestLabel.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/TestLinks.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/TestPageLoadingStrategy.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/TestPathTraceMode.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/TestProbeMode.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/TestProtocol.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/TestSelfLink.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/TestSipCredentials.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/TestSslVersionId.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/TestType.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/UnauthorizedError.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/UnexpandedInstantTest.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/ValidationError.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/ValidationErrorItem.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/VoiceApi.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/VoiceInstantTest.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/VoiceInstantTestRequest.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/VoiceProperties.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/docs/WebTransactionApi.md +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/pyproject.toml +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/setup.cfg +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/api/__init__.py +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk/instant_tests/py.typed +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk_instant_tests.egg-info/dependency_links.txt +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk_instant_tests.egg-info/requires.txt +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/src/thousandeyes_sdk_instant_tests.egg-info/top_level.txt +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0 → thousandeyes_sdk_instant_tests-1.1.0}/test/test_utils.py +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
1.1.0
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: thousandeyes-sdk-instant-tests
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.1.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.
|
212
|
+
- API version: 7.0.9
|
213
213
|
- Generator version: 7.6.0
|
214
214
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
215
215
|
|
@@ -357,6 +357,7 @@ Class | Method | HTTP request | Description
|
|
357
357
|
- [FtpServerInstantTest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/FtpServerInstantTest.md)
|
358
358
|
- [FtpServerProperties](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/FtpServerProperties.md)
|
359
359
|
- [FtpServerRequestType](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/FtpServerRequestType.md)
|
360
|
+
- [HttpServerBaseProperties](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/HttpServerBaseProperties.md)
|
360
361
|
- [HttpServerInstantTest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/HttpServerInstantTest.md)
|
361
362
|
- [HttpServerInstantTestRequest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/HttpServerInstantTestRequest.md)
|
362
363
|
- [HttpServerProperties](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/HttpServerProperties.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.
|
11
|
+
- API version: 7.0.9
|
12
12
|
- Generator version: 7.6.0
|
13
13
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
14
14
|
|
@@ -156,6 +156,7 @@ Class | Method | HTTP request | Description
|
|
156
156
|
- [FtpServerInstantTest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/FtpServerInstantTest.md)
|
157
157
|
- [FtpServerProperties](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/FtpServerProperties.md)
|
158
158
|
- [FtpServerRequestType](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/FtpServerRequestType.md)
|
159
|
+
- [HttpServerBaseProperties](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/HttpServerBaseProperties.md)
|
159
160
|
- [HttpServerInstantTest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/HttpServerInstantTest.md)
|
160
161
|
- [HttpServerInstantTestRequest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/HttpServerInstantTestRequest.md)
|
161
162
|
- [HttpServerProperties](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/HttpServerProperties.md)
|
@@ -0,0 +1,57 @@
|
|
1
|
+
# HttpServerBaseProperties
|
2
|
+
|
3
|
+
|
4
|
+
## Properties
|
5
|
+
|
6
|
+
Name | Type | Description | Notes
|
7
|
+
------------ | ------------- | ------------- | -------------
|
8
|
+
**auth_type** | [**TestAuthType**](TestAuthType.md) | | [optional]
|
9
|
+
**bandwidth_measurements** | **bool** | Set to `true` to enable bandwidth measurements, only applies to Enterprise agents assigned to the test. | [optional]
|
10
|
+
**client_certificate** | **str** | String representation (containing newline characters) of client certificate, the private key must be placed first, then the certificate. | [optional]
|
11
|
+
**content_regex** | **str** | Content regex, this field does not require escaping. | [optional]
|
12
|
+
**custom_headers** | [**TestCustomHeaders**](TestCustomHeaders.md) | | [optional]
|
13
|
+
**desired_status_code** | **str** | Specify the HTTP status code value that indicates a successful response. | [optional] [default to '200']
|
14
|
+
**http_target_time** | **int** | Target time for HTTP server completion, specified in milliseconds. | [optional]
|
15
|
+
**http_time_limit** | **int** | HTTP time limit in seconds. | [optional] [default to 5]
|
16
|
+
**http_version** | **int** | HTTP protocol version. Set to '2' to prefer HTTP/2, or '1' to use only HTTP/1.1. | [optional] [default to 2]
|
17
|
+
**include_headers** | **bool** | Set to `true` to capture response headers for objects loaded by the test. | [optional] [default to True]
|
18
|
+
**mtu_measurements** | **bool** | Set `true` to measure MTU sizes on network from agents to the target. | [optional]
|
19
|
+
**network_measurements** | **bool** | Enable or disable network measurements. Set to true to enable or false to disable network measurements. | [optional] [default to True]
|
20
|
+
**num_path_traces** | **int** | Number of path traces executed by the agent. | [optional] [default to 3]
|
21
|
+
**password** | **str** | Password for Basic/NTLM authentication. | [optional]
|
22
|
+
**path_trace_mode** | [**TestPathTraceMode**](TestPathTraceMode.md) | | [optional]
|
23
|
+
**probe_mode** | [**TestProbeMode**](TestProbeMode.md) | | [optional]
|
24
|
+
**protocol** | [**TestProtocol**](TestProtocol.md) | | [optional]
|
25
|
+
**ssl_version** | **str** | Reflects the verbose SSL protocol version used by a test. | [optional] [readonly]
|
26
|
+
**ssl_version_id** | [**TestSslVersionId**](TestSslVersionId.md) | | [optional]
|
27
|
+
**url** | **str** | Target for the test. | [optional]
|
28
|
+
**use_ntlm** | **bool** | Set to true to use NTLM, false to use Basic Authentication. Requires username and password to be set. | [optional]
|
29
|
+
**user_agent** | **str** | User-agent string to be provided during the test. | [optional]
|
30
|
+
**username** | **str** | Username for Basic/NTLM authentication. | [optional]
|
31
|
+
**verify_certificate** | **bool** | Ignore or acknowledge certificate errors. Set to false to ignore certificate errors. | [optional] [default to False]
|
32
|
+
**allow_unsafe_legacy_renegotiation** | **bool** | Allows TLS renegotiation with servers not supporting RFC 5746. Default Set to true to allow unsafe legacy renegotiation. | [optional] [default to True]
|
33
|
+
**follow_redirects** | **bool** | To disable following HTTP/301 or HTTP/302 redirect directives, set this parameter to `false`. | [optional] [default to True]
|
34
|
+
**fixed_packet_rate** | **int** | Sets packets rate sent to measure the network in packets per second. | [optional]
|
35
|
+
**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 `true` and specify a value for `overrideProxyId`. | [optional] [default to False]
|
36
|
+
**override_proxy_id** | **str** | ID of the proxy to be used if the default proxy is overridden. | [optional]
|
37
|
+
|
38
|
+
## Example
|
39
|
+
|
40
|
+
```python
|
41
|
+
from thousandeyes_sdk.instant_tests.models.http_server_base_properties import HttpServerBaseProperties
|
42
|
+
|
43
|
+
# TODO update the JSON string below
|
44
|
+
json = "{}"
|
45
|
+
# create an instance of HttpServerBaseProperties from a JSON string
|
46
|
+
http_server_base_properties_instance = HttpServerBaseProperties.from_json(json)
|
47
|
+
# print the JSON string representation of the object
|
48
|
+
print(HttpServerBaseProperties.to_json())
|
49
|
+
|
50
|
+
# convert the object into a dict
|
51
|
+
http_server_base_properties_dict = http_server_base_properties_instance.to_dict()
|
52
|
+
# create an instance of HttpServerBaseProperties from a dict
|
53
|
+
http_server_base_properties_from_dict = HttpServerBaseProperties.from_dict(http_server_base_properties_dict)
|
54
|
+
```
|
55
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
56
|
+
|
57
|
+
|
@@ -21,11 +21,9 @@ Name | Type | Description | Notes
|
|
21
21
|
**auth_type** | [**TestAuthType**](TestAuthType.md) | | [optional]
|
22
22
|
**bandwidth_measurements** | **bool** | Set to `true` to enable bandwidth measurements, only applies to Enterprise agents assigned to the test. | [optional]
|
23
23
|
**client_certificate** | **str** | String representation (containing newline characters) of client certificate, the private key must be placed first, then the certificate. | [optional]
|
24
|
-
**content_regex** | **str** |
|
24
|
+
**content_regex** | **str** | Content regex, this field does not require escaping. | [optional]
|
25
25
|
**custom_headers** | [**TestCustomHeaders**](TestCustomHeaders.md) | | [optional]
|
26
26
|
**desired_status_code** | **str** | Specify the HTTP status code value that indicates a successful response. | [optional] [default to '200']
|
27
|
-
**emulated_device_id** | **str** | id of the emulated device, if one was given when the test was created | [optional]
|
28
|
-
**follow_redirects** | **bool** | To disable following HTTP/301 or HTTP/302 redirect directives, set this parameter to `false`. | [optional] [default to True]
|
29
27
|
**http_target_time** | **int** | Target time for HTTP server completion, specified in milliseconds. | [optional]
|
30
28
|
**http_time_limit** | **int** | HTTP time limit in seconds. | [optional] [default to 5]
|
31
29
|
**http_version** | **int** | HTTP protocol version. Set to '2' to prefer HTTP/2, or '1' to use only HTTP/1.1. | [optional] [default to 2]
|
@@ -33,8 +31,6 @@ Name | Type | Description | Notes
|
|
33
31
|
**mtu_measurements** | **bool** | Set `true` to measure MTU sizes on network from agents to the target. | [optional]
|
34
32
|
**network_measurements** | **bool** | Enable or disable network measurements. Set to true to enable or false to disable network measurements. | [optional] [default to True]
|
35
33
|
**num_path_traces** | **int** | Number of path traces executed by the agent. | [optional] [default to 3]
|
36
|
-
**page_load_target_time** | **int** | Target time for page load completion, specified in seconds and cannot exceed the `pageLoadTimeLimit`. | [optional]
|
37
|
-
**page_load_time_limit** | **int** | Page load time limit. Must be larger than the `httpTimeLimit`. | [optional] [default to 10]
|
38
34
|
**password** | **str** | Password for Basic/NTLM authentication. | [optional]
|
39
35
|
**path_trace_mode** | [**TestPathTraceMode**](TestPathTraceMode.md) | | [optional]
|
40
36
|
**probe_mode** | [**TestProbeMode**](TestProbeMode.md) | | [optional]
|
@@ -47,15 +43,19 @@ Name | Type | Description | Notes
|
|
47
43
|
**username** | **str** | Username for Basic/NTLM authentication. | [optional]
|
48
44
|
**verify_certificate** | **bool** | Ignore or acknowledge certificate errors. Set to false to ignore certificate errors. | [optional] [default to False]
|
49
45
|
**allow_unsafe_legacy_renegotiation** | **bool** | Allows TLS renegotiation with servers not supporting RFC 5746. Default Set to true to allow unsafe legacy renegotiation. | [optional] [default to True]
|
46
|
+
**follow_redirects** | **bool** | To disable following HTTP/301 or HTTP/302 redirect directives, set this parameter to `false`. | [optional] [default to True]
|
47
|
+
**fixed_packet_rate** | **int** | Sets packets rate sent to measure the network in packets per second. | [optional]
|
48
|
+
**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 `true` and specify a value for `overrideProxyId`. | [optional] [default to False]
|
49
|
+
**override_proxy_id** | **str** | ID of the proxy to be used if the default proxy is overridden. | [optional]
|
50
|
+
**emulated_device_id** | **str** | ID of the emulated device, if one was given when the test was created. | [optional]
|
51
|
+
**page_load_target_time** | **int** | Target time for page load completion, specified in seconds and cannot exceed the `pageLoadTimeLimit`. | [optional]
|
52
|
+
**page_load_time_limit** | **int** | Page load time limit. Must be larger than the `httpTimeLimit`. | [optional] [default to 10]
|
50
53
|
**block_domains** | **str** | Domains or full object URLs to be excluded from metrics and waterfall data for transaction tests. | [optional]
|
51
54
|
**disable_screenshot** | **bool** | Enables or disables screenshots on error. Set true to not capture | [optional] [default to False]
|
52
55
|
**allow_mic_and_camera** | **bool** | Set true allow the use of a fake mic and camera in the browser. | [optional] [default to False]
|
53
56
|
**allow_geolocation** | **bool** | Set true to use the agent’s geolocation by the web page. | [optional] [default to False]
|
54
57
|
**browser_language** | **str** | Set one of the available browser language that you want to use to configure the browser. | [optional]
|
55
58
|
**page_loading_strategy** | [**TestPageLoadingStrategy**](TestPageLoadingStrategy.md) | | [optional]
|
56
|
-
**fixed_packet_rate** | **int** | Sets packets rate sent to measure the network in packets per second. | [optional]
|
57
|
-
**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 `true` and specify a value for `overrideProxyId`. | [optional] [default to False]
|
58
|
-
**override_proxy_id** | **str** | ID of the proxy to be used if the default proxy is overridden. | [optional]
|
59
59
|
**agents** | [**List[Agent]**](Agent.md) | Contains list of agents. | [optional] [readonly]
|
60
60
|
|
61
61
|
## Example
|
@@ -21,11 +21,9 @@ Name | Type | Description | Notes
|
|
21
21
|
**auth_type** | [**TestAuthType**](TestAuthType.md) | | [optional]
|
22
22
|
**bandwidth_measurements** | **bool** | Set to `true` to enable bandwidth measurements, only applies to Enterprise agents assigned to the test. | [optional]
|
23
23
|
**client_certificate** | **str** | String representation (containing newline characters) of client certificate, the private key must be placed first, then the certificate. | [optional]
|
24
|
-
**content_regex** | **str** |
|
24
|
+
**content_regex** | **str** | Content regex, this field does not require escaping. | [optional]
|
25
25
|
**custom_headers** | [**TestCustomHeaders**](TestCustomHeaders.md) | | [optional]
|
26
26
|
**desired_status_code** | **str** | Specify the HTTP status code value that indicates a successful response. | [optional] [default to '200']
|
27
|
-
**emulated_device_id** | **str** | id of the emulated device, if one was given when the test was created | [optional]
|
28
|
-
**follow_redirects** | **bool** | To disable following HTTP/301 or HTTP/302 redirect directives, set this parameter to `false`. | [optional] [default to True]
|
29
27
|
**http_target_time** | **int** | Target time for HTTP server completion, specified in milliseconds. | [optional]
|
30
28
|
**http_time_limit** | **int** | HTTP time limit in seconds. | [optional] [default to 5]
|
31
29
|
**http_version** | **int** | HTTP protocol version. Set to '2' to prefer HTTP/2, or '1' to use only HTTP/1.1. | [optional] [default to 2]
|
@@ -33,8 +31,6 @@ Name | Type | Description | Notes
|
|
33
31
|
**mtu_measurements** | **bool** | Set `true` to measure MTU sizes on network from agents to the target. | [optional]
|
34
32
|
**network_measurements** | **bool** | Enable or disable network measurements. Set to true to enable or false to disable network measurements. | [optional] [default to True]
|
35
33
|
**num_path_traces** | **int** | Number of path traces executed by the agent. | [optional] [default to 3]
|
36
|
-
**page_load_target_time** | **int** | Target time for page load completion, specified in seconds and cannot exceed the `pageLoadTimeLimit`. | [optional]
|
37
|
-
**page_load_time_limit** | **int** | Page load time limit. Must be larger than the `httpTimeLimit`. | [optional] [default to 10]
|
38
34
|
**password** | **str** | Password for Basic/NTLM authentication. | [optional]
|
39
35
|
**path_trace_mode** | [**TestPathTraceMode**](TestPathTraceMode.md) | | [optional]
|
40
36
|
**probe_mode** | [**TestProbeMode**](TestProbeMode.md) | | [optional]
|
@@ -47,15 +43,19 @@ Name | Type | Description | Notes
|
|
47
43
|
**username** | **str** | Username for Basic/NTLM authentication. | [optional]
|
48
44
|
**verify_certificate** | **bool** | Ignore or acknowledge certificate errors. Set to false to ignore certificate errors. | [optional] [default to False]
|
49
45
|
**allow_unsafe_legacy_renegotiation** | **bool** | Allows TLS renegotiation with servers not supporting RFC 5746. Default Set to true to allow unsafe legacy renegotiation. | [optional] [default to True]
|
46
|
+
**follow_redirects** | **bool** | To disable following HTTP/301 or HTTP/302 redirect directives, set this parameter to `false`. | [optional] [default to True]
|
47
|
+
**fixed_packet_rate** | **int** | Sets packets rate sent to measure the network in packets per second. | [optional]
|
48
|
+
**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 `true` and specify a value for `overrideProxyId`. | [optional] [default to False]
|
49
|
+
**override_proxy_id** | **str** | ID of the proxy to be used if the default proxy is overridden. | [optional]
|
50
|
+
**emulated_device_id** | **str** | ID of the emulated device, if one was given when the test was created. | [optional]
|
51
|
+
**page_load_target_time** | **int** | Target time for page load completion, specified in seconds and cannot exceed the `pageLoadTimeLimit`. | [optional]
|
52
|
+
**page_load_time_limit** | **int** | Page load time limit. Must be larger than the `httpTimeLimit`. | [optional] [default to 10]
|
50
53
|
**block_domains** | **str** | Domains or full object URLs to be excluded from metrics and waterfall data for transaction tests. | [optional]
|
51
54
|
**disable_screenshot** | **bool** | Enables or disables screenshots on error. Set true to not capture | [optional] [default to False]
|
52
55
|
**allow_mic_and_camera** | **bool** | Set true allow the use of a fake mic and camera in the browser. | [optional] [default to False]
|
53
56
|
**allow_geolocation** | **bool** | Set true to use the agent’s geolocation by the web page. | [optional] [default to False]
|
54
57
|
**browser_language** | **str** | Set one of the available browser language that you want to use to configure the browser. | [optional]
|
55
58
|
**page_loading_strategy** | [**TestPageLoadingStrategy**](TestPageLoadingStrategy.md) | | [optional]
|
56
|
-
**fixed_packet_rate** | **int** | Sets packets rate sent to measure the network in packets per second. | [optional]
|
57
|
-
**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 `true` and specify a value for `overrideProxyId`. | [optional] [default to False]
|
58
|
-
**override_proxy_id** | **str** | ID of the proxy to be used if the default proxy is overridden. | [optional]
|
59
59
|
**agents** | [**List[TestAgent]**](TestAgent.md) | A list of objects with `agentId` (required) and `sourceIpAddress` (optional). |
|
60
60
|
|
61
61
|
## Example
|
@@ -8,11 +8,9 @@ Name | Type | Description | Notes
|
|
8
8
|
**auth_type** | [**TestAuthType**](TestAuthType.md) | | [optional]
|
9
9
|
**bandwidth_measurements** | **bool** | Set to `true` to enable bandwidth measurements, only applies to Enterprise agents assigned to the test. | [optional]
|
10
10
|
**client_certificate** | **str** | String representation (containing newline characters) of client certificate, the private key must be placed first, then the certificate. | [optional]
|
11
|
-
**content_regex** | **str** |
|
11
|
+
**content_regex** | **str** | Content regex, this field does not require escaping. | [optional]
|
12
12
|
**custom_headers** | [**TestCustomHeaders**](TestCustomHeaders.md) | | [optional]
|
13
13
|
**desired_status_code** | **str** | Specify the HTTP status code value that indicates a successful response. | [optional] [default to '200']
|
14
|
-
**emulated_device_id** | **str** | id of the emulated device, if one was given when the test was created | [optional]
|
15
|
-
**follow_redirects** | **bool** | To disable following HTTP/301 or HTTP/302 redirect directives, set this parameter to `false`. | [optional] [default to True]
|
16
14
|
**http_target_time** | **int** | Target time for HTTP server completion, specified in milliseconds. | [optional]
|
17
15
|
**http_time_limit** | **int** | HTTP time limit in seconds. | [optional] [default to 5]
|
18
16
|
**http_version** | **int** | HTTP protocol version. Set to '2' to prefer HTTP/2, or '1' to use only HTTP/1.1. | [optional] [default to 2]
|
@@ -20,8 +18,6 @@ Name | Type | Description | Notes
|
|
20
18
|
**mtu_measurements** | **bool** | Set `true` to measure MTU sizes on network from agents to the target. | [optional]
|
21
19
|
**network_measurements** | **bool** | Enable or disable network measurements. Set to true to enable or false to disable network measurements. | [optional] [default to True]
|
22
20
|
**num_path_traces** | **int** | Number of path traces executed by the agent. | [optional] [default to 3]
|
23
|
-
**page_load_target_time** | **int** | Target time for page load completion, specified in seconds and cannot exceed the `pageLoadTimeLimit`. | [optional]
|
24
|
-
**page_load_time_limit** | **int** | Page load time limit. Must be larger than the `httpTimeLimit`. | [optional] [default to 10]
|
25
21
|
**password** | **str** | Password for Basic/NTLM authentication. | [optional]
|
26
22
|
**path_trace_mode** | [**TestPathTraceMode**](TestPathTraceMode.md) | | [optional]
|
27
23
|
**probe_mode** | [**TestProbeMode**](TestProbeMode.md) | | [optional]
|
@@ -34,16 +30,20 @@ Name | Type | Description | Notes
|
|
34
30
|
**username** | **str** | Username for Basic/NTLM authentication. | [optional]
|
35
31
|
**verify_certificate** | **bool** | Ignore or acknowledge certificate errors. Set to false to ignore certificate errors. | [optional] [default to False]
|
36
32
|
**allow_unsafe_legacy_renegotiation** | **bool** | Allows TLS renegotiation with servers not supporting RFC 5746. Default Set to true to allow unsafe legacy renegotiation. | [optional] [default to True]
|
33
|
+
**follow_redirects** | **bool** | To disable following HTTP/301 or HTTP/302 redirect directives, set this parameter to `false`. | [optional] [default to True]
|
34
|
+
**fixed_packet_rate** | **int** | Sets packets rate sent to measure the network in packets per second. | [optional]
|
35
|
+
**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 `true` and specify a value for `overrideProxyId`. | [optional] [default to False]
|
36
|
+
**override_proxy_id** | **str** | ID of the proxy to be used if the default proxy is overridden. | [optional]
|
37
|
+
**emulated_device_id** | **str** | ID of the emulated device, if one was given when the test was created. | [optional]
|
38
|
+
**page_load_target_time** | **int** | Target time for page load completion, specified in seconds and cannot exceed the `pageLoadTimeLimit`. | [optional]
|
39
|
+
**page_load_time_limit** | **int** | Page load time limit. Must be larger than the `httpTimeLimit`. | [optional] [default to 10]
|
37
40
|
**block_domains** | **str** | Domains or full object URLs to be excluded from metrics and waterfall data for transaction tests. | [optional]
|
38
41
|
**disable_screenshot** | **bool** | Enables or disables screenshots on error. Set true to not capture | [optional] [default to False]
|
39
42
|
**allow_mic_and_camera** | **bool** | Set true allow the use of a fake mic and camera in the browser. | [optional] [default to False]
|
40
43
|
**allow_geolocation** | **bool** | Set true to use the agent’s geolocation by the web page. | [optional] [default to False]
|
41
44
|
**browser_language** | **str** | Set one of the available browser language that you want to use to configure the browser. | [optional]
|
42
45
|
**page_loading_strategy** | [**TestPageLoadingStrategy**](TestPageLoadingStrategy.md) | | [optional]
|
43
|
-
**fixed_packet_rate** | **int** | Sets packets rate sent to measure the network in packets per second. | [optional]
|
44
46
|
**type** | **str** | | [optional] [readonly]
|
45
|
-
**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 `true` and specify a value for `overrideProxyId`. | [optional] [default to False]
|
46
|
-
**override_proxy_id** | **str** | ID of the proxy to be used if the default proxy is overridden. | [optional]
|
47
47
|
|
48
48
|
## Example
|
49
49
|
|
@@ -21,11 +21,9 @@ Name | Type | Description | Notes
|
|
21
21
|
**auth_type** | [**TestAuthType**](TestAuthType.md) | | [optional]
|
22
22
|
**bandwidth_measurements** | **bool** | Set to `true` to enable bandwidth measurements, only applies to Enterprise agents assigned to the test. | [optional]
|
23
23
|
**client_certificate** | **str** | String representation (containing newline characters) of client certificate, the private key must be placed first, then the certificate. | [optional]
|
24
|
-
**content_regex** | **str** |
|
24
|
+
**content_regex** | **str** | Content regex, this field does not require escaping. | [optional]
|
25
25
|
**custom_headers** | [**TestCustomHeaders**](TestCustomHeaders.md) | | [optional]
|
26
26
|
**desired_status_code** | **str** | Specify the HTTP status code value that indicates a successful response. | [optional] [default to '200']
|
27
|
-
**emulated_device_id** | **str** | id of the emulated device, if one was given when the test was created | [optional]
|
28
|
-
**follow_redirects** | **bool** | To disable following HTTP/301 or HTTP/302 redirect directives, set this parameter to `false`. | [optional] [default to True]
|
29
27
|
**http_target_time** | **int** | Target time for HTTP server completion, specified in milliseconds. | [optional]
|
30
28
|
**http_time_limit** | **int** | HTTP time limit in seconds. | [optional] [default to 5]
|
31
29
|
**http_version** | **int** | HTTP protocol version. Set to '2' to prefer HTTP/2, or '1' to use only HTTP/1.1. | [optional] [default to 2]
|
@@ -39,24 +37,26 @@ Name | Type | Description | Notes
|
|
39
37
|
**protocol** | [**TestProtocol**](TestProtocol.md) | | [optional]
|
40
38
|
**ssl_version** | **str** | Reflects the verbose SSL protocol version used by a test. | [optional] [readonly]
|
41
39
|
**ssl_version_id** | [**TestSslVersionId**](TestSslVersionId.md) | | [optional]
|
42
|
-
**target_time** | **int** | Target time for completion, defaults to 50% of time limit specified in seconds. (0 means default behavior) | [optional]
|
43
|
-
**time_limit** | **int** | Time limit for transaction in seconds. | [optional] [default to 30]
|
44
|
-
**transaction_script** | **str** | JavaScript of a web transaction test. Quotes must be escaped (precede \" characters with \\ ). |
|
45
40
|
**url** | **str** | Target for the test. |
|
46
41
|
**use_ntlm** | **bool** | Set to true to use NTLM, false to use Basic Authentication. Requires username and password to be set. | [optional]
|
47
42
|
**user_agent** | **str** | User-agent string to be provided during the test. | [optional]
|
48
43
|
**username** | **str** | Username for Basic/NTLM authentication. | [optional]
|
49
44
|
**verify_certificate** | **bool** | Ignore or acknowledge certificate errors. Set to false to ignore certificate errors. | [optional] [default to False]
|
50
45
|
**allow_unsafe_legacy_renegotiation** | **bool** | Allows TLS renegotiation with servers not supporting RFC 5746. Default Set to true to allow unsafe legacy renegotiation. | [optional] [default to True]
|
46
|
+
**follow_redirects** | **bool** | To disable following HTTP/301 or HTTP/302 redirect directives, set this parameter to `false`. | [optional] [default to True]
|
47
|
+
**fixed_packet_rate** | **int** | Sets packets rate sent to measure the network in packets per second. | [optional]
|
48
|
+
**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 `true` and specify a value for `overrideProxyId`. | [optional] [default to False]
|
49
|
+
**override_proxy_id** | **str** | ID of the proxy to be used if the default proxy is overridden. | [optional]
|
50
|
+
**emulated_device_id** | **str** | ID of the emulated device, if specified when the test was created. | [optional]
|
51
|
+
**target_time** | **int** | Target completion time. The default is 50% of the specified time limit in seconds. (Set to 0 to use the default behavior). | [optional]
|
52
|
+
**time_limit** | **int** | Time limit for transaction in seconds. | [optional] [default to 30]
|
53
|
+
**transaction_script** | **str** | JavaScript of a web transaction test. Quotes must be escaped (precede \" characters with \\ ). |
|
51
54
|
**block_domains** | **str** | Domains or full object URLs to be excluded from metrics and waterfall data for transaction tests. | [optional]
|
52
55
|
**disable_screenshot** | **bool** | Enables or disables screenshots on error. Set true to not capture | [optional] [default to False]
|
53
56
|
**allow_mic_and_camera** | **bool** | Set true allow the use of a fake mic and camera in the browser. | [optional] [default to False]
|
54
57
|
**allow_geolocation** | **bool** | Set true to use the agent’s geolocation by the web page. | [optional] [default to False]
|
55
58
|
**browser_language** | **str** | Set one of the available browser language that you want to use to configure the browser. | [optional]
|
56
59
|
**page_loading_strategy** | [**TestPageLoadingStrategy**](TestPageLoadingStrategy.md) | | [optional]
|
57
|
-
**fixed_packet_rate** | **int** | Sets packets rate sent to measure the network in packets per second. | [optional]
|
58
|
-
**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 `true` and specify a value for `overrideProxyId`. | [optional] [default to False]
|
59
|
-
**override_proxy_id** | **str** | ID of the proxy to be used if the default proxy is overridden. | [optional]
|
60
60
|
**agents** | [**List[Agent]**](Agent.md) | Contains list of agents. | [optional] [readonly]
|
61
61
|
**credentials** | **List[str]** | Contains a list of credential IDs (get `credentialId` from `/credentials` endpoint). | [optional]
|
62
62
|
|
@@ -21,11 +21,9 @@ Name | Type | Description | Notes
|
|
21
21
|
**auth_type** | [**TestAuthType**](TestAuthType.md) | | [optional]
|
22
22
|
**bandwidth_measurements** | **bool** | Set to `true` to enable bandwidth measurements, only applies to Enterprise agents assigned to the test. | [optional]
|
23
23
|
**client_certificate** | **str** | String representation (containing newline characters) of client certificate, the private key must be placed first, then the certificate. | [optional]
|
24
|
-
**content_regex** | **str** |
|
24
|
+
**content_regex** | **str** | Content regex, this field does not require escaping. | [optional]
|
25
25
|
**custom_headers** | [**TestCustomHeaders**](TestCustomHeaders.md) | | [optional]
|
26
26
|
**desired_status_code** | **str** | Specify the HTTP status code value that indicates a successful response. | [optional] [default to '200']
|
27
|
-
**emulated_device_id** | **str** | id of the emulated device, if one was given when the test was created | [optional]
|
28
|
-
**follow_redirects** | **bool** | To disable following HTTP/301 or HTTP/302 redirect directives, set this parameter to `false`. | [optional] [default to True]
|
29
27
|
**http_target_time** | **int** | Target time for HTTP server completion, specified in milliseconds. | [optional]
|
30
28
|
**http_time_limit** | **int** | HTTP time limit in seconds. | [optional] [default to 5]
|
31
29
|
**http_version** | **int** | HTTP protocol version. Set to '2' to prefer HTTP/2, or '1' to use only HTTP/1.1. | [optional] [default to 2]
|
@@ -39,24 +37,26 @@ Name | Type | Description | Notes
|
|
39
37
|
**protocol** | [**TestProtocol**](TestProtocol.md) | | [optional]
|
40
38
|
**ssl_version** | **str** | Reflects the verbose SSL protocol version used by a test. | [optional] [readonly]
|
41
39
|
**ssl_version_id** | [**TestSslVersionId**](TestSslVersionId.md) | | [optional]
|
42
|
-
**target_time** | **int** | Target time for completion, defaults to 50% of time limit specified in seconds. (0 means default behavior) | [optional]
|
43
|
-
**time_limit** | **int** | Time limit for transaction in seconds. | [optional] [default to 30]
|
44
|
-
**transaction_script** | **str** | JavaScript of a web transaction test. Quotes must be escaped (precede \" characters with \\ ). |
|
45
40
|
**url** | **str** | Target for the test. |
|
46
41
|
**use_ntlm** | **bool** | Set to true to use NTLM, false to use Basic Authentication. Requires username and password to be set. | [optional]
|
47
42
|
**user_agent** | **str** | User-agent string to be provided during the test. | [optional]
|
48
43
|
**username** | **str** | Username for Basic/NTLM authentication. | [optional]
|
49
44
|
**verify_certificate** | **bool** | Ignore or acknowledge certificate errors. Set to false to ignore certificate errors. | [optional] [default to False]
|
50
45
|
**allow_unsafe_legacy_renegotiation** | **bool** | Allows TLS renegotiation with servers not supporting RFC 5746. Default Set to true to allow unsafe legacy renegotiation. | [optional] [default to True]
|
46
|
+
**follow_redirects** | **bool** | To disable following HTTP/301 or HTTP/302 redirect directives, set this parameter to `false`. | [optional] [default to True]
|
47
|
+
**fixed_packet_rate** | **int** | Sets packets rate sent to measure the network in packets per second. | [optional]
|
48
|
+
**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 `true` and specify a value for `overrideProxyId`. | [optional] [default to False]
|
49
|
+
**override_proxy_id** | **str** | ID of the proxy to be used if the default proxy is overridden. | [optional]
|
50
|
+
**emulated_device_id** | **str** | ID of the emulated device, if specified when the test was created. | [optional]
|
51
|
+
**target_time** | **int** | Target completion time. The default is 50% of the specified time limit in seconds. (Set to 0 to use the default behavior). | [optional]
|
52
|
+
**time_limit** | **int** | Time limit for transaction in seconds. | [optional] [default to 30]
|
53
|
+
**transaction_script** | **str** | JavaScript of a web transaction test. Quotes must be escaped (precede \" characters with \\ ). |
|
51
54
|
**block_domains** | **str** | Domains or full object URLs to be excluded from metrics and waterfall data for transaction tests. | [optional]
|
52
55
|
**disable_screenshot** | **bool** | Enables or disables screenshots on error. Set true to not capture | [optional] [default to False]
|
53
56
|
**allow_mic_and_camera** | **bool** | Set true allow the use of a fake mic and camera in the browser. | [optional] [default to False]
|
54
57
|
**allow_geolocation** | **bool** | Set true to use the agent’s geolocation by the web page. | [optional] [default to False]
|
55
58
|
**browser_language** | **str** | Set one of the available browser language that you want to use to configure the browser. | [optional]
|
56
59
|
**page_loading_strategy** | [**TestPageLoadingStrategy**](TestPageLoadingStrategy.md) | | [optional]
|
57
|
-
**fixed_packet_rate** | **int** | Sets packets rate sent to measure the network in packets per second. | [optional]
|
58
|
-
**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 `true` and specify a value for `overrideProxyId`. | [optional] [default to False]
|
59
|
-
**override_proxy_id** | **str** | ID of the proxy to be used if the default proxy is overridden. | [optional]
|
60
60
|
**agents** | [**List[TestAgent]**](TestAgent.md) | A list of objects with `agentId` (required) and `sourceIpAddress` (optional). |
|
61
61
|
**credentials** | **List[str]** | Contains a list of credential IDs (get `credentialId` from `/credentials` endpoint). | [optional]
|
62
62
|
|
@@ -8,11 +8,9 @@ Name | Type | Description | Notes
|
|
8
8
|
**auth_type** | [**TestAuthType**](TestAuthType.md) | | [optional]
|
9
9
|
**bandwidth_measurements** | **bool** | Set to `true` to enable bandwidth measurements, only applies to Enterprise agents assigned to the test. | [optional]
|
10
10
|
**client_certificate** | **str** | String representation (containing newline characters) of client certificate, the private key must be placed first, then the certificate. | [optional]
|
11
|
-
**content_regex** | **str** |
|
11
|
+
**content_regex** | **str** | Content regex, this field does not require escaping. | [optional]
|
12
12
|
**custom_headers** | [**TestCustomHeaders**](TestCustomHeaders.md) | | [optional]
|
13
13
|
**desired_status_code** | **str** | Specify the HTTP status code value that indicates a successful response. | [optional] [default to '200']
|
14
|
-
**emulated_device_id** | **str** | id of the emulated device, if one was given when the test was created | [optional]
|
15
|
-
**follow_redirects** | **bool** | To disable following HTTP/301 or HTTP/302 redirect directives, set this parameter to `false`. | [optional] [default to True]
|
16
14
|
**http_target_time** | **int** | Target time for HTTP server completion, specified in milliseconds. | [optional]
|
17
15
|
**http_time_limit** | **int** | HTTP time limit in seconds. | [optional] [default to 5]
|
18
16
|
**http_version** | **int** | HTTP protocol version. Set to '2' to prefer HTTP/2, or '1' to use only HTTP/1.1. | [optional] [default to 2]
|
@@ -26,25 +24,27 @@ Name | Type | Description | Notes
|
|
26
24
|
**protocol** | [**TestProtocol**](TestProtocol.md) | | [optional]
|
27
25
|
**ssl_version** | **str** | Reflects the verbose SSL protocol version used by a test. | [optional] [readonly]
|
28
26
|
**ssl_version_id** | [**TestSslVersionId**](TestSslVersionId.md) | | [optional]
|
29
|
-
**target_time** | **int** | Target time for completion, defaults to 50% of time limit specified in seconds. (0 means default behavior) | [optional]
|
30
|
-
**time_limit** | **int** | Time limit for transaction in seconds. | [optional] [default to 30]
|
31
|
-
**transaction_script** | **str** | JavaScript of a web transaction test. Quotes must be escaped (precede \" characters with \\ ). |
|
32
27
|
**url** | **str** | Target for the test. |
|
33
28
|
**use_ntlm** | **bool** | Set to true to use NTLM, false to use Basic Authentication. Requires username and password to be set. | [optional]
|
34
29
|
**user_agent** | **str** | User-agent string to be provided during the test. | [optional]
|
35
30
|
**username** | **str** | Username for Basic/NTLM authentication. | [optional]
|
36
31
|
**verify_certificate** | **bool** | Ignore or acknowledge certificate errors. Set to false to ignore certificate errors. | [optional] [default to False]
|
37
32
|
**allow_unsafe_legacy_renegotiation** | **bool** | Allows TLS renegotiation with servers not supporting RFC 5746. Default Set to true to allow unsafe legacy renegotiation. | [optional] [default to True]
|
33
|
+
**follow_redirects** | **bool** | To disable following HTTP/301 or HTTP/302 redirect directives, set this parameter to `false`. | [optional] [default to True]
|
34
|
+
**fixed_packet_rate** | **int** | Sets packets rate sent to measure the network in packets per second. | [optional]
|
35
|
+
**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 `true` and specify a value for `overrideProxyId`. | [optional] [default to False]
|
36
|
+
**override_proxy_id** | **str** | ID of the proxy to be used if the default proxy is overridden. | [optional]
|
37
|
+
**emulated_device_id** | **str** | ID of the emulated device, if specified when the test was created. | [optional]
|
38
|
+
**target_time** | **int** | Target completion time. The default is 50% of the specified time limit in seconds. (Set to 0 to use the default behavior). | [optional]
|
39
|
+
**time_limit** | **int** | Time limit for transaction in seconds. | [optional] [default to 30]
|
40
|
+
**transaction_script** | **str** | JavaScript of a web transaction test. Quotes must be escaped (precede \" characters with \\ ). |
|
38
41
|
**block_domains** | **str** | Domains or full object URLs to be excluded from metrics and waterfall data for transaction tests. | [optional]
|
39
42
|
**disable_screenshot** | **bool** | Enables or disables screenshots on error. Set true to not capture | [optional] [default to False]
|
40
43
|
**allow_mic_and_camera** | **bool** | Set true allow the use of a fake mic and camera in the browser. | [optional] [default to False]
|
41
44
|
**allow_geolocation** | **bool** | Set true to use the agent’s geolocation by the web page. | [optional] [default to False]
|
42
45
|
**browser_language** | **str** | Set one of the available browser language that you want to use to configure the browser. | [optional]
|
43
46
|
**page_loading_strategy** | [**TestPageLoadingStrategy**](TestPageLoadingStrategy.md) | | [optional]
|
44
|
-
**fixed_packet_rate** | **int** | Sets packets rate sent to measure the network in packets per second. | [optional]
|
45
47
|
**type** | **str** | | [optional] [readonly]
|
46
|
-
**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 `true` and specify a value for `overrideProxyId`. | [optional] [default to False]
|
47
|
-
**override_proxy_id** | **str** | ID of the proxy to be used if the default proxy is overridden. | [optional]
|
48
48
|
|
49
49
|
## Example
|
50
50
|
|
@@ -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.
|
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
|
+
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
|
+
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
|
+
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
|
+
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
|
+
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
|
+
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
|
+
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
|
+
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
|
+
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
|
+
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
|
+
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
|
+
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
|
+
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.
|
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
|
+
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
|
+
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.
|