Skip to content

Commit 6648b46

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

File tree

52 files changed

+881
-47
lines changed

Some content is hidden

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

52 files changed

+881
-47
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.29
15+
- API version: 7.0.32
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.29
8+
- API version: 7.0.32
99
- Generator version: 7.6.0
1010
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
1111

thousandeyes-sdk-alerts/README.md

Lines changed: 1 addition & 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.29
15+
- API version: 7.0.32
1616
- Generator version: 7.6.0
1717
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
1818

thousandeyes-sdk-alerts/src/thousandeyes_sdk/alerts/models/state.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ class State(str, Enum):
2525
"""
2626
allowed enum values
2727
"""
28-
ACTIVE = 'active'
2928
CLEAR = 'clear'
3029
TRIGGER = 'trigger'
3130
UNKNOWN = 'unknown'

thousandeyes-sdk-alerts/test/test_alerts_api.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def test_get_alert_models_validation(self) -> None:
9292
"metrics" : "metrics"
9393
},
9494
"id" : "3379",
95-
"state" : "active",
95+
"state" : "trigger",
9696
"type" : "cea_agent"
9797
}, {
9898
"name" : "Bucharest, Romania",
@@ -103,12 +103,12 @@ def test_get_alert_models_validation(self) -> None:
103103
"metrics" : "metrics"
104104
},
105105
"id" : "3379",
106-
"state" : "active",
106+
"state" : "trigger",
107107
"type" : "cea_agent"
108108
} ],
109109
"id" : "e9c3bf02-a48c-4aa8-9e5f-898800d6f569",
110110
"suppressed" : false,
111-
"state" : "active",
111+
"state" : "trigger",
112112
"startDate" : "2022-07-17T22:00:54Z"
113113
}"""
114114

@@ -186,7 +186,7 @@ def test_get_alerts_models_validation(self) -> None:
186186
"state" : "ACTIVE",
187187
"ruleId" : 127094,
188188
"permalink" : "https://app.thousandeyes.com/alerts/list?__a=75&alertId=2783&agentId=12",
189-
"alertState" : "active",
189+
"alertState" : "trigger",
190190
"startDate" : "2022-07-17T22:00:54Z",
191191
"alertRuleId" : "127094"
192192
}, {
@@ -254,7 +254,7 @@ def test_get_alerts_models_validation(self) -> None:
254254
"state" : "ACTIVE",
255255
"ruleId" : 127094,
256256
"permalink" : "https://app.thousandeyes.com/alerts/list?__a=75&alertId=2783&agentId=12",
257-
"alertState" : "active",
257+
"alertState" : "trigger",
258258
"startDate" : "2022-07-17T22:00:54Z",
259259
"alertRuleId" : "127094"
260260
} ],

thousandeyes-sdk-bgp-monitors/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For more information about monitors, see [Inside-Out BGP Visibility](https://doc
99

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

12-
- API version: 7.0.29
12+
- API version: 7.0.32
1313
- Generator version: 7.6.0
1414
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
1515

thousandeyes-sdk-credentials/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For more information about credentials, see [Working With Secure Credentials](ht
1313

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

16-
- API version: 7.0.29
16+
- API version: 7.0.32
1717
- Generator version: 7.6.0
1818
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
1919

thousandeyes-sdk-dashboards/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Manage ThousandEyes Dashboards.
33

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

6-
- API version: 7.0.29
6+
- API version: 7.0.32
77
- Generator version: 7.6.0
88
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
99

thousandeyes-sdk-emulation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To access Emulation API operations, the following permissions are required:
99

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

12-
- API version: 7.0.29
12+
- API version: 7.0.32
1313
- Generator version: 7.6.0
1414
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
1515

thousandeyes-sdk-endpoint-agents/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ For more information about Endpoint Agents, see [Endpoint Agents](https://docs.t
55

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

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

0 commit comments

Comments
 (0)