Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/_default/menus/api.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4620,7 +4620,7 @@ menu:
- GetUsageIndexedSpans
unstable: []
order: 14
- name: Get hourly usage for incident management
- name: Get hourly usage for Incident Management
url: '#get-hourly-usage-for-incident-management'
identifier: usage-metering-get-hourly-usage-for-incident-management
parent: usage-metering
Expand Down
4 changes: 2 additions & 2 deletions content/en/api/v1/usage-metering/examples.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions data/api/v1/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20197,7 +20197,7 @@ components:
type: array
type: object
UsageIncidentManagementHour:
description: Incident management usage for a given organization for a given
description: Incident Management usage for a given organization for a given
hour.
properties:
hour:
Expand All @@ -20218,11 +20218,11 @@ components:
type: string
type: object
UsageIncidentManagementResponse:
description: Response containing the incident management usage for each hour
description: Response containing the Incident Management usage for each hour
for a given organization.
properties:
usage:
description: Get hourly usage for incident management.
description: Get hourly usage for Incident Management.
items:
$ref: '#/components/schemas/UsageIncidentManagementHour'
type: array
Expand Down Expand Up @@ -21428,7 +21428,7 @@ components:
format: int64
type: integer
incident_management_monthly_active_users_hwm:
description: Shows the high-water mark of incident management monthly active
description: Shows the high-water mark of Incident Management monthly active
users over all hours in the current date for all organizations.
format: int64
type: integer
Expand Down Expand Up @@ -22549,7 +22549,7 @@ components:
description: The organization id.
type: string
incident_management_monthly_active_users_hwm:
description: Shows the high-water mark of incident management monthly active
description: Shows the high-water mark of Incident Management monthly active
users over all hours in the current date for the given org.
format: int64
type: integer
Expand Down Expand Up @@ -23671,7 +23671,7 @@ components:
format: int64
type: integer
incident_management_monthly_active_users_hwm_sum:
description: Shows sum of the high-water marks of incident management monthly
description: Shows sum of the high-water marks of Incident Management monthly
active users in the current month for all organizations.
format: int64
type: integer
Expand Down Expand Up @@ -37693,7 +37693,7 @@ paths:
/api/v1/usage/incident-management:
get:
deprecated: true
description: 'Get hourly usage for incident management.
description: 'Get hourly usage for Incident Management.

**Note:** This endpoint has been deprecated. Hourly usage data for all products
is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
Expand Down Expand Up @@ -37749,7 +37749,7 @@ paths:
appKeyAuth: []
- AuthZ:
- usage_read
summary: Get hourly usage for incident management
summary: Get hourly usage for Incident Management
tags:
- Usage Metering
x-menu-order: 26
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 @@ -1080,8 +1080,8 @@
"summary": "Get hourly usage attribution"
},
"GetIncidentManagement": {
"description": "Get hourly usage for incident management.\n**Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.",
"summary": "Get hourly usage for incident management"
"description": "Get hourly usage for Incident Management.\n**Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.",
"summary": "Get hourly usage for Incident Management"
},
"GetUsageIndexedSpans": {
"description": "Get hourly usage for indexed spans.\n**Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.",
Expand Down
Loading