thousandeyes-sdk-instant-tests 2.1.0__py3-none-any.whl → 2.4.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. thousandeyes_sdk/instant_tests/__init__.py +1 -0
  2. thousandeyes_sdk/instant_tests/models/__init__.py +1 -0
  3. thousandeyes_sdk/instant_tests/models/agent_to_agent_instant_test.py +3 -1
  4. thousandeyes_sdk/instant_tests/models/agent_to_agent_instant_test_request.py +3 -1
  5. thousandeyes_sdk/instant_tests/models/agent_to_agent_instant_test_response.py +3 -1
  6. thousandeyes_sdk/instant_tests/models/agent_to_agent_properties.py +3 -1
  7. thousandeyes_sdk/instant_tests/models/agent_to_server_instant_test.py +3 -1
  8. thousandeyes_sdk/instant_tests/models/agent_to_server_instant_test_request.py +3 -1
  9. thousandeyes_sdk/instant_tests/models/agent_to_server_instant_test_response.py +3 -1
  10. thousandeyes_sdk/instant_tests/models/agent_to_server_properties.py +3 -1
  11. thousandeyes_sdk/instant_tests/models/api_client_authentication.py +41 -0
  12. thousandeyes_sdk/instant_tests/models/api_instant_test.py +3 -1
  13. thousandeyes_sdk/instant_tests/models/api_instant_test_request.py +3 -1
  14. thousandeyes_sdk/instant_tests/models/api_instant_test_response.py +3 -1
  15. thousandeyes_sdk/instant_tests/models/api_properties.py +3 -1
  16. thousandeyes_sdk/instant_tests/models/api_request.py +12 -1
  17. thousandeyes_sdk/instant_tests/models/api_request_auth_type.py +1 -0
  18. thousandeyes_sdk/instant_tests/models/dns_sec_instant_test.py +4 -2
  19. thousandeyes_sdk/instant_tests/models/dns_sec_instant_test_request.py +3 -1
  20. thousandeyes_sdk/instant_tests/models/dns_sec_instant_test_response.py +3 -1
  21. thousandeyes_sdk/instant_tests/models/dns_sec_properties.py +4 -2
  22. thousandeyes_sdk/instant_tests/models/dns_server_instant_test.py +3 -1
  23. thousandeyes_sdk/instant_tests/models/dns_server_instant_test_request.py +3 -1
  24. thousandeyes_sdk/instant_tests/models/dns_server_instant_test_response.py +3 -1
  25. thousandeyes_sdk/instant_tests/models/dns_server_properties.py +3 -1
  26. thousandeyes_sdk/instant_tests/models/dns_trace_instant_test.py +4 -2
  27. thousandeyes_sdk/instant_tests/models/dns_trace_instant_test_request.py +3 -1
  28. thousandeyes_sdk/instant_tests/models/dns_trace_instant_test_response.py +3 -1
  29. thousandeyes_sdk/instant_tests/models/dns_trace_properties.py +4 -2
  30. thousandeyes_sdk/instant_tests/models/ftp_server_instant_test.py +3 -1
  31. thousandeyes_sdk/instant_tests/models/ftp_server_instant_test_request.py +3 -1
  32. thousandeyes_sdk/instant_tests/models/ftp_server_instant_test_response.py +3 -1
  33. thousandeyes_sdk/instant_tests/models/ftp_server_properties.py +3 -1
  34. thousandeyes_sdk/instant_tests/models/http_server_instant_test.py +3 -1
  35. thousandeyes_sdk/instant_tests/models/http_server_instant_test_request.py +3 -1
  36. thousandeyes_sdk/instant_tests/models/http_server_instant_test_response.py +3 -1
  37. thousandeyes_sdk/instant_tests/models/http_server_properties.py +3 -1
  38. thousandeyes_sdk/instant_tests/models/page_load_instant_test.py +4 -2
  39. thousandeyes_sdk/instant_tests/models/page_load_instant_test_request.py +3 -1
  40. thousandeyes_sdk/instant_tests/models/page_load_instant_test_response.py +3 -1
  41. thousandeyes_sdk/instant_tests/models/page_load_properties.py +3 -1
  42. thousandeyes_sdk/instant_tests/models/sip_server_instant_test.py +3 -1
  43. thousandeyes_sdk/instant_tests/models/sip_server_instant_test_request.py +3 -1
  44. thousandeyes_sdk/instant_tests/models/sip_server_instant_test_response.py +3 -1
  45. thousandeyes_sdk/instant_tests/models/sip_server_properties.py +3 -1
  46. thousandeyes_sdk/instant_tests/models/voice_instant_test.py +3 -1
  47. thousandeyes_sdk/instant_tests/models/voice_instant_test_request.py +3 -1
  48. thousandeyes_sdk/instant_tests/models/voice_instant_test_response.py +3 -1
  49. thousandeyes_sdk/instant_tests/models/voice_properties.py +4 -2
  50. thousandeyes_sdk/instant_tests/models/web_transaction_instant_test.py +3 -1
  51. thousandeyes_sdk/instant_tests/models/web_transaction_instant_test_request.py +3 -1
  52. thousandeyes_sdk/instant_tests/models/web_transaction_instant_test_response.py +3 -1
  53. thousandeyes_sdk/instant_tests/models/web_transaction_properties.py +3 -1
  54. {thousandeyes_sdk_instant_tests-2.1.0.dist-info → thousandeyes_sdk_instant_tests-2.4.0.dist-info}/METADATA +17 -16
  55. {thousandeyes_sdk_instant_tests-2.1.0.dist-info → thousandeyes_sdk_instant_tests-2.4.0.dist-info}/RECORD +59 -58
  56. {thousandeyes_sdk_instant_tests-2.1.0.dist-info → thousandeyes_sdk_instant_tests-2.4.0.dist-info}/WHEEL +1 -1
  57. {thousandeyes_sdk_instant_tests-2.1.0.dist-info → thousandeyes_sdk_instant_tests-2.4.0.dist-info}/LICENSE +0 -0
  58. {thousandeyes_sdk_instant_tests-2.1.0.dist-info → thousandeyes_sdk_instant_tests-2.4.0.dist-info}/NOTICE +0 -0
  59. {thousandeyes_sdk_instant_tests-2.1.0.dist-info → thousandeyes_sdk_instant_tests-2.4.0.dist-info}/top_level.txt +0 -0
@@ -35,13 +35,14 @@ class SipServerProperties(BaseModel):
35
35
  options_regex: Optional[StrictStr] = Field(default=None, description="Options regex, this field does not require escaping.", alias="optionsRegex")
36
36
  path_trace_mode: Optional[TestPathTraceMode] = Field(default=None, alias="pathTraceMode")
37
37
  probe_mode: Optional[TestProbeMode] = Field(default=None, alias="probeMode")
38
+ randomized_start_time: Optional[StrictBool] = Field(default=False, description="Indicates whether agents should randomize the start time in each test round.", alias="randomizedStartTime")
38
39
  register_enabled: Optional[StrictBool] = Field(default=False, description="Set to true to perform SIP registration on the test target with the SIP REGISTER command.", alias="registerEnabled")
39
40
  sip_target_time: Optional[Annotated[int, Field(le=5000, strict=True, ge=100)]] = Field(default=None, description="Target time for test completion in milliseconds.", alias="sipTargetTime")
40
41
  sip_time_limit: Optional[Annotated[int, Field(le=10, strict=True, ge=5)]] = Field(default=5, description="Time limit in milliseconds.", alias="sipTimeLimit")
41
42
  fixed_packet_rate: Optional[Annotated[int, Field(le=100, strict=True, ge=0)]] = Field(default=None, description="Sets packets rate sent to measure the network in packets per second.", alias="fixedPacketRate")
42
43
  ipv6_policy: Optional[TestIpv6Policy] = Field(default=None, alias="ipv6Policy")
43
44
  type: Optional[StrictStr] = None
44
- __properties: ClassVar[List[str]] = ["mtuMeasurements", "networkMeasurements", "numPathTraces", "optionsRegex", "pathTraceMode", "probeMode", "registerEnabled", "sipTargetTime", "sipTimeLimit", "fixedPacketRate", "ipv6Policy", "type"]
45
+ __properties: ClassVar[List[str]] = ["mtuMeasurements", "networkMeasurements", "numPathTraces", "optionsRegex", "pathTraceMode", "probeMode", "randomizedStartTime", "registerEnabled", "sipTargetTime", "sipTimeLimit", "fixedPacketRate", "ipv6Policy", "type"]
45
46
 
