Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .generated-info
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"spec_repo_commit": "1e6c346",
"generated": "2025-08-25 18:45:46.784"
"spec_repo_commit": "335aa67",
"generated": "2025-08-27 07:13:55.321"
}
20 changes: 15 additions & 5 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50455,13 +50455,15 @@ paths:
appKeyAuth: []
- AuthZ:
- usage_read
- billing_read
summary: Get Monthly Cost Attribution
tags:
- Usage Metering
x-permission:
operator: OR
operator: AND
permissions:
- usage_read
- billing_read
/api/v2/csm/onboarding/agents:
get:
description: Get the list of all CSM Agents running on your hosts and containers.
Expand Down Expand Up @@ -67509,13 +67511,15 @@ paths:
appKeyAuth: []
- AuthZ:
- usage_read
- billing_read
summary: Get cost across multi-org account
tags:
- Usage Metering
x-permission:
operator: OR
operator: AND
permissions:
- usage_read
- billing_read
/api/v2/usage/estimated_cost:
get:
description: 'Get estimated cost across multi-org and single root-org accounts.
Expand Down Expand Up @@ -67613,13 +67617,15 @@ paths:
appKeyAuth: []
- AuthZ:
- usage_read
- billing_read
summary: Get estimated cost across your account
tags:
- Usage Metering
x-permission:
operator: OR
operator: AND
permissions:
- usage_read
- billing_read
/api/v2/usage/historical_cost:
get:
description: 'Get historical cost across multi-org and single root-org accounts.
Expand Down Expand Up @@ -67694,13 +67700,15 @@ paths:
appKeyAuth: []
- AuthZ:
- usage_read
- billing_read
summary: Get historical cost across your account
tags:
- Usage Metering
x-permission:
operator: OR
operator: AND
permissions:
- usage_read
- billing_read
/api/v2/usage/hourly_usage:
get:
description: Get hourly usage by product family.
Expand Down Expand Up @@ -68029,13 +68037,15 @@ paths:
appKeyAuth: []
- AuthZ:
- usage_read
- billing_read
summary: Get projected cost across your account
tags:
- Usage Metering
x-permission:
operator: OR
operator: AND
permissions:
- usage_read
- billing_read
/api/v2/user_invitations:
post:
description: Sends emails to one or more users inviting them to join the organization.
Expand Down
Loading