Actions35
- Password Actions
- Configuration Actions
- Flexible Asset Actions
- Organization Actions
- Contact Actions
Overview
This node interacts with the IT Glue API to perform various operations on different resources, including creating a Password resource. Specifically, for the Password resource with the Create operation, it allows users to create new password records in IT Glue. This is useful for automating the management of password entries within IT Glue, such as adding new credentials or secrets programmatically.
Use Case Examples
- Automatically create new password entries in IT Glue when onboarding new systems.
- Integrate with other tools to update password records dynamically.
Properties
| Name | Meaning |
|---|---|
| Parameters | Collection of parameters for the operation, including fields like ID, Flexible Asset Type, Traits, Query, Return All, and Page Size. |
Output
JSON
json- The JSON output contains the response from the IT Glue API for the requested operation, which includes the created Password record details or error information if the operation fails.
Dependencies
- IT Glue API
- API key credential for 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 required parameters are missing or invalid, such as not specifying a Flexible Asset Type when required.
- If the node throws errors, check the error message for details and verify the input parameters and API connectivity.
Links
- IT Glue API Documentation - Official documentation for the IT Glue API, useful for understanding available endpoints and parameters.