Skip to content

Commit dc9a8c8

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 6f48bd73 of spec repo
1 parent 8e48eeb commit dc9a8c8

File tree

2 files changed

+91
-4
lines changed

2 files changed

+91
-4
lines changed

.apigentools-info

+4-4
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-04-29 18:57:43.853175",
8-
"spec_repo_commit": "d1252b21"
7+
"regenerated": "2025-04-29 22:23:00.229180",
8+
"spec_repo_commit": "6f48bd73"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-04-29 18:57:43.868755",
13-
"spec_repo_commit": "d1252b21"
12+
"regenerated": "2025-04-29 22:23:00.247653",
13+
"spec_repo_commit": "6f48bd73"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

+87
Original file line numberDiff line numberDiff line change
@@ -42385,6 +42385,93 @@ paths:
4238542385
requestBody:
4238642386
content:
4238742387
application/json:
42388+
examples:
42389+
json-request-body:
42390+
value:
42391+
apiVersion: v3
42392+
datadog:
42393+
codeLocations:
42394+
- paths:
42395+
- baz/*.c
42396+
- bat/**/*
42397+
- ../plop/*.java
42398+
repositoryURL: http://github/shopping-cart.git
42399+
- paths:
42400+
- baz/*.c
42401+
- bat/**/*
42402+
- ../plop/*.java
42403+
repositoryURL: http://github/shopping-cart-2.git
42404+
events:
42405+
- name: deployment events
42406+
query: app:myapp AND type:github
42407+
- name: event type B
42408+
query: app:myapp AND type:github
42409+
logs:
42410+
- name: critical logs
42411+
query: app:myapp AND type:github
42412+
- name: ops logs
42413+
query: app:myapp AND type:github
42414+
performanceData:
42415+
tags:
42416+
- service:shopping-cart
42417+
- hostname:shopping-cart
42418+
pipelines:
42419+
fingerprints:
42420+
- fp1
42421+
- fp2
42422+
extensions:
42423+
datadoghq.com/shopping-cart:
42424+
customField: customValue
42425+
integrations:
42426+
opsgenie:
42427+
region: US
42428+
serviceURL: https://www.opsgenie.com/service/shopping-cart
42429+
pagerduty:
42430+
serviceURL: https://www.pagerduty.com/service-directory/Pshopping-cart
42431+
kind: service
42432+
metadata:
42433+
additionalOwners:
42434+
- name: opsTeam
42435+
type: operator
42436+
contacts:
42437+
- contact: [email protected]
42438+
name: Support Email
42439+
type: email
42440+
- contact: https://www.slack.com/archives/shopping-cart
42441+
name: Support Slack
42442+
type: slack
42443+
displayName: Shopping Cart
42444+
inheritFrom: service:otherService
42445+
links:
42446+
- name: shopping-cart runbook
42447+
type: runbook
42448+
url: https://runbook/shopping-cart
42449+
- name: shopping-cart architecture
42450+
provider: gdoc
42451+
type: doc
42452+
url: https://google.drive/shopping-cart-architecture
42453+
- name: shopping-cart Wiki
42454+
provider: wiki
42455+
type: doc
42456+
url: https://wiki/shopping-cart
42457+
- name: shopping-cart source code
42458+
provider: github
42459+
type: repo
42460+
url: http://github/shopping-cart
42461+
name: service-{{ unique_lower_alnum }}
42462+
owner: myteam
42463+
tags:
42464+
- tag:value
42465+
spec:
42466+
dependsOn:
42467+
- service:serviceA
42468+
- service:serviceB
42469+
languages:
42470+
- go
42471+
- python
42472+
lifecycle: production
42473+
tier: '1'
42474+
type: web
4238842475
schema:
4238942476
$ref: '#/components/schemas/UpsertCatalogEntityRequest'
4239042477
description: Entity YAML or JSON.

0 commit comments

Comments
 (0)