Binalyze AIR icon

Binalyze AIR

Manage Binalyze AIR resources

Actions99

Overview

This node integrates with the Binalyze AIR system to manage various resources, including system settings. Specifically, for the Setting resource and the Update Banner Message operation, it allows users to update the banner message displayed in the Binalyze AIR system interface. This can be useful for administrators who want to communicate important information or alerts to all users via a visible banner.

Practical examples include:

  • Displaying maintenance notifications.
  • Announcing new features or updates.
  • Warning about security incidents or downtime.

Properties

Name Meaning
Banner Message The text content of the banner message to display in the system.
Enable Banner A boolean flag to enable (true) or disable (false) the banner message visibility.

Output

The node outputs JSON data representing the result of the update operation on the banner message setting. This typically includes confirmation of the updated banner message and its enabled/disabled status as returned by the Binalyze AIR API.

No binary data output is involved in this operation.

Dependencies

  • Requires an active connection to the Binalyze AIR API.
  • Needs an API authentication token credential configured in n8n to authorize requests.
  • The node depends on the Binalyze AIR service being accessible and responsive.

Troubleshooting

  • Common Issues:

    • Invalid or missing API credentials will cause authentication failures.
    • Network connectivity problems may prevent communication with the Binalyze AIR API.
    • Providing an empty banner message when required could lead to validation errors.
  • Error Messages:

    • "Unknown resource: settings" — indicates the resource parameter was not set correctly.
    • API errors related to authorization or invalid input will be passed through; ensure the banner message is non-empty and the enable flag is boolean.
  • Resolutions:

    • Verify that the API key credential is correctly configured and has sufficient permissions.
    • Check network access to the Binalyze AIR endpoint.
    • Ensure the "Banner Message" property is filled with meaningful text.

Links and References

Discussion