Http Fault Abort Args
data class HttpFaultAbortArgs(val httpStatus: Output<Int>? = null, val percentage: Output<Double>? = null) : ConvertibleToJava<HttpFaultAbortArgs>
Specification for how requests are aborted as part of fault injection.
Constructors
Functions
Properties
Link copied to clipboard
The HTTP status code used to abort the request. The value must be from 200 to 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.