Get-ServiceFabricChaos

Get a description of the status of Chaos and its components.

Syntax

Get-ServiceFabricChaos
   [-TimeoutSec <Int32>]
   [<CommonParameters>]

Description

The Get-ServiceFabricChaos cmdlet gets a description of the status of Chaos, the status of the Chaos Scheduler, and the ChaosParameters Chaos is running with if Chaos is running. If Chaos is not running but did run in the past then the returned ChaosParameters is the parameters that was used to run Chaos. If Chaos was never run then the returned ChaosParameters do not mean anything.

For more information about Chaos, see the article Inducing Chaos.

Examples

Example 1

PS C:\> Get-ServiceFabricChaos

This command gets the status of Chaos, the status of the Chaos Scheduler, and a ChaosParameters object.

Parameters

-TimeoutSec

Specifies the timeout period, in seconds for the operation.

Type:Int32
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

System.Object