Specification for how requests are aborted as part of fault
injection.
Attributes
Name
Description
http_status
int
The HTTP status code used to abort the
request. The value must be between 200 and 599
inclusive. For gRPC protocol, the gRPC status
code is mapped to HTTP status code according to
this mapping table. HTTP status 200 is mapped to
gRPC status UNKNOWN. Injecting an OK status is
currently not supported by Traffic Director.
This field is a member of oneof_ _http_status.
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.
This field is a member of oneof_ _percentage.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-15 UTC."],[],[]]