Class HttpFaultAbort (0.1.0)

HttpFaultAbort(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Specification for how requests are aborted as part of fault injection.

Attributes

NameDescription
http_status int
The HTTP status code used to abort the request. The value must be between 200 and 599 inclusive.
percentage float
The percentage of traffic (connections/operations/requests) which will be aborted as part of fault injection. The value must be between 0.0 and 100.0 inclusive.