Configuring the PCF Failure Handling Profile
Use the following sample configuration to configure the PCF failure handling profile with action.
config
profile nf-client-failure nf-type pcf
profile failure-handling fhprofile_name
service name type npcf-smpolicycontrol
message type PcfSmpolicycontrolCreate
status-code httpv2 status_code
action { continue | retry-and-continue | retry-and-ignore | retry-and-terminate } retry retry_value
exit
NOTES:
-
profile failure-handling fhprofile_name : Specify the failure handling profile name.
-
service name type npcf-smpolicycontrol : Specify the PCF service name type.
-
message type PcfSmpolicycontrolCreate : Specify the message type.
-
status-code httpv2 status_code : Specify the HTTPv2 status code as an integer in the range of 0–599, separated by either '-' or ','.
-
action { continue | retry-and-continue | retry-and-ignore | retry-and-terminate } retry retry_value : Specify the action and the number of retry attempts. retry_value must be an integer in the range of 1–10.