HealthResponse: {
    healthyServer?: HealthyServer;
    httpMeta: HTTPMetadata;
}

Type declaration

  • OptionalhealthyServer?: 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