46
47
  model_config = ConfigDict(
47
48
  populate_by_name=True,
@@ -103,6 +104,7 @@ class SipServerProperties(BaseModel):
103
104
  "optionsRegex": obj.get("optionsRegex"),
104
105
  "pathTraceMode": obj.get("pathTraceMode"),
105
106
  "probeMode": obj.get("probeMode"),
107
+ "randomizedStartTime": obj.get("randomizedStartTime") if obj.get("randomizedStartTime") is not None else False,
106
108
  "registerEnabled": obj.get("registerEnabled") if obj.get("registerEnabled") is not None else False,
107
109
  "sipTargetTime": obj.get("sipTargetTime"),
108
110
  "sipTimeLimit": obj.get("sipTimeLimit") if obj.get("sipTimeLimit") is not None else 5,
@@ -52,8 +52,9 @@ class VoiceInstantTest(BaseModel):
52
52
  jitter_buffer: Optional[Annotated[int, Field(le=150, strict=True, ge=0)]] = Field(default=40, description="De-jitter buffer size in seconds.", alias="jitterBuffer")
53
53
  num_path_traces: Optional[Annotated[int, Field(le=10, strict=True, ge=1)]] = Field(default=3, description="Number of path traces executed by the agent.", alias="numPathTraces")
54
54
  port: Optional[Annotated[int, Field(le=65535, strict=True, ge=1024)]] = Field(default=None, description="Port number for the chosen protocol.")
55
+ randomized_start_time: Optional[StrictBool] = Field(default=False, description="Indicates whether agents should randomize the start time in each test round.", alias="randomizedStartTime")
55
56
  target_agent_id: StrictStr = Field(description="Agent ID of the target agent for the test.", alias="targetAgentId")
56
- __properties: ClassVar[List[str]] = ["createdBy", "createdDate", "description", "liveShare", "modifiedBy", "modifiedDate", "savedEvent", "testId", "testName", "type", "_links", "labels", "sharedWithAccounts", "codec", "codecId", "dscp", "dscpId", "duration", "jitterBuffer", "numPathTraces", "port", "targetAgentId"]
57
+ __properties: ClassVar[List[str]] = ["createdBy", "createdDate", "description", "liveShare", "modifiedBy", "modifiedDate", "savedEvent", "testId", "testName", "type", "_links", "labels", "sharedWithAccounts", "codec", "codecId", "dscp", "dscpId", "duration", "jitterBuffer", "numPathTraces", "port", "randomizedStartTime", "targetAgentId"]
57
58
 
58
59
  model_config = ConfigDict(
59
60
  populate_by_name=True,
@@ -169,6 +170,7 @@ class VoiceInstantTest(BaseModel):
169
170
  "jitterBuffer": obj.get("jitterBuffer") if obj.get("jitterBuffer") is not None else 40,
170
171
  "numPathTraces": obj.get("numPathTraces") if obj.get("numPathTraces") is not None else 3,
171
172
  "port": obj.get("port"),
173
+ "randomizedStartTime": obj.get("randomizedStartTime") if obj.get("randomizedStartTime") is not None else False,
172
174
  "targetAgentId": obj.get("targetAgentId")
173
175
  })
174
176
  return _obj
@@ -51,9 +51,10 @@ class VoiceInstantTestRequest(BaseModel):
51
51
  jitter_buffer: Optional[Annotated[int, Field(le=150, strict=True, ge=0)]] = Field(default=40, description="De-jitter buffer size in seconds.", alias="jitterBuffer")
52
52
  num_path_traces: Optional[Annotated[int, Field(le=10, strict=True, ge=1)]] = Field(default=3, description="Number of path traces executed by the agent.", alias="numPathTraces")
53
53
  port: Optional[Annotated[int, Field(le=65535, strict=True, ge=1024)]] = Field(default=None, description="Port number for the chosen protocol.")
54
+ randomized_start_time: Optional[StrictBool] = Field(default=False, description="Indicates whether agents should randomize the start time in each test round.", alias="randomizedStartTime")
54
55
  target_agent_id: StrictStr = Field(description="Agent ID of the target agent for the test.", alias="targetAgentId")
55
56
  agents: List[TestAgent] = Field(description="A list of objects with `agentId` (required) and `sourceIpAddress` (optional).")
56
- __properties: ClassVar[List[str]] = ["createdBy", "createdDate", "description", "liveShare", "modifiedBy", "modifiedDate", "savedEvent", "testId", "testName", "type", "_links", "labels", "sharedWithAccounts", "codec", "codecId", "dscp", "dscpId", "duration", "jitterBuffer", "numPathTraces", "port", "targetAgentId", "agents"]
57
+ __properties: ClassVar[List[str]] = ["createdBy", "createdDate", "description", "liveShare", "modifiedBy", "modifiedDate", "savedEvent", "testId", "testName", "type", "_links", "labels", "sharedWithAccounts", "codec", "codecId", "dscp", "dscpId", "duration", "jitterBuffer", "numPathTraces", "port", "randomizedStartTime", "targetAgentId", "agents"]
57
58
 
58
59
  model_config = ConfigDict(
59
60
  populate_by_name=True,
@@ -158,6 +159,7 @@ class VoiceInstantTestRequest(BaseModel):
158
159
  "jitterBuffer": obj.get("jitterBuffer") if obj.get("jitterBuffer") is not None else 40,
159
160
  "numPathTraces": obj.get("numPathTraces") if obj.get("numPathTraces") is not None else 3,
160
161
  "port": obj.get("port"),
162
+ "randomizedStartTime": obj.get("randomizedStartTime") if obj.get("randomizedStartTime") is not None else False,
161
163
  "targetAgentId": obj.get("targetAgentId"),
162
164
  "agents": [TestAgent.from_dict(_item) for _item in obj["agents"]] if obj.get("agents") is not None else None
163
165
  })
@@ -53,9 +53,10 @@ class VoiceInstantTestResponse(BaseModel):
53
53
  jitter_buffer: Optional[Annotated[int, Field(le=150, strict=True, ge=0)]] = Field(default=40, description="De-jitter buffer size in seconds.", alias="jitterBuffer")
54
54
  num_path_traces: Optional[Annotated[int, Field(le=10, strict=True, ge=1)]] = Field(default=3, description="Number of path traces executed by the agent.", alias="numPathTraces")
55
55
  port: Optional[Annotated[int, Field(le=65535, strict=True, ge=1024)]] = Field(default=None, description="Port number for the chosen protocol.")
56
+ randomized_start_time: Optional[StrictBool] = Field(default=False, description="Indicates whether agents should randomize the start time in each test round.", alias="randomizedStartTime")
56
57
  target_agent_id: StrictStr = Field(description="Agent ID of the target agent for the test.", alias="targetAgentId")
57
58
  agents: Optional[List[AgentResponse]] = Field(default=None, description="Contains list of agents.")
58
- __properties: ClassVar[List[str]] = ["createdBy", "createdDate", "description", "liveShare", "modifiedBy", "modifiedDate", "savedEvent", "testId", "testName", "type", "_links", "labels", "sharedWithAccounts", "codec", "codecId", "dscp", "dscpId", "duration", "jitterBuffer", "numPathTraces", "port", "targetAgentId", "agents"]
59
+ __properties: ClassVar[List[str]] = ["createdBy", "createdDate", "description", "liveShare", "modifiedBy", "modifiedDate", "savedEvent", "testId", "testName", "type", "_links", "labels", "sharedWithAccounts", "codec", "codecId", "dscp", "dscpId", "duration", "jitterBuffer", "numPathTraces", "port", "randomizedStartTime", "targetAgentId", "agents"]
59
60
 
60
61
  model_config = ConfigDict(
61
62
  populate_by_name=True,
@@ -178,6 +179,7 @@ class VoiceInstantTestResponse(BaseModel):
178
179
  "jitterBuffer": obj.get("jitterBuffer") if obj.get("jitterBuffer") is not None else 40,
179
180
  "numPathTraces": obj.get("numPathTraces") if obj.get("numPathTraces") is not None else 3,
180
181
  "port": obj.get("port"),
182
+ "randomizedStartTime": obj.get("randomizedStartTime") if obj.get("randomizedStartTime") is not None else False,
181
183
  "targetAgentId": obj.get("targetAgentId"),
182
184
  "agents": [AgentResponse.from_dict(_item) for _item in obj["agents"]] if obj.get("agents") is not None else None
183
185
  })
@@ -16,7 +16,7 @@ import pprint
16
16
  import re # noqa: F401
17
17
  import json
18
18
 
19
- from pydantic import BaseModel, ConfigDict, Field, StrictStr
19
+ from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr
20
20
  from typing import Any, ClassVar, Dict, List, Optional
21
21
  from typing_extensions import Annotated
22
22
  from thousandeyes_sdk.instant_tests.models.test_dscp_id import TestDscpId
@@ -35,9 +35,10 @@ class VoiceProperties(BaseModel):
35
35
  jitter_buffer: Optional[Annotated[int, Field(le=150, strict=True, ge=0)]] = Field(default=40, description="De-jitter buffer size in seconds.", alias="jitterBuffer")
