-
Notifications
You must be signed in to change notification settings - Fork 32
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 3ee9214 of spec repo (#654)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
- Loading branch information
1 parent
627a63c
commit 1b5e4b3
Showing
16 changed files
with
1,078 additions
and
9 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
|
||
|
||
# GeomapWidgetDefinition | ||
|
||
This visualization displays a series of values by country on a world map. | ||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**customLinks** | [**List<WidgetCustomLink>**](WidgetCustomLink.md) | A list of custom links. | [optional] | ||
**requests** | [**List<GeomapWidgetRequest>**](GeomapWidgetRequest.md) | Array of one request object to display in the widget. The request must contain a `group-by` tag whose value is a country ISO code. See the [Request JSON schema documentation](https://docs.datadoghq.com/dashboards/graphing_json/request_json) for information about building the `REQUEST_SCHEMA`. | | ||
**style** | [**GeomapWidgetDefinitionStyle**](GeomapWidgetDefinitionStyle.md) | | | ||
**time** | [**WidgetTime**](WidgetTime.md) | | [optional] | ||
**title** | **String** | The title of your widget. | [optional] | ||
**titleAlign** | **WidgetTextAlign** | | [optional] | ||
**titleSize** | **String** | The size of the title. | [optional] | ||
**type** | **GeomapWidgetDefinitionType** | | | ||
**view** | [**GeomapWidgetDefinitionView**](GeomapWidgetDefinitionView.md) | | | ||
|
||
|
||
|
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,14 @@ | ||
|
||
|
||
# GeomapWidgetDefinitionStyle | ||
|
||
The style to apply to the widget. | ||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**palette** | **String** | The color palette to apply to the widget. | | ||
**paletteFlip** | **Boolean** | Whether to flip the palette tones. | | ||
|
||
|
||
|
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,11 @@ | ||
|
||
|
||
# GeomapWidgetDefinitionType | ||
|
||
## Enum | ||
|
||
|
||
* `GEOMAP` (value: `"geomap"`) | ||
|
||
|
||
|
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,13 @@ | ||
|
||
|
||
# GeomapWidgetDefinitionView | ||
|
||
The view of the world that the map should render. | ||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**focus** | **String** | The 2-letter ISO code of a country to focus the map on. Or `WORLD`. | | ||
|
||
|
||
|
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 @@ | ||
|
||
|
||
# GeomapWidgetRequest | ||
|
||
An updated geomap widget. | ||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**logQuery** | [**LogQueryDefinition**](LogQueryDefinition.md) | | [optional] | ||
**q** | **String** | The widget metrics query. | [optional] | ||
**rumQuery** | [**LogQueryDefinition**](LogQueryDefinition.md) | | [optional] | ||
|
||
|
||
|
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.