Skip to main content
Dotset Labs home page
Search...
⌘K
GitHub
GitHub
Search...
Navigation
Type Aliases
Type Alias: HealthStatus
Documentation
GitHub
npm
Introduction
Introduction
Quickstart
Installation
Shield
CLI Commands
Concepts
CI/CD Guides
Security
Tollgate
CLI Commands
Concepts
Integration Guides
Security
API Reference
API Reference
Shield API
Tollgate API
Tollgate API
Classes
Interfaces
Functions
Type Aliases
Type Alias: ApprovalResult
Type Alias: AuditRiskLevel
Type Alias: ConcreteAction
Type Alias: ExportFormat
Type Alias: FailureMode
Type Alias: HealthStatus
Type Alias: PolicyAction
Type Alias: RiskLevel
Type Alias: SessionDuration
Type Alias: SessionScope
Type Alias: ValidationLevel
Variables
On this page
Type Alias: HealthStatus
Type Aliases
Type Alias: HealthStatus
Dotset CLI API Documentation
/
tollgate
/ HealthStatus
Type Alias: HealthStatus
Copy
type
HealthStatus
=
"healthy"
|
"unhealthy"
|
"unknown"
;
Defined in: src/tollgate/proxy/client.ts:20
Health status of the upstream server.
Type Alias: FailureMode
Type Alias: PolicyAction
⌘I