itglue_update_configuration
Modify existing IT asset configurations in IT Glue by updating details like name, status, hostname, IP, serial number, warranty, or archive status.
Instructions
Update an existing configuration in IT Glue.
Args:
id (string|number): Configuration ID (required)
name (string): Configuration name
configuration_type_id (number): Type ID
configuration_status_id (number): Status ID
hostname (string|null): Hostname
primary_ip (string|null): Primary IP address
serial_number (string|null): Serial number
asset_tag (string|null): Asset tag
notes (string|null): Notes
warranty_expires_at (string|null): Warranty expiration
archived (boolean): Archive status
response_format (string): 'markdown' or 'json'
Returns: The updated configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique ID of the resource | |
| organization_id | No | Organization ID | |
| name | No | Configuration name | |
| configuration_type_id | No | Configuration type ID | |
| configuration_status_id | No | Configuration status ID | |
| hostname | No | Hostname | |
| primary_ip | No | Primary IP address | |
| mac_address | No | MAC address | |
| serial_number | No | Serial number | |
| asset_tag | No | Asset tag | |
| notes | No | Notes | |
| warranty_expires_at | No | Warranty expiration date (YYYY-MM-DD) | |
| archived | No | Archive status | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |