You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/v1/datadog/docs/FormulaAndFunctionEventsDataSource.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@
15
15
16
16
*`PROFILES` (value: `"profiles"`)
17
17
18
+
*`AUDIT` (value: `"audit"`)
19
+
18
20
19
21
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: api/v1/datadog/docs/QueryValueWidgetRequest.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
---- | ---- | ----------- | ------
7
7
**Aggregator** | Pointer to [**WidgetAggregator**](WidgetAggregator.md) | | [optional]
8
8
**ApmQuery** | Pointer to [**LogQueryDefinition**](LogQueryDefinition.md) | | [optional]
9
+
**AuditQuery** | Pointer to [**LogQueryDefinition**](LogQueryDefinition.md) | | [optional]
9
10
**ConditionalFormats** | Pointer to [**[]WidgetConditionalFormat**](WidgetConditionalFormat.md) | List of conditional formats. | [optional]
10
11
**EventQuery** | Pointer to [**LogQueryDefinition**](LogQueryDefinition.md) | | [optional]
11
12
**Formulas** | Pointer to [**[]WidgetFormula**](WidgetFormula.md) | List of formulas that operate on queries. **This feature is currently in beta.** | [optional]
@@ -88,6 +89,31 @@ SetApmQuery sets ApmQuery field to given value.
88
89
89
90
HasApmQuery returns a boolean if a field has been set.
90
91
92
+
### GetAuditQuery
93
+
94
+
`func (o *QueryValueWidgetRequest) GetAuditQuery() LogQueryDefinition`
95
+
96
+
GetAuditQuery returns the AuditQuery field if non-nil, zero value otherwise.
97
+
98
+
### GetAuditQueryOk
99
+
100
+
`func (o *QueryValueWidgetRequest) GetAuditQueryOk() (*LogQueryDefinition, bool)`
101
+
102
+
GetAuditQueryOk returns a tuple with the AuditQuery field if it's non-nil, zero value otherwise
103
+
and a boolean to check if the value has been set.
104
+
105
+
### SetAuditQuery
106
+
107
+
`func (o *QueryValueWidgetRequest) SetAuditQuery(v LogQueryDefinition)`
108
+
109
+
SetAuditQuery sets AuditQuery field to given value.
110
+
111
+
### HasAuditQuery
112
+
113
+
`func (o *QueryValueWidgetRequest) HasAuditQuery() bool`
114
+
115
+
HasAuditQuery returns a boolean if a field has been set.
116
+
91
117
### GetConditionalFormats
92
118
93
119
`func (o *QueryValueWidgetRequest) GetConditionalFormats() []WidgetConditionalFormat`
Copy file name to clipboardExpand all lines: api/v1/datadog/docs/TimeseriesWidgetRequest.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
Name | Type | Description | Notes
6
6
---- | ---- | ----------- | ------
7
7
**ApmQuery** | Pointer to [**LogQueryDefinition**](LogQueryDefinition.md) | | [optional]
8
+
**AuditQuery** | Pointer to [**LogQueryDefinition**](LogQueryDefinition.md) | | [optional]
8
9
**DisplayType** | Pointer to [**WidgetDisplayType**](WidgetDisplayType.md) | | [optional]
9
10
**EventQuery** | Pointer to [**LogQueryDefinition**](LogQueryDefinition.md) | | [optional]
10
11
**Formulas** | Pointer to [**[]WidgetFormula**](WidgetFormula.md) | List of formulas that operate on queries. **This feature is currently in beta.** | [optional]
@@ -65,6 +66,31 @@ SetApmQuery sets ApmQuery field to given value.
65
66
66
67
HasApmQuery returns a boolean if a field has been set.
67
68
69
+
### GetAuditQuery
70
+
71
+
`func (o *TimeseriesWidgetRequest) GetAuditQuery() LogQueryDefinition`
72
+
73
+
GetAuditQuery returns the AuditQuery field if non-nil, zero value otherwise.
74
+
75
+
### GetAuditQueryOk
76
+
77
+
`func (o *TimeseriesWidgetRequest) GetAuditQueryOk() (*LogQueryDefinition, bool)`
78
+
79
+
GetAuditQueryOk returns a tuple with the AuditQuery field if it's non-nil, zero value otherwise
80
+
and a boolean to check if the value has been set.
81
+
82
+
### SetAuditQuery
83
+
84
+
`func (o *TimeseriesWidgetRequest) SetAuditQuery(v LogQueryDefinition)`
85
+
86
+
SetAuditQuery sets AuditQuery field to given value.
87
+
88
+
### HasAuditQuery
89
+
90
+
`func (o *TimeseriesWidgetRequest) HasAuditQuery() bool`
91
+
92
+
HasAuditQuery returns a boolean if a field has been set.
93
+
68
94
### GetDisplayType
69
95
70
96
`func (o *TimeseriesWidgetRequest) GetDisplayType() WidgetDisplayType`
Copy file name to clipboardExpand all lines: api/v1/datadog/docs/ToplistWidgetRequest.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
Name | Type | Description | Notes
6
6
---- | ---- | ----------- | ------
7
7
**ApmQuery** | Pointer to [**LogQueryDefinition**](LogQueryDefinition.md) | | [optional]
8
+
**AuditQuery** | Pointer to [**LogQueryDefinition**](LogQueryDefinition.md) | | [optional]
8
9
**ConditionalFormats** | Pointer to [**[]WidgetConditionalFormat**](WidgetConditionalFormat.md) | List of conditional formats. | [optional]
9
10
**EventQuery** | Pointer to [**LogQueryDefinition**](LogQueryDefinition.md) | | [optional]
10
11
**Formulas** | Pointer to [**[]WidgetFormula**](WidgetFormula.md) | List of formulas that operate on queries. **This feature is currently in beta.** | [optional]
@@ -63,6 +64,31 @@ SetApmQuery sets ApmQuery field to given value.
63
64
64
65
HasApmQuery returns a boolean if a field has been set.
65
66
67
+
### GetAuditQuery
68
+
69
+
`func (o *ToplistWidgetRequest) GetAuditQuery() LogQueryDefinition`
70
+
71
+
GetAuditQuery returns the AuditQuery field if non-nil, zero value otherwise.
72
+
73
+
### GetAuditQueryOk
74
+
75
+
`func (o *ToplistWidgetRequest) GetAuditQueryOk() (*LogQueryDefinition, bool)`
76
+
77
+
GetAuditQueryOk returns a tuple with the AuditQuery field if it's non-nil, zero value otherwise
78
+
and a boolean to check if the value has been set.
79
+
80
+
### SetAuditQuery
81
+
82
+
`func (o *ToplistWidgetRequest) SetAuditQuery(v LogQueryDefinition)`
83
+
84
+
SetAuditQuery sets AuditQuery field to given value.
85
+
86
+
### HasAuditQuery
87
+
88
+
`func (o *ToplistWidgetRequest) HasAuditQuery() bool`
89
+
90
+
HasAuditQuery returns a boolean if a field has been set.
91
+
66
92
### GetConditionalFormats
67
93
68
94
`func (o *ToplistWidgetRequest) GetConditionalFormats() []WidgetConditionalFormat`
0 commit comments