Skip to content

Commit d576921

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 1472e9ca of spec repo
1 parent 63ce0a5 commit d576921

File tree

2 files changed

+91
-4
lines changed

2 files changed

+91
-4
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-20 07:21:26.115507",
8-
"spec_repo_commit": "fec20f97"
7+
"regenerated": "2025-05-22 02:32:44.990571",
8+
"spec_repo_commit": "1472e9ca"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-05-20 07:21:26.131253",
13-
"spec_repo_commit": "fec20f97"
12+
"regenerated": "2025-05-22 02:32:45.006508",
13+
"spec_repo_commit": "1472e9ca"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43136,6 +43136,93 @@ paths:
4313643136
requestBody:
4313743137
content:
4313843138
application/json:
43139+
examples:
43140+
json-request-body:
43141+
value:
43142+
apiVersion: v3
43143+
datadog:
43144+
codeLocations:
43145+
- paths:
43146+
- baz/*.c
43147+
- bat/**/*
43148+
- ../plop/*.java
43149+
repositoryURL: http://github/shopping-cart.git
43150+
- paths:
43151+
- baz/*.c
43152+
- bat/**/*
43153+
- ../plop/*.java
43154+
repositoryURL: http://github/shopping-cart-2.git
43155+
events:
43156+
- name: deployment events
43157+
query: app:myapp AND type:github
43158+
- name: event type B
43159+
query: app:myapp AND type:github
43160+
logs:
43161+
- name: critical logs
43162+
query: app:myapp AND type:github
43163+
- name: ops logs
43164+
query: app:myapp AND type:github
43165+
performanceData:
43166+
tags:
43167+
- service:shopping-cart
43168+
- hostname:shopping-cart
43169+
pipelines:
43170+
fingerprints:
43171+
- fp1
43172+
- fp2
43173+
extensions:
43174+
datadoghq.com/shopping-cart:
43175+
customField: customValue
43176+
integrations:
43177+
opsgenie:
43178+
region: US
43179+
serviceURL: https://www.opsgenie.com/service/shopping-cart
43180+
pagerduty:
43181+
serviceURL: https://www.pagerduty.com/service-directory/Pshopping-cart
43182+
kind: service
43183+
metadata:
43184+
additionalOwners:
43185+
- name: opsTeam
43186+
type: operator
43187+
contacts:
43188+
- contact: [email protected]
43189+
name: Support Email
43190+
type: email
43191+
- contact: https://www.slack.com/archives/shopping-cart
43192+
name: Support Slack
43193+
type: slack
43194+
displayName: Shopping Cart
43195+
inheritFrom: service:otherService
43196+
links:
43197+
- name: shopping-cart runbook
43198+
type: runbook
43199+
url: https://runbook/shopping-cart
43200+
- name: shopping-cart architecture
43201+
provider: gdoc
43202+
type: doc
43203+
url: https://google.drive/shopping-cart-architecture
43204+
- name: shopping-cart Wiki
43205+
provider: wiki
43206+
type: doc
43207+
url: https://wiki/shopping-cart
43208+
- name: shopping-cart source code
43209+
provider: github
43210+
type: repo
43211+
url: http://github/shopping-cart
43212+
name: service-{{ unique_lower_alnum }}
43213+
owner: myteam
43214+
tags:
43215+
- tag:value
43216+
spec:
43217+
dependsOn:
43218+
- service:serviceA
43219+
- service:serviceB
43220+
languages:
43221+
- go
43222+
- python
43223+
lifecycle: production
43224+
tier: '1'
43225+
type: web
4313943226
schema:
4314043227
$ref: '#/components/schemas/UpsertCatalogEntityRequest'
4314143228
description: Entity YAML or JSON.

0 commit comments

Comments
 (0)