node-status
                                node-status                            
                            
                            Model that represents the overall status of various application services on a Node.
JSON Example
                                    {
    "status": "string",
    "details": "string",
    "systemTime": 0,
    "humanlyReadableSystemTime": "string"
}
            
            
                                    string
                
                
            
        
        
                status            
                            Required
            
            
        Overall Status of the application services on the Node
            
            
                                    string
                
                
            
        
        
                details            
                            Optional
            
            
        An optional message field that provides details especially in case of errors
            
            
                                    integer As int64
                
                                    As int64
                
            
        
        
                systemTime            
                            Required
            
            
        System time (epoch)
            
            
                                    string
                
                
            
        
        
                humanlyReadableSystemTime            
                            Optional
            
            
        System time (human readable format)
