Skip to content

Commit 31e86a2

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit b2a1c28 of spec repo
1 parent 2f4a7ce commit 31e86a2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32533,7 +32533,12 @@ paths:
3253332533
- timeseries_query
3253432534
/api/v1/search:
3253532535
get:
32536-
description: Search for metrics from the last 24 hours in Datadog.
32536+
deprecated: true
32537+
description: '**Note**: This endpoint is deprecated. Please use `/api/v2/metrics`
32538+
instead.
32539+
32540+
32541+
Search for metrics from the last 24 hours in Datadog.'
3253732542
operationId: ListMetrics
3253832543
parameters:
3253932544
- description: Query string to search metrics upon. Can optionally be prefixed

services/metrics/src/v1/MetricsApi.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,6 +1042,8 @@ export class MetricsApi {
10421042
}
10431043

10441044
/**
1045+
* **Note**: This endpoint is deprecated. Please use `/api/v2/metrics` instead.
1046+
*
10451047
* Search for metrics from the last 24 hours in Datadog.
10461048
* @param param The request object
10471049
*/

0 commit comments

Comments
 (0)