Healthcheck

interface Healthcheck {
    app: string;
    documentsDatabase?: HealthcheckDocumentsDatabase;
    licenseId: null | string;
    licenseSerial: null | string;
    licenseType: null | string;
    licenseValidUntil: null | string;
    scenarios: null | string[];
    version: null | string;
}

Properties

app: string

Application name.

Healthcheck

documentsDatabase?: HealthcheckDocumentsDatabase

Healthcheck

licenseId: null | string

Unique license identifier.

Healthcheck

licenseSerial: null | string

License serial number.

Healthcheck

licenseType: null | string

License type.

Healthcheck

licenseValidUntil: null | string

License validity date.

Healthcheck

scenarios: null | string[]

List of supported scenarios.

Healthcheck

version: null | string

Product version.

Healthcheck