HttpFaultAbortResponse

data class HttpFaultAbortResponse(val httpStatus: Int, val percentage: Double)

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

Constructors

Link copied to clipboard
fun HttpFaultAbortResponse(httpStatus: Int, percentage: Double)

Types

Link copied to clipboard
object Companion

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.

Link copied to clipboard

The percentage of traffic for connections, operations, or requests that is aborted as part of fault injection. The value must be from 0.0 to 100.0 inclusive.