mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2026-02-04 02:05:30 +00:00
[GitHub Bot] Generated python SDK (#126)
Some checks failed
Python CI / build (push) Has been cancelled
Some checks failed
Python CI / build (push) Has been cancelled
Co-authored-by: API Team <api-team@thousandeyes.com>
This commit is contained in:
parent
85758d8414
commit
06c43bb06e
@ -12,7 +12,7 @@ This API provides the following operations to manage your organization:
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.71
|
- API version: 7.0.73
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@ Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.71
|
- API version: 7.0.73
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -12,7 +12,7 @@ For more information about the alerts, see [Alerts](https://docs.thousandeyes.co
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.71
|
- API version: 7.0.73
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -16,7 +16,7 @@ Method | HTTP request | Description
|
|||||||
|
|
||||||
Create alert rule
|
Create alert rule
|
||||||
|
|
||||||
Creates a new alert rule in your account, using the provided POST data. The `Edit alert rules` permission is required to create an alert rule. Note: Assigning an alert rule to a test during creation requires the `Edit tests` permission.
|
Creates a new alert rule in your account, using the provided POST data. This endpoint is limited to alert rules for Network & App Synthetics tests and Routing tests. The `Edit alert rules` permission is required to create an alert rule. Note: Assigning an alert rule to a test during creation requires the `Edit tests` permission.
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
@ -103,7 +103,7 @@ Name | Type | Description | Notes
|
|||||||
|
|
||||||
Delete alert rule
|
Delete alert rule
|
||||||
|
|
||||||
Deletes an alert rule from your account. Users must have both `Edit alert rules` and `Edit tests` permissions, especially if the rule is linked to any tests. Without these permissions, an error occurs.
|
Deletes an alert rule from your account. Users must have both `Edit alert rules` and `Edit tests` permissions, especially if the rule is linked to any tests. Without these permissions, an error occurs. This endpoint is limited to alert rules for Network & App Synthetics tests and Routing tests.
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
@ -186,7 +186,7 @@ void (empty response body)
|
|||||||
|
|
||||||
Retrieve alert rule
|
Retrieve alert rule
|
||||||
|
|
||||||
Returns detailed information about an alert rule using the `ruleId`. If the `ruleId` doesn’t exist or is inaccessible by your account, an empty response is returned.
|
Returns detailed information about an alert rule using the `ruleId`. This endpoint is limited to alert rules for Network & App Synthetics tests and Routing tests. If the `ruleId` doesn’t exist or is inaccessible by your account, an empty response is returned.
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
@ -271,7 +271,7 @@ Name | Type | Description | Notes
|
|||||||
|
|
||||||
List alert rules
|
List alert rules
|
||||||
|
|
||||||
Returns a list of alert rules. Default rules for each test type are indicated with a boolean response (true or false); these default alert rules automatically apply to their respective test types.
|
Returns a list of alert rules. Default rules for each test type are indicated with a boolean response (true or false); these default alert rules automatically apply to their respective test types. This endpoint is limited to alert rules for Network & App Synthetics tests and Routing tests.
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
@ -354,7 +354,7 @@ Name | Type | Description | Notes
|
|||||||
|
|
||||||
Update alert rule
|
Update alert rule
|
||||||
|
|
||||||
Modifies an existing alert rule in your account, using the provided POST data. The `Edit alert rules` permission is required to modify an alert rule. Note: Assigning an alert rule to a test during creation requires the `Edit tests` permission.
|
Modifies an existing alert rule in your account, using the provided POST data. This endpoint is limited to alert rules for Network & App Synthetics tests and Routing tests. The `Edit alert rules` permission is required to modify an alert rule. Note: Assigning an alert rule to a test during creation requires the `Edit tests` permission.
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
|
|||||||
@ -65,7 +65,7 @@ class AlertRulesApi:
|
|||||||
) -> Rule:
|
) -> Rule:
|
||||||
"""Create alert rule
|
"""Create alert rule
|
||||||
|
|
||||||
Creates a new alert rule in your account, using the provided POST data. The `Edit alert rules` permission is required to create an alert rule. Note: Assigning an alert rule to a test during creation requires the `Edit tests` permission.
|
Creates a new alert rule in your account, using the provided POST data. This endpoint is limited to alert rules for Network & App Synthetics tests and Routing tests. The `Edit alert rules` permission is required to create an alert rule. Note: Assigning an alert rule to a test during creation requires the `Edit tests` permission.
|
||||||
|
|
||||||
:param rule_detail_update: (required)
|
:param rule_detail_update: (required)
|
||||||
:type rule_detail_update: RuleDetailUpdate
|
:type rule_detail_update: RuleDetailUpdate
|
||||||
@ -143,7 +143,7 @@ class AlertRulesApi:
|
|||||||
) -> ApiResponse[Rule]:
|
) -> ApiResponse[Rule]:
|
||||||
"""Create alert rule
|
"""Create alert rule
|
||||||
|
|
||||||
Creates a new alert rule in your account, using the provided POST data. The `Edit alert rules` permission is required to create an alert rule. Note: Assigning an alert rule to a test during creation requires the `Edit tests` permission.
|
Creates a new alert rule in your account, using the provided POST data. This endpoint is limited to alert rules for Network & App Synthetics tests and Routing tests. The `Edit alert rules` permission is required to create an alert rule. Note: Assigning an alert rule to a test during creation requires the `Edit tests` permission.
|
||||||
|
|
||||||
:param rule_detail_update: (required)
|
:param rule_detail_update: (required)
|
||||||
:type rule_detail_update: RuleDetailUpdate
|
:type rule_detail_update: RuleDetailUpdate
|
||||||
@ -221,7 +221,7 @@ class AlertRulesApi:
|
|||||||
) -> RESTResponseType:
|
) -> RESTResponseType:
|
||||||
"""Create alert rule
|
"""Create alert rule
|
||||||
|
|
||||||
Creates a new alert rule in your account, using the provided POST data. The `Edit alert rules` permission is required to create an alert rule. Note: Assigning an alert rule to a test during creation requires the `Edit tests` permission.
|
Creates a new alert rule in your account, using the provided POST data. This endpoint is limited to alert rules for Network & App Synthetics tests and Routing tests. The `Edit alert rules` permission is required to create an alert rule. Note: Assigning an alert rule to a test during creation requires the `Edit tests` permission.
|
||||||
|
|
||||||
:param rule_detail_update: (required)
|
:param rule_detail_update: (required)
|
||||||
:type rule_detail_update: RuleDetailUpdate
|
:type rule_detail_update: RuleDetailUpdate
|
||||||
@ -375,7 +375,7 @@ class AlertRulesApi:
|
|||||||
) -> None:
|
) -> None:
|
||||||
"""Delete alert rule
|
"""Delete alert rule
|
||||||
|
|
||||||
Deletes an alert rule from your account. Users must have both `Edit alert rules` and `Edit tests` permissions, especially if the rule is linked to any tests. Without these permissions, an error occurs.
|
Deletes an alert rule from your account. Users must have both `Edit alert rules` and `Edit tests` permissions, especially if the rule is linked to any tests. Without these permissions, an error occurs. This endpoint is limited to alert rules for Network & App Synthetics tests and Routing tests.
|
||||||
|
|
||||||
:param rule_id: Unique alert rule ID. (required)
|
:param rule_id: Unique alert rule ID. (required)
|
||||||
:type rule_id: str
|
:type rule_id: str
|
||||||
@ -453,7 +453,7 @@ class AlertRulesApi:
|
|||||||
) -> ApiResponse[None]:
|
) -> ApiResponse[None]:
|
||||||
"""Delete alert rule
|
"""Delete alert rule
|
||||||
|
|
||||||
Deletes an alert rule from your account. Users must have both `Edit alert rules` and `Edit tests` permissions, especially if the rule is linked to any tests. Without these permissions, an error occurs.
|
Deletes an alert rule from your account. Users must have both `Edit alert rules` and `Edit tests` permissions, especially if the rule is linked to any tests. Without these permissions, an error occurs. This endpoint is limited to alert rules for Network & App Synthetics tests and Routing tests.
|
||||||
|
|
||||||
:param rule_id: Unique alert rule ID. (required)
|
:param rule_id: Unique alert rule ID. (required)
|
||||||
:type rule_id: str
|
:type rule_id: str
|
||||||
@ -531,7 +531,7 @@ class AlertRulesApi:
|
|||||||
) -> RESTResponseType:
|
) -> RESTResponseType:
|
||||||
"""Delete alert rule
|
"""Delete alert rule
|
||||||
|
|
||||||
Deletes an alert rule from your account. Users must have both `Edit alert rules` and `Edit tests` permissions, especially if the rule is linked to any tests. Without these permissions, an error occurs.
|
Deletes an alert rule from your account. Users must have both `Edit alert rules` and `Edit tests` permissions, especially if the rule is linked to any tests. Without these permissions, an error occurs. This endpoint is limited to alert rules for Network & App Synthetics tests and Routing tests.
|
||||||
|
|
||||||
:param rule_id: Unique alert rule ID. (required)
|
:param rule_id: Unique alert rule ID. (required)
|
||||||
:type rule_id: str
|
:type rule_id: str
|
||||||
@ -671,7 +671,7 @@ class AlertRulesApi:
|
|||||||
) -> RuleDetail:
|
) -> RuleDetail:
|
||||||
"""Retrieve alert rule
|
"""Retrieve alert rule
|
||||||
|
|
||||||
Returns detailed information about an alert rule using the `ruleId`. If the `ruleId` doesn’t exist or is inaccessible by your account, an empty response is returned.
|
Returns detailed information about an alert rule using the `ruleId`. This endpoint is limited to alert rules for Network & App Synthetics tests and Routing tests. If the `ruleId` doesn’t exist or is inaccessible by your account, an empty response is returned.
|
||||||
|
|
||||||
:param rule_id: Unique alert rule ID. (required)
|
:param rule_id: Unique alert rule ID. (required)
|
||||||
:type rule_id: str
|
:type rule_id: str
|
||||||
@ -748,7 +748,7 @@ class AlertRulesApi:
|
|||||||
) -> ApiResponse[RuleDetail]:
|
) -> ApiResponse[RuleDetail]:
|
||||||
"""Retrieve alert rule
|
"""Retrieve alert rule
|
||||||
|
|
||||||
Returns detailed information about an alert rule using the `ruleId`. If the `ruleId` doesn’t exist or is inaccessible by your account, an empty response is returned.
|
Returns detailed information about an alert rule using the `ruleId`. This endpoint is limited to alert rules for Network & App Synthetics tests and Routing tests. If the `ruleId` doesn’t exist or is inaccessible by your account, an empty response is returned.
|
||||||
|
|
||||||
:param rule_id: Unique alert rule ID. (required)
|
:param rule_id: Unique alert rule ID. (required)
|
||||||
:type rule_id: str
|
:type rule_id: str
|
||||||
@ -825,7 +825,7 @@ class AlertRulesApi:
|
|||||||
) -> RESTResponseType:
|
) -> RESTResponseType:
|
||||||
"""Retrieve alert rule
|
"""Retrieve alert rule
|
||||||
|
|
||||||
Returns detailed information about an alert rule using the `ruleId`. If the `ruleId` doesn’t exist or is inaccessible by your account, an empty response is returned.
|
Returns detailed information about an alert rule using the `ruleId`. This endpoint is limited to alert rules for Network & App Synthetics tests and Routing tests. If the `ruleId` doesn’t exist or is inaccessible by your account, an empty response is returned.
|
||||||
|
|
||||||
:param rule_id: Unique alert rule ID. (required)
|
:param rule_id: Unique alert rule ID. (required)
|
||||||
:type rule_id: str
|
:type rule_id: str
|
||||||
@ -964,7 +964,7 @@ class AlertRulesApi:
|
|||||||
) -> Rules:
|
) -> Rules:
|
||||||
"""List alert rules
|
"""List alert rules
|
||||||
|
|
||||||
Returns a list of alert rules. Default rules for each test type are indicated with a boolean response (true or false); these default alert rules automatically apply to their respective test types.
|
Returns a list of alert rules. Default rules for each test type are indicated with a boolean response (true or false); these default alert rules automatically apply to their respective test types. This endpoint is limited to alert rules for Network & App Synthetics tests and Routing tests.
|
||||||
|
|
||||||
:param aid: A unique identifier associated with your account group. You can retrieve your `AccountGroupId` from the `/account-groups` endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response.
|
:param aid: A unique identifier associated with your account group. You can retrieve your `AccountGroupId` from the `/account-groups` endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response.
|
||||||
:type aid: str
|
:type aid: str
|
||||||
@ -1037,7 +1037,7 @@ class AlertRulesApi:
|
|||||||
) -> ApiResponse[Rules]:
|
) -> ApiResponse[Rules]:
|
||||||
"""List alert rules
|
"""List alert rules
|
||||||
|
|
||||||
Returns a list of alert rules. Default rules for each test type are indicated with a boolean response (true or false); these default alert rules automatically apply to their respective test types.
|
Returns a list of alert rules. Default rules for each test type are indicated with a boolean response (true or false); these default alert rules automatically apply to their respective test types. This endpoint is limited to alert rules for Network & App Synthetics tests and Routing tests.
|
||||||
|
|
||||||
:param aid: A unique identifier associated with your account group. You can retrieve your `AccountGroupId` from the `/account-groups` endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response.
|
:param aid: A unique identifier associated with your account group. You can retrieve your `AccountGroupId` from the `/account-groups` endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response.
|
||||||
:type aid: str
|
:type aid: str
|
||||||
@ -1110,7 +1110,7 @@ class AlertRulesApi:
|
|||||||
) -> RESTResponseType:
|
) -> RESTResponseType:
|
||||||
"""List alert rules
|
"""List alert rules
|
||||||
|
|
||||||
Returns a list of alert rules. Default rules for each test type are indicated with a boolean response (true or false); these default alert rules automatically apply to their respective test types.
|
Returns a list of alert rules. Default rules for each test type are indicated with a boolean response (true or false); these default alert rules automatically apply to their respective test types. This endpoint is limited to alert rules for Network & App Synthetics tests and Routing tests.
|
||||||
|
|
||||||
:param aid: A unique identifier associated with your account group. You can retrieve your `AccountGroupId` from the `/account-groups` endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response.
|
:param aid: A unique identifier associated with your account group. You can retrieve your `AccountGroupId` from the `/account-groups` endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response.
|
||||||
:type aid: str
|
:type aid: str
|
||||||
@ -1245,7 +1245,7 @@ class AlertRulesApi:
|
|||||||
) -> Rule:
|
) -> Rule:
|
||||||
"""Update alert rule
|
"""Update alert rule
|
||||||
|
|
||||||
Modifies an existing alert rule in your account, using the provided POST data. The `Edit alert rules` permission is required to modify an alert rule. Note: Assigning an alert rule to a test during creation requires the `Edit tests` permission.
|
Modifies an existing alert rule in your account, using the provided POST data. This endpoint is limited to alert rules for Network & App Synthetics tests and Routing tests. The `Edit alert rules` permission is required to modify an alert rule. Note: Assigning an alert rule to a test during creation requires the `Edit tests` permission.
|
||||||
|
|
||||||
:param rule_id: Unique alert rule ID. (required)
|
:param rule_id: Unique alert rule ID. (required)
|
||||||
:type rule_id: str
|
:type rule_id: str
|
||||||
@ -1327,7 +1327,7 @@ class AlertRulesApi:
|
|||||||
) -> ApiResponse[Rule]:
|
) -> ApiResponse[Rule]:
|
||||||
"""Update alert rule
|
"""Update alert rule
|
||||||
|
|
||||||
Modifies an existing alert rule in your account, using the provided POST data. The `Edit alert rules` permission is required to modify an alert rule. Note: Assigning an alert rule to a test during creation requires the `Edit tests` permission.
|
Modifies an existing alert rule in your account, using the provided POST data. This endpoint is limited to alert rules for Network & App Synthetics tests and Routing tests. The `Edit alert rules` permission is required to modify an alert rule. Note: Assigning an alert rule to a test during creation requires the `Edit tests` permission.
|
||||||
|
|
||||||
:param rule_id: Unique alert rule ID. (required)
|
:param rule_id: Unique alert rule ID. (required)
|
||||||
:type rule_id: str
|
:type rule_id: str
|
||||||
@ -1409,7 +1409,7 @@ class AlertRulesApi:
|
|||||||
) -> RESTResponseType:
|
) -> RESTResponseType:
|
||||||
"""Update alert rule
|
"""Update alert rule
|
||||||
|
|
||||||
Modifies an existing alert rule in your account, using the provided POST data. The `Edit alert rules` permission is required to modify an alert rule. Note: Assigning an alert rule to a test during creation requires the `Edit tests` permission.
|
Modifies an existing alert rule in your account, using the provided POST data. This endpoint is limited to alert rules for Network & App Synthetics tests and Routing tests. The `Edit alert rules` permission is required to modify an alert rule. Note: Assigning an alert rule to a test during creation requires the `Edit tests` permission.
|
||||||
|
|
||||||
:param rule_id: Unique alert rule ID. (required)
|
:param rule_id: Unique alert rule ID. (required)
|
||||||
:type rule_id: str
|
:type rule_id: str
|
||||||
|
|||||||
@ -9,7 +9,7 @@ For more information about monitors, see [Inside-Out BGP Visibility](https://doc
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.71
|
- API version: 7.0.73
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -13,7 +13,7 @@ For more information about credentials, see [Working With Secure Credentials](ht
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.71
|
- API version: 7.0.73
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@ Manage ThousandEyes Dashboards.
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.71
|
- API version: 7.0.73
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -49,6 +49,7 @@ class MetricGroup(str, Enum):
|
|||||||
ENDPOINT_LOCAL_NETWORK_SYSTEM = 'ENDPOINT_LOCAL_NETWORK_SYSTEM'
|
ENDPOINT_LOCAL_NETWORK_SYSTEM = 'ENDPOINT_LOCAL_NETWORK_SYSTEM'
|
||||||
ENDPOINT_LOCAL_NETWORK_VPN = 'ENDPOINT_LOCAL_NETWORK_VPN'
|
ENDPOINT_LOCAL_NETWORK_VPN = 'ENDPOINT_LOCAL_NETWORK_VPN'
|
||||||
ENDPOINT_LOCAL_NETWORK_WIRELESS = 'ENDPOINT_LOCAL_NETWORK_WIRELESS'
|
ENDPOINT_LOCAL_NETWORK_WIRELESS = 'ENDPOINT_LOCAL_NETWORK_WIRELESS'
|
||||||
|
ENDPOINT_LOCAL_NETWORK_CELLULAR = 'ENDPOINT_LOCAL_NETWORK_CELLULAR'
|
||||||
BGP = 'BGP'
|
BGP = 'BGP'
|
||||||
DEVICE = 'DEVICE'
|
DEVICE = 'DEVICE'
|
||||||
VOIP = 'VOIP'
|
VOIP = 'VOIP'
|
||||||
|
|||||||
@ -9,7 +9,7 @@ To access Emulation API operations, the following permissions are required:
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.71
|
- API version: 7.0.73
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@ For more information about Endpoint Agents, see [Endpoint Agents](https://docs.t
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.71
|
- API version: 7.0.73
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -13,7 +13,7 @@ The URLs for these API test data endpoints are provided within the test definiti
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.71
|
- API version: 7.0.73
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@ Manage labels applied to endpoint agents using this API.
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.71
|
- API version: 7.0.73
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@ Retrieve results for scheduled and dynamic tests on endpoint agents.
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.71
|
- API version: 7.0.73
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@ Manage endpoint agent dynamic and scheduled tests using the Endpoint Tests API.
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.71
|
- API version: 7.0.73
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -12,7 +12,7 @@ With the Events API, you can perform the following tasks on the ThousandEyes pla
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.71
|
- API version: 7.0.73
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -123,6 +123,11 @@ class AgentLocalEventDetail(BaseModel):
|
|||||||
# override the default output from pydantic by calling `to_dict()` of grouping
|
# override the default output from pydantic by calling `to_dict()` of grouping
|
||||||
if self.grouping:
|
if self.grouping:
|
||||||
_dict['grouping'] = self.grouping.to_dict()
|
_dict['grouping'] = self.grouping.to_dict()
|
||||||
|
# set to None if end_date (nullable) is None
|
||||||
|
# and model_fields_set contains the field
|
||||||
|
if self.end_date is None and "end_date" in self.model_fields_set:
|
||||||
|
_dict['endDate'] = None
|
||||||
|
|
||||||
return _dict
|
return _dict
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
@ -123,6 +123,11 @@ class DnsEventDetail(BaseModel):
|
|||||||
# override the default output from pydantic by calling `to_dict()` of grouping
|
# override the default output from pydantic by calling `to_dict()` of grouping
|
||||||
if self.grouping:
|
if self.grouping:
|
||||||
_dict['grouping'] = self.grouping.to_dict()
|
_dict['grouping'] = self.grouping.to_dict()
|
||||||
|
# set to None if end_date (nullable) is None
|
||||||
|
# and model_fields_set contains the field
|
||||||
|
if self.end_date is None and "end_date" in self.model_fields_set:
|
||||||
|
_dict['endDate'] = None
|
||||||
|
|
||||||
return _dict
|
return _dict
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
@ -107,6 +107,11 @@ class Event(BaseModel):
|
|||||||
# override the default output from pydantic by calling `to_dict()` of links
|
# override the default output from pydantic by calling `to_dict()` of links
|
||||||
if self.links:
|
if self.links:
|
||||||
_dict['_links'] = self.links.to_dict()
|
_dict['_links'] = self.links.to_dict()
|
||||||
|
# set to None if end_date (nullable) is None
|
||||||
|
# and model_fields_set contains the field
|
||||||
|
if self.end_date is None and "end_date" in self.model_fields_set:
|
||||||
|
_dict['endDate'] = None
|
||||||
|
|
||||||
return _dict
|
return _dict
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
@ -109,6 +109,11 @@ class EventDetailBase(BaseModel):
|
|||||||
# override the default output from pydantic by calling `to_dict()` of links
|
# override the default output from pydantic by calling `to_dict()` of links
|
||||||
if self.links:
|
if self.links:
|
||||||
_dict['_links'] = self.links.to_dict()
|
_dict['_links'] = self.links.to_dict()
|
||||||
|
# set to None if end_date (nullable) is None
|
||||||
|
# and model_fields_set contains the field
|
||||||
|
if self.end_date is None and "end_date" in self.model_fields_set:
|
||||||
|
_dict['endDate'] = None
|
||||||
|
|
||||||
return _dict
|
return _dict
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
@ -123,6 +123,11 @@ class NetworkEventDetail(BaseModel):
|
|||||||
# override the default output from pydantic by calling `to_dict()` of grouping
|
# override the default output from pydantic by calling `to_dict()` of grouping
|
||||||
if self.grouping:
|
if self.grouping:
|
||||||
_dict['grouping'] = self.grouping.to_dict()
|
_dict['grouping'] = self.grouping.to_dict()
|
||||||
|
# set to None if end_date (nullable) is None
|
||||||
|
# and model_fields_set contains the field
|
||||||
|
if self.end_date is None and "end_date" in self.model_fields_set:
|
||||||
|
_dict['endDate'] = None
|
||||||
|
|
||||||
return _dict
|
return _dict
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
@ -123,6 +123,11 @@ class NetworkPopEventDetail(BaseModel):
|
|||||||
# override the default output from pydantic by calling `to_dict()` of grouping
|
# override the default output from pydantic by calling `to_dict()` of grouping
|
||||||
if self.grouping:
|
if self.grouping:
|
||||||
_dict['grouping'] = self.grouping.to_dict()
|
_dict['grouping'] = self.grouping.to_dict()
|
||||||
|
# set to None if end_date (nullable) is None
|
||||||
|
# and model_fields_set contains the field
|
||||||
|
if self.end_date is None and "end_date" in self.model_fields_set:
|
||||||
|
_dict['endDate'] = None
|
||||||
|
|
||||||
return _dict
|
return _dict
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
@ -123,6 +123,11 @@ class ProxyEventDetail(BaseModel):
|
|||||||
# override the default output from pydantic by calling `to_dict()` of grouping
|
# override the default output from pydantic by calling `to_dict()` of grouping
|
||||||
if self.grouping:
|
if self.grouping:
|
||||||
_dict['grouping'] = self.grouping.to_dict()
|
_dict['grouping'] = self.grouping.to_dict()
|
||||||
|
# set to None if end_date (nullable) is None
|
||||||
|
# and model_fields_set contains the field
|
||||||
|
if self.end_date is None and "end_date" in self.model_fields_set:
|
||||||
|
_dict['endDate'] = None
|
||||||
|
|
||||||
return _dict
|
return _dict
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
@ -84,6 +84,11 @@ class SimpleEventDetail(BaseModel):
|
|||||||
exclude=excluded_fields,
|
exclude=excluded_fields,
|
||||||
exclude_none=True,
|
exclude_none=True,
|
||||||
)
|
)
|
||||||
|
# set to None if end_date (nullable) is None
|
||||||
|
# and model_fields_set contains the field
|
||||||
|
if self.end_date is None and "end_date" in self.model_fields_set:
|
||||||
|
_dict['endDate'] = None
|
||||||
|
|
||||||
return _dict
|
return _dict
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
@ -123,6 +123,11 @@ class TargetEventDetail(BaseModel):
|
|||||||
# override the default output from pydantic by calling `to_dict()` of grouping
|
# override the default output from pydantic by calling `to_dict()` of grouping
|
||||||
if self.grouping:
|
if self.grouping:
|
||||||
_dict['grouping'] = self.grouping.to_dict()
|
_dict['grouping'] = self.grouping.to_dict()
|
||||||
|
# set to None if end_date (nullable) is None
|
||||||
|
# and model_fields_set contains the field
|
||||||
|
if self.end_date is None and "end_date" in self.model_fields_set:
|
||||||
|
_dict['endDate'] = None
|
||||||
|
|
||||||
return _dict
|
return _dict
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
@ -123,6 +123,11 @@ class TargetNetworkEventDetail(BaseModel):
|
|||||||
# override the default output from pydantic by calling `to_dict()` of grouping
|
# override the default output from pydantic by calling `to_dict()` of grouping
|
||||||
if self.grouping:
|
if self.grouping:
|
||||||
_dict['grouping'] = self.grouping.to_dict()
|
_dict['grouping'] = self.grouping.to_dict()
|
||||||
|
# set to None if end_date (nullable) is None
|
||||||
|
# and model_fields_set contains the field
|
||||||
|
if self.end_date is None and "end_date" in self.model_fields_set:
|
||||||
|
_dict['endDate'] = None
|
||||||
|
|
||||||
return _dict
|
return _dict
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
@ -6,7 +6,7 @@ The response does not include the immediate test results. Use the Test Results e
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.71
|
- API version: 7.0.73
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -14,7 +14,7 @@ For more information about Internet Insights, see the [Internet Insights](https:
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.71
|
- API version: 7.0.73
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@ Creates a new test snapshot in ThousandEyes.
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.71
|
- API version: 7.0.73
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -15,7 +15,7 @@ For more information about ThousandEyes for OpenTelemetry, see the [product docu
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.71
|
- API version: 7.0.73
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -16,7 +16,7 @@ Things to note with the ThousandEyes Tags API:
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.71
|
- API version: 7.0.73
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@ Get test result metrics for Network and Application Synthetics tests.
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.71
|
- API version: 7.0.73
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@ This API allows you to list, create, edit, and delete Network and Application Sy
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.71
|
- API version: 7.0.73
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
@ -369,7 +369,7 @@ Name | Type | Description | Notes
|
|||||||
|
|
||||||
Update API test
|
Update API test
|
||||||
|
|
||||||
Updates an API test. The target test cannot be a live share or saved event. This method requires write permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates an API test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires write permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
|
|||||||
@ -369,7 +369,7 @@ Name | Type | Description | Notes
|
|||||||
|
|
||||||
Update Agent to Agent test
|
Update Agent to Agent test
|
||||||
|
|
||||||
Updates a Agent to Agent test. This method requires Account Admin permissions.
|
Updates a Agent to Agent test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions.
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
|
|||||||
@ -369,7 +369,7 @@ Name | Type | Description | Notes
|
|||||||
|
|
||||||
Update Agent to Server test
|
Update Agent to Server test
|
||||||
|
|
||||||
Updates an Agent to Server test. This method requires Account Admin permissions.
|
Updates an Agent to Server test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions.
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
|
|||||||
@ -367,7 +367,7 @@ Name | Type | Description | Notes
|
|||||||
|
|
||||||
Update BGP test
|
Update BGP test
|
||||||
|
|
||||||
Updates a BGP test. This method requires Account Admin permissions. The target test cannot be a live share or saved event. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a BGP test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: alert rules, alert suppression windows, labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
|
|||||||
@ -369,7 +369,7 @@ Name | Type | Description | Notes
|
|||||||
|
|
||||||
Update DNSSEC test
|
Update DNSSEC test
|
||||||
|
|
||||||
Updates a DNSSEC test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a DNSSEC test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
|
|||||||
@ -369,7 +369,7 @@ Name | Type | Description | Notes
|
|||||||
|
|
||||||
Update DNS Server test
|
Update DNS Server test
|
||||||
|
|
||||||
Updates a DNS Server test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a DNS Server test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
|
|||||||
@ -369,7 +369,7 @@ Name | Type | Description | Notes
|
|||||||
|
|
||||||
Update DNS Trace test
|
Update DNS Trace test
|
||||||
|
|
||||||
Updates a DNS Trace test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a DNS Trace test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
|
|||||||
@ -367,7 +367,7 @@ Name | Type | Description | Notes
|
|||||||
|
|
||||||
Update FTP Server test
|
Update FTP Server test
|
||||||
|
|
||||||
Updates a FTP Server test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a FTP Server test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
|
|||||||
@ -369,7 +369,7 @@ Name | Type | Description | Notes
|
|||||||
|
|
||||||
Update HTTP Server test
|
Update HTTP Server test
|
||||||
|
|
||||||
Updates a HTTP Server test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a HTTP Server test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
|
|||||||
@ -369,7 +369,7 @@ Name | Type | Description | Notes
|
|||||||
|
|
||||||
Update Page Load test
|
Update Page Load test
|
||||||
|
|
||||||
Updates a Page Load test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a Page Load test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
|
|||||||
@ -367,7 +367,7 @@ Name | Type | Description | Notes
|
|||||||
|
|
||||||
Update SIP Server test
|
Update SIP Server test
|
||||||
|
|
||||||
Updates a SIP Server test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a SIP Server test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
|
|||||||
@ -369,7 +369,7 @@ Name | Type | Description | Notes
|
|||||||
|
|
||||||
Update Voice test
|
Update Voice test
|
||||||
|
|
||||||
Updates a Voice test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a Voice test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
|
|||||||
@ -369,7 +369,7 @@ Name | Type | Description | Notes
|
|||||||
|
|
||||||
Update Web Transactions test
|
Update Web Transactions test
|
||||||
|
|
||||||
Updates a Web Transactions test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a Web Transactions test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
|
|||||||
@ -1308,7 +1308,7 @@ class AgentToAgentTestsApi:
|
|||||||
) -> AgentToAgentTestResponse:
|
) -> AgentToAgentTestResponse:
|
||||||
"""Update Agent to Agent test
|
"""Update Agent to Agent test
|
||||||
|
|
||||||
Updates a Agent to Agent test. This method requires Account Admin permissions.
|
Updates a Agent to Agent test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
@ -1395,7 +1395,7 @@ class AgentToAgentTestsApi:
|
|||||||
) -> ApiResponse[AgentToAgentTestResponse]:
|
) -> ApiResponse[AgentToAgentTestResponse]:
|
||||||
"""Update Agent to Agent test
|
"""Update Agent to Agent test
|
||||||
|
|
||||||
Updates a Agent to Agent test. This method requires Account Admin permissions.
|
Updates a Agent to Agent test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
@ -1482,7 +1482,7 @@ class AgentToAgentTestsApi:
|
|||||||
) -> RESTResponseType:
|
) -> RESTResponseType:
|
||||||
"""Update Agent to Agent test
|
"""Update Agent to Agent test
|
||||||
|
|
||||||
Updates a Agent to Agent test. This method requires Account Admin permissions.
|
Updates a Agent to Agent test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
|
|||||||
@ -1308,7 +1308,7 @@ class AgentToServerTestsApi:
|
|||||||
) -> AgentToServerTestResponse:
|
) -> AgentToServerTestResponse:
|
||||||
"""Update Agent to Server test
|
"""Update Agent to Server test
|
||||||
|
|
||||||
Updates an Agent to Server test. This method requires Account Admin permissions.
|
Updates an Agent to Server test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
@ -1395,7 +1395,7 @@ class AgentToServerTestsApi:
|
|||||||
) -> ApiResponse[AgentToServerTestResponse]:
|
) -> ApiResponse[AgentToServerTestResponse]:
|
||||||
"""Update Agent to Server test
|
"""Update Agent to Server test
|
||||||
|
|
||||||
Updates an Agent to Server test. This method requires Account Admin permissions.
|
Updates an Agent to Server test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
@ -1482,7 +1482,7 @@ class AgentToServerTestsApi:
|
|||||||
) -> RESTResponseType:
|
) -> RESTResponseType:
|
||||||
"""Update Agent to Server test
|
"""Update Agent to Server test
|
||||||
|
|
||||||
Updates an Agent to Server test. This method requires Account Admin permissions.
|
Updates an Agent to Server test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
|
|||||||
@ -1308,7 +1308,7 @@ class APITestsApi:
|
|||||||
) -> ApiTestResponse:
|
) -> ApiTestResponse:
|
||||||
"""Update API test
|
"""Update API test
|
||||||
|
|
||||||
Updates an API test. The target test cannot be a live share or saved event. This method requires write permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates an API test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires write permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
@ -1395,7 +1395,7 @@ class APITestsApi:
|
|||||||
) -> ApiResponse[ApiTestResponse]:
|
) -> ApiResponse[ApiTestResponse]:
|
||||||
"""Update API test
|
"""Update API test
|
||||||
|
|
||||||
Updates an API test. The target test cannot be a live share or saved event. This method requires write permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates an API test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires write permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
@ -1482,7 +1482,7 @@ class APITestsApi:
|
|||||||
) -> RESTResponseType:
|
) -> RESTResponseType:
|
||||||
"""Update API test
|
"""Update API test
|
||||||
|
|
||||||
Updates an API test. The target test cannot be a live share or saved event. This method requires write permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates an API test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires write permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
|
|||||||
@ -1292,7 +1292,7 @@ class BGPTestsApi:
|
|||||||
) -> BgpTestResponse:
|
) -> BgpTestResponse:
|
||||||
"""Update BGP test
|
"""Update BGP test
|
||||||
|
|
||||||
Updates a BGP test. This method requires Account Admin permissions. The target test cannot be a live share or saved event. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a BGP test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: alert rules, alert suppression windows, labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
@ -1379,7 +1379,7 @@ class BGPTestsApi:
|
|||||||
) -> ApiResponse[BgpTestResponse]:
|
) -> ApiResponse[BgpTestResponse]:
|
||||||
"""Update BGP test
|
"""Update BGP test
|
||||||
|
|
||||||
Updates a BGP test. This method requires Account Admin permissions. The target test cannot be a live share or saved event. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a BGP test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: alert rules, alert suppression windows, labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
@ -1466,7 +1466,7 @@ class BGPTestsApi:
|
|||||||
) -> RESTResponseType:
|
) -> RESTResponseType:
|
||||||
"""Update BGP test
|
"""Update BGP test
|
||||||
|
|
||||||
Updates a BGP test. This method requires Account Admin permissions. The target test cannot be a live share or saved event. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a BGP test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: alert rules, alert suppression windows, labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
|
|||||||
@ -1308,7 +1308,7 @@ class DNSServerTestsApi:
|
|||||||
) -> DnsServerTestResponse:
|
) -> DnsServerTestResponse:
|
||||||
"""Update DNS Server test
|
"""Update DNS Server test
|
||||||
|
|
||||||
Updates a DNS Server test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a DNS Server test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
@ -1395,7 +1395,7 @@ class DNSServerTestsApi:
|
|||||||
) -> ApiResponse[DnsServerTestResponse]:
|
) -> ApiResponse[DnsServerTestResponse]:
|
||||||
"""Update DNS Server test
|
"""Update DNS Server test
|
||||||
|
|
||||||
Updates a DNS Server test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a DNS Server test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
@ -1482,7 +1482,7 @@ class DNSServerTestsApi:
|
|||||||
) -> RESTResponseType:
|
) -> RESTResponseType:
|
||||||
"""Update DNS Server test
|
"""Update DNS Server test
|
||||||
|
|
||||||
Updates a DNS Server test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a DNS Server test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
|
|||||||
@ -1308,7 +1308,7 @@ class DNSTraceTestsApi:
|
|||||||
) -> DnsTraceTestResponse:
|
) -> DnsTraceTestResponse:
|
||||||
"""Update DNS Trace test
|
"""Update DNS Trace test
|
||||||
|
|
||||||
Updates a DNS Trace test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a DNS Trace test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
@ -1395,7 +1395,7 @@ class DNSTraceTestsApi:
|
|||||||
) -> ApiResponse[DnsTraceTestResponse]:
|
) -> ApiResponse[DnsTraceTestResponse]:
|
||||||
"""Update DNS Trace test
|
"""Update DNS Trace test
|
||||||
|
|
||||||
Updates a DNS Trace test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a DNS Trace test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
@ -1482,7 +1482,7 @@ class DNSTraceTestsApi:
|
|||||||
) -> RESTResponseType:
|
) -> RESTResponseType:
|
||||||
"""Update DNS Trace test
|
"""Update DNS Trace test
|
||||||
|
|
||||||
Updates a DNS Trace test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a DNS Trace test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
|
|||||||
@ -1308,7 +1308,7 @@ class DNSSECTestsApi:
|
|||||||
) -> DnsSecTestResponse:
|
) -> DnsSecTestResponse:
|
||||||
"""Update DNSSEC test
|
"""Update DNSSEC test
|
||||||
|
|
||||||
Updates a DNSSEC test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a DNSSEC test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
@ -1395,7 +1395,7 @@ class DNSSECTestsApi:
|
|||||||
) -> ApiResponse[DnsSecTestResponse]:
|
) -> ApiResponse[DnsSecTestResponse]:
|
||||||
"""Update DNSSEC test
|
"""Update DNSSEC test
|
||||||
|
|
||||||
Updates a DNSSEC test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a DNSSEC test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
@ -1482,7 +1482,7 @@ class DNSSECTestsApi:
|
|||||||
) -> RESTResponseType:
|
) -> RESTResponseType:
|
||||||
"""Update DNSSEC test
|
"""Update DNSSEC test
|
||||||
|
|
||||||
Updates a DNSSEC test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a DNSSEC test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
|
|||||||
@ -1305,7 +1305,7 @@ class FTPServerTestsApi:
|
|||||||
) -> FtpServerTestResponse:
|
) -> FtpServerTestResponse:
|
||||||
"""Update FTP Server test
|
"""Update FTP Server test
|
||||||
|
|
||||||
Updates a FTP Server test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a FTP Server test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
@ -1392,7 +1392,7 @@ class FTPServerTestsApi:
|
|||||||
) -> ApiResponse[FtpServerTestResponse]:
|
) -> ApiResponse[FtpServerTestResponse]:
|
||||||
"""Update FTP Server test
|
"""Update FTP Server test
|
||||||
|
|
||||||
Updates a FTP Server test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a FTP Server test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
@ -1479,7 +1479,7 @@ class FTPServerTestsApi:
|
|||||||
) -> RESTResponseType:
|
) -> RESTResponseType:
|
||||||
"""Update FTP Server test
|
"""Update FTP Server test
|
||||||
|
|
||||||
Updates a FTP Server test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a FTP Server test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
|
|||||||
@ -1308,7 +1308,7 @@ class HTTPServerTestsApi:
|
|||||||
) -> HttpServerTestResponse:
|
) -> HttpServerTestResponse:
|
||||||
"""Update HTTP Server test
|
"""Update HTTP Server test
|
||||||
|
|
||||||
Updates a HTTP Server test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a HTTP Server test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
@ -1395,7 +1395,7 @@ class HTTPServerTestsApi:
|
|||||||
) -> ApiResponse[HttpServerTestResponse]:
|
) -> ApiResponse[HttpServerTestResponse]:
|
||||||
"""Update HTTP Server test
|
"""Update HTTP Server test
|
||||||
|
|
||||||
Updates a HTTP Server test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a HTTP Server test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
@ -1482,7 +1482,7 @@ class HTTPServerTestsApi:
|
|||||||
) -> RESTResponseType:
|
) -> RESTResponseType:
|
||||||
"""Update HTTP Server test
|
"""Update HTTP Server test
|
||||||
|
|
||||||
Updates a HTTP Server test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a HTTP Server test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
|
|||||||
@ -1308,7 +1308,7 @@ class PageLoadTestsApi:
|
|||||||
) -> PageLoadTestResponse:
|
) -> PageLoadTestResponse:
|
||||||
"""Update Page Load test
|
"""Update Page Load test
|
||||||
|
|
||||||
Updates a Page Load test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a Page Load test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
@ -1395,7 +1395,7 @@ class PageLoadTestsApi:
|
|||||||
) -> ApiResponse[PageLoadTestResponse]:
|
) -> ApiResponse[PageLoadTestResponse]:
|
||||||
"""Update Page Load test
|
"""Update Page Load test
|
||||||
|
|
||||||
Updates a Page Load test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a Page Load test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
@ -1482,7 +1482,7 @@ class PageLoadTestsApi:
|
|||||||
) -> RESTResponseType:
|
) -> RESTResponseType:
|
||||||
"""Update Page Load test
|
"""Update Page Load test
|
||||||
|
|
||||||
Updates a Page Load test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a Page Load test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
|
|||||||
@ -1305,7 +1305,7 @@ class SIPServerTestsApi:
|
|||||||
) -> SipServerTestResponse:
|
) -> SipServerTestResponse:
|
||||||
"""Update SIP Server test
|
"""Update SIP Server test
|
||||||
|
|
||||||
Updates a SIP Server test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a SIP Server test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
@ -1392,7 +1392,7 @@ class SIPServerTestsApi:
|
|||||||
) -> ApiResponse[SipServerTestResponse]:
|
) -> ApiResponse[SipServerTestResponse]:
|
||||||
"""Update SIP Server test
|
"""Update SIP Server test
|
||||||
|
|
||||||
Updates a SIP Server test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a SIP Server test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
@ -1479,7 +1479,7 @@ class SIPServerTestsApi:
|
|||||||
) -> RESTResponseType:
|
) -> RESTResponseType:
|
||||||
"""Update SIP Server test
|
"""Update SIP Server test
|
||||||
|
|
||||||
Updates a SIP Server test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a SIP Server test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
|
|||||||
@ -1308,7 +1308,7 @@ class VoiceTestsApi:
|
|||||||
) -> VoiceTestResponse:
|
) -> VoiceTestResponse:
|
||||||
"""Update Voice test
|
"""Update Voice test
|
||||||
|
|
||||||
Updates a Voice test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a Voice test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
@ -1395,7 +1395,7 @@ class VoiceTestsApi:
|
|||||||
) -> ApiResponse[VoiceTestResponse]:
|
) -> ApiResponse[VoiceTestResponse]:
|
||||||
"""Update Voice test
|
"""Update Voice test
|
||||||
|
|
||||||
Updates a Voice test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a Voice test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
@ -1482,7 +1482,7 @@ class VoiceTestsApi:
|
|||||||
) -> RESTResponseType:
|
) -> RESTResponseType:
|
||||||
"""Update Voice test
|
"""Update Voice test
|
||||||
|
|
||||||
Updates a Voice test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a Voice test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
|
|||||||
@ -1308,7 +1308,7 @@ class WebTransactionTestsApi:
|
|||||||
) -> WebTransactionTestResponse:
|
) -> WebTransactionTestResponse:
|
||||||
"""Update Web Transactions test
|
"""Update Web Transactions test
|
||||||
|
|
||||||
Updates a Web Transactions test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a Web Transactions test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
@ -1395,7 +1395,7 @@ class WebTransactionTestsApi:
|
|||||||
) -> ApiResponse[WebTransactionTestResponse]:
|
) -> ApiResponse[WebTransactionTestResponse]:
|
||||||
"""Update Web Transactions test
|
"""Update Web Transactions test
|
||||||
|
|
||||||
Updates a Web Transactions test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a Web Transactions test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
@ -1482,7 +1482,7 @@ class WebTransactionTestsApi:
|
|||||||
) -> RESTResponseType:
|
) -> RESTResponseType:
|
||||||
"""Update Web Transactions test
|
"""Update Web Transactions test
|
||||||
|
|
||||||
Updates a Web Transactions test. The target test cannot be a live share or saved event. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
Updates a Web Transactions test. Shared tests have limited updating capabilities. Only account-specific configurations may be updated, namely: Alert rules, Alert suppression windows, Labels. This method requires Account Admin permissions. **Note**: **Saved Events** are now called **Private Snapshots** in the user interface. This change does not affect API.
|
||||||
|
|
||||||
:param test_id: Test ID (required)
|
:param test_id: Test ID (required)
|
||||||
:type test_id: str
|
:type test_id: str
|
||||||
|
|||||||
@ -18,7 +18,7 @@ Refer to the Usage API operations for detailed usage instructions and optional p
|
|||||||
|
|
||||||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 7.0.71
|
- API version: 7.0.73
|
||||||
- Generator version: 7.6.0
|
- Generator version: 7.6.0
|
||||||
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user