Actions34
- Configuration Actions
- Contact Actions
- Domain Actions
- Flexible Asset Actions
- Organization Actions
- Password Actions
Overview
This node integrates with the IT Glue API to update an existing Configuration record. It allows users to modify various attributes of a configuration such as its name, hostname, IP address, associated contact, location, manufacturer details, and other metadata.
Common scenarios where this node is beneficial include:
- Automating updates to device or asset configurations in IT Glue when changes occur in your infrastructure.
- Synchronizing configuration data from external systems into IT Glue.
- Bulk updating configuration records based on workflow logic.
For example, you could use this node to update the hostname and primary IP of a server configuration after it has been reprovisioned or moved to a new network segment.
Properties
| Name | Meaning |
|---|---|
| Configuration ID | The unique identifier of the configuration record to update (required). |
| Name | The new name for the configuration. |
| Hostname | The hostname associated with the configuration. |
| Primary IP | The primary IP address of the configuration. |
| Configuration Type ID | The numeric ID representing the type of configuration. |
| Configuration Status ID | The numeric ID representing the status of the configuration. |
| MAC Address | The MAC address of the configuration. |
| Serial Number | The serial number of the configuration. |
| Asset Tag | The asset tag assigned to the configuration. |
| Contact ID | The numeric ID of the contact person associated with this configuration. |
| Location ID | The numeric ID of the physical location of the configuration. |
| Manufacturer ID | The numeric ID of the manufacturer of the configuration. |
| Model ID | The numeric ID of the model of the configuration. |
| Operating System ID | The numeric ID of the operating system installed on the configuration. |
| Installed By | The name or identifier of who installed the configuration. |
| Purchased At | The date and time when the configuration was purchased. |
| Installed At | The date and time when the configuration was installed. |
| Warranty Expires At | The date and time when the warranty for the configuration expires. |
| Notes | Additional notes or comments about the configuration. |
Output
The node outputs JSON data representing the updated configuration object as returned by the IT Glue API. This typically includes all fields of the configuration resource, reflecting the new values after the update operation.
No binary data output is involved.
Dependencies
- Requires an active connection to the IT Glue API using an API authentication token configured in the node credentials.
- The node depends on the IT Glue API being accessible and the provided Configuration ID being valid.
- Proper permissions are required on the API key to perform update operations on configurations.
Troubleshooting
- Invalid Configuration ID: If the specified Configuration ID does not exist, the API will return an error. Verify the ID is correct.
- Permission Denied: Insufficient API permissions will cause authorization errors. Ensure the API key has update rights.
- Validation Errors: Providing invalid data types or unsupported values for fields may result in validation errors from the API.
- Network Issues: Connectivity problems to the IT Glue API endpoint can cause request failures.
- To resolve errors, check the error message returned by the node, verify input parameters, and confirm API credentials and permissions.