Skip to content

Commit a1e45cd

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 6e3be67 of spec repo
1 parent 165f119 commit a1e45cd

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

content/en/api/v2/events/examples.json

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

content/en/api/v2/events/request.CreateEvent.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
},
4444
"category": "change",
4545
"integration_id": "custom-events",
46+
"host": "test-host",
4647
"message": "payment_processed feature flag has been enabled",
4748
"tags": [
4849
"env:api_client_test"

data/api/v2/full_spec.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19997,6 +19997,13 @@ components:
1999719997
$ref: '#/components/schemas/EventPayloadAttributes'
1999819998
category:
1999919999
$ref: '#/components/schemas/EventCategory'
20000+
host:
20001+
description: Host name to associate with the event. Any tags associated
20002+
with the host are also applied to this event. Limited to 255 characters.
20003+
example: hostname
20004+
maxLength: 255
20005+
minLength: 1
20006+
type: string
2000020007
integration_id:
2000120008
$ref: '#/components/schemas/EventPayloadIntegrationId'
2000220009
message:
@@ -67887,6 +67894,7 @@ paths:
6788767894
rule:
6788867895
datacenter: devcycle.us1.prod
6788967896
category: change
67897+
host: hostname
6789067898
integration_id: custom-events
6789167899
message: payment_processed feature flag has been enabled
6789267900
tags:
@@ -67933,6 +67941,7 @@ paths:
6793367941
- us3.datadoghq.com
6793467942
- us5.datadoghq.com
6793567943
- ap1.datadoghq.com
67944+
- ap2.datadoghq.com
6793667945
- datadoghq.eu
6793767946
- ddog-gov.com
6793867947
subdomain:

0 commit comments

Comments
 (0)