BrainEngine AI
  • Welcome
  • Quick Start
    • Introduction
    • Platform Configuration
    • Validate Connectivity
    • Configure Redaction
    • Update Configuration
    • Advanced Redaction
  • Concepts
    • What is Conversational Redaction?
    • Redaction Strategy
    • Understanding Redaction
    • Navigating Utterances
      • Walk through
    • Redaction Techniques
      • Behavior
      • Confidence
      • Mask Types
        • Basic
        • Placeholder
        • Random
        • Truncate
        • Anonymization
      • Redaction Options
    • Insights
      • Insights
      • Query Syntax
      • Advance Processing
      • Simulated Pause & Resume
      • Real-Time Alerts
      • Agent Ignore
      • Offsets
      • Redaction Options
  • Features
    • Overview
    • Entities
      • PII
        • Name
        • Occupation
        • Phone Number
        • Organization
        • Address
        • Email
        • Location
        • Url
        • IP Address
        • Date
        • Age
        • Social Security Number
        • Drivers License
        • Passport
        • Id
        • Money
        • Time
        • User Name
        • Password
      • PHI
        • Medical Condition
        • Medication
        • Family Relation
        • Treatment
        • Examination
        • Anatomy
        • Medical Other
        • Demographic
        • Medical Event
      • PCI
        • Credit Card
        • Credit Card CVV
        • Credit Card Expiry
        • Routing Number
        • Bank Account
      • Custom
        • Dictionary
        • Identifier
        • Custom NER
    • Summarization
    • Sentiment Analysis
    • Topic Extraction
    • Profanity Filtering
  • Configuration
    • Project Configuration
    • Redaction Configuration
    • Samples
      • Configurations
      • Calls
  • Integration
    • V-Blaze
    • V-Spark
    • Analytics
      • Embedded
      • Callback
  • API Guide
    • Overview
      • Errors
      • Getting Help
    • Endpoints
      • ASR
        • Transcribe
        • Maxstreamscheck
        • Languages
        • Models
        • Params
        • Stats
        • Status
        • Sysinfo
        • Statusfull
      • Live
        • Callback
        • Listen
      • Redaction
        • Types
        • Validate
      • System
        • Initialize
        • Set parameter
        • Get parameter
        • Cache
          • List
          • Real time
          • Post call
          • Version 2
            • Publish
            • List
        • Get Settings
      • Status
        • Health
        • Webhooks
  • Deployment
    • Overview
    • Virtual Appliance
      • BrainEngine AMIs
        • Finding AMIs
        • Launching AMIs
        • Connecting to an Instance
        • SSL Configuration
        • Networking (optional)
    • Containers
      • Details
      • Deployment
    • Environment Parameters
    • Logging
  • Support
    • Release Notes
Powered by GitBook
On this page
  • Overview
  • Check the status of the BrainEngine Platform
  • HealthChecks UI
  • Webhooks
  1. API Guide
  2. Endpoints
  3. Status

Health

BrainEngine's System Health notifications alert you if the BrainEngine platform is not functioning correctly

Overview

BrainEngine's Health API allows external systems to retrieve the health status of the BrainEngine Platform.

Check the status of the BrainEngine Platform

curl -k -X GET "https://localhost:8080/health"

Example Response

{
    "status": "Healthy",
    "totalDuration": "00:00:00.1807254",
    "entries": {
        "V-Blaze": {
            "data": {},
            "description": "",
            "duration": "00:00:00.1804283",
            "status": "Healthy",
            "tags": [
                "services"
            ]
        },
        "Synapse-NLP": {
            "data": {},
            "description": "",
            "duration": "00:00:00.0834219",
            "status": "Healthy",
            "tags": [
                "services"
            ]
        },
        "Synapse-Healthcare": {
            "data": {},
            "description": "",
            "duration": "00:00:00.0827053",
            "status": "Healthy",
            "tags": [
                "services"
            ]
        }
    }
}

HealthChecks UI

https://localhost:8080/healthchecks-ui

Webhooks

PreviousStatusNextWebhooks

Last updated 1 year ago

BrainEngine supports real-time notifications via .

webhooks