REST Interface <rest_interface>
Defines the socket used by a network interface to send/receive data packets
The REST interface includes both client and server connections to allow for callbacks. The source port defines the local port for server connections (passive; default is 80/443), and the source port for clients is always a random port. The destination port for client connections is determined by the application configuration or learned for callbacks.
Type:
restSocketInterfaceTypeATTRIBUTES |
|
dynamic_header_compression | flagType |
name | string |
count | variableU32 |
native | flagType |
idle_disconnect | uint32Type |
CHILD ELEMENTS |
Child |
Occurrences |
Type |
TLS Config/Enable <tls> | 0 .. 1 | tlsConfigType |
Source Port <sport> | 0 .. 1 | dsInt |
Protocol <protocol> | 0 .. 1 | userDataProtocol |
IP Address <ip_address> | 0 .. 1 | ipAddressType |
Local Interface <local_interface> | 0 .. 1 | string |
Auto Reconnect <auto_reconnect> | 0 .. 1 | flagType |
Allow Overrun <allow_overrun> | 0 .. 1 | flagType |
Differentiated Services Code Point (DSCP) <dscp> | 0 .. 1 | uint6Type |
Disable Transport Checksum Validation <ignore_checksum> | 0 .. 1 | flagType |
PARENT ELEMENTS |
Parent |
Type |
Ud/Sp/Next Generation Client Node Configuration <udcClient> | UdcClientType |