36
36
  num_path_traces: Optional[Annotated[int, Field(le=10, strict=True, ge=1)]] = Field(default=3, description="Number of path traces executed by the agent.", alias="numPathTraces")
37
37
  port: Optional[Annotated[int, Field(le=65535, strict=True, ge=1024)]] = Field(default=None, description="Port number for the chosen protocol.")
38
+ randomized_start_time: Optional[StrictBool] = Field(default=False, description="Indicates whether agents should randomize the start time in each test round.", alias="randomizedStartTime")
38
39
  target_agent_id: StrictStr = Field(description="Agent ID of the target agent for the test.", alias="targetAgentId")
39
40
  type: Optional[StrictStr] = None
40
- __properties: ClassVar[List[str]] = ["codec", "codecId", "dscp", "dscpId", "duration", "jitterBuffer", "numPathTraces", "port", "targetAgentId", "type"]
41
+ __properties: ClassVar[List[str]] = ["codec", "codecId", "dscp", "dscpId", "duration", "jitterBuffer", "numPathTraces", "port", "randomizedStartTime", "targetAgentId", "type"]
41
42
 
42
43
  model_config = ConfigDict(
43
44
  populate_by_name=True,
@@ -105,6 +106,7 @@ class VoiceProperties(BaseModel):
105
106
  "jitterBuffer": obj.get("jitterBuffer") if obj.get("jitterBuffer") is not None else 40,
106
107
  "numPathTraces": obj.get("numPathTraces") if obj.get("numPathTraces") is not None else 3,
107
108
  "port": obj.get("port"),
109
+ "randomizedStartTime": obj.get("randomizedStartTime") if obj.get("randomizedStartTime") is not None else False,
108
110
  "targetAgentId": obj.get("targetAgentId"),
109
111
  "type": obj.get("type")
110
112
  })
@@ -96,8 +96,9 @@ class WebTransactionInstantTest(BaseModel):
96
96
  allow_geolocation: Optional[StrictBool] = Field(default=False, description="Set true to use the agent’s geolocation by the web page.", alias="allowGeolocation")
97
97
  browser_language: Optional[StrictStr] = Field(default=None, description="Set one of the available browser language that you want to use to configure the browser.", alias="browserLanguage")
98
98
  page_loading_strategy: Optional[TestPageLoadingStrategy] = Field(default=None, alias="pageLoadingStrategy")
99
+ randomized_start_time: Optional[StrictBool] = Field(default=False, description="Indicates whether agents should randomize the start time in each test round.", alias="randomizedStartTime")
99
100
  credentials: Optional[List[StrictStr]] = Field(default=None, description="Contains a list of credential IDs (get `credentialId` from `/credentials` endpoint).")
100
- __properties: ClassVar[List[str]] = ["createdBy", "createdDate", "description", "liveShare", "modifiedBy", "modifiedDate", "savedEvent", "testId", "testName", "type", "_links", "labels", "sharedWithAccounts", "authType", "agentInterfaces", "bandwidthMeasurements", "clientCertificate", "contentRegex", "customHeaders", "desiredStatusCode", "downloadLimit", "dnsOverride", "httpTargetTime", "httpTimeLimit", "httpVersion", "includeHeaders", "mtuMeasurements", "networkMeasurements", "numPathTraces", "oAuth", "password", "pathTraceMode", "probeMode", "protocol", "sslVersion", "sslVersionId", "url", "useNtlm", "userAgent", "username", "verifyCertificate", "allowUnsafeLegacyRenegotiation", "followRedirects", "fixedPacketRate", "overrideAgentProxy", "overrideProxyId", "collectProxyNetworkData", "emulatedDeviceId", "targetTime", "timeLimit", "transactionScript", "blockDomains", "disableScreenshot", "allowMicAndCamera", "allowGeolocation", "browserLanguage", "pageLoadingStrategy", "credentials"]
101
+ __properties: ClassVar[List[str]] = ["createdBy", "createdDate", "description", "liveShare", "modifiedBy", "modifiedDate", "savedEvent", "testId", "testName", "type", "_links", "labels", "sharedWithAccounts", "authType", "agentInterfaces", "bandwidthMeasurements", "clientCertificate", "contentRegex", "customHeaders", "desiredStatusCode", "downloadLimit", "dnsOverride", "httpTargetTime", "httpTimeLimit", "httpVersion", "includeHeaders", "mtuMeasurements", "networkMeasurements", "numPathTraces", "oAuth", "password", "pathTraceMode", "probeMode", "protocol", "sslVersion", "sslVersionId", "url", "useNtlm", "userAgent", "username", "verifyCertificate", "allowUnsafeLegacyRenegotiation", "followRedirects", "fixedPacketRate", "overrideAgentProxy", "overrideProxyId", "collectProxyNetworkData", "emulatedDeviceId", "targetTime", "timeLimit", "transactionScript", "blockDomains", "disableScreenshot", "allowMicAndCamera", "allowGeolocation", "browserLanguage", "pageLoadingStrategy", "randomizedStartTime", "credentials"]
101
102
 
102
103
  model_config = ConfigDict(
103
104
  populate_by_name=True,
@@ -256,6 +257,7 @@ class WebTransactionInstantTest(BaseModel):
256
257
  "allowGeolocation": obj.get("allowGeolocation") if obj.get("allowGeolocation") is not None else False,
257
258
  "browserLanguage": obj.get("browserLanguage"),
258
259
  "pageLoadingStrategy": obj.get("pageLoadingStrategy"),
260
+ "randomizedStartTime": obj.get("randomizedStartTime") if obj.get("randomizedStartTime") is not None else False,
259
261
  "credentials": obj.get("credentials")
260
262
  })
261
263
  return _obj
@@ -95,9 +95,10 @@ class WebTransactionInstantTestRequest(BaseModel):
95
95
  allow_geolocation: Optional[StrictBool] = Field(default=False, description="Set true to use the agent’s geolocation by the web page.", alias="allowGeolocation")
96
96
  browser_language: Optional[StrictStr] = Field(default=None, description="Set one of the available browser language that you want to use to configure the browser.", alias="browserLanguage")
97
97
  page_loading_strategy: Optional[TestPageLoadingStrategy] = Field(default=None, alias="pageLoadingStrategy")
98
+ randomized_start_time: Optional[StrictBool] = Field(default=False, description="Indicates whether agents should randomize the start time in each test round.", alias="randomizedStartTime")
98
99
  credentials: Optional[List[StrictStr]] = Field(default=None, description="Contains a list of credential IDs (get `credentialId` from `/credentials` endpoint).")
99
100
  agents: List[TestAgent] = Field(description="A list of objects with `agentId` (required) and `sourceIpAddress` (optional).")
100
- __properties: ClassVar[List[str]] = ["createdBy", "createdDate", "description", "liveShare", "modifiedBy", "modifiedDate", "savedEvent", "testId", "testName", "type", "_links", "labels", "sharedWithAccounts", "authType", "agentInterfaces", "bandwidthMeasurements", "clientCertificate", "contentRegex", "customHeaders", "desiredStatusCode", "downloadLimit", "dnsOverride", "httpTargetTime", "httpTimeLimit", "httpVersion", "includeHeaders", "mtuMeasurements", "networkMeasurements", "numPathTraces", "oAuth", "password", "pathTraceMode", "probeMode", "protocol", "sslVersion", "sslVersionId", "url", "useNtlm", "userAgent", "username", "verifyCertificate", "allowUnsafeLegacyRenegotiation", "followRedirects", "fixedPacketRate", "overrideAgentProxy", "overrideProxyId", "collectProxyNetworkData", "emulatedDeviceId", "targetTime", "timeLimit", "transactionScript", "blockDomains", "disableScreenshot", "allowMicAndCamera", "allowGeolocation", "browserLanguage", "pageLoadingStrategy", "credentials", "agents"]
101
+ __properties: ClassVar[List[str]] = ["createdBy", "createdDate", "description", "liveShare", "modifiedBy", "modifiedDate", "savedEvent", "testId", "testName", "type", "_links", "labels", "sharedWithAccounts", "authType", "agentInterfaces", "bandwidthMeasurements", "clientCertificate", "contentRegex", "customHeaders", "desiredStatusCode", "downloadLimit", "dnsOverride", "httpTargetTime", "httpTimeLimit", "httpVersion", "includeHeaders", "mtuMeasurements", "networkMeasurements", "numPathTraces", "oAuth", "password", "pathTraceMode", "probeMode", "protocol", "sslVersion", "sslVersionId", "url", "useNtlm", "userAgent", "username", "verifyCertificate", "allowUnsafeLegacyRenegotiation", "followRedirects", "fixedPacketRate", "overrideAgentProxy", "overrideProxyId", "collectProxyNetworkData", "emulatedDeviceId", "targetTime", "timeLimit", "transactionScript", "blockDomains", "disableScreenshot", "allowMicAndCamera", "allowGeolocation", "browserLanguage", "pageLoadingStrategy", "randomizedStartTime", "credentials", "agents"]
101
102
 
