[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

LBHttpRejectAction

This action is used to reject HTTP request messages. The specified reply_status value is used as the status code for the corresponding HTTP response message which is sent back to client (Normally a browser) indicating the reason it was rejected. Reference official HTTP status code list for your specific HTTP version to set the reply_status properly. LBHttpRejectAction does not support variables.


AllOf


This class requires all of the following:

JSON Example

{
	"reply_message": "string",
	"reply_status": "string",
	"type": "LBSelectPoolAction"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: PolicyLoadBalancer
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

Feedback

Was this page helpful?