Sorry Data Definitions


View a named sorry data definition. When request policies and response policies evaluate incoming or outgoing objects for matching criteria defined in an object rule, objects that match the criteria in the object rule are reset, forwarded, or redirected. Objects that do not meet the criteria in the object rule are subject to the action defined in a sorry data definition. Sorry data profiles can close a connection, redirect it, reset it, or display a web page.

Access mode

exec

Syntax

show vSwitch-name loadBalance sorryData

Output Description

Heading Description Filter
Name A text string assigned to the sorry data configuration. name text
Action 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.
action enumeration
Action String 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. actionString text

Related actions

You can do the following