From 2fd2db3a2790da00a3a0f7dbc857890025f7a029 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Thu, 2 Jul 2026 19:51:46 +0000 Subject: [PATCH] Regenerate client from commit 876849a of spec repo --- .generator/schemas/v1/openapi.yaml | 6 ++++ .generator/schemas/v2/openapi.yaml | 50 ++++++++++++++++++++++++++---- 2 files changed, 50 insertions(+), 6 deletions(-) diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 07f7a30136..050e782eb9 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -8123,6 +8123,12 @@ components: type: object MetricsListResponse: description: Object listing all metric names stored by Datadog since a given time. + example: + from: "1571011200" + metrics: + - system.cpu.idle + - system.mem.free + - aws.ec2.cpuutilization properties: from: description: Time when the metrics were active, seconds since the Unix epoch. diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 50b7ccf9b2..47735c4320 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -153326,10 +153326,21 @@ paths: examples: default: value: - data: [] + data: + - id: system.cpu.user + type: metrics + - attributes: + created_at: "2020-03-25T09:48:37.463835Z" + metric_type: gauge + modified_at: "2020-04-25T09:48:37.463835Z" + tags: + - app + - datacenter + id: http.endpoint.request + type: manage_tags meta: pagination: - next_cursor: + next_cursor: eyJhZnRlciI6Imh0dHAuZW5kcG9pbnQucmVxdWVzdCJ9 with_metric_volumes: value: data: @@ -154190,12 +154201,30 @@ paths: id: http.endpoint.request relationships: dashboards: - data: [] + data: + - id: abc-def-xyz + type: dashboards monitors: - data: [] + data: + - id: "1775073" + type: monitors notebooks: data: [] + slos: + data: [] type: metrics + included: + - attributes: + popularity: 3.0 + title: My Dashboard + url: /dashboard/abc-def-xyz + id: abc-def-xyz + type: dashboards + - attributes: + title: CPU utilization is high + url: /monitors/1775073 + id: "1775073" + type: monitors schema: $ref: "#/components/schemas/MetricAssetsResponse" description: Success @@ -154339,8 +154368,17 @@ paths: examples: default: value: - data: [] - meta: {} + data: + - attributes: + cardinality_delta: 25 + id: host + type: tag_cardinality + - attributes: + cardinality_delta: 5 + id: env + type: tag_cardinality + meta: + metric_name: system.cpu.user schema: $ref: "#/components/schemas/MetricTagCardinalitiesResponse" description: Success