Events
  • 17 Jun 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Events

  • Dark
    Light
  • PDF

Article summary

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>]

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>]


Parameters

NameValueDescriptionRequiredDefault value
Entity<Entity[]>The entity for which you want to retrieve auditing events.Yes
IdentityRef<IdentityRef[]>The identity reference for which you want to retrieve auditing events.Yes
SourceRef<EntityRef[]>The reference of the source for which you want to retrieve auditing events.Yes
LiquitContext<LiquitContext>Determines the selected zone.NoDefault

Remove-LiquitEvent

This command removes an event.

Syntax

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

Parameters

NameValueDescriptionRequiredDefault value
Event<Event[]>The event you want to remove.Yes
LiquitContext<LiquitContext>Determines the selected zone.NoDefault

Was this article helpful?