Search Results

Lambda Function Input (JSON Specs) For Sidecar Postprocess POST Request Call

The following section is not an extensive list of all feasible scenarios but one is provided for reference that must be constructed by TIBCO Mashery Sidecar as JSON input to Lambda Function.

Scenario1

{
  "synchronicity": "Event",
  "point": "PostProcessor",
{
  "response": {
    "code": 201,
    "headers": {
      "header_b": "Value_B"
    }
  }
}
}