Actions34
- Configuration Actions
- Contact Actions
- Domain Actions
- Flexible Asset Actions
- Organization Actions
- Password Actions
Overview
This node integrates with the IT Glue API to perform various operations on different resources. Specifically, for the Password resource with the Bulk Delete operation, it allows users to delete multiple passwords at once by specifying their IDs. This is useful in scenarios where you need to clean up or remove many password entries efficiently without deleting them one by one.
Practical example: If an organization wants to remove a batch of outdated or compromised passwords from their IT Glue account, they can use this node to bulk delete those password records by providing a comma-separated list of their IDs.
Properties
| Name | Meaning |
|---|---|
| Password IDs | Comma-separated list of password IDs to delete. These are the unique identifiers of the passwords you want to remove in bulk. |
Output
The node outputs JSON data representing the result of the bulk delete operation. Typically, this will include confirmation of which password IDs were successfully deleted or any errors encountered during the process.
If the node supports binary data output (not indicated here), it would generally relate to file attachments or similar, but for this operation, the output is purely JSON-based.
Dependencies
- Requires an API key credential for authenticating with the IT Glue API.
- The node depends on the IT Glue API being accessible and the user having sufficient permissions to delete password records.
- No additional external dependencies beyond the IT Glue API and its authentication.
Troubleshooting
Common issues:
- Providing invalid or non-existent password IDs may cause errors or partial failures.
- Insufficient permissions on the API key can lead to authorization errors.
- Network connectivity problems can prevent successful API calls.
Error messages and resolutions:
- "Unauthorized" or "Forbidden": Check that the API key has the correct permissions.
- "Not Found": Verify that the password IDs exist and are correctly formatted.
- "Bad Request": Ensure the IDs are provided as a comma-separated string without extra spaces or invalid characters.
- Timeout or network errors: Confirm network connectivity and IT Glue API availability.
Links and References
- IT Glue API Documentation (general node documentation)
- IT Glue Official API Docs (for detailed API reference)