Delete a sorry data definition


Access mode

config

Syntax

no vSwitch-name loadBalance sorryData

Arguments

Field Name Description
name text A text string assigned to the sorry data configuration.
action enumeration The action the load balancer should take when a match is found to the named object policy.

Valid values:
  • close : Gracefully ends TCP connection with 4-way handshake and FIN instead of reset.
  • redirect : Returns an HTTP 302 redirect response redirecting the request to a different URI.
  • page : Returns an HTML page to the client.
  • reset : Returns a reset to the client.
actionString text Optional: String to use to complete the specified action. Action string is required if you have set 'Action' to page or redirect. The html file that a page action string refers to will be truncated at 2K bytes.