Get count of alerts by message level
get
                    /database/monitoring/alerts_summaries/by_message_level
Group by message level on V$DIAG_ALERT_EXT. In an Oracle RAC environment, data returned by this service may vary according to the instance to which a session is connected. A client requires SQL Administrator role to invoke this service.
                Request
There are no request parameters for this operation.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/json
 
200 Response
Summary of alerts, broken down by message level.
                            
                            
                                Root Schema : MonitoringAlertsSummaryMessageLevelItem
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThis object represents a summary of V$DIAG_ALERT_EXT records by message level. The list of attributes may vary depending on database version.
    
    
    
    
        Show Source
        - 
                
                    
                    con_id: integer
                    
                    
                     
                    
                
                
                The ID of the container to which the data pertains.
 - 
                
                    
                    inst_id: integer
                    
                    
                     
                    
                
                
                Oracle Real Application Clusters instance number for which this data relates to. In a non-RAC database this number will be 1.
 - 
                
                    
                    latest_messages: string
                    
                    
                     
                    
                
                
                The text of the last 5 messages at this message level.
 - 
                
                    
                    links: array
                    
                    
                
                
                    links
                
                
                
 - 
                
                    
                    message_level: integer
                    
                    
                     
                    
                
                
                Level the message belongs to. Lower level values imply higher severity for errors.
 - 
                
                    
                    message_level_name: string
                    
                    
                     
                    
                
                
                A text description of the corresponding message level value.
 - 
                
                    
                    number_of_messages: integer
                    
                    
                     
                    
                
                
                The count of records that have this message level.