Evolution API icon

Evolution API

Interact with Evolution API

Overview

This node interacts with the Evolution API to perform various operations on resources. Specifically, for the 'Instance' resource and the 'Restart Instance' operation, it allows users to restart a specified instance by providing its name. This is useful in scenarios where an instance needs to be rebooted remotely, such as recovering from errors or applying updates.

Use Case Examples

  1. Restart a server instance named 'Instance123' to apply configuration changes.
  2. Automate the restart of instances during maintenance windows to minimize downtime.

Properties

Name Meaning
Instance Name The name of the instance to restart, required to identify which instance to reboot.

Output

JSON

  • status - The status of the restart operation, indicating success or failure.
  • message - Additional information or confirmation message about the restart operation.

Dependencies

  • Requires an API key credential for the Evolution API to authenticate requests.

Troubleshooting

  • If the node throws an 'Unsupported operation' error, verify that the resource and operation names are correctly specified and supported by the node.
  • Ensure the instance name provided is correct and exists in the Evolution API system to avoid errors related to instance not found.
  • Check API credentials and network connectivity if the node fails to communicate with the Evolution API.

Links

Discussion