Current State:
{{ appState }}
Application forced to UNAVAILABLE because 1 or more required devices are unhealthy.
Application Info
Brand: {{ appInfo.brand }}
Multi-tenant: {{ appInfo.multiTenant }}
Language: {{ appInfo.language }}
Required Devices
No required devices are configured for this application.
{{ device.name }}
{{ tag.text }}
Environment
Device Information
Device ID: {{ fmtValue(environment.deviceID) }}
Device Name: {{ fmtValue(environment.deviceModelName) }}
Airport Code: {{ fmtValue(environment.airportCode) }}
Terminal: {{ fmtValue(environment.terminalID) }}
Gate: {{ fmtValue(environment.gateID) }}
CUSS Platform
CUSS Versions: {{ Array.isArray(environment.cussVersions) ? environment.cussVersions.join(', ') : fmtValue(environment.cussVersions) }}
OS Name: {{ fmtValue(environment.osName) }}
OS Version: {{ fmtValue(environment.osVersion) }}
Session Timeouts
Session Timeout: {{ fmtMs(environment.sessionTimeout) }}
Kill Timeout: {{ fmtMs(environment.killTimeout) }}
Init Timeout: {{ fmtMs(environment.initTimeout) }}
Extension Duration: {{ fmtMs(environment.sessionExtensionDuration) }}
Max Extensions: {{ fmtValue(environment.maxSessionExtensions) }}
Expected ACK Time: {{ fmtMs(environment.expectedAckTime) }}
Max Cache Time: {{ fmtMs(environment.maxCacheTime) }}