@acceleratxr/core_sdk / ServiceStatus
Interface: ServiceStatus#
Describes the health status of a single platform service.
author Jean-Philippe Steinmetz info@acceleratxr.com
Hierarchy#
ServiceStatus
Index#
Properties#
Properties#
lastHeartbeat#
• Readonly lastHeartbeat: Date | undefined
Defined in src/models/ServiceStatus.ts:14
The date and time that the service was last known to be alive and well.
lastUpdate#
• Readonly lastUpdate: Date | undefined
Defined in src/models/ServiceStatus.ts:17
The date and time tha the service status was last checked.
license#
• Readonly license: string
Defined in src/models/ServiceStatus.ts:26
Whether or not the current service is licensed for use
live_scripting#
• Readonly live_scripting: boolean
Defined in src/models/ServiceStatus.ts:29
Whether or not the service has live scripting enabled
name#
• Readonly name: string
Defined in src/models/ServiceStatus.ts:11
The unique name of the service.
online#
• Readonly online: boolean
Defined in src/models/ServiceStatus.ts:20
Is true if the service is alive and healthy, otherwise false.
openapi#
• Readonly openapi: boolean
Defined in src/models/ServiceStatus.ts:32
Whether or not the service has OpenAPI endpoint(s) enabled
version#
• Readonly version: string
Defined in src/models/ServiceStatus.ts:23
The current version of the service.