Skip to content

Commit

Permalink
Regenerate client from commit f1ae2197 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Apr 16, 2024
1 parent cb8188f commit 05050c6
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 44 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-04-15 13:35:33.000319",
"spec_repo_commit": "5c7e123b"
"regenerated": "2024-04-16 21:50:12.932042",
"spec_repo_commit": "f1ae2197"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-04-15 13:35:41.013229",
"spec_repo_commit": "5c7e123b"
"regenerated": "2024-04-16 21:50:20.764166",
"spec_repo_commit": "f1ae2197"
}
}
}
4 changes: 2 additions & 2 deletions config/_default/menus/menus.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1884,12 +1884,12 @@ main:
url: service_management/events/correlation/triage_and_notify
identifier: event_correlation_triage_and_notify
parent: event_correlation
weight: 402
weight: 402
- name: Analytics
url: service_management/events/correlation/analytics
identifier: event_correlation_analytics
parent: event_correlation
weight: 403
weight: 403
- name: Guides
url: service_management/events/guides/
identifier: events_guides
Expand Down
12 changes: 8 additions & 4 deletions data/api/v1/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32811,7 +32811,10 @@ paths:
type: safe
/api/v1/usage/billable-summary:
get:
description: Get billable usage across your account.
description: 'Get billable usage across your account.


This endpoint only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).'
operationId: GetUsageBillableSummary
parameters:
- description: 'Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]`
Expand Down Expand Up @@ -34422,7 +34425,10 @@ paths:
type: safe
/api/v1/usage/summary:
get:
description: Get all usage across your account.
description: 'Get all usage across your account.


This endpoint only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).'
operationId: GetUsageSummary
parameters:
- description: 'Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]`
Expand Down Expand Up @@ -35633,8 +35639,6 @@ tags:

This API is available to all Pro and Enterprise customers.

Usage is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).


**Note**: Usage data is delayed by up to 72 hours from when it was incurred.

Expand Down
6 changes: 3 additions & 3 deletions data/api/v1/full_spec_deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -1007931,7 +1007931,7 @@
},
"/api/v1/usage/billable-summary": {
"get": {
"description": "Get billable usage across your account.",
"description": "Get billable usage across your account.\n\nThis endpoint only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).",
"operationId": "GetUsageBillableSummary",
"parameters": [
{
Expand Down Expand Up @@ -1017456,7 +1017456,7 @@
},
"/api/v1/usage/summary": {
"get": {
"description": "Get all usage across your account.",
"description": "Get all usage across your account.\n\nThis endpoint only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).",
"operationId": "GetUsageSummary",
"parameters": [
{
Expand Down Expand Up @@ -1023060,7 +1023060,7 @@
"x-deprecated": true
},
{
"description": "The usage metering API allows you to get hourly, daily, and\nmonthly usage across multiple facets of Datadog.\nThis API is available to all Pro and Enterprise customers.\nUsage is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).\n\n**Note**: Usage data is delayed by up to 72 hours from when it was incurred.\nIt is retained for 15 months.\n\nYou can retrieve up to 24 hours of hourly usage data for multiple organizations,\nand up to two months of hourly usage data for a single organization in one request.\nLearn more on the [usage details documentation](https://docs.datadoghq.com/account_management/billing/usage_details/).",
"description": "The usage metering API allows you to get hourly, daily, and\nmonthly usage across multiple facets of Datadog.\nThis API is available to all Pro and Enterprise customers.\n\n**Note**: Usage data is delayed by up to 72 hours from when it was incurred.\nIt is retained for 15 months.\n\nYou can retrieve up to 24 hours of hourly usage data for multiple organizations,\nand up to two months of hourly usage data for a single organization in one request.\nLearn more on the [usage details documentation](https://docs.datadoghq.com/account_management/billing/usage_details/).",
"externalDocs": {
"description": "Find out more at",
"url": "https://docs.datadoghq.com/account_management/billing/usage_details/"
Expand Down
4 changes: 2 additions & 2 deletions data/api/v1/translate_actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@
"summary": "Get hourly usage for Lambda"
},
"GetUsageBillableSummary": {
"description": "Get billable usage across your account.",
"description": "Get billable usage across your account.\n\nThis endpoint only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).",
"summary": "Get billable usage across your account"
},
"GetUsageCIApp": {
Expand Down Expand Up @@ -1114,7 +1114,7 @@
"summary": "Get hourly usage for SNMP devices"
},
"GetUsageSummary": {
"description": "Get all usage across your account.",
"description": "Get all usage across your account.\n\nThis endpoint only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).",
"summary": "Get usage across your account"
},
"GetUsageSynthetics": {
Expand Down
Loading

0 comments on commit 05050c6

Please sign in to comment.