The HTTP/2 Server agent enables you to configure an HTTP server in a real-time workflow. The agent receives requests, converts them into UDRs routed into the workflow, and then sends responses back over a TCP/IP connection.
...
Setting | Description |
---|---|
Use SSL | Select this option if you want to use SSL. |
Security Profile | If you have selected to use SSL, select which 8.16 Security Profile the agent should use. |
Enable 2-way Authentication | If you have selected to use SSL, you can select this option to enable 2-way Authentication. If this option is selected, the 8.16 Security Profile used must be configured using Java Truststore. |
Host | Enter the IP address or hostname that you want the agent to bind to. |
Port | Enter the port number you want the agent to bind to. |
Client Timeout (sec) | The period in seconds after which the HTTP/2 Server should close the connection if a client is inactive. That is, this is the period of inactivity from when a the client has opened a connection the connection or received the last expected response until the server should close this the connection. For example, if Client Timeout is set to 6, this means that the server will close the connection if the client is inactive for 6 seconds. |
Server Timeout (sec) | The period in seconds before which the HTTP/2 Server has to reply to a request. That is, this is the period within which a server has to process a request and send a response to a client. If the time limit is reached, an error response with a status code of 500 will be sent. |
Default Charset | Select the character set you want to use as default character set. UTF-8 is preselected. This character set is used if the character set requested by Accept-Charset is not found in system. |
GZIP Compression Level | If gzip is requested, then the response is gzipped with the compression level you specify in this field, 1-9. |
...
Setting | Description | |||||
---|---|---|---|---|---|---|
Use OpenAPI Profile | Select this option if you want the agent to use an OpenAPI profile. | |||||
OpenAPI Profile | If Use OpenAPI Profile has been selected, select which profile to use in this field. | |||||
Enable Validation | Select this option if you want to validate the OpenAPI profile.
| |||||
Enable 5G Profile | Select this option if you want the agent to use a 5G profile. | |||||
5G Profile | If Use 5G Profile has been selected, select which profile to use in this field. | |||||
NRF Address (Primary) | Enter the primary NRF (NF Repository Function) address in this field. | |||||
NRF Address (Secondary) | Enter one or more secondary NRF (NF Repository Function) address in this list, this is to allow for alternative connections when the heartbeat with the primary NRF Address is not established. | |||||
Fall back to primary | Enable this option to have the agent fall back to the primary NRF address from the secondary address. The agent to constantly send a registration request to the primary NRF address at every heartbeat interval. The heartbeat interval will be based off of the value that you have configured in the 5G profile. |
...