Skip to content

Commit 5f0991f

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Expose include_breakdown param for v2 hourly_usage (DataDog#17776)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 1240c7c commit 5f0991f

File tree

4 files changed

+32
-4
lines changed

4 files changed

+32
-4
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.4",
7-
"regenerated": "2023-04-19 14:38:13.292622",
8-
"spec_repo_commit": "04af06e0"
7+
"regenerated": "2023-04-20 22:12:01.131549",
8+
"spec_repo_commit": "24cbf678"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2023-04-19 14:38:20.403117",
13-
"spec_repo_commit": "04af06e0"
12+
"regenerated": "2023-04-20 22:12:08.286964",
13+
"spec_repo_commit": "24cbf678"
1414
}
1515
}
1616
}

data/api/v2/full_spec.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25508,6 +25508,14 @@ paths:
2550825508
schema:
2550925509
default: false
2551025510
type: boolean
25511+
- description: Include breakdown of usage by subcategories where applicable
25512+
(for product family logs only). Defaults to false.
25513+
in: query
25514+
name: filter[include_breakdown]
25515+
required: false
25516+
schema:
25517+
default: false
25518+
type: boolean
2551125519
- description: 'Comma separated list of product family versions to use in the
2551225520
format `product_family:version`. For example,
2551325521

data/api/v2/full_spec_deref.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177234,6 +177234,16 @@
177234177234
"type": "boolean"
177235177235
}
177236177236
},
177237+
{
177238+
"description": "Include breakdown of usage by subcategories where applicable (for product family logs only). Defaults to false.",
177239+
"in": "query",
177240+
"name": "filter[include_breakdown]",
177241+
"required": false,
177242+
"schema": {
177243+
"default": false,
177244+
"type": "boolean"
177245+
}
177246+
},
177237177247
{
177238177248
"description": "Comma separated list of product family versions to use in the format `product_family:version`. For example,\n`infra_hosts:1.0.0`. If this parameter is not used, the API will use the latest version of each requested\nproduct family. Currently all families have one version `1.0.0`.",
177239177249
"in": "query",

static/resources/json/full_spec_v2.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177234,6 +177234,16 @@
177234177234
"type": "boolean"
177235177235
}
177236177236
},
177237+
{
177238+
"description": "Include breakdown of usage by subcategories where applicable (for product family logs only). Defaults to false.",
177239+
"in": "query",
177240+
"name": "filter[include_breakdown]",
177241+
"required": false,
177242+
"schema": {
177243+
"default": false,
177244+
"type": "boolean"
177245+
}
177246+
},
177237177247
{
177238177248
"description": "Comma separated list of product family versions to use in the format `product_family:version`. For example,\n`infra_hosts:1.0.0`. If this parameter is not used, the API will use the latest version of each requested\nproduct family. Currently all families have one version `1.0.0`.",
177239177249
"in": "query",

0 commit comments

Comments
 (0)