Accelerate the Value of Data

HTTP Cleanse Function

The HTTP cleanse function is based on REST API.

The REST API request returns results as a JSON with a single object. All properties of the object are treated as a result of cleanse. The following properties are used to configure this cleanse function:

Table 1. Properties
Name Required Description
url Yes This indicates the base URL to the REST API.
method No This is the method for the request to the REST API. One of the following methods are used:
  • GET
  • POST
  • DELETE
  • PATCH, and so on.
If a method is not specified then GET is used.
Note: You can also specify other properties in the Cleanse function configuration by appending properties to the base URL.