Actions34
- Configuration Actions
- Contact Actions
- Domain Actions
- Flexible Asset Actions
- Organization Actions
- Password Actions
Overview
This node integrates with the IT Glue API to manage flexible assets in bulk. Specifically, the "Bulk Destroy" operation for the "Flexible Asset" resource allows users to delete multiple flexible assets at once by specifying their IDs. This is useful for cleaning up or removing outdated or irrelevant asset records efficiently without deleting them one by one.
Practical examples include:
- Removing a batch of flexible assets that are no longer in use.
- Automating cleanup tasks where multiple assets need to be deleted based on certain criteria.
- Integrating with other workflows that identify assets to be removed and then bulk deleting them.
Properties
| Name | Meaning |
|---|---|
| IDs | The IDs of the flexible assets to delete. Multiple values can be provided to delete several assets in one operation. |
Output
The output JSON will typically contain the response from the IT Glue API after attempting to delete the specified flexible assets. This may include confirmation of deletion or error details if any assets could not be deleted. The exact structure depends on the API response but generally confirms which assets were successfully destroyed.
No binary data output is expected from this operation.
Dependencies
- Requires an API key credential for authenticating with the IT Glue API.
- The node uses the IT Glue REST API endpoint configured internally.
- No additional external dependencies beyond the IT Glue API and proper authentication.
Troubleshooting
Common issues:
- Providing invalid or non-existent asset IDs will result in errors or partial failures.
- Insufficient permissions on the API key may prevent deletion.
- Network or API downtime can cause request failures.
Error messages:
- Errors indicating "not found" usually mean one or more IDs do not exist.
- Authentication errors suggest problems with the API key or credentials.
- Rate limiting errors require waiting before retrying.
Resolutions:
- Verify all asset IDs are correct and exist in IT Glue.
- Ensure the API key has sufficient permissions to delete flexible assets.
- Check network connectivity and IT Glue service status.
- Handle partial failures by reviewing returned error details.