102
103
  model_config = ConfigDict(
103
104
  populate_by_name=True,
@@ -245,6 +246,7 @@ class WebTransactionInstantTestRequest(BaseModel):
245
246
  "allowGeolocation": obj.get("allowGeolocation") if obj.get("allowGeolocation") is not None else False,
246
247
  "browserLanguage": obj.get("browserLanguage"),
247
248
  "pageLoadingStrategy": obj.get("pageLoadingStrategy"),
249
+ "randomizedStartTime": obj.get("randomizedStartTime") if obj.get("randomizedStartTime") is not None else False,
248
250
  "credentials": obj.get("credentials"),
249
251
  "agents": [TestAgent.from_dict(_item) for _item in obj["agents"]] if obj.get("agents") is not None else None
250
252
  })
@@ -97,9 +97,10 @@ class WebTransactionInstantTestResponse(BaseModel):
97
97
  allow_geolocation: Optional[StrictBool] = Field(default=False, description="Set true to use the agent’s geolocation by the web page.", alias="allowGeolocation")
98
98
  browser_language: Optional[StrictStr] = Field(default=None, description="Set one of the available browser language that you want to use to configure the browser.", alias="browserLanguage")
99
99
  page_loading_strategy: Optional[TestPageLoadingStrategy] = Field(default=None, alias="pageLoadingStrategy")
100
+ randomized_start_time: Optional[StrictBool] = Field(default=False, description="Indicates whether agents should randomize the start time in each test round.", alias="randomizedStartTime")
100
101
  credentials: Optional[List[StrictStr]] = Field(default=None, description="Contains a list of credential IDs (get `credentialId` from `/credentials` endpoint).")
101
102
  agents: Optional[List[AgentResponse]] = Field(default=None, description="Contains list of agents.")
102
- __properties: ClassVar[List[str]] = ["createdBy", "createdDate", "description", "liveShare", "modifiedBy", "modifiedDate", "savedEvent", "testId", "testName", "type", "_links", "labels", "sharedWithAccounts", "authType", "agentInterfaces", "bandwidthMeasurements", "clientCertificate", "contentRegex", "customHeaders", "desiredStatusCode", "downloadLimit", "dnsOverride", "httpTargetTime", "httpTimeLimit", "httpVersion", "includeHeaders", "mtuMeasurements", "networkMeasurements", "numPathTraces", "oAuth", "password", "pathTraceMode", "probeMode", "protocol", "sslVersion", "sslVersionId", "url", "useNtlm", "userAgent", "username", "verifyCertificate", "allowUnsafeLegacyRenegotiation", "followRedirects", "fixedPacketRate", "overrideAgentProxy", "overrideProxyId", "collectProxyNetworkData", "emulatedDeviceId", "targetTime", "timeLimit", "transactionScript", "blockDomains", "disableScreenshot", "allowMicAndCamera", "allowGeolocation", "browserLanguage", "pageLoadingStrategy", "credentials", "agents"]
103
+ __properties: ClassVar[List[str]] = ["createdBy", "createdDate", "description", "liveShare", "modifiedBy", "modifiedDate", "savedEvent", "testId", "testName", "type", "_links", "labels", "sharedWithAccounts", "authType", "agentInterfaces", "bandwidthMeasurements", "clientCertificate", "contentRegex", "customHeaders", "desiredStatusCode", "downloadLimit", "dnsOverride", "httpTargetTime", "httpTimeLimit", "httpVersion", "includeHeaders", "mtuMeasurements", "networkMeasurements", "numPathTraces", "oAuth", "password", "pathTraceMode", "probeMode", "protocol", "sslVersion", "sslVersionId", "url", "useNtlm", "userAgent", "username", "verifyCertificate", "allowUnsafeLegacyRenegotiation", "followRedirects", "fixedPacketRate", "overrideAgentProxy", "overrideProxyId", "collectProxyNetworkData", "emulatedDeviceId", "targetTime", "timeLimit", "transactionScript", "blockDomains", "disableScreenshot", "allowMicAndCamera", "allowGeolocation", "browserLanguage", "pageLoadingStrategy", "randomizedStartTime", "credentials", "agents"]
103
104
 
104
105
  model_config = ConfigDict(
105
106
  populate_by_name=True,
@@ -265,6 +266,7 @@ class WebTransactionInstantTestResponse(BaseModel):
265
266
  "allowGeolocation": obj.get("allowGeolocation") if obj.get("allowGeolocation") is not None else False,
266
267
  "browserLanguage": obj.get("browserLanguage"),
267
268
  "pageLoadingStrategy": obj.get("pageLoadingStrategy"),
269
+ "randomizedStartTime": obj.get("randomizedStartTime") if obj.get("randomizedStartTime") is not None else False,
268
270
  "credentials": obj.get("credentials"),
269
271
  "agents": [AgentResponse.from_dict(_item) for _item in obj["agents"]] if obj.get("agents") is not None else None
270
272
  })
@@ -79,8 +79,9 @@ class WebTransactionProperties(BaseModel):
79
79
  allow_geolocation: Optional[StrictBool] = Field(default=False, description="Set true to use the agent’s geolocation by the web page.", alias="allowGeolocation")
80
80
  browser_language: Optional[StrictStr] = Field(default=None, description="Set one of the available browser language that you want to use to configure the browser.", alias="browserLanguage")
81
81
  page_loading_strategy: Optional[TestPageLoadingStrategy] = Field(default=None, alias="pageLoadingStrategy")
82
+ randomized_start_time: Optional[StrictBool] = Field(default=False, description="Indicates whether agents should randomize the start time in each test round.", alias="randomizedStartTime")
82
83
  type: Optional[StrictStr] = None
83
- __properties: ClassVar[List[str]] = ["authType", "agentInterfaces", "bandwidthMeasurements", "clientCertificate", "contentRegex", "customHeaders", "desiredStatusCode", "downloadLimit", "dnsOverride", "httpTargetTime", "httpTimeLimit", "httpVersion", "includeHeaders", "mtuMeasurements", "networkMeasurements", "numPathTraces", "oAuth", "password", "pathTraceMode", "probeMode", "protocol", "sslVersion", "sslVersionId", "url", "useNtlm", "userAgent", "username", "verifyCertificate", "allowUnsafeLegacyRenegotiation", "followRedirects", "fixedPacketRate", "overrideAgentProxy", "overrideProxyId", "collectProxyNetworkData", "emulatedDeviceId", "targetTime", "timeLimit", "transactionScript", "blockDomains", "disableScreenshot", "allowMicAndCamera", "allowGeolocation", "browserLanguage", "pageLoadingStrategy", "type"]
84
+ __properties: ClassVar[List[str]] = ["authType", "agentInterfaces", "bandwidthMeasurements", "clientCertificate", "contentRegex", "customHeaders", "desiredStatusCode", "downloadLimit", "dnsOverride", "httpTargetTime", "httpTimeLimit", "httpVersion", "includeHeaders", "mtuMeasurements", "networkMeasurements", "numPathTraces", "oAuth", "password", "pathTraceMode", "probeMode", "protocol", "sslVersion", "sslVersionId", "url", "useNtlm", "userAgent", "username", "verifyCertificate", "allowUnsafeLegacyRenegotiation", "followRedirects", "fixedPacketRate", "overrideAgentProxy", "overrideProxyId", "collectProxyNetworkData", "emulatedDeviceId", "targetTime", "timeLimit", "transactionScript", "blockDomains", "disableScreenshot", "allowMicAndCamera", "allowGeolocation", "browserLanguage", "pageLoadingStrategy", "randomizedStartTime", "type"]
84
85
 
85
86
  model_config = ConfigDict(
86
87
  populate_by_name=True,
@@ -191,6 +192,7 @@ class WebTransactionProperties(BaseModel):
191
192
  "allowGeolocation": obj.get("allowGeolocation") if obj.get("allowGeolocation") is not None else False,
192
193
  "browserLanguage": obj.get("browserLanguage"),
193
194
  "pageLoadingStrategy": obj.get("pageLoadingStrategy"),
195
+ "randomizedStartTime": obj.get("randomizedStartTime") if obj.get("randomizedStartTime") is not None else False,
194
196
  "type": obj.get("type")
195
197
  })
196
198
  return _obj
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: thousandeyes-sdk-instant-tests
3
- Version: 2.1.0
3
+ Version: 2.4.0
4
4
  Summary: ThousandEyes SDK Instant Tests API
5
5
  Author-email: ThousandEyes API Team <api-team@thousandeyes.com>
