ServiceInfo
                                ServiceInfo                            
                            Detailed information about a service.
JSON Example
                                    {
    "id": "ui-service",
    "name": "ui-service",
    "description": "string",
    "startup_type": "string",
    "is_running": false
}
            
            
                                    string
                
                
            
        
        
                id            
                            Required
                    Id of the service. Sometimes might be the same as its name.
            
            
                                    string
                
                
            
        
        
                name            
                            Required
                    Name of the service. Sometimes might be the same as its id.
            
            
                                    string
                
                
            
        
        
                description            
                            Optional
                    Service description.
            
            
                                    string
                
                
            
        
        
                startup_type            
                            Required
                    Startup type. Value must be one of the StartupTypeEnum. Example: "Automatic".
                Possible values are :
                                    AUTOMATIC, 
                                    MANUAL, 
                            
        
    
            
            
                                    boolean
                
                
            
        
        
                is_running            
                            Required
                    Boolean value indicating if the service is running.
