Rest Command
Last updated: 06 Jan 2023
Description¶
The Command Line Output node is used to run arbitrary REST commands.
Configuration Options¶
Basic Configuration Options¶
| Setting | Description\Parameters |
|---|---|
Request Type |
Request method to perform against the resource. |
Wait for Response |
Wait for the response before continuing. |
Request URL |
URL to make the REST call against. |
Body |
Request body sent. |
Headers |
Headers to be sent with the request. |
Valid Status Codes |
The node will throw an error if a valid status code isn't returned. |
Advanced Configuration Options¶
Click the
Authenticationbutton to view these options. This section can be used to configure auth settings.
| Setting | Description |
|---|---|
Use Authentication |
Enables/disables authentication. |
Authentication Type |
BASIC authentication is supported. |
Username |
Username to authenticate against. |
Password |
Password to authenticate against. |
Actions¶
| Action | Description |
|---|---|
Run |
After configuring the node, the output can be executed by clicking the Run button. |