Skip to content

Commit 21432e2

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 317577f of spec repo (#310)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 6c2b3bc commit 21432e2

File tree

822 files changed

+596
-2153
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

822 files changed

+596
-2153
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.4.1.dev8",
7-
"regenerated": "2021-03-05 22:35:17.906260",
8-
"spec_repo_commit": "2a95fb4"
7+
"regenerated": "2021-03-08 08:27:26.096501",
8+
"spec_repo_commit": "317577f"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev8",
12-
"regenerated": "2021-03-05 22:35:58.595033",
13-
"spec_repo_commit": "2a95fb4"
12+
"regenerated": "2021-03-08 08:27:59.020071",
13+
"spec_repo_commit": "317577f"
1414
}
1515
}
1616
}

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.1-SNAPSHOT
1+
5.1.0-SNAPSHOT

docs/v1/FormulaAndFunctionQueryDefinition.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ A formula and function query.
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**data_source** | [**FormulaAndFunctionProcessQueryDataSource**](FormulaAndFunctionProcessQueryDataSource.md) | | defaults to nulltype.Null
8-
**query** | **str** | Metrics query definition. | defaults to nulltype.Null
9-
**compute** | [**FormulaAndFunctionEventQueryDefinitionCompute**](FormulaAndFunctionEventQueryDefinitionCompute.md) | | defaults to nulltype.Null
10-
**metric** | **str** | Process metric name. | defaults to nulltype.Null
117
**aggregator** | [**FormulaAndFunctionMetricAggregation**](FormulaAndFunctionMetricAggregation.md) | | [optional]
128
**name** | **str** | Name of query for use in formulas. | [optional]
139
**group_by** | [**[FormulaAndFunctionEventQueryGroupBy]**](FormulaAndFunctionEventQueryGroupBy.md) | Group by options. | [optional]
@@ -18,6 +14,10 @@ Name | Type | Description | Notes
1814
**sort** | [**QuerySortOrder**](QuerySortOrder.md) | | [optional]
1915
**tag_filters** | **[str]** | An array of tags to filter by. | [optional]
2016
**text_filter** | **str** | Text to use as filter. | [optional]
17+
**data_source** | [**FormulaAndFunctionProcessQueryDataSource**](FormulaAndFunctionProcessQueryDataSource.md) | | [optional]
18+
**query** | **str** | Metrics query definition. | [optional]
19+
**compute** | [**FormulaAndFunctionEventQueryDefinitionCompute**](FormulaAndFunctionEventQueryDefinitionCompute.md) | | [optional]
20+
**metric** | **str** | Process metric name. | [optional]
2121
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
2222

2323
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)

docs/v1/LogsProcessor.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@ Definition of a logs processor.
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**grok** | [**LogsGrokParserRules**](LogsGrokParserRules.md) | | defaults to nulltype.Null
8-
**source** | **str** | Source attribute used to perform the lookup. | defaults to nulltype.Null
9-
**type** | [**LogsTraceRemapperType**](LogsTraceRemapperType.md) | | defaults to nulltype.Null
10-
**sources** | **[str]** | Array of source attributes. | defaults to nulltype.Null
11-
**target** | **str** | Name of the attribute that contains the corresponding value in the mapping list or the &#x60;default_lookup&#x60; if not found in the mapping list. | defaults to nulltype.Null
12-
**categories** | [**[LogsCategoryProcessorCategory]**](LogsCategoryProcessorCategory.md) | Array of filters to match or not a log and their corresponding &#x60;name&#x60;to assign a custom value to the log. | defaults to nulltype.Null
13-
**expression** | **str** | Arithmetic operation between one or more log attributes. | defaults to nulltype.Null
14-
**template** | **str** | A formula with one or more attributes and raw text. | defaults to nulltype.Null
15-
**lookup_table** | **[str]** | Mapping table of values for the source attribute and their associated target attribute values, formatted as &#x60;[\&quot;source_key1,target_value1\&quot;, \&quot;source_key2,target_value2\&quot;]&#x60; | defaults to nulltype.Null
167
**is_enabled** | **bool** | Whether or not the processor is enabled. | [optional] if omitted the server will use the default value of False
178
**name** | **str** | Name of the processor. | [optional]
189
**samples** | **[str]** | List of sample logs to test this grok parser. | [optional]
@@ -27,6 +18,15 @@ Name | Type | Description | Notes
2718
**filter** | [**LogsFilter**](LogsFilter.md) | | [optional]
2819
**processors** | [**[LogsProcessor]**](LogsProcessor.md) | Ordered list of processors in this pipeline. | [optional]
2920
**default_lookup** | **str** | Value to set the target attribute if the source value is not found in the list. | [optional]
21+
**grok** | [**LogsGrokParserRules**](LogsGrokParserRules.md) | | [optional]
22+
**source** | **str** | Source attribute used to perform the lookup. | [optional]
23+
**type** | [**LogsTraceRemapperType**](LogsTraceRemapperType.md) | | [optional]
24+
**sources** | **[str]** | Array of source attributes. | [optional] if omitted the server will use the default value of ["dd.trace_id"]
25+
**target** | **str** | Name of the attribute that contains the corresponding value in the mapping list or the &#x60;default_lookup&#x60; if not found in the mapping list. | [optional]
26+
**categories** | [**[LogsCategoryProcessorCategory]**](LogsCategoryProcessorCategory.md) | Array of filters to match or not a log and their corresponding &#x60;name&#x60;to assign a custom value to the log. | [optional]
27+
**expression** | **str** | Arithmetic operation between one or more log attributes. | [optional]
28+
**template** | **str** | A formula with one or more attributes and raw text. | [optional]
29+
**lookup_table** | **[str]** | Mapping table of values for the source attribute and their associated target attribute values, formatted as &#x60;[\&quot;source_key1,target_value1\&quot;, \&quot;source_key2,target_value2\&quot;]&#x60; | [optional]
3030
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
3131

