> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/content-collections/application-security/manage-network-tunnel/transporter-health-check.md).

# Transporter Health Check

The health check provides information about connectivity between the deployed Transporter and your environment, including the most recent connection establishment time. Health checks are run every hour. For manual health checks see [Health Checks](#transporter-health-check) below.

Prisma Cloud scans every Transporter configuration for an established network tunnel.

Once a secure connection is authenticated, you can view the health check status of the Transporter:

1. In **Application Security**, select **Settings** > **Network Tunnels**.
2. Select your Transporter from the **Transporter** field of the **Manage Integrations** step of the integration wizard.

   Your Transporter settings are displayed.

   <figure><img src="/files/zNfkC4MIJ3scbKnsvV53" alt="transport health check1.1"><figcaption></figcaption></figure>
3. Verify (under the Transporter field) that your Transporter is connected.

## Health Checks

You can perform the following health checks to verify Transporter connectivity.

* **Verify Transporter (Tunnel) connectivity from the Prisma Cloud platform**: Select the **refresh** icon to perform a connectivity check. The result is displayed in the UI.

  <figure><img src="/files/sRx0a28YQ0LFSLB7dQ5X" alt="transporter health check refresh1.1"><figcaption></figcaption></figure>
* **Verify network level connectivity**

Ensure that the host used for configuration has access to the Prisma Cloud portal, the VCS UI using the domain name provided during Transporter setup, and the Transporter URL with its designated port (e.g. <https://transporter.customername.com:8000/healthz>).

This check verifies network level accessibility (verifies routes, firewall rules/access lists and so on). Run:

```markdown
curl -X GET https://transporter.customername.com:8000/healthz -k
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.prismacloud.io/content-collections/application-security/manage-network-tunnel/transporter-health-check.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
