Skip to main content

Fault Injection Plugin Reference

FieldTypeDefaultOptionalLimitationsDescription
Run Modestring-NoOptional Values: "Abort Request", "Delay Request"Specify the running mode.
Percentageinteger-No0 <= Percentage <= 100Specify the request ratio to be injected.

Abort Request Mode

FieldTypeDefaultOptionalLimitationsDescription
Injected HTTP Status Codeinteger-No200 <= Injected HTTP Status Code <= 599Status code returned when the fault injection is effective.
Injected HTTP Response Bodyinteger-NoLength > 0Response body returned when the fault injection is effective.

Delay Request Mode

FieldTypeDefaultOptionalLimitationsDescription
Delay Durationinteger-NoDelay Duration >= 0How long will the request be delayed (in milliseconds).