6
- License: Apache License
6
+ License: Apache License
7
7
  Version 2.0, January 2004
8
8
  http://www.apache.org/licenses/
9
9
 
@@ -183,21 +183,21 @@ Requires-Python: >=3.8
183
183
  Description-Content-Type: text/markdown
184
184
  License-File: LICENSE
185
185
  License-File: NOTICE
186
- Requires-Dist: urllib3 >=2.0.0
187
- Requires-Dist: python-dateutil >=2.8.2
188
- Requires-Dist: pydantic >=2.1.0
189
- Requires-Dist: typing-extensions >=4.7.1
186
+ Requires-Dist: urllib3>=2.0.0
187
+ Requires-Dist: python-dateutil>=2.8.2
188
+ Requires-Dist: pydantic>=2.1.0
189
+ Requires-Dist: typing-extensions>=4.7.1
190
190
  Requires-Dist: thousandeyes-sdk-core
191
- Provides-Extra: dev
192
- Requires-Dist: flake8 >=4.0.0 ; extra == 'dev'
193
- Requires-Dist: mypy >=1.4.1 ; extra == 'dev'
194
- Requires-Dist: types-python-dateutil >=2.8.19 ; extra == 'dev'
195
191
  Provides-Extra: test
196
- Requires-Dist: pytest ~=7.1.3 ; extra == 'test'
197
- Requires-Dist: pytest-cov >=2.8.1 ; extra == 'test'
198
- Requires-Dist: pytest-randomly >=3.12.0 ; extra == 'test'
199
- Requires-Dist: mypy >=1.4.1 ; extra == 'test'
200
- Requires-Dist: types-python-dateutil >=2.8.19 ; extra == 'test'
192
+ Requires-Dist: pytest~=7.1.3; extra == "test"
193
+ Requires-Dist: pytest-cov>=2.8.1; extra == "test"
194
+ Requires-Dist: pytest-randomly>=3.12.0; extra == "test"
195
+ Requires-Dist: mypy>=1.4.1; extra == "test"
196
+ Requires-Dist: types-python-dateutil>=2.8.19; extra == "test"
197
+ Provides-Extra: dev
198
+ Requires-Dist: flake8>=4.0.0; extra == "dev"
199
+ Requires-Dist: mypy>=1.4.1; extra == "dev"
200
+ Requires-Dist: types-python-dateutil>=2.8.19; extra == "dev"
201
201
 
202
202
  # thousandeyes-sdk-instant-tests
203
203
  The Instant Tests API operations lets you create and run new instant tests. You will need to be a regular user or have the following permissions:
@@ -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.28
212
+ - API version: 7.0.32
213
213
  - Generator version: 7.6.0
214
214
  - Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
215
215
 
@@ -331,6 +331,7 @@ Class | Method | HTTP request | Description
331
331
  - [AgentToServerInstantTestRequest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/AgentToServerInstantTestRequest.md)
332
332
  - [AgentToServerInstantTestResponse](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/AgentToServerInstantTestResponse.md)
333
333
  - [AgentToServerProperties](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/AgentToServerProperties.md)
334
+ - [ApiClientAuthentication](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/ApiClientAuthentication.md)
334
335
  - [ApiInstantTest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/ApiInstantTest.md)
335
336
  - [ApiInstantTestRequest](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/ApiInstantTestRequest.md)
336
337
  - [ApiInstantTestResponse](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-instant-tests/docs/ApiInstantTestResponse.md)
@@ -1,4 +1,4 @@
1
- thousandeyes_sdk/instant_tests/__init__.py,sha256=gUqh4HzKUNMYk5l-7QcSAi-vyYP6YSTq-ypcctvu2sQ,11155
1
+ thousandeyes_sdk/instant_tests/__init__.py,sha256=5893DkH9i8lG7FJB-JBfJBsFeBKvlz9wPS_RHHUFtCM,11255
2
2
  thousandeyes_sdk/instant_tests/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  thousandeyes_sdk/instant_tests/api/__init__.py,sha256=whJyM_JY3cZyXSVXZZCYd1Ka4Ux9w166hW5NFC9qjW4,1345
4
4
  thousandeyes_sdk/instant_tests/api/agent_to_agent_instant_tests_api.py,sha256=2UXbfk_AK0zpWjKRtPAirgw_wgzD56Pj-H4x2yXbooU,18009
@@ -14,74 +14,75 @@ thousandeyes_sdk/instant_tests/api/instant_tests_api.py,sha256=TAdKP2KlLLY8W35WX
14
14
  thousandeyes_sdk/instant_tests/api/sip_server_instant_tests_api.py,sha256=DQUsqflBiafdeMgYpI7nTKcZd2b0UqELa_DNAngVgfM,17831
15
15
  thousandeyes_sdk/instant_tests/api/voice_instant_tests_api.py,sha256=Bld2W7okmposmh_iRcgE5Y_xmRgvvyN9dlI9lE3v5sU,17593
16
16
  thousandeyes_sdk/instant_tests/api/web_transaction_instant_tests_api.py,sha256=9kUj0MfCnkCXXh4LROdAgkR_cNPzP72e2obw51OjezA,18078
17
- thousandeyes_sdk/instant_tests/models/__init__.py,sha256=W41pfbvYcETBiI2slHoCHTX7eqTJUq0D-4CtegTDWxw,9826
17
+ thousandeyes_sdk/instant_tests/models/__init__.py,sha256=Dd0HSGEPooB88ILdbnHlUtBLNAPtE3hCW8m6MgNBiRU,9926
18
18
  thousandeyes_sdk/instant_tests/models/agent_base.py,sha256=UBJKa3HjeZv2npuqw5TUmSLGPQym6xlAsJ4qzxBRlFQ,3642
19
19
  thousandeyes_sdk/instant_tests/models/agent_interfaces.py,sha256=wWWNL1hanHRC7r4fp0J4a1V9f_Z8PQ-71DrXdsqloi4,3210
20
20
  thousandeyes_sdk/instant_tests/models/agent_response.py,sha256=ebgNnD0MZGtJdgeDRkepOWUaYMx4dCyOQuuD0bjU9ac,5612
21
- thousandeyes_sdk/instant_tests/models/agent_to_agent_instant_test.py,sha256=0HQ55m2R3mlL-mhcn_be4h-Ok1LlXWFk0K3dZu4xMqo,10527
22
- thousandeyes_sdk/instant_tests/models/agent_to_agent_instant_test_request.py,sha256=K6IGG0Nklp1Jo18UIH_J_QAOqIHhyI0UuStABasB8BY,10254
23
- thousandeyes_sdk/instant_tests/models/agent_to_agent_instant_test_response.py,sha256=qTaFVsUlsLWqSa-SogSHHy6mBwSf0kP-DphIhtO0GVk,11179
24
- thousandeyes_sdk/instant_tests/models/agent_to_agent_properties.py,sha256=ND3Bsc-fuqNm5i6lhDX3EDMzcIByD6gAj81dul3yX48,6299
21
+ thousandeyes_sdk/instant_tests/models/agent_to_agent_instant_test.py,sha256=-ooUAHeGw1pGMChuBo42GzyRoCxqiTGamJ51enO8fnM,10866
22
+ thousandeyes_sdk/instant_tests/models/agent_to_agent_instant_test_request.py,sha256=i5XWL-EnmDehMtMKDlYBIrpcGmGWukjYgXHax1IGoVw,10593
23
+ thousandeyes_sdk/instant_tests/models/agent_to_agent_instant_test_response.py,sha256=9hnp8aREDG1NMkZ7vy5D9USSWuMHBIx6dBAYUhKAKWs,11518
24
+ thousandeyes_sdk/instant_tests/models/agent_to_agent_properties.py,sha256=NlKaHudl5GE01hYUTWIIKtKAx2nGPrmlkP-64bh8pUM,6638
25
25
  thousandeyes_sdk/instant_tests/models/agent_to_agent_test_protocol.py,sha256=WKOAIUrIFMjqyQumFnkaQZr_PQKHi9p3USekid3L5sk,1239
