This endpoint provides a simple health check to verify that the Terraform Enterprise system is operational. Authentication is required to use this endpoint.
GET /api/v1/ping
curl \
--header "Authorization: Bearer $TOKEN" \
--request GET \
https://tfe.example.com:8443/api/v1/ping
Sample Response
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