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 the 'Configuration' resource. Specifically, for the 'Delete' operation on the 'Configuration' resource, it deletes a configuration record identified by a given ID. This node is useful for automating IT documentation management tasks such as removing outdated or incorrect configuration entries from IT Glue.
Use Case Examples
- Deleting a configuration record by specifying its ID to keep the IT documentation up to date.
- Automating cleanup of configuration data in IT Glue as part of a larger workflow.
Properties
| Name | Meaning |
|---|---|
| Parameters | Collection of parameters required for the operation, including the record ID for deletion. |
Output
JSON
json- The JSON response from the IT Glue API after attempting to delete the configuration record. This may include success confirmation or error details.
Dependencies
- Requires an API key credential for IT Glue API authentication.
Troubleshooting
- Common issues include providing an invalid or missing ID, which will cause the API to return an error indicating the record was not found.
- API authentication errors if the API key credential is incorrect or missing.
- Network or connectivity issues preventing communication with the IT Glue API.
Links
- IT Glue API Documentation - Official documentation for the IT Glue API, useful for understanding available endpoints and parameters.