Connect Secure icon

Connect Secure

Consume Connect Secure API

Actions222

Overview

This node operation retrieves information about Windows devices that require a reboot, specifically from the "Asset Data" resource. It is useful in IT asset management and system administration scenarios where administrators need to identify which Windows assets are pending a reboot, for example after updates or configuration changes. Practical applications include automating reporting on reboot-required devices, triggering notifications, or integrating with maintenance workflows.

Properties

Name Meaning
X USER ID User identifier required for authentication or tracking of the request.
Condition Query condition to filter the results based on specific criteria (e.g., device status).
Skip Number of records to skip, useful for pagination.
Limit Maximum number of records to return.
Order By Field(s) by which to order the returned results.

Output

The node outputs JSON data containing the list of Windows assets that require a reboot. Each item in the output typically includes details about the asset such as its identifier, status, and any relevant metadata indicating the reboot requirement. The output does not include binary data.

Dependencies

  • Requires an API key or token credential to authenticate requests.
  • Depends on access to the Connect Secure API endpoint that provides asset data.
  • No additional environment variables are explicitly required beyond standard API authentication setup.

Troubleshooting

  • Missing or invalid X USER ID: The node requires a valid user ID header; ensure this is provided and correct.
  • Empty or malformed query conditions: Incorrect syntax in the "Condition" property may result in no data or errors.
  • Pagination issues: Improper use of "Skip" and "Limit" can lead to unexpected subsets of data.
  • API connectivity problems: Network issues or invalid credentials will cause request failures; verify API access and credentials.
  • Order By field errors: Using unsupported fields in "Order By" may cause errors or ignored sorting.

Links and References

Discussion