create_related_item
Link any two IT Glue resources by specifying source and destination types and IDs, with optional notes, to create a relationship.
Instructions
Create a relationship between two resources.
Args: source_type: The type of the source resource source_id: The ID of the source resource destination_type: The type of the destination resource destination_id: The ID of the destination resource notes: Optional notes about the relationship
Returns: JSON string with the created relationship
Valid resource types: checklists, checklist-templates, configurations, contacts, documents, domains, flexible-assets, locations, passwords, ssl-certificates, tickets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| source_id | Yes | ||
| source_type | Yes | ||
| destination_id | Yes | ||
| destination_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |