Skip to main content

stop_chaos

Creates, updates, deletes, gets or lists a stop_chaos resource.

Overview

Namestop_chaos
TypeResource
Idazure.service_fabric_dataplane.stop_chaos

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
stop_chaosexecendpointtimeoutStops Chaos if it is running in the cluster and put the Chaos Schedule in a stopped state. Stops Chaos from executing new faults. In-flight faults will continue to execute until they are complete. The current Chaos Schedule is put into a stopped state. Once a schedule is stopped, it will stay in the stopped state and not be used to Chaos Schedule new runs of Chaos. A new Chaos Schedule must be set in order to resume scheduling.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
endpointstringThe service endpoint host (no scheme). (default: )
timeoutinteger (int64)The server timeout for performing the operation in seconds. This timeout specifies the time duration that the client is willing to wait for the requested operation to complete. The default value for this parameter is 60 seconds.

Lifecycle Methods

Stops Chaos if it is running in the cluster and put the Chaos Schedule in a stopped state. Stops Chaos from executing new faults. In-flight faults will continue to execute until they are complete. The current Chaos Schedule is put into a stopped state. Once a schedule is stopped, it will stay in the stopped state and not be used to Chaos Schedule new runs of Chaos. A new Chaos Schedule must be set in order to resume scheduling.

EXEC azure.service_fabric_dataplane.stop_chaos.stop_chaos 
@endpoint='{{ endpoint }}' --required,
@timeout='{{ timeout }}'
;