File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -32563,7 +32563,11 @@ paths:
3256332563 - timeseries_query
3256432564 /api/v1/search:
3256532565 get:
32566- description: Search for metrics from the last 24 hours in Datadog.
32566+ deprecated: true
32567+ description: '**Note**: This endpoint is deprecated. Use `/api/v2/metrics` instead.
32568+
32569+
32570+ Search for metrics from the last 24 hours in Datadog.'
3256732571 operationId: ListMetrics
3256832572 parameters:
3256932573 - description: Query string to search metrics upon. Can optionally be prefixed
Original file line number Diff line number Diff line change @@ -1042,6 +1042,8 @@ export class MetricsApi {
10421042 }
10431043
10441044 /**
1045+ * **Note**: This endpoint is deprecated. Use `/api/v2/metrics` instead.
1046+ *
10451047 * Search for metrics from the last 24 hours in Datadog.
10461048 * @param param The request object
10471049 */
You can’t perform that action at this time.
0 commit comments