1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Add note about usage reports API limitation for detailed data (#57728)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: felicitymay <1877141+felicitymay@users.noreply.github.com>
Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
Copilot
2025-10-03 18:12:20 +01:00
committed by GitHub
parent dc834888e7
commit 6514e10085
9 changed files with 14 additions and 2 deletions

View File

@@ -41,6 +41,8 @@ The detailed usage report includes the same fields as the summarized report and
This report sums the `quantity`, `gross_amount`, `discount_amount`, and `net_amount` fields based on the combination of the following values: `date`, `sku`, `organization`, `repository`, `cost_center_name`, `username`, `workflow_path`.
{% data reusables.billing.usage-reports-api-limitation %}
### Premium request analytics usage reports
This report includes each recorded use of a premium request and includes the following fields: `Timestamp`,`User`,`Model`,`Requests Used`,`Exceeds Monthly Quota`, and `Total Monthly Quota`.

View File

@@ -87,6 +87,8 @@ You can view the usage of your personal account and download the usage data for
>[!TIP] The premium request usage report includes all premium requests, both within and beyond the allowance.
{% data reusables.billing.usage-reports-api-limitation %}
## Viewing license usage
You can view the license usage of your {% data variables.enterprise.enterprise_or_org %} members and download the usage data for further analysis.

View File

@@ -35,6 +35,7 @@ You can configure updates for repositories that contain a dependency manifest or
> [!NOTE]
> To ensure that {% data variables.product.prodname_ghe_server %} supports {% data variables.product.prodname_dependabot_updates %} for the latest supported ecosystem versions, your enterprise owner must download the most recent version of the [{% data variables.product.prodname_dependabot %} action](https://github.com/github/dependabot-action). {% data reusables.actions.action-bundled-actions %}
{% endif %}
> [!NOTE]

View File

@@ -65,7 +65,9 @@ This table lists the secrets supported by {% data variables.product.prodname_sec
>[!NOTE] Validity checks are not supported for non-provider patterns.
{% ifversion secret-scanning-ai-generic-secret-detection %}
### {% data variables.secret-scanning.copilot-secret-scanning %}
{% data variables.product.prodname_secret_scanning_caps %} uses {% data variables.product.prodname_copilot_short %} to detect generic passwords. See [AUTOTITLE](/code-security/secret-scanning/copilot-secret-scanning/responsible-ai-generic-secrets).
| Provider | Token |

View File

@@ -10,4 +10,6 @@ autogenerated: rest
allowTitleToDifferFromFilename: true
---
{% data reusables.billing.usage-reports-api-limitation %}
<!-- Content after this section is automatically generated -->

View File

@@ -19,4 +19,6 @@ The `manage_billing:enterprise` scope is required for {% data variables.product.
> [!IMPORTANT] The API currently supports adding or removing up to 50 resources in a single operation.
{% data reusables.billing.usage-reports-api-limitation %}
<!-- Content after this section is automatically generated -->

View File

@@ -0,0 +1 @@
> [!NOTE] Data for the detailed usage report is available only through the {% data variables.product.github %} web interface and cannot be obtained via the REST API `/usage` endpoint. The REST API only provides access to summarized billing information.