CloudStreams 10.5 | webMethods CloudStreams | Administering webMethods CloudStreams | Cloud Connections, Services, and Connector Listeners | REST Parameters
 
REST Parameters
 
Parameter Types
Parameter Data Types
Parameter Formatters for REST Connector Services
CloudStreams REST connector services allow you to set parameters which become part of the outgoing request.
REST services rely on HTTP methods (GET, POST, PUT, DELETE) to make requests to a SaaS provider. Thus the parameters are closely tied to these HTTP methods, as they are sent as part of these HTTP method requests.
The parameters are typically part of the HTTP URI which may be of the following format:
[scheme:][//authority][path][?query]