Open Policy Agent TypeScript Packages
    Preparing search index...
    type HealthResponse = {
        healthyServer?: HealthyServer;
        httpMeta: HTTPMetadata;
    }
    Index

    Properties

    healthyServer?: HealthyServer

    OPA service is healthy. If the bundles option is specified then all configured bundles have been activated. If the plugins option is specified then all plugins are in an OK state.

    httpMeta: HTTPMetadata