Actions35
- Password Actions
- Configuration Actions
- Flexible Asset Actions
- Organization Actions
- Contact Actions
Overview
This node interacts with the IT Glue API to perform operations on various resources, including Flexible Assets. Specifically, for the Flexible Asset resource with the Create operation, it allows users to create a new flexible asset by specifying its type and associated traits (fields). This is useful for automating asset management tasks, such as adding new assets with custom attributes to IT Glue's documentation system.
Use Case Examples
- Creating a new flexible asset of a specific type with defined traits to document IT infrastructure components.
- Automating the addition of assets with custom fields to keep IT Glue's asset database up to date.
Properties
| Name | Meaning |
|---|---|
| Parameters | Collection of parameters for the Flexible Asset creation, including the asset type, traits (fields), and optional query parameters. |
Output
JSON
json- The JSON response from the IT Glue API representing the created flexible asset or error information.
Dependencies
- IT Glue API
Troubleshooting
- Common issues include invalid or missing Flexible Asset Type, incorrect traits fields, or API authentication errors.
- Error messages may indicate missing required parameters or API request failures. Ensure the API credentials are correctly configured and the Flexible Asset Type and traits are valid.
Links
- IT Glue API Documentation - Official documentation for the IT Glue API, useful for understanding available resources and operations.