26
- thousandeyes_sdk/instant_tests/models/agent_to_server_instant_test.py,sha256=XXcB8PVDH43j16rWKs6YeCCUuWXkh1c7g6h4UcepSQo,11434
27
- thousandeyes_sdk/instant_tests/models/agent_to_server_instant_test_request.py,sha256=16LKthFqVDqqA6_j8KlaCCBgVkZaaYo40G3xrtKCbug,11161
28
- thousandeyes_sdk/instant_tests/models/agent_to_server_instant_test_response.py,sha256=TVO_QOJ5731fcNMabvfKIp2IdrzXpTdyx9kyt6IbZe8,12086
29
- thousandeyes_sdk/instant_tests/models/agent_to_server_properties.py,sha256=TZ-3HCMBHwREJ2JnDmH4IOXjsWV1mseib9JKzGW9Avs,7206
30
- thousandeyes_sdk/instant_tests/models/api_instant_test.py,sha256=hqfbNmH_EchjcfcrCVBZSCrqWhL5w_RvFR6-LTBxNwI,12706
31
- thousandeyes_sdk/instant_tests/models/api_instant_test_request.py,sha256=IRgCfEB2qKsztXm7BsHx2-6sJ9pd8TAynnrXAYm_WfQ,12433
32
- thousandeyes_sdk/instant_tests/models/api_instant_test_response.py,sha256=jeKnFuOb60PsNFQEZlixtGOzZKAOcTLxgPTHIbQlnTk,13358
26
+ thousandeyes_sdk/instant_tests/models/agent_to_server_instant_test.py,sha256=Z2OG2YZeP4YU9uqA8_bjWOPbV8XfXx4YAV4NMGH5eB0,11773
27
+ thousandeyes_sdk/instant_tests/models/agent_to_server_instant_test_request.py,sha256=kLAM_lQquRI0_o7SOMy-uGDLiWhbjvjA_5H4s7ggcoQ,11500
28
+ thousandeyes_sdk/instant_tests/models/agent_to_server_instant_test_response.py,sha256=wbLmmrkfrdWjaqO6RfMP4kMtM-R6yCaZeEZP3QG6w5w,12425
29
+ thousandeyes_sdk/instant_tests/models/agent_to_server_properties.py,sha256=swxmSqipnpxlN5tMOd9mB-sdYFbSvknPWMQgW1mDHmU,7545
30
+ thousandeyes_sdk/instant_tests/models/api_client_authentication.py,sha256=LcNONu9Gps6uHJ7qK17QAWEzLc6dxJgDlkxyJKlrXfU,1314
31
+ thousandeyes_sdk/instant_tests/models/api_instant_test.py,sha256=wahpSwfajA68M8_dDYPixc66JE5_i6TVJddPUvxp7to,13045
32
+ thousandeyes_sdk/instant_tests/models/api_instant_test_request.py,sha256=gJP8g1_DP0t2VyvHQxScR3_XVfJdv9gFH1QPna_kb2A,12772
33
+ thousandeyes_sdk/instant_tests/models/api_instant_test_response.py,sha256=t4h-fftvCTOWjtcGMWtnXRYJwG-2hnRFGhlm2biRtGc,13697
33
34
  thousandeyes_sdk/instant_tests/models/api_predefined_variable.py,sha256=PRgabUbqzCgK9UkEpIO7FX6jxqvaT3u7pY2AJTKz88s,3156
34
- thousandeyes_sdk/instant_tests/models/api_properties.py,sha256=Cn5ZzBSXs2ISoLzXbgEx02oBdVUAlyunoBPAhD6mB1c,8247
35
- thousandeyes_sdk/instant_tests/models/api_request.py,sha256=OeX4zNzOE4ES41mU5-gkuF-fPjEwPM1emDazAacQVCE,6848
35
+ thousandeyes_sdk/instant_tests/models/api_properties.py,sha256=98SQVHIFE6GzNEea7NkqrI0s664mmtVeI8wvJOGdZ4c,8586
36
+ thousandeyes_sdk/instant_tests/models/api_request.py,sha256=0EXyqCKSxAZPnSPCVc0nBJYnjSLkDV1rsmEfx-1EAWI,8025
36
37
  thousandeyes_sdk/instant_tests/models/api_request_assertion.py,sha256=UFapYw6QPNAdg8Kk-9QYjN_Nfb-Ka-_AF1btRounfSw,3519
37
38
  thousandeyes_sdk/instant_tests/models/api_request_assertion_name.py,sha256=t4vYlaymcPhuO4-3f6OWFbd2cc3GWR-jsQAry4Zag8U,1450
38
39
  thousandeyes_sdk/instant_tests/models/api_request_assertion_operator.py,sha256=xZva87kRk-lzVOrHiJ8PomEFVWx0iFD-Hn58ghP6nPQ,1431
39
- thousandeyes_sdk/instant_tests/models/api_request_auth_type.py,sha256=BDoOV44sF8IH38LdvIYqO840Bd9u-TCeuWlmAGRkQE4,1296
40
+ thousandeyes_sdk/instant_tests/models/api_request_auth_type.py,sha256=16VnUg5Fh-g3qWJ4bw0Nv-i8isPQ-Sx0Q_cvpcwvza8,1318
40
41
  thousandeyes_sdk/instant_tests/models/api_request_header.py,sha256=3szwlKvTX9Yut2EGgzgjggUm_emBRtw4sdKLAeRHV9o,3139
41
42
  thousandeyes_sdk/instant_tests/models/api_request_method.py,sha256=9ekXake8M0VCaCSLHjvvuxX9P37dty1gX82b4nPoizQ,1279
42
43
  thousandeyes_sdk/instant_tests/models/api_request_variable.py,sha256=ylDSYhO81xxQzd0Bv5zDAx68K65Xq_0wbnRBhZoNfS8,3159
43
44
  thousandeyes_sdk/instant_tests/models/cloud_enterprise_agent_type.py,sha256=8Efms3tsSRHWntCkiA3cGYZBo7d_irs7CbfnMI0jVhc,1303
44
45
  thousandeyes_sdk/instant_tests/models/dns_query_class.py,sha256=DweCQwNWiGSBbu7LtGUWrMJyYo2eO4ngH7V3Z4SDdB8,1275
45
- thousandeyes_sdk/instant_tests/models/dns_sec_instant_test.py,sha256=6WrKPiqRyPK5WYK5K8hrIq-s_bX2C5exJeziYPWQ904,7695
46
- thousandeyes_sdk/instant_tests/models/dns_sec_instant_test_request.py,sha256=d3L95bj6uCXwSiycHnCwsILgmEsLKk5ROtwvvmHrk7Q,7422
47
- thousandeyes_sdk/instant_tests/models/dns_sec_instant_test_response.py,sha256=zD1A1FG37t8K2NqV3_R5I1i5aTCnrtJG6v2nsBi9Rvc,8347
48
- thousandeyes_sdk/instant_tests/models/dns_sec_properties.py,sha256=zI0bcYJnjsIax2TuZFoNBN8Nnqnidk5n-LvVq8RP5dI,3455
49
- thousandeyes_sdk/instant_tests/models/dns_server_instant_test.py,sha256=tJjCXnJ2Yw3HU0oZ83fpCre_lwMRlDrq59TMACJBlmo,11334
50
- thousandeyes_sdk/instant_tests/models/dns_server_instant_test_request.py,sha256=FASBmx-gFW3U9-R7DyfWdypI1PN9HpTqp0vSsig5kbs,10610
51
- thousandeyes_sdk/instant_tests/models/dns_server_instant_test_response.py,sha256=K_sw_wrh1tOpO2psVb1b8jsMF2pcEXy_4hBZZJZXwy0,11986
52
- thousandeyes_sdk/instant_tests/models/dns_server_properties.py,sha256=f_K8iEsmOTNWhtc48QoYpDImKrkt_A3NUHmpFhu0o2A,7106
46
+ thousandeyes_sdk/instant_tests/models/dns_sec_instant_test.py,sha256=K5XFcXmzMixpbJPQcmkEavxEV8LB5e6A91QD2xaRfMg,8034
47
+ thousandeyes_sdk/instant_tests/models/dns_sec_instant_test_request.py,sha256=V2nxVQKssFWKsXlQWYb1XaJspZvjDAHx_hIPCk_ufV8,7761
48
+ thousandeyes_sdk/instant_tests/models/dns_sec_instant_test_response.py,sha256=nE7sskJCdXc-XcS2noz8RvqEfBG6TUwos5gF19hZHA8,8686
49
+ thousandeyes_sdk/instant_tests/models/dns_sec_properties.py,sha256=r1_Gk4YjCvxQRWqaDcw6wPmJmUWjFTjQDS-4-eprkQk,3806
50
+ thousandeyes_sdk/instant_tests/models/dns_server_instant_test.py,sha256=JJmawr_6P6xuS0aSkRbyVeFyWYusYVM7LN6Cdp50pZA,11673
51
+ thousandeyes_sdk/instant_tests/models/dns_server_instant_test_request.py,sha256=xsKru4xIKH9vIMnM1GOZ4_xjaTC9SXC80LRoiVLj3GQ,10949
52
+ thousandeyes_sdk/instant_tests/models/dns_server_instant_test_response.py,sha256=sufkUZoBtfbGU78Ay7WS9lQ_-_Eyg68tCfMuwPCY9sg,12325
53
+ thousandeyes_sdk/instant_tests/models/dns_server_properties.py,sha256=56XK75N9B4VspswOcr143PNikQa9prxJpM228U3eWKw,7445
53
54
  thousandeyes_sdk/instant_tests/models/dns_servers_request.py,sha256=TNiPy2jBaM8u1e_mS4xVyOGMaNw72P5hQKLuiV74YbI,3028
