efa system alert
 
    
         
    
    
Alert commands.
Syntax
    
        efa system alert show
        
            [ 
        --id int32 
            | 
            --resource string 
            | 
            --severity string 
            | 
            --sequence-id int32 
            | 
            --limit int32 
            | 
            --before-timestamp string 
            | 
            --after-timestamp string 
            ]
        
    
    
                efa system alert inventory
                    show
                
                    [ 
                    --id
                    int32
                    |
                    --resource
                    string
                    ]
                
            
    
    Parameters
        
            
            
                - --id int32
 
                - Specifies the ID identifying XCO alert. Example: --id 3100.
 
            
            
                - --resource string
 
                - Specifies the health resource path associated to the alert being sent. Example:
                        --resource /App/System/Security/Certificate
 
            
            
                - --severity string
 
                - Specifies the severity of XCO alert. Valid values are
                        <critical|major|minor|warning|info>. Example: --severity warning.
 
            
            
                - --sequence-id int32
 
                - Tracks the sequence that messages are submitted. Example --sequence-id 41.
 
            
            
                - --limit int32
 
                - Limits the number of alerts to be displayed. Example: --limit 2.
 
            
            
                - --before-timestamp string
 
                - Alerts being sent before a particular time stamp. Example: --before-timestamp
                        2022-10-11T22:14:15.003Z
 
            
            
                - --after-timestamp string
 
                - Alerts being sent after a particular time stamp. Example: --after-timestamp
                        2022-10-11T22:14:15.003Z