Rest Command
- 06 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Rest Command
- Updated on 06 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
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
Authentication
button 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. |
Was this article helpful?