A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.hashicorp.com/terraform/enterprise/api-docs/usage-bundle below:

System Usage/Bundle API reference for Terraform Enterprise | Terraform

/usage/bundle endpoint reference

This endpoint provides a usage bundle. For more information about the product usage data structure and the specific metrics that Terraform Enterprise collects, refer to the Terraform Enterprise usage data reference.

GET /api/v1/usage/bundle

curl \
  --header "Authorization: Bearer $TOKEN" \
  --request GET \
  https://tfe.example.com:8443/api/v1/usage/bundle
Sample Response
{
    "version": "2",
    "mode": "automatic",
    "timestamp": "2025-06-05T19:54:16.016366464Z",
    "signature": "fdd077fa855d11aa855d11a855d11aa855d11a",
    "checksum": 5193303679122559012,
    "snapshots": [
        {
            "snapshot_version": 2,
            "id": "0001XXXXXXGXXXRMXXXXXXXXXXXX",
            "timestamp": "2025-04-10T00:00:04.386332246Z",
            "schema_version": "2.0.0",
            "product": "terraform",
            "process_id": "0001XXXXXXGXXXRMXXXXXXXXXXXX",
            "metrics": {
                "workspacecount": {
                    "key": "workspacecount",
                    "value": 0,
                    "mode": "write"
                }
            },
            "product_version": "v202504-1",
            "license_id": "b855d11a-2b6e-4b0c-8e3f-2a3e5d6b7f9c",
            "checksum": 5193303679122559012,
            "metadata": {}
        }
    ]
}
Response Codes

Terraform Enterprise Only: The System API is exclusive to Terraform Enterprise. It enables access to deployment configuration and data.

This API is distinct from the regular Admin API and the Backup and Restore API, with its own authentication mechanism.

Requests to the /api/v1/ping and /api/v1/usage/bundle endpoints must be authenticated with a bearer token generated specifically for them using the tfectl admin api-token generate command. For more information on the token creation, and management, refer to the tfectl documentation.

Use the HTTP Header Authorization with the value Bearer <token>.

All System API endpoints are rate limited to 1 request per second per authentication token.

By default, the System API is accessible on HTTPS port 8443. This port can be configured through the TFE_ADMIN_HTTPS_PORT environment variable in your deployment configuration.

Refer to Network settings in the configuration reference for more information about network configuration.

The System API is versioned under the /api/v1 prefix and is separate from the main Terraform Enterprise API.

For example, if the API endpoint documentation defines the path /ping then the full path is /api/v1/ping.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4