profile nf-client-failure nf-type eir profile failure-handling service name type message type status-code httpv2

Configures HTTPv2 status codes.

Command Mode

Exec > Global Configuration

Syntax

status-code httpv2 range { code code_value | retry retry_value | action action } 

action action

Specify the action.

Must be one of the following:

  • continue : Specify to continue the session without any retry. The retry count configuration is invalid with this action.

  • retry-and-continue : Specify to retry as per the configured retry count and continue the session.

  • retry-and-ignore

  • retry-and-terminate : Specify to retry as per the configured retry count and terminate the session in case all retry fails.

  • terminate : Specify to terminate the session without any retry. Retry count configuration is invalid with this action.

code code_value

Specify the code, or a range of status codes separated by either - (hyphen) or , (comma).

Must be an integer.

-Or-

Must be a string.

retransmit-interval retransmit_interval

Specify the retransmit interval in milliseconds.

Must be an integer.

retransmit retransmit

Specify the maximum number of retransmits.

Must be an integer in the range of 1-10.

retry retry_value

Specify the number of times the NF service must retry before proceeding with the action.

Must be an integer in the range of 1-10.

Usage Guidelines

Use this command to configure HTTPv2 status codes.