Parameter Name | Data Type | Description | Default Value | Example |
---|
Label | String | Insert excerpt |
---|
| File Writer |
---|
| File Writer |
---|
nopanel | true |
---|
|
| N/A | Delete Identified Objects |
Service URL | String | Multiexcerpt include macro |
---|
name | REST_Serviceurl |
---|
page | REST Get |
---|
|
Note |
---|
The Service URL for the REST snap has to be valid. If the Service URL contains any special characters, such as !, =, %21, $, and ^, the Snap throws an exception error. You can escape the special characters (using expression language) using one of the following methods: We recommend you to use the former (encodeURIComponent) method to escape the special characters. |
| N/A | "https://www.example.com/slm/webservice/v2.0/defect/%s".replace("%s", $.widget.id) |
HTTP entity | String | Multiexcerpt include macro |
---|
name | HTTP_entity |
---|
page | REST Post |
---|
|
|
| $response.entity.id (if the HTTP entity that you want to delete is the value of the response.entity.id key in the input map.) |
Batch size | Integer | Multiexcerpt include macro |
---|
name | Batch_Size |
---|
page | REST Patch |
---|
|
| N/A | 50 |
Show all headers | Check boxCheckbox |
Multiexcerpt macro |
---|
| The REST endpoint may return a response with multiple headers with the same header name. - If this property is deselected, only one response header will be shown in the output document.
- If selected, the response header displays all the response header values received as a list of objects.
If any of these objects has a key-value format, it is parsed into the map data.
|
| Deselected | N/A |
Trust all certificates | Check box | Multiexcerpt include macro |
---|
name | Trust_All_Certificates |
---|
page | REST Post |
---|
|
| Deselected | N/A |
Follow redirects | Check box | Multiexcerpt include macro |
---|
name | Follow_Redirects |
---|
page | REST Post |
---|
|
| Selected | N/A |
Query parameters | Fieldset | Multiexcerpt include macro |
---|
name | Query_Parameters_REST |
---|
page | REST Post |
---|
|
|
Query parameter | String | The Specify the name (or key) of the query parameter. | N/A | oauth2_access_token |
Query parameter value | String | The Specify the value associated with the query parameter. | N/A | $account.access_token |
HTTP header | Fieldset | Multiexcerpt include macro |
---|
name | HTTP_Header |
---|
page | REST Post |
---|
|
|
Key | String | The Specify the name that you want to use for the HTTP header. | N/A | User-Agent |
Value | String | The Specify the value that you want to assign to the HTTP header. | N/A | SnapLogic |
Response entity type | String | Multiexcerpt include macro |
---|
name | Response_Entity_Type |
---|
page | REST Get |
---|
|
| DEFAULT | TEXT |
Read timeout | Integer | Multiexcerpt include macro |
---|
name | Read_Timeout |
---|
page | REST Post |
---|
|
| 900 | 1500 |
Connection timeout | Integer | Multiexcerpt include macro |
---|
name | Connection_Timeout |
---|
page | REST Post |
---|
|
| 30 | 45 |
Maximum request attempts | Integer | Multiexcerpt include macro |
---|
name | Maximum_Request_Attempts |
---|
page | REST Post |
---|
|
| 5 | 3 |
Retry request interval | Integer | Multiexcerpt include macro |
---|
name | Retry_Request_Interval |
---|
page | REST Post |
---|
|
| 3 | 10 |
Snap Execution | String | Multiexcerpt include macro |
---|
name | Execution_Detail_Write |
---|
page | SOAP Execute |
---|
|
| Validate and Execute | Execute only |