Skip to content

Commit 62bed5b

Browse files
mpragosa-teAPI Team
andauthored
[GitHub Bot] Generated python SDK (#85)
Co-authored-by: API Team <[email protected]>
1 parent b1c34fe commit 62bed5b

File tree

327 files changed

+1027
-168
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

327 files changed

+1027
-168
lines changed

thousandeyes-sdk-administrative/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This API provides the following operations to manage your organization:
1212

1313
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
1414

15-
- API version: 7.0.28
15+
- API version: 7.0.29
1616
- Generator version: 7.6.0
1717
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
1818

thousandeyes-sdk-agents/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Manage all agents available to your account in ThousandEyes, including both Clou
55

66
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
77

8-
- API version: 7.0.28
8+
- API version: 7.0.29
99
- Generator version: 7.6.0
1010
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
1111

thousandeyes-sdk-alerts/.openapi-generator/FILES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ README.md
44
docs/Alert.md
55
docs/AlertDetail.md
66
docs/AlertDirection.md
7+
docs/AlertGroupType.md
78
docs/AlertLinks.md
89
docs/AlertMeta.md
910
docs/AlertMetricDetail.md
@@ -69,6 +70,7 @@ src/thousandeyes_sdk/alerts/models/__init__.py
6970
src/thousandeyes_sdk/alerts/models/alert.py
7071
src/thousandeyes_sdk/alerts/models/alert_detail.py
7172
src/thousandeyes_sdk/alerts/models/alert_direction.py
73+
src/thousandeyes_sdk/alerts/models/alert_group_type.py
7274
src/thousandeyes_sdk/alerts/models/alert_links.py
7375
src/thousandeyes_sdk/alerts/models/alert_meta.py
7476
src/thousandeyes_sdk/alerts/models/alert_metric_detail.py

thousandeyes-sdk-alerts/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For more information about the alerts, see [Alerts](https://docs.thousandeyes.co
1212

1313
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
1414

15-
- API version: 7.0.28
15+
- API version: 7.0.29
1616
- Generator version: 7.6.0
1717
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
1818

@@ -123,6 +123,7 @@ Class | Method | HTTP request | Description
123123
- [Alert](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-alerts/docs/Alert.md)
124124
- [AlertDetail](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-alerts/docs/AlertDetail.md)
125125
- [AlertDirection](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-alerts/docs/AlertDirection.md)
126+
- [AlertGroupType](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-alerts/docs/AlertGroupType.md)
126127
- [AlertLinks](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-alerts/docs/AlertLinks.md)
127128
- [AlertMeta](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-alerts/docs/AlertMeta.md)
128129
- [AlertMetricDetail](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-alerts/docs/AlertMetricDetail.md)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# AlertGroupType
2+
3+
Category of alert type based on the application or network layer and source of the test.
4+
5+
## Properties
6+
7+
Name | Type | Description | Notes
8+
------------ | ------------- | ------------- | -------------
9+
10+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
11+
12+

thousandeyes-sdk-alerts/docs/BaseRule.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
1212
**notify_on_clear** | **bool** | Send notification when alert clears. | [optional]
1313
**is_default** | **bool** | If set to &#x60;true&#x60;, this alert rule becomes the default for its test type and is automatically applied to newly created tests with relevant metrics. Only one default alert rule is allowed per test type. | [optional]
1414
**alert_type** | [**AlertType**](AlertType.md) | |
15+
**alert_group_type** | [**AlertGroupType**](AlertGroupType.md) | | [optional]
1516
**minimum_sources** | **int** | The minimum number of agents or monitors that must meet the specified criteria to trigger the alert. | [optional]
1617
**minimum_sources_pct** | **int** | The minimum percentage of all assigned agents or monitors that must meet the specified criteria to trigger the alert. | [optional]
1718
**rounds_violating_mode** | [**AlertRoundsViolationMode**](AlertRoundsViolationMode.md) | | [optional]

thousandeyes-sdk-alerts/docs/Rule.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
1212
**notify_on_clear** | **bool** | Send notification when alert clears. | [optional]
1313
**is_default** | **bool** | If set to &#x60;true&#x60;, this alert rule becomes the default for its test type and is automatically applied to newly created tests with relevant metrics. Only one default alert rule is allowed per test type. | [optional]
1414
**alert_type** | [**AlertType**](AlertType.md) | |
15+
**alert_group_type** | [**AlertGroupType**](AlertGroupType.md) | | [optional]
1516
**minimum_sources** | **int** | The minimum number of agents or monitors that must meet the specified criteria to trigger the alert. | [optional]
1617
**minimum_sources_pct** | **int** | The minimum percentage of all assigned agents or monitors that must meet the specified criteria to trigger the alert. | [optional]
1718
**rounds_violating_mode** | [**AlertRoundsViolationMode**](AlertRoundsViolationMode.md) | | [optional]

thousandeyes-sdk-alerts/docs/RuleDetail.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
1212
**notify_on_clear** | **bool** | Send notification when alert clears. | [optional]
1313
**is_default** | **bool** | If set to &#x60;true&#x60;, this alert rule becomes the default for its test type and is automatically applied to newly created tests with relevant metrics. Only one default alert rule is allowed per test type. | [optional]
1414
**alert_type** | [**AlertType**](AlertType.md) | |
15+
**alert_group_type** | [**AlertGroupType**](AlertGroupType.md) | | [optional]
1516
**minimum_sources** | **int** | The minimum number of agents or monitors that must meet the specified criteria to trigger the alert. | [optional]
1617
**minimum_sources_pct** | **int** | The minimum percentage of all assigned agents or monitors that must meet the specified criteria to trigger the alert. | [optional]
1718
**rounds_violating_mode** | [**AlertRoundsViolationMode**](AlertRoundsViolationMode.md) | | [optional]

thousandeyes-sdk-alerts/docs/RuleDetailUpdate.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
1212
**notify_on_clear** | **bool** | Send notification when alert clears. | [optional]
1313
**is_default** | **bool** | If set to &#x60;true&#x60;, this alert rule becomes the default for its test type and is automatically applied to newly created tests with relevant metrics. Only one default alert rule is allowed per test type. | [optional]
1414
**alert_type** | [**AlertType**](AlertType.md) | |
15+
**alert_group_type** | [**AlertGroupType**](AlertGroupType.md) | | [optional]
1516
**minimum_sources** | **int** | The minimum number of agents or monitors that must meet the specified criteria to trigger the alert. | [optional]
1617
**minimum_sources_pct** | **int** | The minimum percentage of all assigned agents or monitors that must meet the specified criteria to trigger the alert. | [optional]
1718
**rounds_violating_mode** | [**AlertRoundsViolationMode**](AlertRoundsViolationMode.md) | | [optional]

thousandeyes-sdk-alerts/src/thousandeyes_sdk/alerts/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
from thousandeyes_sdk.alerts.models.alert import Alert
2424
from thousandeyes_sdk.alerts.models.alert_detail import AlertDetail
2525
from thousandeyes_sdk.alerts.models.alert_direction import AlertDirection
26+
from thousandeyes_sdk.alerts.models.alert_group_type import AlertGroupType
2627
from thousandeyes_sdk.alerts.models.alert_links import AlertLinks
2728
from thousandeyes_sdk.alerts.models.alert_meta import AlertMeta
2829
from thousandeyes_sdk.alerts.models.alert_metric_detail import AlertMetricDetail

0 commit comments

Comments
 (0)