@acceleratxr/core_sdk / ServiceStatusList
Interface: ServiceStatusList#
Describes the health status of all deployed services in the platform cluster.
author Jean-Philippe Steinmetz info@acceleratxr.com
Hierarchy#
ServiceStatusList
Index#
Properties#
Properties#
healthy#
• Readonly healthy: number
Defined in src/models/ServiceStatusList.ts:17
The number of healthy services in the cluster.
license#
• Readonly license: string
Defined in src/models/ServiceStatusList.ts:13
Whether or not the current service is licensed for use
offline#
• Readonly offline: number
Defined in src/models/ServiceStatusList.ts:19
The number of offline services in the cluster.
services#
• Readonly services: Record<string, ServiceStatus>
Defined in src/models/ServiceStatusList.ts:15
The map of service names to status objects for each deployed service in the cluster.
total#
• Readonly total: number
Defined in src/models/ServiceStatusList.ts:21
The total number of deployed services in the cluster.