3232
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)

docs/v1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ Use specific imports for apis and models like:
833833
- `from datadog_api_client.v1.api.default_api import DefaultApi`
834834
- `from datadog_api_client.v1.model.pet import Pet`
835835

836-
Solution 1:
836+
Solution 2:
837837
Before importing the package, adjust the maximum recursion limit as shown below:
838838
```
839839
import sys

docs/v1/SyntheticsAssertion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Object describing the assertions type, their associated operator, which property
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**operator** | [**SyntheticsAssertionJSONPathOperator**](SyntheticsAssertionJSONPathOperator.md) | | defaults to nulltype.Null
8-
**type** | [**SyntheticsAssertionType**](SyntheticsAssertionType.md) | | defaults to nulltype.Null
97
**_property** | **str** | The associated assertion property. | [optional]
108
**target** | [**SyntheticsAssertionJSONPathTargetTarget**](SyntheticsAssertionJSONPathTargetTarget.md) | | [optional]
9+
**operator** | [**SyntheticsAssertionJSONPathOperator**](SyntheticsAssertionJSONPathOperator.md) | | [optional]
10+
**type** | [**SyntheticsAssertionType**](SyntheticsAssertionType.md) | | [optional]
1111
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
1212

1313
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)

docs/v1/WidgetDefinition.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,6 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**alert_id** | **str** | ID of the alert to use in the widget. | defaults to nulltype.Null
8-
**type** | [**ToplistWidgetDefinitionType**](ToplistWidgetDefinitionType.md) | | defaults to nulltype.Null
9-
**viz_type** | [**WidgetVizType**](WidgetVizType.md) | | defaults to nulltype.Null
10-
**requests** | [**[ToplistWidgetRequest]**](ToplistWidgetRequest.md) | List of top list widget requests. | defaults to nulltype.Null
11-
**check** | **str** | Name of the check to use in the widget. | defaults to nulltype.Null
12-
**grouping** | [**WidgetGrouping**](WidgetGrouping.md) | | defaults to nulltype.Null
13-
**query** | **str** | Query to filter the monitors with. | defaults to nulltype.Null
14-
**text** | **str** | Text to display. | defaults to nulltype.Null
15-
**style** | [**HostMapWidgetDefinitionStyle**](HostMapWidgetDefinitionStyle.md) | | defaults to nulltype.Null
16-
**view** | [**GeomapWidgetDefinitionView**](GeomapWidgetDefinitionView.md) | | defaults to nulltype.Null
17-
**layout_type** | [**WidgetLayoutType**](WidgetLayoutType.md) | | defaults to nulltype.Null
18-
**widgets** | [**[Widget]**](Widget.md) | List of widget groups. | defaults to nulltype.Null
19-
**url** | **str** | URL of the image. | defaults to nulltype.Null
20-
**content** | **str** | Content of the note. | defaults to nulltype.Null
21-
**view_type** | **str** | Type of view displayed by the widget. | defaults to nulltype.Null
22-
**filters** | **[str]** | Your environment and primary tag (or * if enabled for your account). | defaults to nulltype.Null
23-
**service** | **str** | APM service. | defaults to nulltype.Null
24-
**env** | **str** | APM environment. | defaults to nulltype.Null
25-
**span_name** | **str** | APM span name. | defaults to nulltype.Null
267
**time** | [**WidgetTime**](WidgetTime.md) | | [optional]
278
**title** | **str** | Title of your widget. | [optional]
289
**title_align** | [**WidgetTextAlign**](WidgetTextAlign.md) | | [optional]
@@ -85,6 +66,25 @@ Name | Type | Description | Notes
8566
**has_search_bar** | [**TableWidgetHasSearchBar**](TableWidgetHasSearchBar.md) | | [optional]
8667
**markers** | [**[WidgetMarker]**](WidgetMarker.md) | List of markers. | [optional]
8768
**right_yaxis** | [**WidgetAxis**](WidgetAxis.md) | | [optional]
69+
**alert_id** | **str** | ID of the alert to use in the widget. | [optional]
70+
**type** | [**ToplistWidgetDefinitionType**](ToplistWidgetDefinitionType.md) | | [optional]
71+
**viz_type** | [**WidgetVizType**](WidgetVizType.md) | | [optional]
72+
**requests** | [**[ToplistWidgetRequest]**](ToplistWidgetRequest.md) | List of top list widget requests. | [optional]
73+
**check** | **str** | Name of the check to use in the widget. | [optional]
74+
**grouping** | [**WidgetGrouping**](WidgetGrouping.md) | | [optional]
75+
**query** | **str** | Query to filter the monitors with. | [optional]
76+
**text** | **str** | Text to display. | [optional]
77+
**style** | [**HostMapWidgetDefinitionStyle**](HostMapWidgetDefinitionStyle.md) | | [optional]
78+
**view** | [**GeomapWidgetDefinitionView**](GeomapWidgetDefinitionView.md) | | [optional]
79+
**layout_type** | [**WidgetLayoutType**](WidgetLayoutType.md) | | [optional]
80+
**widgets** | [**[Widget]**](Widget.md) | List of widget groups. | [optional]
81+
**url** | **str** | URL of the image. | [optional]
82+
**content** | **str** | Content of the note. | [optional]
83+
**view_type** | **str** | Type of view displayed by the widget. | [optional] if omitted the server will use the default value of "detail"
84+
**filters** | **[str]** | Your environment and primary tag (or * if enabled for your account). | [optional]
85+
**service** | **str** | APM service. | [optional]
86+
**env** | **str** | APM environment. | [optional]
87+
**span_name** | **str** | APM span name. | [optional]
8888
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
8989

9090
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)

docs/v2/ApplicationKeyResponseIncludedItem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ An object related to an application key.
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**type** | [**RolesType**](RolesType.md) | | defaults to nulltype.Null
87
**attributes** | [**RoleAttributes**](RoleAttributes.md) | | [optional]
98
**id** | **str** | ID of the role. | [optional]
109
**relationships** | [**RoleResponseRelationships**](RoleResponseRelationships.md) | | [optional]
10+
**type** | [**RolesType**](RolesType.md) | | [optional]
1111
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
1212

1313
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)

docs/v2/IncidentTimelineCellCreateAttributes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ The timeline cell's attributes for a create request.
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**cell_type** | [**IncidentTimelineCellMarkdownContentType**](IncidentTimelineCellMarkdownContentType.md) | | defaults to nulltype.Null
8-
**content** | [**IncidentTimelineCellMarkdownCreateAttributesContent**](IncidentTimelineCellMarkdownCreateAttributesContent.md) | | defaults to nulltype.Null
97
**important** | **bool** | A flag indicating whether the timeline cell is important and should be highlighted. | [optional] if omitted the server will use the default value of False
8+
**cell_type** | [**IncidentTimelineCellMarkdownContentType**](IncidentTimelineCellMarkdownContentType.md) | | [optional]
9+
**content** | [**IncidentTimelineCellMarkdownCreateAttributesContent**](IncidentTimelineCellMarkdownCreateAttributesContent.md) | | [optional]
1010
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
1111

1212
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)

docs/v2/LogsArchiveCreateRequestDestination.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ An archive's destination.
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**container** | **str** | The container where the archive will be stored. | defaults to nulltype.Null
8-
**integration** | [**LogsArchiveIntegrationS3**](LogsArchiveIntegrationS3.md) | | defaults to nulltype.Null
9-
**storage_account** | **str** | The associated storage account. | defaults to nulltype.Null
10-
**type** | [**LogsArchiveDestinationS3Type**](LogsArchiveDestinationS3Type.md) | | defaults to nulltype.Null
11-
**bucket** | **str** | The bucket where the archive will be stored. | defaults to nulltype.Null
127
**path** | **str** | The archive path. | [optional]
138
**region** | **str** | The region where the archive will be stored. | [optional]
9+
**container** | **str** | The container where the archive will be stored. | [optional]
10+
**integration** | [**LogsArchiveIntegrationS3**](LogsArchiveIntegrationS3.md) | | [optional]
11+
**storage_account** | **str** | The associated storage account. | [optional]
12+
**type** | [**LogsArchiveDestinationS3Type**](LogsArchiveDestinationS3Type.md) | | [optional]
13+
**bucket** | **str** | The bucket where the archive will be stored. | [optional]
1414
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
1515

1616
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)

0 commit comments

Comments
 (0)