Skip to content

Commit 265b754

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 5311d4c of spec repo (DataDog#10687)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent de5936d commit 265b754

File tree

6 files changed

+451
-384
lines changed

6 files changed

+451
-384
lines changed

.apigentools-info

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"info_version": "2",
44
"spec_versions": {
55
"v1": {
6-
"apigentools_version": "1.4.1.dev6",
7-
"regenerated": "2021-05-24 14:55:04.971415",
8-
"spec_repo_commit": "4ffe2b5"
6+
"apigentools_version": "1.4.1.dev8",
7+
"regenerated": "2021-05-27 15:02:16.389899",
8+
"spec_repo_commit": "5311d4c"
99
},
1010
"v2": {
11-
"apigentools_version": "1.4.1.dev6",
12-
"regenerated": "2021-05-24 14:55:11.418736",
13-
"spec_repo_commit": "4ffe2b5"
11+
"apigentools_version": "1.4.1.dev8",
12+
"regenerated": "2021-05-27 15:02:22.202869",
13+
"spec_repo_commit": "5311d4c"
1414
}
1515
}
1616
}

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

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

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

Lines changed: 26 additions & 29 deletions
Large diffs are not rendered by default.

data/api/v1/full_spec.yaml

Lines changed: 29 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -5076,7 +5076,7 @@ components:
50765076
- FIREFOX_TABLET
50775077
- FIREFOX_MOBILE_SMALL
50785078
MonitorGroupSearchResponse:
5079-
description: ''
5079+
description: The response of a monitor group search.
50805080
example:
50815081
counts:
50825082
status:
@@ -5109,7 +5109,7 @@ components:
51095109
total_count: 2
51105110
properties:
51115111
counts:
5112-
description: ''
5112+
description: The counts of monitor groups per different criteria.
51135113
properties:
51145114
status:
51155115
$ref: '#/components/schemas/MonitorSearchCount'
@@ -5118,7 +5118,7 @@ components:
51185118
readOnly: true
51195119
type: object
51205120
groups:
5121-
description: ''
5121+
description: The list of found monitor groups.
51225122
items:
51235123
$ref: '#/components/schemas/MonitorGroupSearchResult'
51245124
readOnly: true
@@ -5127,22 +5127,22 @@ components:
51275127
$ref: '#/components/schemas/MonitorSearchResponseMetadata'
51285128
type: object
51295129
MonitorGroupSearchResult:
5130-
description: ''
5130+
description: A single monitor group search result.
51315131
properties:
51325132
group:
5133-
description: ''
5133+
description: The name of the group.
51345134
readOnly: true
51355135
type: string
51365136
group_tags:
5137-
description: ''
5137+
description: The list of tags of the monitor group.
51385138
items:
5139-
description: ''
5139+
description: One monitor group tag.
51405140
readOnly: true
51415141
type: string
51425142
readOnly: true
51435143
type: array
51445144
last_nodata_ts:
5145-
description: ''
5145+
description: Latest timestamp the monitor group was in NO_DATA state.
51465146
format: int64
51475147
readOnly: true
51485148
type: integer
@@ -5366,7 +5366,7 @@ components:
53665366
type: object
53675367
type: array
53685368
MonitorSearchResponse:
5369-
description: ''
5369+
description: The response form a monitor search.
53705370
example:
53715371
counts:
53725372
muted:
@@ -5393,19 +5393,15 @@ components:
53935393
monitors:
53945394
- classification: metric
53955395
creator:
5396-
handle: xxxx@datadoghq.com
5397-
id:
5398-
handle: xxxx@datadoghq.com
5399-
id: 1234
5400-
name: xxxx@datadoghq.com
5401-
name: xxxx@datadoghq.com
5396+
handle: john@datadoghq.com
5397+
name: John Doe
54025398
id: 2699850
54035399
last_triggered_ts: null
54045400
metrics:
54055401
- system.cpu.user
54065402
name: Cassandra CPU is high on {{host.name}} in {{availability-zone.name}}
54075403
notifications:
5408-
- handle: xxxx@datadoghq.com
5404+
- handle: jane@datadoghq.com
54095405
name: Jane Doe
54105406
org_id: 1234
54115407
scopes:
@@ -5417,7 +5413,7 @@ components:
54175413
type: metric alert
54185414
properties:
54195415
counts:
5420-
description: ''
5416+
description: The counts of monitors per different criteria.
54215417
properties:
54225418
muted:
54235419
$ref: '#/components/schemas/MonitorSearchCount'
@@ -5432,14 +5428,14 @@ components:
54325428
metadata:
54335429
$ref: '#/components/schemas/MonitorSearchResponseMetadata'
54345430
monitors:
5435-
description: ''
5431+
description: The list of found monitors.
54365432
items:
54375433
$ref: '#/components/schemas/MonitorSearchResult'
54385434
readOnly: true
54395435
type: array
54405436
type: object
54415437
MonitorSearchResponseMetadata:
5442-
description: ''
5438+
description: Metadata about the response.
54435439
properties:
54445440
page:
54455441
description: The page to start paginating from.
@@ -5466,26 +5462,26 @@ components:
54665462
description: Holds search results.
54675463
properties:
54685464
classification:
5469-
description: ''
5465+
description: Classification of the monitor.
54705466
readOnly: true
54715467
type: string
54725468
creator:
54735469
$ref: '#/components/schemas/Creator'
54745470
id:
5475-
description: ID of this monitor.
5471+
description: ID of the monitor.
54765472
format: int64
54775473
readOnly: true
54785474
type: integer
54795475
last_triggered_ts:
5480-
description: Latest timestamp the monitor group triggered.
5476+
description: Latest timestamp the monitor triggered.
54815477
format: int64
54825478
nullable: true
54835479
readOnly: true
54845480
type: integer
54855481
metrics:
5486-
description: ''
5482+
description: Metrics used by the monitor.
54875483
items:
5488-
description: ''
5484+
description: A metric used by the monitor.
54895485
readOnly: true
54905486
type: string
54915487
readOnly: true
@@ -5501,7 +5497,7 @@ components:
55015497
readOnly: true
55025498
type: array
55035499
org_id:
5504-
description: ''
5500+
description: The ID of the organization.
55055501
format: int64
55065502
readOnly: true
55075503
type: integer
@@ -5524,9 +5520,9 @@ components:
55245520
status:
55255521
$ref: '#/components/schemas/MonitorOverallStates'
55265522
tags:
5527-
description: Tags associated to your monitor.
5523+
description: Tags associated with the monitor.
55285524
items:
5529-
description: ''
5525+
description: A tag associated with the monitor.
55305526
readOnly: true
55315527
type: string
55325528
readOnly: true
@@ -5535,7 +5531,7 @@ components:
55355531
$ref: '#/components/schemas/MonitorType'
55365532
type: object
55375533
MonitorSearchResultNotification:
5538-
description: ''
5534+
description: A notification triggered by the monitor.
55395535
properties:
55405536
handle:
55415537
description: The email address that received the notification.
@@ -8994,8 +8990,6 @@ components:
89948990
items:
89958991
$ref: '#/components/schemas/SyntheticsAPIStep'
89968992
type: array
8997-
required:
8998-
- assertions
89998993
type: object
90008994
SyntheticsAPITestResultData:
90018995
description: Object containing results for your Synthetic API test.
@@ -9628,6 +9622,9 @@ components:
96289622
example:
96299623
description: Example for the variable.
96309624
type: string
9625+
id:
9626+
description: ID of the variable for global variables.
9627+
type: string
96319628
name:
96329629
description: Name of the variable.
96339630
example: VARIABLE_NAME
@@ -9638,16 +9635,17 @@ components:
96389635
type:
96399636
$ref: '#/components/schemas/SyntheticsConfigVariableType'
96409637
required:
9641-
- example
96429638
- type
96439639
- name
96449640
type: object
96459641
SyntheticsConfigVariableType:
96469642
description: Type of the configuration variable.
96479643
enum:
9644+
- global
96489645
- text
96499646
type: string
96509647
x-enum-varnames:
9648+
- GLOBAL
96519649
- TEXT
96529650
SyntheticsCoreWebVitals:
96539651
description: Core Web Vitals attached to a browser test step.
@@ -10289,8 +10287,6 @@ components:
1028910287
items:
1029010288
$ref: '#/components/schemas/SyntheticsBrowserVariable'
1029110289
type: array
10292-
required:
10293-
- assertions
1029410290
type: object
1029510291
SyntheticsTestDetails:
1029610292
description: Object containing details about your Synthetic test.

0 commit comments

Comments
 (0)