stop_chaos
Creates, updates, deletes, gets or lists a stop_chaos resource.
Overview
| Name | stop_chaos |
| Type | Resource |
| Id | azure.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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
stop_chaos | exec | endpoint | timeout | 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. |
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.
| Name | Datatype | Description |
|---|---|---|
endpoint | string | The service endpoint host (no scheme). (default: ) |
timeout | integer (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
- stop_chaos
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 }}'
;