Overview
This node interacts with the Kennis Flux API v2 to perform operations such as retrieving the API status, listing the first 5 tickets, or listing the first 5 computers. It is useful for users who want to automate or integrate ticket and computer data retrieval from the Kennis Flux system into their workflows. For example, it can be used to fetch recent tickets for monitoring or reporting purposes.
Use Case Examples
- List the first 5 tickets to monitor recent issues.
- Check the API status to ensure connectivity before performing other operations.
- Retrieve a list of computers for asset management.
Properties
| Name | Meaning |
|---|---|
| Operation | Specifies the action to perform on the Kennis Flux API, such as getting the API status, listing tickets, or listing computers. |
Output
JSON
json- The main output containing the API response data. For 'List Tickets' operation, this includes ticket details. Additional debug information is included under the '_debug' property.
Dependencies
- Requires an OAuth2 API credential with client ID, client secret, username, and password for authentication against the Kennis Flux API.
Troubleshooting
- OAuth2 Authentication Failed: Indicates issues with the provided credentials or authentication process. Verify client ID, client secret, username, and password are correct.
- API Request Failed: Indicates the API endpoint could not be reached or returned an error. Check the API URL, network connectivity, and permissions.
- If the node is set to continue on fail, errors will be output as JSON objects with error messages instead of stopping execution.