istio v1.31.0

VirtualService.spec.http.fault.abort

Abort Http request attempts and return error codes back to downstream service, giving the impression that the upstream service is faulty.

4 fields
VirtualService.spec.http.fault.abort fields and descriptions
Field / TypeDescription
grpcStatus
string

GRPC status code to use to abort the request.

http2Error
string

No description provided.

httpStatus
integer

HTTP status code to use to abort the Http request.

  • format: int32
object

Percentage of requests to be aborted with the error code provided.