-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerate client from commit cc619fb of spec repo
- Loading branch information
ci.datadog-api-spec
committed
Jul 29, 2021
1 parent
c494bd7
commit 481a5c7
Showing
976 changed files
with
86,534 additions
and
1,677 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5.1.0-SNAPSHOT | ||
5.2.1-SNAPSHOT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,13 +38,9 @@ with ApiClient(configuration) as api_client: | |
# Create an instance of the API class | ||
api_instance = dashboards_api.DashboardsApi(api_client) | ||
body = Dashboard( | ||
author_handle="[email protected]", | ||
created_at=dateutil_parser('1970-01-01T00:00:00.00Z'), | ||
description="description_example", | ||
id="123-abc-456", | ||
is_read_only=False, | ||
layout_type=DashboardLayoutType("ordered"), | ||
modified_at=dateutil_parser('1970-01-01T00:00:00.00Z'), | ||
notify_list=[ | ||
"notify_list_example", | ||
], | ||
|
@@ -71,7 +67,6 @@ with ApiClient(configuration) as api_client: | |
), | ||
], | ||
title="", | ||
url="/dashboard/123-abc-456/example-dashboard-title", | ||
widgets=[ | ||
Widget( | ||
definition=WidgetDefinition(), | ||
|
@@ -488,13 +483,9 @@ with ApiClient(configuration) as api_client: | |
api_instance = dashboards_api.DashboardsApi(api_client) | ||
dashboard_id = "dashboard_id_example" # str | The ID of the dashboard. | ||
body = Dashboard( | ||
author_handle="[email protected]", | ||
created_at=dateutil_parser('1970-01-01T00:00:00.00Z'), | ||
description="description_example", | ||
id="123-abc-456", | ||
is_read_only=False, | ||
layout_type=DashboardLayoutType("ordered"), | ||
modified_at=dateutil_parser('1970-01-01T00:00:00.00Z'), | ||
notify_list=[ | ||
"notify_list_example", | ||
], | ||
|
@@ -521,7 +512,6 @@ with ApiClient(configuration) as api_client: | |
), | ||
], | ||
title="", | ||
url="/dashboard/123-abc-456/example-dashboard-title", | ||
widgets=[ | ||
Widget( | ||
definition=WidgetDefinition(), | ||
|
Oops, something went wrong.