-
Notifications
You must be signed in to change notification settings - Fork 20
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 a4f22f3 of spec repo
- Loading branch information
ci.datadog-api-spec
committed
Jul 21, 2021
1 parent
ffe3628
commit 2fc9119
Showing
32 changed files
with
2,004 additions
and
4 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
76 changes: 76 additions & 0 deletions
76
cassettes/features/v1/dashboards/Create-a-new-dashboard-with-list-stream-widget.yml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# DatadogAPIClient::V1::ListStreamColumn | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| ---- | ---- | ----------- | ----- | | ||
| **field** | **String** | Widget column field. | | | ||
| **width** | [**ListStreamColumnWidth**](ListStreamColumnWidth.md) | | | | ||
|
||
## Example | ||
|
||
```ruby | ||
require 'datadog_api_client/v1' | ||
|
||
instance = DatadogAPIClient::V1::ListStreamColumn.new( | ||
field: content, | ||
width: null | ||
) | ||
``` | ||
|
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# DatadogAPIClient::V1::ListStreamColumnWidth | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| ---- | ---- | ----------- | ----- | | ||
|
||
## Example | ||
|
||
```ruby | ||
require 'datadog_api_client/v1' | ||
|
||
instance = DatadogAPIClient::V1::ListStreamColumnWidth.new() | ||
``` | ||
|
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# DatadogAPIClient::V1::ListStreamQuery | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| ---- | ---- | ----------- | ----- | | ||
| **data_source** | [**ListStreamSource**](ListStreamSource.md) | | [default to 'issue_stream'] | | ||
| **indexes** | **Array<String>** | List of indexes. | [optional] | | ||
| **query_string** | **String** | Widget query. | | | ||
|
||
## Example | ||
|
||
```ruby | ||
require 'datadog_api_client/v1' | ||
|
||
instance = DatadogAPIClient::V1::ListStreamQuery.new( | ||
data_source: null, | ||
indexes: null, | ||
query_string: @service:app | ||
) | ||
``` | ||
|
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# DatadogAPIClient::V1::ListStreamResponseFormat | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| ---- | ---- | ----------- | ----- | | ||
|
||
## Example | ||
|
||
```ruby | ||
require 'datadog_api_client/v1' | ||
|
||
instance = DatadogAPIClient::V1::ListStreamResponseFormat.new() | ||
``` | ||
|
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# DatadogAPIClient::V1::ListStreamSource | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| ---- | ---- | ----------- | ----- | | ||
|
||
## Example | ||
|
||
```ruby | ||
require 'datadog_api_client/v1' | ||
|
||
instance = DatadogAPIClient::V1::ListStreamSource.new() | ||
``` | ||
|
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# DatadogAPIClient::V1::ListStreamWidgetDefinition | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| ---- | ---- | ----------- | ----- | | ||
| **legend_size** | **String** | Available legend sizes for a widget. Should be one of \"0\", \"2\", \"4\", \"8\", \"16\", or \"auto\". | [optional] | | ||
| **requests** | [**Array<ListStreamWidgetRequest>**](ListStreamWidgetRequest.md) | Request payload used to query items. | | | ||
| **show_legend** | **Boolean** | Whether or not to display the legend on this widget. | [optional] | | ||
| **time** | [**WidgetTime**](WidgetTime.md) | | [optional] | | ||
| **title** | **String** | Title of the widget. | [optional] | | ||
| **title_align** | [**WidgetTextAlign**](WidgetTextAlign.md) | | [optional] | | ||
| **title_size** | **String** | Size of the title. | [optional] | | ||
| **type** | [**ListStreamWidgetDefinitionType**](ListStreamWidgetDefinitionType.md) | | [default to 'list_stream'] | | ||
|
||
## Example | ||
|
||
```ruby | ||
require 'datadog_api_client/v1' | ||
|
||
instance = DatadogAPIClient::V1::ListStreamWidgetDefinition.new( | ||
legend_size: null, | ||
requests: [{"response_format":"event_list"},{"columns":[{"field":"timestamp","width":"auto"}]},{"query":{"data_source":"issue_stream","query_string":"@data_source:APM"}}], | ||
show_legend: null, | ||
time: null, | ||
title: null, | ||
title_align: null, | ||
title_size: null, | ||
type: null | ||
) | ||
``` | ||
|
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# DatadogAPIClient::V1::ListStreamWidgetDefinitionType | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| ---- | ---- | ----------- | ----- | | ||
|
||
## Example | ||
|
||
```ruby | ||
require 'datadog_api_client/v1' | ||
|
||
instance = DatadogAPIClient::V1::ListStreamWidgetDefinitionType.new() | ||
``` | ||
|
Oops, something went wrong.