Skip to content

Commit f855f53

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 876849a of spec repo (#3894)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 27f887c commit f855f53

2 files changed

Lines changed: 50 additions & 6 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8123,6 +8123,12 @@ components:
81238123
type: object
81248124
MetricsListResponse:
81258125
description: Object listing all metric names stored by Datadog since a given time.
8126+
example:
8127+
from: "1571011200"
8128+
metrics:
8129+
- system.cpu.idle
8130+
- system.mem.free
8131+
- aws.ec2.cpuutilization
81268132
properties:
81278133
from:
81288134
description: Time when the metrics were active, seconds since the Unix epoch.

.generator/schemas/v2/openapi.yaml

Lines changed: 44 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153326,10 +153326,21 @@ paths:
153326153326
examples:
153327153327
default:
153328153328
value:
153329-
data: []
153329+
data:
153330+
- id: system.cpu.user
153331+
type: metrics
153332+
- attributes:
153333+
created_at: "2020-03-25T09:48:37.463835Z"
153334+
metric_type: gauge
153335+
modified_at: "2020-04-25T09:48:37.463835Z"
153336+
tags:
153337+
- app
153338+
- datacenter
153339+
id: http.endpoint.request
153340+
type: manage_tags
153330153341
meta:
153331153342
pagination:
153332-
next_cursor:
153343+
next_cursor: eyJhZnRlciI6Imh0dHAuZW5kcG9pbnQucmVxdWVzdCJ9
153333153344
with_metric_volumes:
153334153345
value:
153335153346
data:
@@ -154190,12 +154201,30 @@ paths:
154190154201
id: http.endpoint.request
154191154202
relationships:
154192154203
dashboards:
154193-
data: []
154204+
data:
154205+
- id: abc-def-xyz
154206+
type: dashboards
154194154207
monitors:
154195-
data: []
154208+
data:
154209+
- id: "1775073"
154210+
type: monitors
154196154211
notebooks:
154197154212
data: []
154213+
slos:
154214+
data: []
154198154215
type: metrics
154216+
included:
154217+
- attributes:
154218+
popularity: 3.0
154219+
title: My Dashboard
154220+
url: /dashboard/abc-def-xyz
154221+
id: abc-def-xyz
154222+
type: dashboards
154223+
- attributes:
154224+
title: CPU utilization is high
154225+
url: /monitors/1775073
154226+
id: "1775073"
154227+
type: monitors
154199154228
schema:
154200154229
$ref: "#/components/schemas/MetricAssetsResponse"
154201154230
description: Success
@@ -154339,8 +154368,17 @@ paths:
154339154368
examples:
154340154369
default:
154341154370
value:
154342-
data: []
154343-
meta: {}
154371+
data:
154372+
- attributes:
154373+
cardinality_delta: 25
154374+
id: host
154375+
type: tag_cardinality
154376+
- attributes:
154377+
cardinality_delta: 5
154378+
id: env
154379+
type: tag_cardinality
154380+
meta:
154381+
metric_name: system.cpu.user
154344154382
schema:
154345154383
$ref: "#/components/schemas/MetricTagCardinalitiesResponse"
154346154384
description: Success

0 commit comments

Comments
 (0)