HealthRequest: {
    bundles?: boolean;
    excludePlugin?: string[];
    plugins?: boolean;
}

Type declaration

  • Optionalbundles?: boolean

    Boolean parameter to account for bundle activation status in response. This includes any discovery bundles or bundles defined in the loaded discovery configuration.

  • OptionalexcludePlugin?: string[]

    String parameter to exclude a plugin from status checks. Can be added multiple times. Does nothing if plugins is not true. This parameter is useful for special use cases where a plugin depends on the server being fully initialized before it can fully initialize itself.

  • Optionalplugins?: boolean

    Boolean parameter to account for plugin status in response.