thousandeyes-sdk-instant-tests 1.0.0__py3-none-any.whl → 1.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- thousandeyes_sdk/instant_tests/__init__.py +2 -1
- thousandeyes_sdk/instant_tests/api/agent_to_agent_api.py +1 -1
- thousandeyes_sdk/instant_tests/api/agent_to_server_api.py +1 -1
- thousandeyes_sdk/instant_tests/api/api_api.py +1 -1
- thousandeyes_sdk/instant_tests/api/dns_security_api.py +1 -1
- thousandeyes_sdk/instant_tests/api/dns_server_api.py +1 -1
- thousandeyes_sdk/instant_tests/api/dns_trace_api.py +1 -1
- thousandeyes_sdk/instant_tests/api/ftp_server_api.py +1 -1
- thousandeyes_sdk/instant_tests/api/http_page_load_api.py +1 -1
- thousandeyes_sdk/instant_tests/api/http_server_api.py +1 -1
- thousandeyes_sdk/instant_tests/api/run_api.py +1 -1
- thousandeyes_sdk/instant_tests/api/sip_server_api.py +1 -1
- thousandeyes_sdk/instant_tests/api/voice_api.py +1 -1
- thousandeyes_sdk/instant_tests/api/web_transaction_api.py +1 -1
- thousandeyes_sdk/instant_tests/models/__init__.py +2 -1
- thousandeyes_sdk/instant_tests/models/agent.py +1 -1
- thousandeyes_sdk/instant_tests/models/agent_base.py +1 -1
- thousandeyes_sdk/instant_tests/models/agent_to_agent_instant_test.py +1 -1
- thousandeyes_sdk/instant_tests/models/agent_to_agent_instant_test_request.py +1 -1
- thousandeyes_sdk/instant_tests/models/agent_to_agent_properties.py +1 -1
- thousandeyes_sdk/instant_tests/models/agent_to_agent_test_protocol.py +1 -1
- thousandeyes_sdk/instant_tests/models/agent_to_server_instant_test.py +1 -1
- thousandeyes_sdk/instant_tests/models/agent_to_server_instant_test_request.py +1 -1
- thousandeyes_sdk/instant_tests/models/agent_to_server_properties.py +1 -1
- thousandeyes_sdk/instant_tests/models/api_instant_test.py +1 -1
- thousandeyes_sdk/instant_tests/models/api_instant_test_request.py +1 -1
- thousandeyes_sdk/instant_tests/models/api_predefined_variable.py +1 -1
- thousandeyes_sdk/instant_tests/models/api_properties.py +1 -1
- thousandeyes_sdk/instant_tests/models/api_request.py +1 -1
- thousandeyes_sdk/instant_tests/models/api_request_assertion.py +1 -1
- thousandeyes_sdk/instant_tests/models/api_request_assertion_name.py +1 -1
- thousandeyes_sdk/instant_tests/models/api_request_assertion_operator.py +1 -1
- thousandeyes_sdk/instant_tests/models/api_request_auth_type.py +1 -1
- thousandeyes_sdk/instant_tests/models/api_request_header.py +1 -1
- thousandeyes_sdk/instant_tests/models/api_request_method.py +1 -1
- thousandeyes_sdk/instant_tests/models/api_request_variable.py +1 -1
- thousandeyes_sdk/instant_tests/models/cloud_enterprise_agent_type.py +1 -1
- thousandeyes_sdk/instant_tests/models/dns_query_class.py +1 -1
- thousandeyes_sdk/instant_tests/models/dns_sec_instant_test.py +1 -1
- thousandeyes_sdk/instant_tests/models/dns_sec_instant_test_request.py +1 -1
- thousandeyes_sdk/instant_tests/models/dns_sec_properties.py +1 -1
- thousandeyes_sdk/instant_tests/models/dns_server_instant_test.py +1 -1
- thousandeyes_sdk/instant_tests/models/dns_server_instant_test_request.py +1 -1
- thousandeyes_sdk/instant_tests/models/dns_server_properties.py +1 -1
- thousandeyes_sdk/instant_tests/models/dns_servers_request.py +1 -1
- thousandeyes_sdk/instant_tests/models/dns_trace_instant_test.py +1 -1
- thousandeyes_sdk/instant_tests/models/dns_trace_instant_test_request.py +1 -1
- thousandeyes_sdk/instant_tests/models/dns_trace_properties.py +1 -1
- thousandeyes_sdk/instant_tests/models/error.py +1 -1
- thousandeyes_sdk/instant_tests/models/expand.py +1 -1
- thousandeyes_sdk/instant_tests/models/ftp_server_instant_test.py +1 -1
- thousandeyes_sdk/instant_tests/models/ftp_server_properties.py +1 -1
- thousandeyes_sdk/instant_tests/models/ftp_server_request_type.py +1 -1
- thousandeyes_sdk/instant_tests/models/http_server_base_properties.py +156 -0
- thousandeyes_sdk/instant_tests/models/http_server_instant_test.py +12 -12
- thousandeyes_sdk/instant_tests/models/http_server_instant_test_request.py +12 -12
- thousandeyes_sdk/instant_tests/models/http_server_properties.py +12 -12
- thousandeyes_sdk/instant_tests/models/instant_test.py +1 -1
- thousandeyes_sdk/instant_tests/models/instant_test_request.py +1 -1
- thousandeyes_sdk/instant_tests/models/link.py +1 -1
- thousandeyes_sdk/instant_tests/models/page_load_instant_test.py +17 -17
- thousandeyes_sdk/instant_tests/models/page_load_instant_test_request.py +17 -17
- thousandeyes_sdk/instant_tests/models/page_load_properties.py +18 -18
- thousandeyes_sdk/instant_tests/models/server_instant_test_request.py +1 -1
- thousandeyes_sdk/instant_tests/models/shared_with_account.py +1 -1
- thousandeyes_sdk/instant_tests/models/simple_agent.py +1 -1
- thousandeyes_sdk/instant_tests/models/sip_server_instant_test.py +1 -1
- thousandeyes_sdk/instant_tests/models/sip_server_instant_test_request.py +1 -1
- thousandeyes_sdk/instant_tests/models/sip_server_instant_test_request1.py +1 -1
- thousandeyes_sdk/instant_tests/models/sip_server_instant_test_response.py +1 -1
- thousandeyes_sdk/instant_tests/models/sip_server_properties.py +1 -1
- thousandeyes_sdk/instant_tests/models/sip_test_protocol.py +1 -1
- thousandeyes_sdk/instant_tests/models/test_agent.py +1 -1
- thousandeyes_sdk/instant_tests/models/test_auth_type.py +1 -1
- thousandeyes_sdk/instant_tests/models/test_custom_headers.py +1 -1
- thousandeyes_sdk/instant_tests/models/test_direction.py +1 -1
- thousandeyes_sdk/instant_tests/models/test_dns_server.py +1 -1
- thousandeyes_sdk/instant_tests/models/test_dns_transport_protocol.py +1 -1
- thousandeyes_sdk/instant_tests/models/test_dscp_id.py +1 -1
- thousandeyes_sdk/instant_tests/models/test_ipv6_policy.py +1 -1
- thousandeyes_sdk/instant_tests/models/test_label.py +1 -1
- thousandeyes_sdk/instant_tests/models/test_links.py +1 -1
- thousandeyes_sdk/instant_tests/models/test_page_loading_strategy.py +1 -1
- thousandeyes_sdk/instant_tests/models/test_path_trace_mode.py +1 -1
- thousandeyes_sdk/instant_tests/models/test_probe_mode.py +1 -1
- thousandeyes_sdk/instant_tests/models/test_protocol.py +1 -1
- thousandeyes_sdk/instant_tests/models/test_self_link.py +1 -1
- thousandeyes_sdk/instant_tests/models/test_sip_credentials.py +1 -1
- thousandeyes_sdk/instant_tests/models/test_ssl_version_id.py +1 -1
- thousandeyes_sdk/instant_tests/models/test_type.py +1 -1
- thousandeyes_sdk/instant_tests/models/unauthorized_error.py +1 -1
- thousandeyes_sdk/instant_tests/models/unexpanded_instant_test.py +1 -1
- thousandeyes_sdk/instant_tests/models/validation_error.py +1 -1
- thousandeyes_sdk/instant_tests/models/validation_error_item.py +1 -1
- thousandeyes_sdk/instant_tests/models/voice_instant_test.py +1 -1
- thousandeyes_sdk/instant_tests/models/voice_instant_test_request.py +1 -1
- thousandeyes_sdk/instant_tests/models/voice_properties.py +1 -1
- thousandeyes_sdk/instant_tests/models/web_transaction_instant_test.py +19 -19
- thousandeyes_sdk/instant_tests/models/web_transaction_instant_test_request.py +19 -19
- thousandeyes_sdk/instant_tests/models/web_transaction_properties.py +20 -20
- {thousandeyes_sdk_instant_tests-1.0.0.dist-info → thousandeyes_sdk_instant_tests-1.1.0.dist-info}/METADATA +3 -2
- thousandeyes_sdk_instant_tests-1.1.0.dist-info/RECORD +108 -0
- thousandeyes_sdk_instant_tests-1.0.0.dist-info/RECORD +0 -107
- {thousandeyes_sdk_instant_tests-1.0.0.dist-info → thousandeyes_sdk_instant_tests-1.1.0.dist-info}/LICENSE +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0.dist-info → thousandeyes_sdk_instant_tests-1.1.0.dist-info}/NOTICE +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0.dist-info → thousandeyes_sdk_instant_tests-1.1.0.dist-info}/WHEEL +0 -0
- {thousandeyes_sdk_instant_tests-1.0.0.dist-info → thousandeyes_sdk_instant_tests-1.1.0.dist-info}/top_level.txt +0 -0
@@ -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.
|
@@ -55,11 +55,9 @@ class WebTransactionInstantTest(BaseModel):
|
|
55
55
|
auth_type: Optional[TestAuthType] = Field(default=None, alias="authType")
|
56
56
|
bandwidth_measurements: Optional[StrictBool] = Field(default=None, description="Set to `true` to enable bandwidth measurements, only applies to Enterprise agents assigned to the test.", alias="bandwidthMeasurements")
|
57
57
|
client_certificate: Optional[StrictStr] = Field(default=None, description="String representation (containing newline characters) of client certificate, the private key must be placed first, then the certificate.", alias="clientCertificate")
|
58
|
-
content_regex: Optional[StrictStr] = Field(default=None, description="
|
58
|
+
content_regex: Optional[StrictStr] = Field(default=None, description="Content regex, this field does not require escaping.", alias="contentRegex")
|
59
59
|
custom_headers: Optional[TestCustomHeaders] = Field(default=None, alias="customHeaders")
|
60
60
|
desired_status_code: Optional[StrictStr] = Field(default='200', description="Specify the HTTP status code value that indicates a successful response.", alias="desiredStatusCode")
|
61
|
-
emulated_device_id: Optional[StrictStr] = Field(default=None, description="id of the emulated device, if one was given when the test was created", alias="emulatedDeviceId")
|
62
|
-
follow_redirects: Optional[StrictBool] = Field(default=True, description="To disable following HTTP/301 or HTTP/302 redirect directives, set this parameter to `false`.", alias="followRedirects")
|
63
61
|
http_target_time: Optional[Annotated[int, Field(le=5000, strict=True, ge=100)]] = Field(default=None, description="Target time for HTTP server completion, specified in milliseconds.", alias="httpTargetTime")
|
64
62
|
http_time_limit: Optional[Annotated[int, Field(le=60, strict=True, ge=5)]] = Field(default=5, description="HTTP time limit in seconds.", alias="httpTimeLimit")
|
65
63
|
http_version: Optional[Annotated[int, Field(le=2, strict=True, ge=1)]] = Field(default=2, description="HTTP protocol version. Set to '2' to prefer HTTP/2, or '1' to use only HTTP/1.1.", alias="httpVersion")
|
@@ -73,27 +71,29 @@ class WebTransactionInstantTest(BaseModel):
|
|
73
71
|
protocol: Optional[TestProtocol] = None
|
74
72
|
ssl_version: Optional[StrictStr] = Field(default=None, description="Reflects the verbose SSL protocol version used by a test.", alias="sslVersion")
|
75
73
|
ssl_version_id: Optional[TestSslVersionId] = Field(default=None, alias="sslVersionId")
|
76
|
-
target_time: Optional[Annotated[int, Field(le=60, strict=True, ge=0)]] = Field(default=None, description="Target time for completion, defaults to 50% of time limit specified in seconds. (0 means default behavior)", alias="targetTime")
|
77
|
-
time_limit: Optional[Annotated[int, Field(le=180, strict=True, ge=5)]] = Field(default=30, description="Time limit for transaction in seconds.", alias="timeLimit")
|
78
|
-
transaction_script: StrictStr = Field(description="JavaScript of a web transaction test. Quotes must be escaped (precede \" characters with \\ ).", alias="transactionScript")
|
79
74
|
url: StrictStr = Field(description="Target for the test.")
|
80
75
|
use_ntlm: Optional[StrictBool] = Field(default=None, description="Set to true to use NTLM, false to use Basic Authentication. Requires username and password to be set.", alias="useNtlm")
|
81
76
|
user_agent: Optional[StrictStr] = Field(default=None, description="User-agent string to be provided during the test.", alias="userAgent")
|
82
77
|
username: Optional[StrictStr] = Field(default=None, description="Username for Basic/NTLM authentication.")
|
83
78
|
verify_certificate: Optional[StrictBool] = Field(default=False, description="Ignore or acknowledge certificate errors. Set to false to ignore certificate errors.", alias="verifyCertificate")
|
84
79
|
allow_unsafe_legacy_renegotiation: Optional[StrictBool] = Field(default=True, description="Allows TLS renegotiation with servers not supporting RFC 5746. Default Set to true to allow unsafe legacy renegotiation.", alias="allowUnsafeLegacyRenegotiation")
|
80
|
+
follow_redirects: Optional[StrictBool] = Field(default=True, description="To disable following HTTP/301 or HTTP/302 redirect directives, set this parameter to `false`.", alias="followRedirects")
|
81
|
+
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")
|
82
|
+
override_agent_proxy: Optional[StrictBool] = Field(default=False, description="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`.", alias="overrideAgentProxy")
|
83
|
+
override_proxy_id: Optional[StrictStr] = Field(default=None, description="ID of the proxy to be used if the default proxy is overridden.", alias="overrideProxyId")
|
84
|
+
emulated_device_id: Optional[StrictStr] = Field(default=None, description="ID of the emulated device, if specified when the test was created.", alias="emulatedDeviceId")
|
85
|
+
target_time: Optional[Annotated[int, Field(le=60, strict=True, ge=0)]] = Field(default=None, description="Target completion time. The default is 50% of the specified time limit in seconds. (Set to 0 to use the default behavior).", alias="targetTime")
|
86
|
+
time_limit: Optional[Annotated[int, Field(le=180, strict=True, ge=5)]] = Field(default=30, description="Time limit for transaction in seconds.", alias="timeLimit")
|
87
|
+
transaction_script: StrictStr = Field(description="JavaScript of a web transaction test. Quotes must be escaped (precede \" characters with \\ ).", alias="transactionScript")
|
85
88
|
block_domains: Optional[StrictStr] = Field(default=None, description="Domains or full object URLs to be excluded from metrics and waterfall data for transaction tests.", alias="blockDomains")
|
86
89
|
disable_screenshot: Optional[StrictBool] = Field(default=False, description="Enables or disables screenshots on error. Set true to not capture", alias="disableScreenshot")
|
87
90
|
allow_mic_and_camera: Optional[StrictBool] = Field(default=False, description="Set true allow the use of a fake mic and camera in the browser.", alias="allowMicAndCamera")
|
88
91
|
allow_geolocation: Optional[StrictBool] = Field(default=False, description="Set true to use the agent’s geolocation by the web page.", alias="allowGeolocation")
|
89
92
|
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")
|
90
93
|
page_loading_strategy: Optional[TestPageLoadingStrategy] = Field(default=None, alias="pageLoadingStrategy")
|
91
|
-
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")
|
92
|
-
override_agent_proxy: Optional[StrictBool] = Field(default=False, description="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`.", alias="overrideAgentProxy")
|
93
|
-
override_proxy_id: Optional[StrictStr] = Field(default=None, description="ID of the proxy to be used if the default proxy is overridden.", alias="overrideProxyId")
|
94
94
|
agents: Optional[List[Agent]] = Field(default=None, description="Contains list of agents.")
|
95
95
|
credentials: Optional[List[StrictStr]] = Field(default=None, description="Contains a list of credential IDs (get `credentialId` from `/credentials` endpoint).")
|
96
|
-
__properties: ClassVar[List[str]] = ["createdBy", "createdDate", "description", "liveShare", "modifiedBy", "modifiedDate", "savedEvent", "testId", "testName", "type", "_links", "labels", "sharedWithAccounts", "authType", "bandwidthMeasurements", "clientCertificate", "contentRegex", "customHeaders", "desiredStatusCode", "
|
96
|
+
__properties: ClassVar[List[str]] = ["createdBy", "createdDate", "description", "liveShare", "modifiedBy", "modifiedDate", "savedEvent", "testId", "testName", "type", "_links", "labels", "sharedWithAccounts", "authType", "bandwidthMeasurements", "clientCertificate", "contentRegex", "customHeaders", "desiredStatusCode", "httpTargetTime", "httpTimeLimit", "httpVersion", "includeHeaders", "mtuMeasurements", "networkMeasurements", "numPathTraces", "password", "pathTraceMode", "probeMode", "protocol", "sslVersion", "sslVersionId", "url", "useNtlm", "userAgent", "username", "verifyCertificate", "allowUnsafeLegacyRenegotiation", "followRedirects", "fixedPacketRate", "overrideAgentProxy", "overrideProxyId", "emulatedDeviceId", "targetTime", "timeLimit", "transactionScript", "blockDomains", "disableScreenshot", "allowMicAndCamera", "allowGeolocation", "browserLanguage", "pageLoadingStrategy", "agents", "credentials"]
|
97
97
|
|
98
98
|
model_config = ConfigDict(
|
99
99
|
populate_by_name=True,
|
@@ -217,8 +217,6 @@ class WebTransactionInstantTest(BaseModel):
|
|
217
217
|
"contentRegex": obj.get("contentRegex"),
|
218
218
|
"customHeaders": TestCustomHeaders.from_dict(obj["customHeaders"]) if obj.get("customHeaders") is not None else None,
|
219
219
|
"desiredStatusCode": obj.get("desiredStatusCode") if obj.get("desiredStatusCode") is not None else '200',
|
220
|
-
"emulatedDeviceId": obj.get("emulatedDeviceId"),
|
221
|
-
"followRedirects": obj.get("followRedirects") if obj.get("followRedirects") is not None else True,
|
222
220
|
"httpTargetTime": obj.get("httpTargetTime"),
|
223
221
|
"httpTimeLimit": obj.get("httpTimeLimit") if obj.get("httpTimeLimit") is not None else 5,
|
224
222
|
"httpVersion": obj.get("httpVersion") if obj.get("httpVersion") is not None else 2,
|
@@ -232,24 +230,26 @@ class WebTransactionInstantTest(BaseModel):
|
|
232
230
|
"protocol": obj.get("protocol"),
|
233
231
|
"sslVersion": obj.get("sslVersion"),
|
234
232
|
"sslVersionId": obj.get("sslVersionId"),
|
235
|
-
"targetTime": obj.get("targetTime"),
|
236
|
-
"timeLimit": obj.get("timeLimit") if obj.get("timeLimit") is not None else 30,
|
237
|
-
"transactionScript": obj.get("transactionScript"),
|
238
233
|
"url": obj.get("url"),
|
239
234
|
"useNtlm": obj.get("useNtlm"),
|
240
235
|
"userAgent": obj.get("userAgent"),
|
241
236
|
"username": obj.get("username"),
|
242
237
|
"verifyCertificate": obj.get("verifyCertificate") if obj.get("verifyCertificate") is not None else False,
|
243
238
|
"allowUnsafeLegacyRenegotiation": obj.get("allowUnsafeLegacyRenegotiation") if obj.get("allowUnsafeLegacyRenegotiation") is not None else True,
|
239
|
+
"followRedirects": obj.get("followRedirects") if obj.get("followRedirects") is not None else True,
|
240
|
+
"fixedPacketRate": obj.get("fixedPacketRate"),
|
241
|
+
"overrideAgentProxy": obj.get("overrideAgentProxy") if obj.get("overrideAgentProxy") is not None else False,
|
242
|
+
"overrideProxyId": obj.get("overrideProxyId"),
|
243
|
+
"emulatedDeviceId": obj.get("emulatedDeviceId"),
|
244
|
+
"targetTime": obj.get("targetTime"),
|
245
|
+
"timeLimit": obj.get("timeLimit") if obj.get("timeLimit") is not None else 30,
|
246
|
+
"transactionScript": obj.get("transactionScript"),
|
244
247
|
"blockDomains": obj.get("blockDomains"),
|
245
248
|
"disableScreenshot": obj.get("disableScreenshot") if obj.get("disableScreenshot") is not None else False,
|
246
249
|
"allowMicAndCamera": obj.get("allowMicAndCamera") if obj.get("allowMicAndCamera") is not None else False,
|
247
250
|
"allowGeolocation": obj.get("allowGeolocation") if obj.get("allowGeolocation") is not None else False,
|
248
251
|
"browserLanguage": obj.get("browserLanguage"),
|
249
252
|
"pageLoadingStrategy": obj.get("pageLoadingStrategy"),
|
250
|
-
"fixedPacketRate": obj.get("fixedPacketRate"),
|
251
|
-
"overrideAgentProxy": obj.get("overrideAgentProxy") if obj.get("overrideAgentProxy") is not None else False,
|
252
|
-
"overrideProxyId": obj.get("overrideProxyId"),
|
253
253
|
"agents": [Agent.from_dict(_item) for _item in obj["agents"]] if obj.get("agents") is not None else None,
|
254
254
|
"credentials": obj.get("credentials")
|
255
255
|
})
|
@@ -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.
|
@@ -53,11 +53,9 @@ class WebTransactionInstantTestRequest(BaseModel):
|
|
53
53
|
auth_type: Optional[TestAuthType] = Field(default=None, alias="authType")
|
54
54
|
bandwidth_measurements: Optional[StrictBool] = Field(default=None, description="Set to `true` to enable bandwidth measurements, only applies to Enterprise agents assigned to the test.", alias="bandwidthMeasurements")
|
55
55
|
client_certificate: Optional[StrictStr] = Field(default=None, description="String representation (containing newline characters) of client certificate, the private key must be placed first, then the certificate.", alias="clientCertificate")
|
56
|
-
content_regex: Optional[StrictStr] = Field(default=None, description="
|
56
|
+
content_regex: Optional[StrictStr] = Field(default=None, description="Content regex, this field does not require escaping.", alias="contentRegex")
|
57
57
|
custom_headers: Optional[TestCustomHeaders] = Field(default=None, alias="customHeaders")
|
58
58
|
desired_status_code: Optional[StrictStr] = Field(default='200', description="Specify the HTTP status code value that indicates a successful response.", alias="desiredStatusCode")
|
59
|
-
emulated_device_id: Optional[StrictStr] = Field(default=None, description="id of the emulated device, if one was given when the test was created", alias="emulatedDeviceId")
|
60
|
-
follow_redirects: Optional[StrictBool] = Field(default=True, description="To disable following HTTP/301 or HTTP/302 redirect directives, set this parameter to `false`.", alias="followRedirects")
|
61
59
|
http_target_time: Optional[Annotated[int, Field(le=5000, strict=True, ge=100)]] = Field(default=None, description="Target time for HTTP server completion, specified in milliseconds.", alias="httpTargetTime")
|
62
60
|
http_time_limit: Optional[Annotated[int, Field(le=60, strict=True, ge=5)]] = Field(default=5, description="HTTP time limit in seconds.", alias="httpTimeLimit")
|
63
61
|
http_version: Optional[Annotated[int, Field(le=2, strict=True, ge=1)]] = Field(default=2, description="HTTP protocol version. Set to '2' to prefer HTTP/2, or '1' to use only HTTP/1.1.", alias="httpVersion")
|
@@ -71,27 +69,29 @@ class WebTransactionInstantTestRequest(BaseModel):
|
|
71
69
|
protocol: Optional[TestProtocol] = None
|
72
70
|
ssl_version: Optional[StrictStr] = Field(default=None, description="Reflects the verbose SSL protocol version used by a test.", alias="sslVersion")
|
73
71
|
ssl_version_id: Optional[TestSslVersionId] = Field(default=None, alias="sslVersionId")
|
74
|
-
target_time: Optional[Annotated[int, Field(le=60, strict=True, ge=0)]] = Field(default=None, description="Target time for completion, defaults to 50% of time limit specified in seconds. (0 means default behavior)", alias="targetTime")
|
75
|
-
time_limit: Optional[Annotated[int, Field(le=180, strict=True, ge=5)]] = Field(default=30, description="Time limit for transaction in seconds.", alias="timeLimit")
|
76
|
-
transaction_script: StrictStr = Field(description="JavaScript of a web transaction test. Quotes must be escaped (precede \" characters with \\ ).", alias="transactionScript")
|
77
72
|
url: StrictStr = Field(description="Target for the test.")
|
78
73
|
use_ntlm: Optional[StrictBool] = Field(default=None, description="Set to true to use NTLM, false to use Basic Authentication. Requires username and password to be set.", alias="useNtlm")
|
79
74
|
user_agent: Optional[StrictStr] = Field(default=None, description="User-agent string to be provided during the test.", alias="userAgent")
|
80
75
|
username: Optional[StrictStr] = Field(default=None, description="Username for Basic/NTLM authentication.")
|
81
76
|
verify_certificate: Optional[StrictBool] = Field(default=False, description="Ignore or acknowledge certificate errors. Set to false to ignore certificate errors.", alias="verifyCertificate")
|
82
77
|
allow_unsafe_legacy_renegotiation: Optional[StrictBool] = Field(default=True, description="Allows TLS renegotiation with servers not supporting RFC 5746. Default Set to true to allow unsafe legacy renegotiation.", alias="allowUnsafeLegacyRenegotiation")
|
78
|
+
follow_redirects: Optional[StrictBool] = Field(default=True, description="To disable following HTTP/301 or HTTP/302 redirect directives, set this parameter to `false`.", alias="followRedirects")
|
79
|
+
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")
|
80
|
+
override_agent_proxy: Optional[StrictBool] = Field(default=False, description="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`.", alias="overrideAgentProxy")
|
81
|
+
override_proxy_id: Optional[StrictStr] = Field(default=None, description="ID of the proxy to be used if the default proxy is overridden.", alias="overrideProxyId")
|
82
|
+
emulated_device_id: Optional[StrictStr] = Field(default=None, description="ID of the emulated device, if specified when the test was created.", alias="emulatedDeviceId")
|
83
|
+
target_time: Optional[Annotated[int, Field(le=60, strict=True, ge=0)]] = Field(default=None, description="Target completion time. The default is 50% of the specified time limit in seconds. (Set to 0 to use the default behavior).", alias="targetTime")
|
84
|
+
time_limit: Optional[Annotated[int, Field(le=180, strict=True, ge=5)]] = Field(default=30, description="Time limit for transaction in seconds.", alias="timeLimit")
|
85
|
+
transaction_script: StrictStr = Field(description="JavaScript of a web transaction test. Quotes must be escaped (precede \" characters with \\ ).", alias="transactionScript")
|
83
86
|
block_domains: Optional[StrictStr] = Field(default=None, description="Domains or full object URLs to be excluded from metrics and waterfall data for transaction tests.", alias="blockDomains")
|
84
87
|
disable_screenshot: Optional[StrictBool] = Field(default=False, description="Enables or disables screenshots on error. Set true to not capture", alias="disableScreenshot")
|
85
88
|
allow_mic_and_camera: Optional[StrictBool] = Field(default=False, description="Set true allow the use of a fake mic and camera in the browser.", alias="allowMicAndCamera")
|
86
89
|
allow_geolocation: Optional[StrictBool] = Field(default=False, description="Set true to use the agent’s geolocation by the web page.", alias="allowGeolocation")
|
87
90
|
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")
|
88
91
|
page_loading_strategy: Optional[TestPageLoadingStrategy] = Field(default=None, alias="pageLoadingStrategy")
|
89
|
-
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")
|
90
|
-
override_agent_proxy: Optional[StrictBool] = Field(default=False, description="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`.", alias="overrideAgentProxy")
|
91
|
-
override_proxy_id: Optional[StrictStr] = Field(default=None, description="ID of the proxy to be used if the default proxy is overridden.", alias="overrideProxyId")
|
92
92
|
agents: List[TestAgent] = Field(description="A list of objects with `agentId` (required) and `sourceIpAddress` (optional).")
|
93
93
|
credentials: Optional[List[StrictStr]] = Field(default=None, description="Contains a list of credential IDs (get `credentialId` from `/credentials` endpoint).")
|
94
|
-
__properties: ClassVar[List[str]] = ["createdBy", "createdDate", "description", "liveShare", "modifiedBy", "modifiedDate", "savedEvent", "testId", "testName", "type", "_links", "labels", "sharedWithAccounts", "authType", "bandwidthMeasurements", "clientCertificate", "contentRegex", "customHeaders", "desiredStatusCode", "
|
94
|
+
__properties: ClassVar[List[str]] = ["createdBy", "createdDate", "description", "liveShare", "modifiedBy", "modifiedDate", "savedEvent", "testId", "testName", "type", "_links", "labels", "sharedWithAccounts", "authType", "bandwidthMeasurements", "clientCertificate", "contentRegex", "customHeaders", "desiredStatusCode", "httpTargetTime", "httpTimeLimit", "httpVersion", "includeHeaders", "mtuMeasurements", "networkMeasurements", "numPathTraces", "password", "pathTraceMode", "probeMode", "protocol", "sslVersion", "sslVersionId", "url", "useNtlm", "userAgent", "username", "verifyCertificate", "allowUnsafeLegacyRenegotiation", "followRedirects", "fixedPacketRate", "overrideAgentProxy", "overrideProxyId", "emulatedDeviceId", "targetTime", "timeLimit", "transactionScript", "blockDomains", "disableScreenshot", "allowMicAndCamera", "allowGeolocation", "browserLanguage", "pageLoadingStrategy", "agents", "credentials"]
|
95
95
|
|
96
96
|
model_config = ConfigDict(
|
97
97
|
populate_by_name=True,
|
@@ -195,8 +195,6 @@ class WebTransactionInstantTestRequest(BaseModel):
|
|
195
195
|
"contentRegex": obj.get("contentRegex"),
|
196
196
|
"customHeaders": TestCustomHeaders.from_dict(obj["customHeaders"]) if obj.get("customHeaders") is not None else None,
|
197
197
|
"desiredStatusCode": obj.get("desiredStatusCode") if obj.get("desiredStatusCode") is not None else '200',
|
198
|
-
"emulatedDeviceId": obj.get("emulatedDeviceId"),
|
199
|
-
"followRedirects": obj.get("followRedirects") if obj.get("followRedirects") is not None else True,
|
200
198
|
"httpTargetTime": obj.get("httpTargetTime"),
|
201
199
|
"httpTimeLimit": obj.get("httpTimeLimit") if obj.get("httpTimeLimit") is not None else 5,
|
202
200
|
"httpVersion": obj.get("httpVersion") if obj.get("httpVersion") is not None else 2,
|
@@ -210,24 +208,26 @@ class WebTransactionInstantTestRequest(BaseModel):
|
|
210
208
|
"protocol": obj.get("protocol"),
|
211
209
|
"sslVersion": obj.get("sslVersion"),
|
212
210
|
"sslVersionId": obj.get("sslVersionId"),
|
213
|
-
"targetTime": obj.get("targetTime"),
|
214
|
-
"timeLimit": obj.get("timeLimit") if obj.get("timeLimit") is not None else 30,
|
215
|
-
"transactionScript": obj.get("transactionScript"),
|
216
211
|
"url": obj.get("url"),
|
217
212
|
"useNtlm": obj.get("useNtlm"),
|
218
213
|
"userAgent": obj.get("userAgent"),
|
219
214
|
"username": obj.get("username"),
|
220
215
|
"verifyCertificate": obj.get("verifyCertificate") if obj.get("verifyCertificate") is not None else False,
|
221
216
|
"allowUnsafeLegacyRenegotiation": obj.get("allowUnsafeLegacyRenegotiation") if obj.get("allowUnsafeLegacyRenegotiation") is not None else True,
|
217
|
+
"followRedirects": obj.get("followRedirects") if obj.get("followRedirects") is not None else True,
|
218
|
+
"fixedPacketRate": obj.get("fixedPacketRate"),
|
219
|
+
"overrideAgentProxy": obj.get("overrideAgentProxy") if obj.get("overrideAgentProxy") is not None else False,
|
220
|
+
"overrideProxyId": obj.get("overrideProxyId"),
|
221
|
+
"emulatedDeviceId": obj.get("emulatedDeviceId"),
|
222
|
+
"targetTime": obj.get("targetTime"),
|
223
|
+
"timeLimit": obj.get("timeLimit") if obj.get("timeLimit") is not None else 30,
|
224
|
+
"transactionScript": obj.get("transactionScript"),
|
222
225
|
"blockDomains": obj.get("blockDomains"),
|
223
226
|
"disableScreenshot": obj.get("disableScreenshot") if obj.get("disableScreenshot") is not None else False,
|
224
227
|
"allowMicAndCamera": obj.get("allowMicAndCamera") if obj.get("allowMicAndCamera") is not None else False,
|
225
228
|
"allowGeolocation": obj.get("allowGeolocation") if obj.get("allowGeolocation") is not None else False,
|
226
229
|
"browserLanguage": obj.get("browserLanguage"),
|
227
230
|
"pageLoadingStrategy": obj.get("pageLoadingStrategy"),
|
228
|
-
"fixedPacketRate": obj.get("fixedPacketRate"),
|
229
|
-
"overrideAgentProxy": obj.get("overrideAgentProxy") if obj.get("overrideAgentProxy") is not None else False,
|
230
|
-
"overrideProxyId": obj.get("overrideProxyId"),
|
231
231
|
"agents": [TestAgent.from_dict(_item) for _item in obj["agents"]] if obj.get("agents") is not None else None,
|
232
232
|
"credentials": obj.get("credentials")
|
233
233
|
})
|
@@ -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.
|
@@ -37,11 +37,9 @@ class WebTransactionProperties(BaseModel):
|
|
37
37
|
auth_type: Optional[TestAuthType] = Field(default=None, alias="authType")
|
38
38
|
bandwidth_measurements: Optional[StrictBool] = Field(default=None, description="Set to `true` to enable bandwidth measurements, only applies to Enterprise agents assigned to the test.", alias="bandwidthMeasurements")
|
39
39
|
client_certificate: Optional[StrictStr] = Field(default=None, description="String representation (containing newline characters) of client certificate, the private key must be placed first, then the certificate.", alias="clientCertificate")
|
40
|
-
content_regex: Optional[StrictStr] = Field(default=None, description="
|
40
|
+
content_regex: Optional[StrictStr] = Field(default=None, description="Content regex, this field does not require escaping.", alias="contentRegex")
|
41
41
|
custom_headers: Optional[TestCustomHeaders] = Field(default=None, alias="customHeaders")
|
42
42
|
desired_status_code: Optional[StrictStr] = Field(default='200', description="Specify the HTTP status code value that indicates a successful response.", alias="desiredStatusCode")
|
43
|
-
emulated_device_id: Optional[StrictStr] = Field(default=None, description="id of the emulated device, if one was given when the test was created", alias="emulatedDeviceId")
|
44
|
-
follow_redirects: Optional[StrictBool] = Field(default=True, description="To disable following HTTP/301 or HTTP/302 redirect directives, set this parameter to `false`.", alias="followRedirects")
|
45
43
|
http_target_time: Optional[Annotated[int, Field(le=5000, strict=True, ge=100)]] = Field(default=None, description="Target time for HTTP server completion, specified in milliseconds.", alias="httpTargetTime")
|
46
44
|
http_time_limit: Optional[Annotated[int, Field(le=60, strict=True, ge=5)]] = Field(default=5, description="HTTP time limit in seconds.", alias="httpTimeLimit")
|
47
45
|
http_version: Optional[Annotated[int, Field(le=2, strict=True, ge=1)]] = Field(default=2, description="HTTP protocol version. Set to '2' to prefer HTTP/2, or '1' to use only HTTP/1.1.", alias="httpVersion")
|
@@ -55,26 +53,28 @@ class WebTransactionProperties(BaseModel):
|
|
55
53
|
protocol: Optional[TestProtocol] = None
|
56
54
|
ssl_version: Optional[StrictStr] = Field(default=None, description="Reflects the verbose SSL protocol version used by a test.", alias="sslVersion")
|
57
55
|
ssl_version_id: Optional[TestSslVersionId] = Field(default=None, alias="sslVersionId")
|
58
|
-
target_time: Optional[Annotated[int, Field(le=60, strict=True, ge=0)]] = Field(default=None, description="Target time for completion, defaults to 50% of time limit specified in seconds. (0 means default behavior)", alias="targetTime")
|
59
|
-
time_limit: Optional[Annotated[int, Field(le=180, strict=True, ge=5)]] = Field(default=30, description="Time limit for transaction in seconds.", alias="timeLimit")
|
60
|
-
transaction_script: StrictStr = Field(description="JavaScript of a web transaction test. Quotes must be escaped (precede \" characters with \\ ).", alias="transactionScript")
|
61
56
|
url: StrictStr = Field(description="Target for the test.")
|
62
57
|
use_ntlm: Optional[StrictBool] = Field(default=None, description="Set to true to use NTLM, false to use Basic Authentication. Requires username and password to be set.", alias="useNtlm")
|
63
58
|
user_agent: Optional[StrictStr] = Field(default=None, description="User-agent string to be provided during the test.", alias="userAgent")
|
64
59
|
username: Optional[StrictStr] = Field(default=None, description="Username for Basic/NTLM authentication.")
|
65
60
|
verify_certificate: Optional[StrictBool] = Field(default=False, description="Ignore or acknowledge certificate errors. Set to false to ignore certificate errors.", alias="verifyCertificate")
|
66
61
|
allow_unsafe_legacy_renegotiation: Optional[StrictBool] = Field(default=True, description="Allows TLS renegotiation with servers not supporting RFC 5746. Default Set to true to allow unsafe legacy renegotiation.", alias="allowUnsafeLegacyRenegotiation")
|
62
|
+
follow_redirects: Optional[StrictBool] = Field(default=True, description="To disable following HTTP/301 or HTTP/302 redirect directives, set this parameter to `false`.", alias="followRedirects")
|
63
|
+
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")
|
64
|
+
override_agent_proxy: Optional[StrictBool] = Field(default=False, description="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`.", alias="overrideAgentProxy")
|
65
|
+
override_proxy_id: Optional[StrictStr] = Field(default=None, description="ID of the proxy to be used if the default proxy is overridden.", alias="overrideProxyId")
|
66
|
+
emulated_device_id: Optional[StrictStr] = Field(default=None, description="ID of the emulated device, if specified when the test was created.", alias="emulatedDeviceId")
|
67
|
+
target_time: Optional[Annotated[int, Field(le=60, strict=True, ge=0)]] = Field(default=None, description="Target completion time. The default is 50% of the specified time limit in seconds. (Set to 0 to use the default behavior).", alias="targetTime")
|
68
|
+
time_limit: Optional[Annotated[int, Field(le=180, strict=True, ge=5)]] = Field(default=30, description="Time limit for transaction in seconds.", alias="timeLimit")
|
69
|
+
transaction_script: StrictStr = Field(description="JavaScript of a web transaction test. Quotes must be escaped (precede \" characters with \\ ).", alias="transactionScript")
|
67
70
|
block_domains: Optional[StrictStr] = Field(default=None, description="Domains or full object URLs to be excluded from metrics and waterfall data for transaction tests.", alias="blockDomains")
|
68
71
|
disable_screenshot: Optional[StrictBool] = Field(default=False, description="Enables or disables screenshots on error. Set true to not capture", alias="disableScreenshot")
|
69
72
|
allow_mic_and_camera: Optional[StrictBool] = Field(default=False, description="Set true allow the use of a fake mic and camera in the browser.", alias="allowMicAndCamera")
|
70
73
|
allow_geolocation: Optional[StrictBool] = Field(default=False, description="Set true to use the agent’s geolocation by the web page.", alias="allowGeolocation")
|
71
74
|
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")
|
72
75
|
page_loading_strategy: Optional[TestPageLoadingStrategy] = Field(default=None, alias="pageLoadingStrategy")
|
73
|
-
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")
|
74
76
|
type: Optional[StrictStr] = None
|
75
|
-
|
76
|
-
override_proxy_id: Optional[StrictStr] = Field(default=None, description="ID of the proxy to be used if the default proxy is overridden.", alias="overrideProxyId")
|
77
|
-
__properties: ClassVar[List[str]] = ["authType", "bandwidthMeasurements", "clientCertificate", "contentRegex", "customHeaders", "desiredStatusCode", "emulatedDeviceId", "followRedirects", "httpTargetTime", "httpTimeLimit", "httpVersion", "includeHeaders", "mtuMeasurements", "networkMeasurements", "numPathTraces", "password", "pathTraceMode", "probeMode", "protocol", "sslVersion", "sslVersionId", "targetTime", "timeLimit", "transactionScript", "url", "useNtlm", "userAgent", "username", "verifyCertificate", "allowUnsafeLegacyRenegotiation", "blockDomains", "disableScreenshot", "allowMicAndCamera", "allowGeolocation", "browserLanguage", "pageLoadingStrategy", "fixedPacketRate", "type", "overrideAgentProxy", "overrideProxyId"]
|
77
|
+
__properties: ClassVar[List[str]] = ["authType", "bandwidthMeasurements", "clientCertificate", "contentRegex", "customHeaders", "desiredStatusCode", "httpTargetTime", "httpTimeLimit", "httpVersion", "includeHeaders", "mtuMeasurements", "networkMeasurements", "numPathTraces", "password", "pathTraceMode", "probeMode", "protocol", "sslVersion", "sslVersionId", "url", "useNtlm", "userAgent", "username", "verifyCertificate", "allowUnsafeLegacyRenegotiation", "followRedirects", "fixedPacketRate", "overrideAgentProxy", "overrideProxyId", "emulatedDeviceId", "targetTime", "timeLimit", "transactionScript", "blockDomains", "disableScreenshot", "allowMicAndCamera", "allowGeolocation", "browserLanguage", "pageLoadingStrategy", "type"]
|
78
78
|
|
79
79
|
model_config = ConfigDict(
|
80
80
|
populate_by_name=True,
|
@@ -141,8 +141,6 @@ class WebTransactionProperties(BaseModel):
|
|
141
141
|
"contentRegex": obj.get("contentRegex"),
|
142
142
|
"customHeaders": TestCustomHeaders.from_dict(obj["customHeaders"]) if obj.get("customHeaders") is not None else None,
|
143
143
|
"desiredStatusCode": obj.get("desiredStatusCode") if obj.get("desiredStatusCode") is not None else '200',
|
144
|
-
"emulatedDeviceId": obj.get("emulatedDeviceId"),
|
145
|
-
"followRedirects": obj.get("followRedirects") if obj.get("followRedirects") is not None else True,
|
146
144
|
"httpTargetTime": obj.get("httpTargetTime"),
|
147
145
|
"httpTimeLimit": obj.get("httpTimeLimit") if obj.get("httpTimeLimit") is not None else 5,
|
148
146
|
"httpVersion": obj.get("httpVersion") if obj.get("httpVersion") is not None else 2,
|
@@ -156,25 +154,27 @@ class WebTransactionProperties(BaseModel):
|
|
156
154
|
"protocol": obj.get("protocol"),
|
157
155
|
"sslVersion": obj.get("sslVersion"),
|
158
156
|
"sslVersionId": obj.get("sslVersionId"),
|
159
|
-
"targetTime": obj.get("targetTime"),
|
160
|
-
"timeLimit": obj.get("timeLimit") if obj.get("timeLimit") is not None else 30,
|
161
|
-
"transactionScript": obj.get("transactionScript"),
|
162
157
|
"url": obj.get("url"),
|
163
158
|
"useNtlm": obj.get("useNtlm"),
|
164
159
|
"userAgent": obj.get("userAgent"),
|
165
160
|
"username": obj.get("username"),
|
166
161
|
"verifyCertificate": obj.get("verifyCertificate") if obj.get("verifyCertificate") is not None else False,
|
167
162
|
"allowUnsafeLegacyRenegotiation": obj.get("allowUnsafeLegacyRenegotiation") if obj.get("allowUnsafeLegacyRenegotiation") is not None else True,
|
163
|
+
"followRedirects": obj.get("followRedirects") if obj.get("followRedirects") is not None else True,
|
164
|
+
"fixedPacketRate": obj.get("fixedPacketRate"),
|
165
|
+
"overrideAgentProxy": obj.get("overrideAgentProxy") if obj.get("overrideAgentProxy") is not None else False,
|
166
|
+
"overrideProxyId": obj.get("overrideProxyId"),
|
167
|
+
"emulatedDeviceId": obj.get("emulatedDeviceId"),
|
168
|
+
"targetTime": obj.get("targetTime"),
|
169
|
+
"timeLimit": obj.get("timeLimit") if obj.get("timeLimit") is not None else 30,
|
170
|
+
"transactionScript": obj.get("transactionScript"),
|
168
171
|
"blockDomains": obj.get("blockDomains"),
|
169
172
|
"disableScreenshot": obj.get("disableScreenshot") if obj.get("disableScreenshot") is not None else False,
|
170
173
|
"allowMicAndCamera": obj.get("allowMicAndCamera") if obj.get("allowMicAndCamera") is not None else False,
|
171
174
|
"allowGeolocation": obj.get("allowGeolocation") if obj.get("allowGeolocation") is not None else False,
|
172
175
|
"browserLanguage": obj.get("browserLanguage"),
|
173
176
|
"pageLoadingStrategy": obj.get("pageLoadingStrategy"),
|
174
|
-
"
|
175
|
-
"type": obj.get("type"),
|
176
|
-
"overrideAgentProxy": obj.get("overrideAgentProxy") if obj.get("overrideAgentProxy") is not None else False,
|
177
|
-
"overrideProxyId": obj.get("overrideProxyId")
|
177
|
+
"type": obj.get("type")
|
178
178
|
})
|
179
179
|
return _obj
|
180
180
|
|
@@ -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)
|
@@ -0,0 +1,108 @@
|
|
1
|
+
thousandeyes_sdk/instant_tests/__init__.py,sha256=kdnM-V0VMDH_2iBAwpLRajFshnTTjVKI9N-jvSSxsNA,9476
|
2
|
+
thousandeyes_sdk/instant_tests/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
|
+
thousandeyes_sdk/instant_tests/api/__init__.py,sha256=BHWPGYqgX2bmP_t6XijIw9TEdQt5w0XkfvWJ45D2XAE,1025
|
4
|
+
thousandeyes_sdk/instant_tests/api/agent_to_agent_api.py,sha256=96pcIrqOA46nGiBQM8IFbnc_k6QdinFx5e795Q2Vqcg,17841
|
5
|
+
thousandeyes_sdk/instant_tests/api/agent_to_server_api.py,sha256=ohs-BKQ6rDBMAodcA6QQ0Wak3EJgicU-kXpN5jhpJVc,17889
|
6
|
+
thousandeyes_sdk/instant_tests/api/api_api.py,sha256=PmGLjIA1SWK57XMngri7-42MT_LLkd2wJ22dY73NtLM,17341
|
7
|
+
thousandeyes_sdk/instant_tests/api/dns_security_api.py,sha256=wWyVDH9pcRE_lekFVLjbp-b9_CNcUL5w3XLgA0LaCSs,17553
|
8
|
+
thousandeyes_sdk/instant_tests/api/dns_server_api.py,sha256=ccSXKfAYYO-Rv9koXexz0gsnLvqyhWiTVzC-QkvC3Fw,17663
|
9
|
+
thousandeyes_sdk/instant_tests/api/dns_trace_api.py,sha256=-oefcIaoD_7rg5KMhr6pnuDQbZV9XUd4LKz6zdcHZ78,17615
|
10
|
+
thousandeyes_sdk/instant_tests/api/ftp_server_api.py,sha256=eaCpVH9fpE-pp2VOwGT7kec_p8RthE-aMINc6lH4gJs,17566
|
11
|
+
thousandeyes_sdk/instant_tests/api/http_page_load_api.py,sha256=W9sow_QtdaMUGXkXq5kHRw0-TmM_tu7TyhO8xKIK1Gs,17649
|
12
|
+
thousandeyes_sdk/instant_tests/api/http_server_api.py,sha256=IF8JOKV-yjLcVrvD-z5FHhb3qX9PVweJE9J9L7qjHzg,17711
|
13
|
+
thousandeyes_sdk/instant_tests/api/run_api.py,sha256=3qrt_pPVKEKnvd9RUQMo5yT1xtI8hhPjXlDPtaBUZJU,14700
|
14
|
+
thousandeyes_sdk/instant_tests/api/sip_server_api.py,sha256=Rgh0k6X2OwOIvZ8I3W9mzqasbtVxr3TH_qVFkkSEvMc,17720
|
15
|
+
thousandeyes_sdk/instant_tests/api/voice_api.py,sha256=pCjN3knctp7HJJpZgL3eoU8GE8mZdwcbdMT71n4Y4d4,17425
|
16
|
+
thousandeyes_sdk/instant_tests/api/web_transaction_api.py,sha256=pq25Mf2HnYIrbXFDKi9nU7l9R0DobdRhU99vuPS9AQg,17910
|
17
|
+
thousandeyes_sdk/instant_tests/models/__init__.py,sha256=lROOdgCchXEdHdJSZLyScjdw_o5L55npnSflrGGShw0,8467
|
18
|
+
thousandeyes_sdk/instant_tests/models/agent.py,sha256=bd2v5akm_mGXY5-Se_MnjvXEbnDEGBYMfx2jdZWWyHs,5625
|
19
|
+
thousandeyes_sdk/instant_tests/models/agent_base.py,sha256=UhL-4HfzDhx3L6pVKoCEozB5J0KN9QE3L03W58FA4eY,3687
|
20
|
+
thousandeyes_sdk/instant_tests/models/agent_to_agent_instant_test.py,sha256=Wy956L8UOSyJtfAsofOrfs7kv8SNNA1k0jJX07nQv44,11231
|
21
|
+
thousandeyes_sdk/instant_tests/models/agent_to_agent_instant_test_request.py,sha256=GO-ney6b8r9IuGiRgPYnnQIFucHC_OnB4yfye3qGiIo,10299
|
22
|
+
thousandeyes_sdk/instant_tests/models/agent_to_agent_properties.py,sha256=hZEmQXm9035dgkxAlV3UGIEDQ6zfMk3pwbf-KQfgUYU,6344
|
23
|
+
thousandeyes_sdk/instant_tests/models/agent_to_agent_test_protocol.py,sha256=GXXedcED2ze9ykbfVvCZT-0dUocuMtyNhdeFDQ4NOoA,1149
|
24
|
+
thousandeyes_sdk/instant_tests/models/agent_to_server_instant_test.py,sha256=C819ACDLLCfcYxyMQFkHkJe0zojMqBJfqUc7qzdJ2xQ,12138
|
25
|
+
thousandeyes_sdk/instant_tests/models/agent_to_server_instant_test_request.py,sha256=rep24gDj8CZNSoBI-e3Sf-Jz9iG0t1a7exXvnDV3UVc,11206
|
26
|
+
thousandeyes_sdk/instant_tests/models/agent_to_server_properties.py,sha256=_VEMMYVcnuVAnT2F2_Cvq7pqUEebQ5EeI7DtjmUzJvs,7251
|
27
|
+
thousandeyes_sdk/instant_tests/models/api_instant_test.py,sha256=mDeSnEwrZSV57HPtsBtMhnkUE2R_yUlc0P96xIZY0_c,12391
|
28
|
+
thousandeyes_sdk/instant_tests/models/api_instant_test_request.py,sha256=vB0Mz-ohLmx0Ed7roFmmIVItib5NaO2mQmGIq1AtCq0,11459
|
29
|
+
thousandeyes_sdk/instant_tests/models/api_predefined_variable.py,sha256=o-zAKLvVvypyIWnZ_B6WKOW8v1Q7vZQWe0ZlzZG4eFo,3201
|
30
|
+
thousandeyes_sdk/instant_tests/models/api_properties.py,sha256=vAFmgis5AlmOOm1OSW7VwsEvZtdn9e55MWSzWWETKFw,7273
|
31
|
+
thousandeyes_sdk/instant_tests/models/api_request.py,sha256=Sf_k8bxdeUQxGuRgbzIdRrdMB3pFwGTE2SfYgfCeS6o,6893
|
32
|
+
thousandeyes_sdk/instant_tests/models/api_request_assertion.py,sha256=-vpeZbihfgsA9wQaB4Agvod4QISVShO0_MgSXKhzlT4,3564
|
33
|
+
thousandeyes_sdk/instant_tests/models/api_request_assertion_name.py,sha256=zGu0f0z6zH_bXWB7USunVWHwqvU8FO2eow69LBb7y9A,1360
|
34
|
+
thousandeyes_sdk/instant_tests/models/api_request_assertion_operator.py,sha256=MAqt6FNBRNIJgwlmGOMpoNETNVPPV4p5shxndZ5k5ME,1341
|
35
|
+
thousandeyes_sdk/instant_tests/models/api_request_auth_type.py,sha256=fRaEAHDC-i884bpyj9JHtD1F12EGEEtMFpLzpcRnA8s,1206
|
36
|
+
thousandeyes_sdk/instant_tests/models/api_request_header.py,sha256=O2V87DTu23pM9cOA9UShmPzjZM224AYqIfq4GgMzc_4,3184
|
37
|
+
thousandeyes_sdk/instant_tests/models/api_request_method.py,sha256=cDYLPRX9DnZF26bk3EbRVG0s_IsD7fztYE258vyCPd8,1189
|
38
|
+
thousandeyes_sdk/instant_tests/models/api_request_variable.py,sha256=Fpd6UFU84jzr8wGQcYtO4qX0V5yHvDx_xcX73jzyyw0,3204
|
39
|
+
thousandeyes_sdk/instant_tests/models/cloud_enterprise_agent_type.py,sha256=kTnqPIrLxO201zzLUHUfRhxi2jgUdJ7o3EjAAuU2XmA,1213
|
40
|
+
thousandeyes_sdk/instant_tests/models/dns_query_class.py,sha256=Z4AQBC8oPTAJrFzCxq_oNnropzaN-WgCvTfIDvTLtok,1185
|
41
|
+
thousandeyes_sdk/instant_tests/models/dns_sec_instant_test.py,sha256=tOnOb135x6cV8esSOM2svN32Sue7KsGLIWPqgRX0NUk,8399
|
42
|
+
thousandeyes_sdk/instant_tests/models/dns_sec_instant_test_request.py,sha256=eWjWBkfsjiOOT9M40tsHD5GAnOP_AAI_YwRsrzsGXSc,7467
|
43
|
+
thousandeyes_sdk/instant_tests/models/dns_sec_properties.py,sha256=iBomQebWs1SP_DxlldEma9cBfDQ8_1rcngM1M-ilusA,3500
|
44
|
+
thousandeyes_sdk/instant_tests/models/dns_server_instant_test.py,sha256=Qk8Wr76pL2eYM1zsZV02ta-dPqnLE8wZSLGN42RJoi4,12038
|
45
|
+
thousandeyes_sdk/instant_tests/models/dns_server_instant_test_request.py,sha256=fauWgkXcg8XDI6QplNASeT-ja_vXbpd2DpayXmjdQ8c,10655
|
46
|
+
thousandeyes_sdk/instant_tests/models/dns_server_properties.py,sha256=PIg3XxLQl0qHJXM-lbAdbsxLReEydzx1gfzsVh5bdkQ,7151
|
47
|
+
thousandeyes_sdk/instant_tests/models/dns_servers_request.py,sha256=4yd01X2KUo_OE9UwUztweJuEQnA2gc0m_u9mHW8SdDk,3073
|
48
|
+
thousandeyes_sdk/instant_tests/models/dns_trace_instant_test.py,sha256=3W1w8s6B31Kznx9e5BD1WSo-W8WhDfER06Q-Hah5we0,8718
|
49
|
+
thousandeyes_sdk/instant_tests/models/dns_trace_instant_test_request.py,sha256=c2jvzVyU8uzvTkNtlrVw8pU900SIkms_WU9Ti1RJrbw,7786
|
50
|
+
thousandeyes_sdk/instant_tests/models/dns_trace_properties.py,sha256=WJvedgMfwS7Ju8VUFBUQzcqUNzY5huO_S4cRcz-cMMM,3819
|
51
|
+
thousandeyes_sdk/instant_tests/models/error.py,sha256=KJHY8wR0dKhHzjtJ20KljwKH59CQaE5HtQgW5fKiMa0,3855
|
52
|
+
thousandeyes_sdk/instant_tests/models/expand.py,sha256=5T4JPOFclU2pCRd91LDLsZ_3mxuNTA2zJOwYu7YiikY,1163
|
53
|
+
thousandeyes_sdk/instant_tests/models/ftp_server_instant_test.py,sha256=EY8cnBM-XUpXjiVh4hkn03Bo8fujHihvXZCI5dpBZZg,12390
|
54
|
+
thousandeyes_sdk/instant_tests/models/ftp_server_properties.py,sha256=WWf5w6eyesv9EJixKpPEuFbJ1-03j08KoCOH5HLQm90,7503
|
55
|
+
thousandeyes_sdk/instant_tests/models/ftp_server_request_type.py,sha256=uCtCScLjdZ7fFo8B18Rn0vYphXjn01v0eeVqTpRkNok,1189
|
56
|
+
thousandeyes_sdk/instant_tests/models/http_server_base_properties.py,sha256=XuqXKvXJCjTGE_D7DcbtyKpMattS6BbUKgPbEBoVwdk,11169
|
57
|
+
thousandeyes_sdk/instant_tests/models/http_server_instant_test.py,sha256=4rDDOjC6WKNGNJNQCZ6HLzD4j77zcwg9xQm0Vh2KEQA,17335
|
58
|
+
thousandeyes_sdk/instant_tests/models/http_server_instant_test_request.py,sha256=oX0Es9iCYR-fS_Irw0W5yW_ES2Llpm0t8iY1ZpGv36c,16403
|
59
|
+
thousandeyes_sdk/instant_tests/models/http_server_properties.py,sha256=MfyUeucNFu7wB-9tuWIQAgETPdZq3UHyNNGMie_vFxQ,12448
|
60
|
+
thousandeyes_sdk/instant_tests/models/instant_test.py,sha256=QKOME4pBJ5X2Pu73uEEVSgJ0dZtQb3sRMSHoD35yZIE,7245
|
61
|
+
thousandeyes_sdk/instant_tests/models/instant_test_request.py,sha256=RFdzMO3Oci9Iujqy5oBABj66f251JXx4A0Y7KWb71UA,4034
|
62
|
+
thousandeyes_sdk/instant_tests/models/link.py,sha256=CVMFQpQcp6cJd1k3-_q2YOF7Nuvw0Hve1DByZqernIk,4503
|
63
|
+
thousandeyes_sdk/instant_tests/models/page_load_instant_test.py,sha256=Qu9_va5uPF8D2E8LlG75ldhkAUa7A5B6S1O9mThw6yk,18874
|
64
|
+
thousandeyes_sdk/instant_tests/models/page_load_instant_test_request.py,sha256=J_jdVmvc6Uem5z9I7X7bcHHuKhR8q_uiq14Umkd_uOw,17942
|
65
|
+
thousandeyes_sdk/instant_tests/models/page_load_properties.py,sha256=u548P-miaFkpf8EvjxpaDp7nDi4k23xa77p98w0J_EE,13987
|
66
|
+
thousandeyes_sdk/instant_tests/models/server_instant_test_request.py,sha256=UK7IrpC-moP7aVxGaxkApv8iZIboyDVJMkiwP3D68Yk,11446
|
67
|
+
thousandeyes_sdk/instant_tests/models/shared_with_account.py,sha256=N4239G_sebGglr_EjFFyCw3knOn1QpbRa-BQ7BW5DEI,3141
|
68
|
+
thousandeyes_sdk/instant_tests/models/simple_agent.py,sha256=nxZXKQ1OvN3_q_M279eMBixmAm-b-7sEeYZ_7w540Mo,5418
|
69
|
+
thousandeyes_sdk/instant_tests/models/sip_server_instant_test.py,sha256=1PIIjf1X2SgZxZKTZfOUwdNEDD173rZqma895KgX1y4,10982
|
70
|
+
thousandeyes_sdk/instant_tests/models/sip_server_instant_test_request.py,sha256=Z46HGV5oCxwE3XGuThOSgRV1DC_6Vdej4TMZv-tXnP4,10624
|
71
|
+
thousandeyes_sdk/instant_tests/models/sip_server_instant_test_request1.py,sha256=RLf_TKtuhwUHfQ3Q6GvaJJdxtjuA7raZFcZXXRHnHFM,11588
|
72
|
+
thousandeyes_sdk/instant_tests/models/sip_server_instant_test_response.py,sha256=EhLwxUBFoXtquqJl06hu-0Wb7GVPg3QqjoG61Ni1V8U,12175
|
73
|
+
thousandeyes_sdk/instant_tests/models/sip_server_properties.py,sha256=tqjzM8LNlcXSqVfj-T2_YW-7IRSK1O6C5kYl_6_C74c,6095
|
74
|
+
thousandeyes_sdk/instant_tests/models/sip_test_protocol.py,sha256=q49H44b5If3kK65mQS0Qpy-RHLFhqn2iAJn-2felrus,1161
|
75
|
+
thousandeyes_sdk/instant_tests/models/test_agent.py,sha256=w5j4lPiK9yzlqkEVziG8NXwPnb0_OdWTUxkLjUoRyq4,3365
|
76
|
+
thousandeyes_sdk/instant_tests/models/test_auth_type.py,sha256=DNjUvXzrPpA72NUqfoLeZGkhzFiJ-yQMBImYuNhOfWY,1196
|
77
|
+
thousandeyes_sdk/instant_tests/models/test_custom_headers.py,sha256=5YNgolCf3TAIfJjQRlO1Gcql7bapZ71T30QAVxoSnOE,3409
|
78
|
+
thousandeyes_sdk/instant_tests/models/test_direction.py,sha256=nLMvnkcR71z_Pm5eL8kiPvrHiXRHHkLIfELd2XHm1ic,1238
|
79
|
+
thousandeyes_sdk/instant_tests/models/test_dns_server.py,sha256=c3bDaHsu96w3UNx0drgWKtaVTENdKtds0q75Pos7khU,3258
|
80
|
+
thousandeyes_sdk/instant_tests/models/test_dns_transport_protocol.py,sha256=Olw9J6teMk-uIdNL1HbN5xSqfUMTAeNiaBbC5nbdhpQ,1166
|
81
|
+
thousandeyes_sdk/instant_tests/models/test_dscp_id.py,sha256=2ltzIG1PhunBSGJxZIy-aPQvW0Y29Ficqeg_TZSN6g8,1611
|
82
|
+
thousandeyes_sdk/instant_tests/models/test_ipv6_policy.py,sha256=oOAj3M1rm079lTtv2APgdaQsu68B5Ya_wD_8lWaBLQs,1312
|
83
|
+
thousandeyes_sdk/instant_tests/models/test_label.py,sha256=W_35qVYus1Q9Py-mXGVNg8EbD5FXEKTtsVyzd3k8KA0,3403
|
84
|
+
thousandeyes_sdk/instant_tests/models/test_links.py,sha256=gQlnipRu5gKk-zu7mHYwgnFI7PGxKz_sZ8KNr2J_II4,3972
|
85
|
+
thousandeyes_sdk/instant_tests/models/test_page_loading_strategy.py,sha256=h7dxrCcMgeRnOe5gT1Fm-QarDNGBarHthIHvAuWxvAk,1813
|
86
|
+
thousandeyes_sdk/instant_tests/models/test_path_trace_mode.py,sha256=hrx4C4GKLZ_30cuQKbFnca9NjeHflsETWNOu30-vlDg,1205
|
87
|
+
thousandeyes_sdk/instant_tests/models/test_probe_mode.py,sha256=fkF_2S9mjUXfzHalXcGtmjJCyGzyPCoY-G4t3TU9b7Q,1199
|
88
|
+
thousandeyes_sdk/instant_tests/models/test_protocol.py,sha256=g69Utls9FjD05MiHMYM4_ekBTTQ0VEVnO6uO8ePg8fw,1192
|
89
|
+
thousandeyes_sdk/instant_tests/models/test_self_link.py,sha256=KuNLPepG2bpcwm6vJ--_boGXLpIJS0SPPU8Kb-dtkE0,4489
|
90
|
+
thousandeyes_sdk/instant_tests/models/test_sip_credentials.py,sha256=Z3FmK7JKV3YVUWReyZ7JClzqoKZKmhGL4XCh0843__U,4088
|
91
|
+
thousandeyes_sdk/instant_tests/models/test_ssl_version_id.py,sha256=TgmAMNRNHzyKt_WH2tPIuvg31tM8rYIN1OKxFsl1F7w,1312
|
92
|
+
thousandeyes_sdk/instant_tests/models/test_type.py,sha256=caqpqc0SvoCyiEkP6AGwR7LJYAx_E34GPrwygPi5Bmw,1576
|
93
|
+
thousandeyes_sdk/instant_tests/models/unauthorized_error.py,sha256=i0Lpw6bH7j1-w1FRroD3nkf5y6Hxm3qtsp0TG0zGJxg,3096
|
94
|
+
thousandeyes_sdk/instant_tests/models/unexpanded_instant_test.py,sha256=PTB7gI0yNxrldG-OnSNAO71AwBt0QQDT1FNuBBbQ80M,5837
|
95
|
+
thousandeyes_sdk/instant_tests/models/validation_error.py,sha256=A7Av34ZQw7H73JR5eEqjaa8y41BeuoWkxNFLJZWVaTI,4800
|
96
|
+
thousandeyes_sdk/instant_tests/models/validation_error_item.py,sha256=fQZShoX2owV1aXaC_kZM4BrLfT8YSW1aExUlxJCtvOw,3468
|
97
|
+
thousandeyes_sdk/instant_tests/models/voice_instant_test.py,sha256=MPHRX2WM0wXVcDjGmUJBzNwlmtGvJ99fS87e1Q8Zmxw,10099
|
98
|
+
thousandeyes_sdk/instant_tests/models/voice_instant_test_request.py,sha256=slzSqQL-ZqtBJtNvCqNJFPjjZz5U5K7OOFeIKx02oSA,9167
|
99
|
+
thousandeyes_sdk/instant_tests/models/voice_properties.py,sha256=RS2EOEByt7LIwC_hoiLIw8fLZ0BhB9nISkkc7_KHPbg,5200
|
100
|
+
thousandeyes_sdk/instant_tests/models/web_transaction_instant_test.py,sha256=ywlBPzzedufQ6wWTQxCPp3Tm4Vfir2BB8BtKVvjO_gY,19294
|
101
|
+
thousandeyes_sdk/instant_tests/models/web_transaction_instant_test_request.py,sha256=LznNe2NDLu-14hAu5aSe5jHoXR7L1u_16QvLYbJUWwE,18362
|
102
|
+
thousandeyes_sdk/instant_tests/models/web_transaction_properties.py,sha256=ALRcWgNiAftLnmtrFJ_B0JZ0K49ACF0ryh3iq-Ny7rY,14176
|
103
|
+
thousandeyes_sdk_instant_tests-1.1.0.dist-info/LICENSE,sha256=WYmcYJG1QFgu1hfo7qrEkZ3Jhcz8NUWe6XUraZvlIFs,10172
|
104
|
+
thousandeyes_sdk_instant_tests-1.1.0.dist-info/METADATA,sha256=xWtaW_dCDgGG8zDyqeOnL6psQ_vFC_Lx7meSdP1VG3g,32943
|
105
|
+
thousandeyes_sdk_instant_tests-1.1.0.dist-info/NOTICE,sha256=qCuDsmtA-FKfCWNPOdV3w_DnaVlII8Vhjd3GVvf8We0,580
|
106
|
+
thousandeyes_sdk_instant_tests-1.1.0.dist-info/WHEEL,sha256=Z4pYXqR_rTB7OWNDYFOm1qRk0RX6GFP2o8LgvP453Hk,91
|
107
|
+
thousandeyes_sdk_instant_tests-1.1.0.dist-info/top_level.txt,sha256=CEgP5tqpXCg6GixDvVc5BPD-Z1KWHY0oO0w3Olr_yss,17
|
108
|
+
thousandeyes_sdk_instant_tests-1.1.0.dist-info/RECORD,,
|