Open Policy Agent TypeScript Packages
    Preparing search index...
    type HealthRequest = {
        bundles?: boolean;
        excludePlugin?: string[];
        plugins?: boolean;
    }
    Index

    Properties

    bundles?: boolean

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

    excludePlugin?: 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.

    plugins?: boolean

    Boolean parameter to account for plugin status in response.