Skip to content

Commit da05976

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 3199f806 of spec repo
1 parent 0c7b0a1 commit da05976

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-05-08 14:34:57.337651",
8-
"spec_repo_commit": "4b632dba"
7+
"regenerated": "2025-05-09 13:59:41.567489",
8+
"spec_repo_commit": "3199f806"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-05-08 14:34:57.354509",
13-
"spec_repo_commit": "4b632dba"
12+
"regenerated": "2025-05-09 13:59:41.584854",
13+
"spec_repo_commit": "3199f806"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

+87
Original file line numberDiff line numberDiff line change
@@ -42940,6 +42940,93 @@ paths:
4294042940
requestBody:
4294142941
content:
4294242942
application/json:
42943+
examples:
42944+
json-request-body:
42945+
value:
42946+
apiVersion: v3
42947+
datadog:
42948+
codeLocations:
42949+
- paths:
42950+
- baz/*.c
42951+
- bat/**/*
42952+
- ../plop/*.java
42953+
repositoryURL: http://github/shopping-cart.git
42954+
- paths:
42955+
- baz/*.c
42956+
- bat/**/*
42957+
- ../plop/*.java
42958+
repositoryURL: http://github/shopping-cart-2.git
42959+
events:
42960+
- name: deployment events
42961+
query: app:myapp AND type:github
42962+
- name: event type B
42963+
query: app:myapp AND type:github
42964+
logs:
42965+
- name: critical logs
42966+
query: app:myapp AND type:github
42967+
- name: ops logs
42968+
query: app:myapp AND type:github
42969+
performanceData:
42970+
tags:
42971+
- service:shopping-cart
42972+
- hostname:shopping-cart
42973+
pipelines:
42974+
fingerprints:
42975+
- fp1
42976+
- fp2
42977+
extensions:
42978+
datadoghq.com/shopping-cart:
42979+
customField: customValue
42980+
integrations:
42981+
opsgenie:
42982+
region: US
42983+
serviceURL: https://www.opsgenie.com/service/shopping-cart
42984+
pagerduty:
42985+
serviceURL: https://www.pagerduty.com/service-directory/Pshopping-cart
42986+
kind: service
42987+
metadata:
42988+
additionalOwners:
42989+
- name: opsTeam
42990+
type: operator
42991+
contacts:
42992+
- contact: [email protected]
42993+
name: Support Email
42994+
type: email
42995+
- contact: https://www.slack.com/archives/shopping-cart
42996+
name: Support Slack
42997+
type: slack
42998+
displayName: Shopping Cart
42999+
inheritFrom: service:otherService
43000+
links:
43001+
- name: shopping-cart runbook
43002+
type: runbook
43003+
url: https://runbook/shopping-cart
43004+
- name: shopping-cart architecture
43005+
provider: gdoc
43006+
type: doc
43007+
url: https://google.drive/shopping-cart-architecture
43008+
- name: shopping-cart Wiki
43009+
provider: wiki
43010+
type: doc
43011+
url: https://wiki/shopping-cart
43012+
- name: shopping-cart source code
43013+
provider: github
43014+
type: repo
43015+
url: http://github/shopping-cart
43016+
name: service-{{ unique_lower_alnum }}
43017+
owner: myteam
43018+
tags:
43019+
- tag:value
43020+
spec:
43021+
dependsOn:
43022+
- service:serviceA
43023+
- service:serviceB
43024+
languages:
43025+
- go
43026+
- python
43027+
lifecycle: production
43028+
tier: '1'
43029+
type: web
4294343030
schema:
4294443031
$ref: '#/components/schemas/UpsertCatalogEntityRequest'
4294543032
description: Entity YAML or JSON.

0 commit comments

Comments
 (0)