Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GitHub Bot] Generated java SDK #102

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion administrative/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Administrative API

- API version: 7.0.32
- API version: 7.0.34

Manage users, accounts, and account groups in the ThousandEyes platform using the Administrative API.
This API provides the following operations to manage your organization:
Expand Down
2 changes: 1 addition & 1 deletion agents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Agents API

- API version: 7.0.32
- API version: 7.0.34


## Overview
Expand Down
2 changes: 2 additions & 0 deletions alerts/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ src/main/java/com/thousandeyes/sdk/alerts/model/AlertMeta.java
src/main/java/com/thousandeyes/sdk/alerts/model/AlertMetricDetail.java
src/main/java/com/thousandeyes/sdk/alerts/model/AlertNotification.java
src/main/java/com/thousandeyes/sdk/alerts/model/AlertRoundsViolationMode.java
src/main/java/com/thousandeyes/sdk/alerts/model/AlertSimpleTest.java
src/main/java/com/thousandeyes/sdk/alerts/model/AlertSuppressionWindow.java
src/main/java/com/thousandeyes/sdk/alerts/model/AlertSuppressionWindowDetail.java
src/main/java/com/thousandeyes/sdk/alerts/model/AlertSuppressionWindowRequest.java
src/main/java/com/thousandeyes/sdk/alerts/model/AlertSuppressionWindowState.java
src/main/java/com/thousandeyes/sdk/alerts/model/AlertSuppressionWindows.java
src/main/java/com/thousandeyes/sdk/alerts/model/AlertTestType.java
src/main/java/com/thousandeyes/sdk/alerts/model/AlertType.java
src/main/java/com/thousandeyes/sdk/alerts/model/Alerts.java
src/main/java/com/thousandeyes/sdk/alerts/model/BaseAlert.java
Expand Down
2 changes: 1 addition & 1 deletion alerts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Alerts API

- API version: 7.0.32
- API version: 7.0.34

You can manage the following alert functionalities on the ThousandEyes platform using the Alerts API:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
*/
public enum AlertGroupType {

BGP("bgp"),

BROWSER_SESSION("browser-session"),

CLOUD_ENTERPRISE("cloud-enterprise"),
Expand Down
Loading
Loading