@@ -42385,6 +42385,93 @@ paths:
42385
42385
requestBody:
42386
42386
content:
42387
42387
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
+
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
42388
42475
schema:
42389
42476
$ref: '#/components/schemas/UpsertCatalogEntityRequest'
42390
42477
description: Entity YAML or JSON.
0 commit comments