Skip to content

Latest commit

 

History

History
63 lines (38 loc) · 1.52 KB

Get-UiPathMaintenance.md

File metadata and controls

63 lines (38 loc) · 1.52 KB
NAME
    Get-UiPathMaintenance
    
SYNOPSIS
    Returns a Maintenance session summary
    
    
SYNTAX
    Get-UiPathMaintenance [-AuthToken <AuthToken>] [-RequestTimeout <int>] [<CommonParameters>]
    
    
DESCRIPTION
    This cmdlet will return a summary of the current or last Maintenance session with the following structure
    
    State: None | Draining | Suspended
    
    MaintenanceLogs : {{ State = None, TimeStamp = }, { State = Draining, TimeStamp = }, { State = Suspended, 
    TimeStamp = }}
    
    JobStopsAttempted : 0
    
    JobKillsAttempted : 0
    
    TriggersSkipped : 0
    
    SystemSchedulesFired : 0
    

PARAMETERS
    -AuthToken <AuthToken>
        
        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -RequestTimeout <int>
        
        Required?                    false
        Position?                    named
        Default value                100
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    <CommonParameters>
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer, PipelineVariable, and OutVariable. For more information, see 
        about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216). 
    
INPUTS
    
OUTPUTS
    
    
RELATED LINKS