Actions35
- Password Actions
- Configuration Actions
- Flexible Asset Actions
- Organization Actions
- Contact Actions
Overview
This node interacts with the IT Glue API to perform operations on various resources, including Passwords. Specifically, for the Password resource with the 'Get All' operation, it retrieves a list of password records from IT Glue. This is useful for scenarios where you need to fetch and process all password entries stored in IT Glue, such as for auditing, reporting, or integration with other systems.
Use Case Examples
- Fetch all password records from IT Glue to synchronize with an internal database.
- Retrieve all passwords to generate a security audit report.
Properties
| Name | Meaning |
|---|---|
| Parameters | Additional parameters to filter or control the retrieval of password records, including options like ID, query parameters, return all flag, and page size. |
Output
JSON
json- The JSON output contains the retrieved password records or an error message if the operation fails.
Dependencies
- Requires an API key credential for IT Glue API authentication.
Troubleshooting
- Common issues include API authentication failures due to invalid or missing credentials. Ensure the API key credential is correctly configured.
- Errors may occur if query parameters are malformed or unsupported by the IT Glue API. Verify the query syntax and parameters.
- If the node is set to not continue on failure, any API error will stop execution. Enable 'Continue On Fail' to handle errors gracefully and receive error details in the output.
Links
- IT Glue API Documentation - Official documentation for the IT Glue API, useful for understanding available endpoints and parameters.