Versions Compared

Key

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

The REST Client processing agent allows querying of any HTTP API using any of the methods specified in the RFC 2616 (https://tools.ietf.org/html/rfc2616#section-5.1.1).

The agent expects RESTCycleUDR types, which contain both request and response fields. The request fields of the UDR include the header, method, body, and the target resource URI. After performing a HTTP query, the agent routes a RESTCycleUDR type that includes the original request as well as the response from the server. 

For further information about the UDR types used by the REST Client agent, see 9.62.3 REST Client UDR Types.

Image RemovedImage Added

REST Client agent workflow


Prerequisites

The reader of this information should be familiar with:

...