Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
consume {
    http.RequestCycle req = udrCreate(http.RequestCycle);
    req.host = "myserver";
    req.port = "8181";
    req.secure = true;
    req.httpVersion = "http2";
    req.path = "/nf-instance";
    req.method = "GET";
    debug("sending request"+req);
    udrRoute(req);
}

Prerequisites

The reader of this information should be familiar with:

Configuration

The agent consists of the Client tab.

Client Tab

The Client tab contains the following settings:

...

The size of the message queue in the Jetty server. Default is 20000.

Note
titleNote!

Use this property to manage the memory usage. It is recommended that the EC or ECD running the workflow have xmx that is at the minimum (message size X queue size), otherwise there is a risk for out of memory errors.


...

OpenAPI/5G

The OpenAPI/5G tab contains the following settings:

...

If you want to validate the OpenAPI profile, select this check box.

Note
titleNote!

Turning this option ON will have a very significant performance impact on the overall performance of the flow. When validation is enabled, each payload will be validated against the Open API schema, an operation that can be very resource-intensive. We recommend to only enable this setting during development and testing and to disable it in a stable production environment.

Input/Output Data

Input Data

9.40.3.6 RequestCycle

Output Data

9.40.3.6 RequestCycleThis section contains the following subsections:

Child pages (Children Display)