Abort(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Specification of how client requests are aborted as part of fault injection before being sent to a destination.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
http_status |
int
The HTTP status code used to abort the request. The value must be between 200 and 599 inclusive. This field is a member of oneof _ _http_status .
|
percentage |
int
The percentage of traffic which will be aborted. The value must be between [0, 100] This field is a member of oneof _ _percentage .
|