Actions35
- Password Actions
- Configuration Actions
- Flexible Asset Actions
- Organization Actions
- Contact Actions
Overview
This node interacts with the IT Glue API to perform various operations on different resources. Specifically, for the Configuration resource with the Get All operation, it retrieves a list of configuration records from IT Glue. This is useful for scenarios where you need to fetch and process configuration data in bulk, such as inventory management, auditing, or integration with other systems.
Use Case Examples
- Fetch all configuration records to synchronize with an external CMDB.
- Retrieve configuration data to generate reports or dashboards.
Properties
| Name | Meaning |
|---|---|
| Parameters | Additional parameters to filter or control the data retrieval, including options like ID, Flexible Asset Type, Traits, Query, Return All, and Page Size. |
Output
JSON
json- The retrieved configuration records or error information if the request fails.
Dependencies
- IT Glue API, requiring an API key credential for authentication.
Troubleshooting
- Common issues include API request failures due to invalid credentials or network issues.
- Error messages from the IT Glue API are caught and can be returned as error objects if 'Continue On Fail' is enabled.
- Ensure correct resource and operation parameters are set to avoid unexpected errors.