Skip to content

Commit e181ca2

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 068bc4e7 of spec repo (#1011)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 809b418 commit e181ca2

File tree

3 files changed

+139
-142
lines changed

3 files changed

+139
-142
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.6.2",
7-
"regenerated": "2022-05-24 09:40:54.359950",
8-
"spec_repo_commit": "730e00d7"
7+
"regenerated": "2022-05-24 10:04:34.328775",
8+
"spec_repo_commit": "068bc4e7"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.2",
12-
"regenerated": "2022-05-24 09:40:54.373863",
13-
"spec_repo_commit": "730e00d7"
12+
"regenerated": "2022-05-24 10:04:34.340976",
13+
"spec_repo_commit": "068bc4e7"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 73 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -21570,19 +21570,19 @@ paths:
2157021570
Example: `"check".over(tags).last(count).by(group).count_by_status()`
2157121571

2157221572

21573-
- **`check`** name of the check, for example `datadog.agent.up`
21573+
- `check` name of the check, for example `datadog.agent.up`
2157421574

21575-
- **`tags`** one or more quoted tags (comma-separated), or "*". for example:
21576-
`.over("env:prod", "role:db")`; **`over`** cannot be blank.
21575+
- `tags` one or more quoted tags (comma-separated), or "*". for example: `.over("env:prod",
21576+
"role:db")`; `over` cannot be blank.
2157721577

21578-
- **`count`** must be at greater than or equal to your max threshold (defined
21578+
- `count` must be at greater than or equal to your max threshold (defined
2157921579
in the `options`). It is limited to 100.
2158021580

2158121581
For example, if you''ve specified to notify on 1 critical, 3 ok, and 2 warn
2158221582
statuses, `count` should be at least 3.
2158321583

21584-
- **`group`** must be specified for check monitors. Per-check grouping is
21585-
already explicitly known for some service checks.
21584+
- `group` must be specified for check monitors. Per-check grouping is already
21585+
explicitly known for some service checks.
2158621586

2158721587
For example, Postgres integration monitors are tagged by `db`, `host`, and
2158821588
`port`, and Network monitors by `host`, `instance`, and `url`. See [Service
@@ -21597,28 +21597,28 @@ paths:
2159721597
"string query"'').rollup("count").last("1h")"`
2159821598

2159921599

21600-
- **`event`**, the event query string:
21600+
- `event`, the event query string:
2160121601

21602-
- **`string_query`** free text query to match against event title and text.
21602+
- `string_query` free text query to match against event title and text.
2160321603

21604-
- **`sources`** event sources (comma-separated).
21604+
- `sources` event sources (comma-separated).
2160521605

21606-
- **`status`** event statuses (comma-separated). Valid options: error, warn,
21607-
and info.
21606+
- `status` event statuses (comma-separated). Valid options: error, warn, and
21607+
info.
2160821608

21609-
- **`priority`** event priorities (comma-separated). Valid options: low, normal,
21609+
- `priority` event priorities (comma-separated). Valid options: low, normal,
2161021610
all.
2161121611

21612-
- **`host`** event reporting host (comma-separated).
21612+
- `host` event reporting host (comma-separated).
2161321613

21614-
- **`tags`** event tags (comma-separated).
21614+
- `tags` event tags (comma-separated).
2161521615

21616-
- **`excluded_tags`** excluded event tags (comma-separated).
21616+
- `excluded_tags` excluded event tags (comma-separated).
2161721617

21618-
- **`rollup`** the stats roll-up method. `count` is the only supported method
21618+
- `rollup` the stats roll-up method. `count` is the only supported method
2161921619
now.
2162021620

21621-
- **`last`** the timeframe to roll up the counts. Examples: 45m, 4h. Supported
21621+
- `last` the timeframe to roll up the counts. Examples: 45m, 4h. Supported
2162221622
timeframes: m, h and d. This value should not exceed 48 hours.
2162321623

2162421624

@@ -21633,19 +21633,18 @@ paths:
2163321633
operator #`
2163421634

2163521635

21636-
- **`query`** The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
21636+
- `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
2163721637

21638-
- **`rollup_method`** The stats roll-up method - supports `count`, `avg` and
21639-
`cardinality`.
21638+
- `rollup_method` The stats roll-up method - supports `count`, `avg` and `cardinality`.
2164021639

21641-
- **`measure`** For `avg` and cardinality `rollup_method` - specify the measure
21640+
- `measure` For `avg` and cardinality `rollup_method` - specify the measure
2164221641
or the facet name you want to use.
2164321642

21644-
- **`time_window`** #m (between 1 and 2880), #h (between 1 and 48).
21643+
- `time_window` #m (between 1 and 2880), #h (between 1 and 48).
2164521644

21646-
- **`operator`** `<`, `<=`, `>`, `>=`, `==`, or `!=`.
21645+
- `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
2164721646

21648-
- **`#`** an integer or decimal number used to set the threshold.
21647+
- `#` an integer or decimal number used to set the threshold.
2164921648

2165021649

2165121650
**Process Alert Query**
@@ -21655,19 +21654,19 @@ paths:
2165521654
#`
2165621655

2165721656

21658-
- **`search`** free text search string for querying processes.
21657+
- `search` free text search string for querying processes.
2165921658

2166021659
Matching processes match results on the [Live Processes](https://docs.datadoghq.com/infrastructure/process/?tab=linuxwindows)
2166121660
page.
2166221661

21663-
- **`tags`** one or more tags (comma-separated)
21662+
- `tags` one or more tags (comma-separated)
2166421663

21665-
- **`timeframe`** the timeframe to roll up the counts. Examples: 10m, 4h.
21666-
Supported timeframes: s, m, h and d
21664+
- `timeframe` the timeframe to roll up the counts. Examples: 10m, 4h. Supported
21665+
timeframes: s, m, h and d
2166721666

21668-
- **`operator`** <, <=, >, >=, ==, or !=
21667+
- `operator` <, <=, >, >=, ==, or !=
2166921668

21670-
- **`#`** an integer or decimal number used to set the threshold
21669+
- `#` an integer or decimal number used to set the threshold
2167121670

2167221671

2167321672
**Logs Alert Query**
@@ -21677,22 +21676,21 @@ paths:
2167721676
operator #`
2167821677

2167921678

21680-
- **`query`** The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
21679+
- `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
2168121680

21682-
- **`index_name`** For multi-index organizations, the log index in which the
21683-
request is performed.
21681+
- `index_name` For multi-index organizations, the log index in which the request
21682+
is performed.
2168421683

21685-
- **`rollup_method`** The stats roll-up method - supports `count`, `avg` and
21686-
`cardinality`.
21684+
- `rollup_method` The stats roll-up method - supports `count`, `avg` and `cardinality`.
2168721685

21688-
- **`measure`** For `avg` and cardinality `rollup_method` - specify the measure
21686+
- `measure` For `avg` and cardinality `rollup_method` - specify the measure
2168921687
or the facet name you want to use.
2169021688

21691-
- **`time_window`** #m (between 1 and 2880), #h (between 1 and 48).
21689+
- `time_window` #m (between 1 and 2880), #h (between 1 and 48).
2169221690

21693-
- **`operator`** `<`, `<=`, `>`, `>=`, `==`, or `!=`.
21691+
- `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
2169421692

21695-
- **`#`** an integer or decimal number used to set the threshold.
21693+
- `#` an integer or decimal number used to set the threshold.
2169621694

2169721695

2169821696
**Composite Query**
@@ -21702,16 +21700,16 @@ paths:
2170221700
monitors
2170321701

2170421702

21705-
* **`name`** [*required*, *default* = **dynamic, based on query**]: The name
21706-
of the alert.
21703+
* `name` [*required*, *default* = **dynamic, based on query**]: The name of
21704+
the alert.
2170721705

21708-
* **`message`** [*required*, *default* = **dynamic, based on query**]: A message
21706+
* `message` [*required*, *default* = **dynamic, based on query**]: A message
2170921707
to include with notifications for this monitor.
2171021708

2171121709
Email notifications can be sent to specific users by using the same ''@username''
2171221710
notation as events.
2171321711

21714-
* **`tags`** [*optional*, *default* = **empty list**]: A list of tags to associate
21712+
* `tags` [*optional*, *default* = **empty list**]: A list of tags to associate
2171521713
with your monitor.
2171621714

2171721715
When getting all monitor details via the API, use the `monitor_tags` argument
@@ -21727,13 +21725,13 @@ paths:
2172721725
Example: `error_budget("slo_id").over("time_window") operator #`
2172821726

2172921727

21730-
- **`slo_id`**: The alphanumeric SLO ID of the SLO you are configuring the
21731-
alert for.
21728+
- `slo_id`: The alphanumeric SLO ID of the SLO you are configuring the alert
21729+
for.
2173221730

21733-
- **`time_window`**: The time window of the SLO target you wish to alert on.
21734-
Valid options: `7d`, `30d`, `90d`.
21731+
- `time_window`: The time window of the SLO target you wish to alert on. Valid
21732+
options: `7d`, `30d`, `90d`.
2173521733

21736-
- **`operator`**: `>=` or `>`
21734+
- `operator`: `>=` or `>`
2173721735

2173821736

2173921737
**Audit Alert Query**
@@ -21743,19 +21741,18 @@ paths:
2174321741
operator #`
2174421742

2174521743

21746-
- **`query`** The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
21744+
- `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
2174721745

21748-
- **`rollup_method`** The stats roll-up method - supports `count`, `avg` and
21749-
`cardinality`.
21746+
- `rollup_method` The stats roll-up method - supports `count`, `avg` and `cardinality`.
2175021747

21751-
- **`measure`** For `avg` and cardinality `rollup_method` - specify the measure
21748+
- `measure` For `avg` and cardinality `rollup_method` - specify the measure
2175221749
or the facet name you want to use.
2175321750

21754-
- **`time_window`** #m (between 1 and 2880), #h (between 1 and 48).
21751+
- `time_window` #m (between 1 and 2880), #h (between 1 and 48).
2175521752

21756-
- **`operator`** `<`, `<=`, `>`, `>=`, `==`, or `!=`.
21753+
- `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
2175721754

21758-
- **`#`** an integer or decimal number used to set the threshold.
21755+
- `#` an integer or decimal number used to set the threshold.
2175921756

2176021757

2176121758
**NOTE** Only available on US1-FED and in closed beta on US1, EU, US3, and
@@ -21769,19 +21766,19 @@ paths:
2176921766
operator #`
2177021767

2177121768

21772-
- **`query`** The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
21769+
- `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
2177321770

21774-
- **`rollup_method`** The stats roll-up method - supports `count`, `avg`,
21775-
and `cardinality`.
21771+
- `rollup_method` The stats roll-up method - supports `count`, `avg`, and
21772+
`cardinality`.
2177621773

21777-
- **`measure`** For `avg` and cardinality `rollup_method` - specify the measure
21774+
- `measure` For `avg` and cardinality `rollup_method` - specify the measure
2177821775
or the facet name you want to use.
2177921776

21780-
- **`time_window`** #m (between 1 and 2880), #h (between 1 and 48).
21777+
- `time_window` #m (between 1 and 2880), #h (between 1 and 48).
2178121778

21782-
- **`operator`** `<`, `<=`, `>`, `>=`, `==`, or `!=`.
21779+
- `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
2178321780

21784-
- **`#`** an integer or decimal number used to set the threshold.
21781+
- `#` an integer or decimal number used to set the threshold.
2178521782

2178621783

2178721784
**NOTE** CI Pipeline monitors are in alpha on US1, EU, US3 and US5.
@@ -21794,19 +21791,19 @@ paths:
2179421791
operator #`
2179521792

2179621793

21797-
- **`query`** The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
21794+
- `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
2179821795

21799-
- **`rollup_method`** The stats roll-up method - supports `count`, `avg`,
21800-
and `cardinality`.
21796+
- `rollup_method` The stats roll-up method - supports `count`, `avg`, and
21797+
`cardinality`.
2180121798

21802-
- **`measure`** For `avg` and cardinality `rollup_method` - specify the measure
21799+
- `measure` For `avg` and cardinality `rollup_method` - specify the measure
2180321800
or the facet name you want to use.
2180421801

21805-
- **`time_window`** #m (between 1 and 2880), #h (between 1 and 48).
21802+
- `time_window` #m (between 1 and 2880), #h (between 1 and 48).
2180621803

21807-
- **`operator`** `<`, `<=`, `>`, `>=`, `==`, or `!=`.
21804+
- `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
2180821805

21809-
- **`#`** an integer or decimal number used to set the threshold.
21806+
- `#` an integer or decimal number used to set the threshold.
2181021807

2181121808

2181221809
**NOTE** CI Test monitors are available only in closed beta on US1, EU, US3
@@ -21823,19 +21820,19 @@ paths:
2182321820
measure]).last(time_window) operator #`
2182421821

2182521822

21826-
- **`query`** The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
21823+
- `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
2182721824

21828-
- **`rollup_method`** The stats roll-up method - supports `count`, `avg`,
21829-
and `cardinality`.
21825+
- `rollup_method` The stats roll-up method - supports `count`, `avg`, and
21826+
`cardinality`.
2183021827

21831-
- **`measure`** For `avg` and cardinality `rollup_method` - specify the measure
21828+
- `measure` For `avg` and cardinality `rollup_method` - specify the measure
2183221829
or the facet name you want to use.
2183321830

21834-
- **`time_window`** #m (between 1 and 2880), #h (between 1 and 48).
21831+
- `time_window` #m (between 1 and 2880), #h (between 1 and 48).
2183521832

21836-
- **`operator`** `<`, `<=`, `>`, `>=`, `==`, or `!=`.
21833+
- `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
2183721834

21838-
- **`#`** an integer or decimal number used to set the threshold.'
21835+
- `#` an integer or decimal number used to set the threshold.'
2183921836
operationId: CreateMonitor
2184021837
requestBody:
2184121838
content:

0 commit comments

Comments
 (0)