ADAPT::service_down_action

Description

The ADAPT::service_down_action command sets or returns the service_down_action attribute.

Syntax

ADAPT::service_down_action
ADAPT::service_down_action request
ADAPT::service_down_action response
ADAPT::service_down_action {ignore|drop|reset}
ADAPT::service_down_action request {ignore|drop|reset}
ADAPT::service_down_action response {ignore|drop|reset}

#v12 introduces optional context parameter, where <ctx> represents a context handle
ADAPT::service_down_action [<ctx>]
ADAPT::service_down_action [<ctx>] request
ADAPT::service_down_action [<ctx>] response
ADAPT::service_down_action [<ctx>] {ignore|drop|reset}
ADAPT::service_down_action [<ctx>] request {ignore|drop|reset}
ADAPT::service_down_action [<ctx>] response {ignore|drop|reset}

Notes: The request-adapt side cannot modify attributes on the response-adapt side until the connection has been established with the server.

ADAPT::service_down_action [<ctx>]

  • Get the mode for the current side

ADAPT::service_down_action [<ctx>] request

  • Get the mode for the request-adapt side

ADAPT::service_down_action [<ctx>] response

  • Get the mode for the response-adapt side

ADAPT::service_down_action [<ctx>] {ignore|drop|reset}

  • Sets the mode for the current side

ADAPT::service_down_action [<ctx>] request {ignore|drop|reset}

  • Sets the mode for the request-adapt side

ADAPT::service_down_action [<ctx>] response {ignore|drop|reset}

  • Sets the mode for the response-adapt side

Examples