rest-endpoint interface

Configures the NF interfaces.

Command Mode

Exec > Global Configuration

Syntax

rest-endpoint interface interface_type { ip ip_address | notify-update-retry-count notify_update_retry_count | outbound-request-timeout-ms outbound_request_timeout | port port_number} 

interface interface_type

Specify the NF interface type.

ip ip_address

Specify the NF interface IP address.

notify-update-retry-count notify_update_retry_count

Specify the retry count for N7 NotifyUpdate outbound requests in case of timeout.

Must be an integer.

Default Value: 0.

outbound-request-timeout-ms outbound_request_timeout

Specify the timeout period for outbound requests in milliseconds.

Must be an integer.

port port_number

Specify the port number for NF interface.

Must be an integer.

Usage Guidelines

Use this command to configure NF interfaces.

Example

The following command configures the NF interface to restEndpoint with the IP address 11.11.11.11:
rest-endpoint interface restEndpoint ip 11.11.11.11