54
- thousandeyes_sdk/instant_tests/models/dns_trace_instant_test.py,sha256=dytd1wLYeXmAlVKMnbs8aTooScapgiVDW3NPy6UkYPo,8014
55
- thousandeyes_sdk/instant_tests/models/dns_trace_instant_test_request.py,sha256=SDoFWp8yLXQ2oAp8fmhFBLJZburj9gmDXqQIk_aHHC8,7741
56
- thousandeyes_sdk/instant_tests/models/dns_trace_instant_test_response.py,sha256=bQPE92qQ_sRZCgBCvMPDu2bBgK7657EUhSsDbswMw7Y,8666
57
- thousandeyes_sdk/instant_tests/models/dns_trace_properties.py,sha256=IebnQZ0D0KJM-dpW5BcVYI1O7jnJ9-Uy95E5ZCFx2Bg,3774
55
+ thousandeyes_sdk/instant_tests/models/dns_trace_instant_test.py,sha256=ccrSEshen6uODhYbc7sjScr_8dQFBwegQad5-n3cnHA,8353
56
+ thousandeyes_sdk/instant_tests/models/dns_trace_instant_test_request.py,sha256=JxcnxQLTFOpu0ZbGZLibpSnw9BLx7aFbL8zx5_pCEcg,8080
57
+ thousandeyes_sdk/instant_tests/models/dns_trace_instant_test_response.py,sha256=H3JP2qZuUDpDhqmBPZRRmeTn0__TGfDLb48JVNq5f4I,9005
58
+ thousandeyes_sdk/instant_tests/models/dns_trace_properties.py,sha256=CA5F4EwGzK4aJ4-oqH9a-DQQEBjdjFTH4dZZc3ZjwwM,4125
58
59
  thousandeyes_sdk/instant_tests/models/error.py,sha256=wo2LHUWAaxInGfmorni1udsCb5ufZcxmlWgp59n_WEs,3810
59
60
  thousandeyes_sdk/instant_tests/models/expand_instant_test_options.py,sha256=_6sv9p70vT3X3FtG6Sao7fzNDgV_HKxi3AfDgA36-rA,1307
60
- thousandeyes_sdk/instant_tests/models/ftp_server_instant_test.py,sha256=RoWM0WdPNSng7x-ZB7heB7rN84g3GLrBRofVmNIJKAs,11686
61
- thousandeyes_sdk/instant_tests/models/ftp_server_instant_test_request.py,sha256=_0TQUEO481y3uYclDIbbEhF0W72WWyzcLJtkkYbHVeg,11413
62
- thousandeyes_sdk/instant_tests/models/ftp_server_instant_test_response.py,sha256=m49JNRdotao_tubgJZBGJkJB4M2EbT9OyfnPQkjx8jg,12338
63
- thousandeyes_sdk/instant_tests/models/ftp_server_properties.py,sha256=prFngJYJv6AGrEvT3g4OoyVyBk85pqGNP7ji3zntnVA,7458
61
+ thousandeyes_sdk/instant_tests/models/ftp_server_instant_test.py,sha256=tUNxUiF2uqvxIWb-AdR1hDP7a-v6XYMfog6dgLuaPv8,12025
62
+ thousandeyes_sdk/instant_tests/models/ftp_server_instant_test_request.py,sha256=Wq8kXJsfKQx4K33y4p3W4_45AQhfnnwFxtEK9Fn1gtk,11752
63
+ thousandeyes_sdk/instant_tests/models/ftp_server_instant_test_response.py,sha256=Sqrh-0I56Lwo8dNdkHixIzzeXmugSiOO4HfM4Ffk3OE,12677
64
+ thousandeyes_sdk/instant_tests/models/ftp_server_properties.py,sha256=baa4gpH2xmRapWwPiZGz7QFfBLlTgU-ycpdBnDlTzeQ,7797
64
65
  thousandeyes_sdk/instant_tests/models/ftp_server_request_type.py,sha256=8qQN4ZH0a0nwJVobw5E3IB7N0XUkkYjjlyV37PhcWgM,1279
65
66
  thousandeyes_sdk/instant_tests/models/http_server_base_properties.py,sha256=oNYXE0D2l2A-hqCs0RStRu8StiZaNUhHSFxRJ5kalh8,12911
66
- thousandeyes_sdk/instant_tests/models/http_server_instant_test.py,sha256=w__HebFHSuwme9PgstpbZh6siyczUywpOw9Xpl4N-Po,17967
67
- thousandeyes_sdk/instant_tests/models/http_server_instant_test_request.py,sha256=BRdJN-WGWW7fQaOah26xdVVE-cPUZLXrm3txA8Nr_zU,17694
68
- thousandeyes_sdk/instant_tests/models/http_server_instant_test_response.py,sha256=zx53n9q-vX01gMYLbSFR_m_qDV0SiS9raXmcEWLP7_A,18619
69
- thousandeyes_sdk/instant_tests/models/http_server_properties.py,sha256=R4eIQNHxWto1BFoT1WtrGQBnw9FCKkKZKVXAmGoywI4,13739
67
+ thousandeyes_sdk/instant_tests/models/http_server_instant_test.py,sha256=kCa6cF_V4SMNsEQSiZcFwSSoiqAPng9vl0noxyrBgBw,18306
68
+ thousandeyes_sdk/instant_tests/models/http_server_instant_test_request.py,sha256=RXUpz45rD4k9wrdFTi4UFaGUC-YJ7b8zGQP1bVnQNVQ,18033
69
+ thousandeyes_sdk/instant_tests/models/http_server_instant_test_response.py,sha256=3hRIkiLvCsRigFB7Lmcc4JbNUSHgH7gbR8zu7cp2gBI,18958
70
+ thousandeyes_sdk/instant_tests/models/http_server_properties.py,sha256=GgrwhtLiMRZCi28VKRifoCe875chohmBsUvAmi5PMWg,14078
70
71
  thousandeyes_sdk/instant_tests/models/instant_test.py,sha256=qr047t1kswwkdJk0TpvlA9ydVIjjccNnmoxcqkM_eAE,7200
71
72
  thousandeyes_sdk/instant_tests/models/instant_test_request.py,sha256=bJNH9HtbIF9AxXsYWYUz8wiub2WOkwv1CgisgXOO_-8,3989
72
73
  thousandeyes_sdk/instant_tests/models/link.py,sha256=G9SGMU72Z6M7YVl0fsUuQuwRb2_Z4UF6DUGDR3VZ7vA,4458
73
74
  thousandeyes_sdk/instant_tests/models/o_auth.py,sha256=ocdu99-3TUszhnnIL1nnDPFdDhN3kUujpJQ-ROHH2CA,4478
74
- thousandeyes_sdk/instant_tests/models/page_load_instant_test.py,sha256=U9UZR-tuncS7sBHESOe7cbjYjgIwMfJ0ANlQObcBSq8,19957
75
- thousandeyes_sdk/instant_tests/models/page_load_instant_test_request.py,sha256=_gNJI0Jf1pO2C07slbLzbGUEiRbsQVr7YJBuN9rWd6o,19684
76
- thousandeyes_sdk/instant_tests/models/page_load_instant_test_response.py,sha256=zHgod4J45xRUP0xIkt9DWdBz2kxkOrg949cWvmZxGEo,20609
77
- thousandeyes_sdk/instant_tests/models/page_load_properties.py,sha256=DE0frlge2HLKrkaV59l7O9XLepNXFDpPiS6dwAmS8Dw,15729
75
+ thousandeyes_sdk/instant_tests/models/page_load_instant_test.py,sha256=yilYw7DHGeJgfm32ZJLqjZrcUwYtVojSmZj4pwLQIr4,20296
76
+ thousandeyes_sdk/instant_tests/models/page_load_instant_test_request.py,sha256=WHb04zXQvBDKpmLLCvi06PGl6RDhn2o7N17x8Vzkxns,20023
77
+ thousandeyes_sdk/instant_tests/models/page_load_instant_test_response.py,sha256=qJ97AWAkvAPiYDksJIKNHP0b_310aQ3g6PNpxQV6eJA,20948
78
+ thousandeyes_sdk/instant_tests/models/page_load_properties.py,sha256=xq_wGHhBgpb5gLdDk3fyk33P5CKKcPZaznR37A5K5Z0,16068
78
79
  thousandeyes_sdk/instant_tests/models/request_method.py,sha256=G3jHJw2cInYoa34aT0NlxGe4zrPxjOQJIcGchoW_pUE,1317
