-
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 9a2112a of spec repo
- Loading branch information
ci.datadog-api-spec
committed
Jul 23, 2021
1 parent
4209e2a
commit 6a8de0c
Showing
56 changed files
with
50 additions
and
807 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
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(), | ||
|
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 |
---|---|---|
|
@@ -40,9 +40,6 @@ with ApiClient(configuration) as api_client: | |
# Create an instance of the API class | ||
api_instance = key_management_api.KeyManagementApi(api_client) | ||
body = ApiKey( | ||
created="2019-08-02 15:31:07", | ||
created_by="[email protected]", | ||
key="1234512345123456abcabc912349abcd", | ||
name="example user", | ||
) # ApiKey | | ||
|
||
|
@@ -109,9 +106,7 @@ with ApiClient(configuration) as api_client: | |
# Create an instance of the API class | ||
api_instance = key_management_api.KeyManagementApi(api_client) | ||
body = ApplicationKey( | ||
hash="1234512345123459cda4eb9ced49a3d84fd0138c", | ||
name="example user", | ||
owner="example.com", | ||
) # ApplicationKey | | ||
|
||
# example passing only required values which don't have defaults set | ||
|
@@ -554,9 +549,6 @@ with ApiClient(configuration) as api_client: | |
api_instance = key_management_api.KeyManagementApi(api_client) | ||
key = "key_example" # str | The specific API key you are working with. | ||
body = ApiKey( | ||
created="2019-08-02 15:31:07", | ||
created_by="[email protected]", | ||
key="1234512345123456abcabc912349abcd", | ||
name="example user", | ||
) # ApiKey | | ||
|
||
|
@@ -626,9 +618,7 @@ with ApiClient(configuration) as api_client: | |
api_instance = key_management_api.KeyManagementApi(api_client) | ||
key = "key_example" # str | The specific APP key you are working with. | ||
body = ApplicationKey( | ||
hash="1234512345123459cda4eb9ced49a3d84fd0138c", | ||
name="example user", | ||
owner="example.com", | ||
) # ApplicationKey | | ||
|
||
# example passing only required values which don't have defaults set | ||
|
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
Oops, something went wrong.