8000 Regenerate client from commit 07378d9e of spec repo · DataDog/documentation@eeb5a56 · GitHub
[go: up one dir, main page]

Skip 8000 to content

Commit eeb5a56

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 07378d9e of spec repo
1 parent ea329c7 commit eeb5a56

File tree

7 files changed

+414
-17
lines changed

7 files changed

+414
-17
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.6",
7-
"regenerated": "2025-05-14 15:46:38.896407",
8-
"spec_repo_commit": "64f5e7ee"
7+
"regenerated": "2025-05-14 22:57:38.539653",
8+
"spec_repo_commit": "07378d9e"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-05-14 15:46:48.228708",
13-
"spec_repo_commit": "64f5e7ee"
12+
"regenerated": "2025-05-14 22:57:47.663454",
13+
"spec_repo_commit": "07378d9e"
1414
}
1515
}
1616
}

content/en/api/v1/monitors/examples.json

Lines changed: 22 additions & 11 deletions
Large diffs are not rendered by default.

content/en/api/v1/monitors/request.CreateMonitor_1539578087.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@
2525
}
2626
}
2727
},
28-
"type": "query alert"
28+
"type": "query alert",
29+
"draft_status": "published"
2930
}

content/en/api/v1/monitors/request.CreateMonitor_440013737.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"thresholds": {
1313
"critical": 1
1414
}
15-
}
15+
},
16+
"draft_status": "draft"
1617
}

data/api/v1/full_spec.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6849,6 +6849,8 @@ components:
68496849
nullable: true
68506850
readOnly: true
68516851
type: string
6852+
draft_status:
6853+
$ref: '#/components/schemas/MonitorDraftStatus'
68526854
id:
68536855
description: ID of this monitor.
68546856
format: int64
@@ -6941,6 +6943,22 @@ components:
69416943
- FIREFOX_LAPTOP_LARGE
69426944
- FIREFOX_TABLET
69436945
- FIREFOX_MOBILE_SMALL
6946+
MonitorDraftStatus:
6947+
default: published
6948+
description: 'Whether a monitor is in draft or published state. Draft monitors
6949+
do not notify recipients. Draft monitors are currently in
6950+
6951+
preview and the field is only processed for enabled customers. This accepts
6952+
the values `draft`
6953+
6954+
and `published`. Defaults to published.'
6955+
enum:
6956+
- draft
6957+
- published
6958+
type: string
6959+
x-enum-varnames:
6960+
- DRAFT
6961+
- PUBLISHED
69446962
MonitorFormulaAndFunctionCostAggregator:
69456963
description: Aggregation methods for metric queries.
69466964
enum:
@@ -8024,6 +8042,8 @@ components:
80248042
nullable: true
80258043
readOnly: true
80268044
type: string
8045+
draft_status:
8046+
$ref: '#/components/schemas/MonitorDraftStatus'
80278047
id:
80288048
description: ID of this monitor.
80298049
format: int64

0 commit comments

Comments
 (0)
0