File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
packages/datadog-api-client-v1/apis 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 @@ -963,6 +963,8 @@ export class MetricsApi {
963963 }
964964
965965 /**
966+ * **Note**: This endpoint is deprecated. Use `/api/v2/metrics` instead.
967+ *
966968 * Search for metrics from the last 24 hours in Datadog.
967969 * @param param The request object
968970 */
You can’t perform that action at this time.
0 commit comments