79
80
  thousandeyes_sdk/instant_tests/models/shared_with_account.py,sha256=TwPKiGqjqhYnc-hm3de5_6ziwcNxbr0HDiYM7hA7k7s,3096
80
81
  thousandeyes_sdk/instant_tests/models/simple_agent.py,sha256=UK0_4YUJLYYeIZ4whs4Eu_uI3i8G2NYj-G1r5Eq54ME,5373
81
- thousandeyes_sdk/instant_tests/models/sip_server_instant_test.py,sha256=OwX_28bo1rdUtHXaiWxq1CZo0N6dMgkH_ea1JNvjlLw,10278
82
- thousandeyes_sdk/instant_tests/models/sip_server_instant_test_request.py,sha256=6c0pk-W62k7ti6HCjrKAlAXfD-YewmF4olsyqF2DVig,10579
83
- thousandeyes_sdk/instant_tests/models/sip_server_instant_test_response.py,sha256=Q_KLHyZdVwgpgxWTSagXB5YFUhnqTrEksjYHlEQtEnY,12091
84
- thousandeyes_sdk/instant_tests/models/sip_server_properties.py,sha256=NNaka4YVxmrjuCWz8kG0-F-k9CJn5gNGwaBAWtNIr7A,6050
82
+ thousandeyes_sdk/instant_tests/models/sip_server_instant_test.py,sha256=n_u2QerBDDZe6FIworuhKJJTMduxpJ7mIO5e59ztpJs,10617
83
+ thousandeyes_sdk/instant_tests/models/sip_server_instant_test_request.py,sha256=1LbNRIf1hvnd0RqUHW1haLzQQ7ql4_B47lRh6sfIJTg,10918
84
+ thousandeyes_sdk/instant_tests/models/sip_server_instant_test_response.py,sha256=CaTy9DdPo7vBqz5w0EDoxONDC3uEaEwv2aLdTgLRPHo,12430
85
+ thousandeyes_sdk/instant_tests/models/sip_server_properties.py,sha256=U7OBn0vALahWjJ_uojb09zXl-kKTIs3dNQSnoWpIV1s,6389
85
86
  thousandeyes_sdk/instant_tests/models/sip_test_protocol.py,sha256=2BCTwaq_uF67NSOBu03f_h9tJU61ydTCEEM_z7BNFg0,1251
86
87
  thousandeyes_sdk/instant_tests/models/test_agent.py,sha256=XkXReZ4ku4tqsC4g9waKaBoeezb_q655d-i2laFouvw,3320
87
88
  thousandeyes_sdk/instant_tests/models/test_auth_type.py,sha256=Nc2KJ5WWn4tekBTs7W7_ZmHUWG54_wHonn75VwuDlZA,1286
@@ -105,17 +106,17 @@ thousandeyes_sdk/instant_tests/models/unauthorized_error.py,sha256=83H4TRqyL78xV
105
106
  thousandeyes_sdk/instant_tests/models/unexpanded_instant_test.py,sha256=F85qgzweih0Z3aGqDEcdLEVFB_4xgrS8qEewSaJBZGc,5792
106
107
  thousandeyes_sdk/instant_tests/models/validation_error.py,sha256=DBNWEl_pK8FbhdBUQV0o9DnHrPIfhoVENaWb0Bf0Suw,4755
107
108
  thousandeyes_sdk/instant_tests/models/validation_error_item.py,sha256=s7sipXuaInVqEYbPUkFQz3-3G-EgcnVUzidmKzk8tHo,3423
108
- thousandeyes_sdk/instant_tests/models/voice_instant_test.py,sha256=3eIxP7jSHB_JFrIOPYF5NsucxqR1WO5HEvS-YOgO9-0,9395
109
- thousandeyes_sdk/instant_tests/models/voice_instant_test_request.py,sha256=rKzOR3n5vXW2YhpYuMgCdsqP8UA1z2N7XBwrUtu8r4Y,9122
110
- thousandeyes_sdk/instant_tests/models/voice_instant_test_response.py,sha256=WY-Yne3PWQk9Hm0DxXgzQ4QPGmB3AcV1pbr5TBlNX10,10047
111
- thousandeyes_sdk/instant_tests/models/voice_properties.py,sha256=UPJAqqRWZThQG94daWysew0F-ggjuk6jQwZalNC1c14,5155
112
- thousandeyes_sdk/instant_tests/models/web_transaction_instant_test.py,sha256=ez7TlrPQL1sVF1jOg3aXUv09FxBz-cUsy-H9gjIdxD4,20377
113
- thousandeyes_sdk/instant_tests/models/web_transaction_instant_test_request.py,sha256=3qNrZnKqSozZX2kMB6nqz2yf2rc95pexou6nQnWQMIM,20104
114
- thousandeyes_sdk/instant_tests/models/web_transaction_instant_test_response.py,sha256=aqwr-0cX4lwy2LTjgc62HsxgWv_EqZhEYIa5H9OWal4,21029
115
- thousandeyes_sdk/instant_tests/models/web_transaction_properties.py,sha256=WWz5UUqcZVoXFcaS4yWZEm9jYmKIllrx_Fl7uwc2tDk,15918
116
- thousandeyes_sdk_instant_tests-2.1.0.dist-info/LICENSE,sha256=WYmcYJG1QFgu1hfo7qrEkZ3Jhcz8NUWe6XUraZvlIFs,10172
117
- thousandeyes_sdk_instant_tests-2.1.0.dist-info/METADATA,sha256=Xu_naJD8RBNH9vh2M4udJ52GcwwdMIiukdVPglE-fdA,35443
118
- thousandeyes_sdk_instant_tests-2.1.0.dist-info/NOTICE,sha256=qCuDsmtA-FKfCWNPOdV3w_DnaVlII8Vhjd3GVvf8We0,580
119
- thousandeyes_sdk_instant_tests-2.1.0.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
120
- thousandeyes_sdk_instant_tests-2.1.0.dist-info/top_level.txt,sha256=CEgP5tqpXCg6GixDvVc5BPD-Z1KWHY0oO0w3Olr_yss,17
121
- thousandeyes_sdk_instant_tests-2.1.0.dist-info/RECORD,,
109
+ thousandeyes_sdk/instant_tests/models/voice_instant_test.py,sha256=iigwhpEM7deOMsn0HzmzxD1SJGFrwu_ApWgMkwOcNIQ,9734
110
+ thousandeyes_sdk/instant_tests/models/voice_instant_test_request.py,sha256=iGOV7hR08j_KBYbdQrrmrWSsNFyVD5UNeHSDLVoxl2E,9461
111
+ thousandeyes_sdk/instant_tests/models/voice_instant_test_response.py,sha256=ERmO45tjxLMVNOXJR7q7X1tIkWwW1aBSGOKIpUKIMBw,10386
112
+ thousandeyes_sdk/instant_tests/models/voice_properties.py,sha256=A1_q8y0B1QlbdVcRDqid9E4DFnQ0k5ncoBZ2vnMrwoI,5506
113
+ thousandeyes_sdk/instant_tests/models/web_transaction_instant_test.py,sha256=Zx1QsWs5PrcuXKyHFUpUBelMl9wH9pYg3NuPxrideYU,20716
114
+ thousandeyes_sdk/instant_tests/models/web_transaction_instant_test_request.py,sha256=y5wJ4z9pfiCyPt_UtI6_uVJy6v63o1w4NMCPD-MejUE,20443
115
+ thousandeyes_sdk/instant_tests/models/web_transaction_instant_test_response.py,sha256=HBjuEoAH6JBf1MnK36Lu2WRAfIGwApW64hKtY4l3Mwg,21368
116
+ thousandeyes_sdk/instant_tests/models/web_transaction_properties.py,sha256=BrH0HQkoCanvgwClQOEPgapR56apLMuuDIDpJK2Bhs0,16257
117
+ thousandeyes_sdk_instant_tests-2.4.0.dist-info/LICENSE,sha256=WYmcYJG1QFgu1hfo7qrEkZ3Jhcz8NUWe6XUraZvlIFs,10172
118
+ thousandeyes_sdk_instant_tests-2.4.0.dist-info/METADATA,sha256=V78MybksN2Rj4avW1hGOt4UzJ-J42BIaFaAVyCGwYRc,35616
119
+ thousandeyes_sdk_instant_tests-2.4.0.dist-info/NOTICE,sha256=qCuDsmtA-FKfCWNPOdV3w_DnaVlII8Vhjd3GVvf8We0,580
120
+ thousandeyes_sdk_instant_tests-2.4.0.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
121
+ thousandeyes_sdk_instant_tests-2.4.0.dist-info/top_level.txt,sha256=CEgP5tqpXCg6GixDvVc5BPD-Z1KWHY0oO0w3Olr_yss,17
122
+ thousandeyes_sdk_instant_tests-2.4.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.5.0)
2
+ Generator: setuptools (75.6.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5