Create IT Glue Flexible Asset
itglue_create_flexible_assetCreates a new flexible asset in an IT Glue organization by providing the asset type ID and field values (traits).
Instructions
Create a flexible asset. Traits are the type's fields keyed by their lowercased, hyphenated names (inspect them with itglue_get_flexible_asset_type). All required traits must be provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| traits | Yes | Field values keyed by trait name, e.g. {"ssid-name": "Corp", "vlan": 12} | |
| organization_id | Yes | Organization to create the asset in | |
| response_format | No | Output format: human-readable markdown (default) or structured JSON | markdown |
| flexible_asset_type_id | Yes | Flexible asset type ID |