Mobile bridge operational status
cc-connect action failed
{requestError}
OK
{String(Boolean(health.ok))}
Source
{valueOrDash(health.source)}
Container
{valueOrDash(health.container_name)}
Container Status
{valueOrDash(health.container_status)}
Endpoint
{valueOrDash(health.endpoint)}
HTTP Status
{valueOrDash(health.http_status)}
Latency
{health.latency_ms === null || health.latency_ms === undefined ? "—" : `${health.latency_ms} ms`}
Error
{valueOrDash(health.error)}
No health data available.
{/if}