@@ -32528,6 +32528,7 @@ paths:
32528
32528
x-codegen-request-body-name: body
32529
32529
/api/v2/services:
32530
32530
get:
32531
+ deprecated: true
32531
32532
description: Get all incident services uploaded for the requesting user's organization.
32532
32533
If the `include[users]` query parameter is provided, the included attribute
32533
32534
will contain the users related to these incident services.
@@ -32562,10 +32563,9 @@ paths:
32562
32563
summary: Get a list of all incident services
32563
32564
tags:
32564
32565
- Incident Services
32565
- x-unstable: '**Note**: This endpoint is in public beta.
32566
-
32567
- If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
32566
+ x-unstable: '**Note**: This endpoint is deprecated.'
32568
32567
post:
32568
+ deprecated: true
32569
32569
description: Creates a new incident service.
32570
32570
operationId: CreateIncidentService
32571
32571
requestBody:
@@ -32601,9 +32601,7 @@ paths:
32601
32601
tags:
32602
32602
- Incident Services
32603
32603
x-codegen-request-body-name: body
32604
- x-unstable: '**Note**: This endpoint is in public beta.
32605
-
32606
- If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
32604
+ x-unstable: '**Note**: This endpoint is deprecated.'
32607
32605
/api/v2/services/definitions:
32608
32606
get:
32609
32607
description: Get a list of all service definitions from the Datadog Service
@@ -32728,6 +32726,7 @@ paths:
32728
32726
- Service Definition
32729
32727
/api/v2/services/{service_id}:
32730
32728
delete:
32729
+ deprecated: true
32731
32730
description: Deletes an existing incident service.
32732
32731
operationId: DeleteIncidentService
32733
32732
parameters:
@@ -32753,10 +32752,9 @@ paths:
32753
32752
summary: Delete an existing incident service
32754
32753
tags:
32755
32754
- Incident Services
32756
- x-unstable: '**Note**: This endpoint is in public beta.
32757
-
32758
- If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
32755
+ x-unstable: '**Note**: This endpoint is deprecated.'
32759
32756
get:
32757
+ deprecated: true
32760
32758
description: 'Get details of an incident service. If the `include[users]` query
32761
32759
parameter is provided,
32762
32760
@@ -32790,10 +32788,9 @@ paths:
32790
32788
summary: Get details of an incident service
32791
32789
tags:
32792
32790
- Incident Services
32793
- x-unstable: '**Note**: This endpoint is in public beta.
32794
-
32795
- If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
32791
+ x-unstable: '**Note**: This endpoint is deprecated.'
32796
32792
patch:
32793
+ deprecated: true
32797
32794
description: Updates an existing incident service. Only provide the attributes
32798
32795
which should be updated as this request is a partial update.
32799
32796
operationId: UpdateIncidentService
@@ -32832,9 +32829,7 @@ paths:
32832
32829
tags:
32833
32830
- Incident Services
32834
32831
x-codegen-request-body-name: body
32835
- x-unstable: '**Note**: This endpoint is in public beta.
32836
-
32837
- If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
32832
+ x-unstable: '**Note**: This endpoint is deprecated.'
32838
32833
/api/v2/spans/analytics/aggregate:
32839
32834
post:
32840
32835
description: 'The API endpoint to aggregate spans into buckets and compute metrics
0 commit comments