Events

Get-LiquitEvent

This command displays a list of all events known within the Liquit Workspace or you can just select one in particular.

Syntax

Get-LiquitEvent 
    [-Entity] 
    [-Type] {UserLogin | DistributePackage | LaunchPackage | InstallPackage | UninstallPackage | UserLogoff | RepairPackage | InstallDeployment | RestCreate | RestUpdate | RestDelete | RestAdd | RestRemove | RestAction}
    [-LiquitContext <LiquitContext>]
    [<CommonParameters>]

Get-LiquitEvent 
    [-Entity] <Entity> 
    [-Type] {UserLogin | DistributePackage | LaunchPackage | InstallPackage | UninstallPackage | UserLogoff | RepairPackage | InstallDeployment | RestCreate | RestUpdate | RestDelete | RestAdd | RestRemove | RestAction}
    [-LiquitContext <LiquitContext>] 
    [<CommonParameters>]

Get-LiquitEvent 
    [-IdentityRef] <IdentityRef[]> 
    [-Type] {UserLogin | DistributePackage | LaunchPackage | InstallPackage | UninstallPackage |
UserLogoff | RepairPackage | InstallDeployment | RestCreate | RestUpdate | RestDelete | RestAdd | RestRemove | RestAction}
    [-LiquitContext <LiquitContext>]  
    [<CommonParameters>]

Get-LiquitEvent 
    [-SourceRef] <EntityRef[]> 
    [-Type] {UserLogin | DistributePackage | LaunchPackage | InstallPackage | UninstallPackage | UserLogoff | RepairPackage | InstallDeployment | RestCreate | RestUpdate | RestDelete | RestAdd | RestRemove | RestAction}
    [-LiquitContext <LiquitContext>]  
    [<CommonParameters>]

Get-LiquitEvent 
    [-Type] {UserLogin | DistributePackage | LaunchPackage | InstallPackage | UninstallPackage | UserLogoff | RepairPackage | InstallDeployment | RestCreate | RestUpdate | RestDelete | RestAdd | RestRemove | RestAction}
    [-LiquitContext <LiquitContext>] 
    [<CommonParameters>]

Parameters

Name Value Description Required Default value
Entity <Entity[]> The place where event took place on (e.g. package, deployment) and for which you want to retrieve events. Yes
IdentityRef <IdentityRef[]> The reference of identity who made the change (e.g. user) and for which you want to retrieve events. Yes
SourceRef <EntityRef[]> The reference of the source form where the change was made (e.g. server, device) and for which you want to retrieve events. Yes
Type {UserLogin | DistributePackage | LaunchPackage | InstallPackage | UninstallPackage | UserLogoff | RepairPackage | InstallDeployment | RestCreate | RestUpdate | RestDelete} The type of the event.
LiquitContext <LiquitContext> Determines the selected zone. No Default

Remove-LiquitEvent

This command removes an event.

Syntax

    Remove-LiquitEvent 
    [-Event] <Event[]> 
    [-LiquitContext ] 
    [-WhatIf] 
    [-Confirm]

Parameters

Name Value Description Required Default value
Event <Event[]> The event you want to remove. Yes
LiquitContext <LiquitContext> Determines the selected zone. No Default