Skip to content

Add billing_read permission #2901

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
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
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": "2025-06-06 09:05:58.608614",
"spec_repo_commit": "14586db5"
"regenerated": "2025-06-06 13:59:10.509926",
"spec_repo_commit": "d5513dd9"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-06-06 09:05:58.627256",
"spec_repo_commit": "14586db5"
"regenerated": "2025-06-06 13:59:10.528348",
"spec_repo_commit": "d5513dd9"
}
}
}
15 changes: 10 additions & 5 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45280,9 +45280,10 @@ paths:
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 @@ -61278,9 +61279,10 @@ paths:
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 @@ -61382,9 +61384,10 @@ paths:
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 @@ -61463,9 +61466,10 @@ paths:
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 @@ -61797,9 +61801,10 @@ paths:
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