Skip to content

Commit c92b408

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit cd72a96 of spec repo
1 parent 5a2d212 commit c92b408

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
@@ -7593,6 +7593,12 @@ components:
75937593
type: object
75947594
MetricsListResponse:
75957595
description: Object listing all metric names stored by Datadog since a given time.
7596+
example:
7597+
from: "1571011200"
7598+
metrics:
7599+
- system.cpu.idle
7600+
- system.mem.free
7601+
- aws.ec2.cpuutilization
75967602
properties:
75977603
from:
75987604
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
@@ -130290,10 +130290,21 @@ paths:
130290130290
examples:
130291130291
default:
130292130292
value:
130293-
data: []
130293+
data:
130294+
- id: system.cpu.user
130295+
type: metrics
130296+
- attributes:
130297+
created_at: "2020-03-25T09:48:37.463835Z"
130298+
metric_type: gauge
130299+
modified_at: "2020-04-25T09:48:37.463835Z"
130300+
tags:
130301+
- app
130302+
- datacenter
130303+
id: http.endpoint.request
130304+
type: manage_tags
130294130305
meta:
130295130306
pagination:
130296-
next_cursor:
130307+
next_cursor: eyJhZnRlciI6Imh0dHAuZW5kcG9pbnQucmVxdWVzdCJ9
130297130308
schema:
130298130309
$ref: "#/components/schemas/MetricsAndMetricTagConfigurationsResponse"
130299130310
description: Success
@@ -130687,12 +130698,30 @@ paths:
130687130698
id: http.endpoint.request
130688130699
relationships:
130689130700
dashboards:
130690-
data: []
130701+
data:
130702+
- id: abc-def-xyz
130703+
type: dashboards
130691130704
monitors:
130692-
data: []
130705+
data:
130706+
- id: "1775073"
130707+
type: monitors
130693130708
notebooks:
130694130709
data: []
130710+
slos:
130711+
data: []
130695130712
type: metrics
130713+
included:
130714+
- attributes:
130715+
popularity: 3.0
130716+
title: My Dashboard
130717+
url: /dashboard/abc-def-xyz
130718+
id: abc-def-xyz
130719+
type: dashboards
130720+
- attributes:
130721+
title: CPU utilization is high
130722+
url: /monitors/1775073
130723+
id: "1775073"
130724+
type: monitors
130696130725
schema:
130697130726
$ref: "#/components/schemas/MetricAssetsResponse"
130698130727
description: Success
@@ -130836,8 +130865,17 @@ paths:
130836130865
examples:
130837130866
default:
130838130867
value:
130839-
data: []
130840-
meta: {}
130868+
data:
130869+
- attributes:
130870+
cardinality_delta: 25
130871+
id: host
130872+
type: tag_cardinality
130873+
- attributes:
130874+
cardinality_delta: 5
130875+
id: env
130876+
type: tag_cardinality
130877+
meta:
130878+
metric_name: system.cpu.user
130841130879
schema:
130842130880
$ref: "#/components/schemas/MetricTagCardinalitiesResponse"
130843130881
description: Success

0 commit comments

Comments
 (0)