The TRACE action is used to send HTTP TRACE requests.
The input parameters for TRACE are:
Parameter | Type | Required | Description |
---|---|---|---|
restUrl | String | Required | URL of the REST endpoint including the protocol and path, for example: http://hyland.com |
restUrlParams | JSON | Optional | JSON map of the URL parameter names and values to append to the URL |
requestHeaders | JSON | Optional | A JSON map of the request header names and values. Values can be fixed values or variables. |
circuitBreaker | Boolean | Optional | Determines whether the circuit breaker is enabled, for example: true |
timeout | Integer | Optional | The timeout period to wait for the service in milliseconds, for example: 910000 |
The output parameters from TRACE are:
Parameter | Type | Required | Description |
---|---|---|---|
restResult | JSON | Optional | The response from the REST service call |
restStatus | Integer | Optional | The HTTP response status code from the REST service call |