Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node interacts with the Autotask REST API to perform operations on Configuration Item Types, specifically supporting a 'Count' operation. It allows users to count the number of configuration item types in their Autotask system, which is useful for inventory management, auditing, or reporting purposes. For example, a user can quickly retrieve how many configuration item types exist to monitor asset categories or prepare for bulk updates.

Properties

Name Meaning
Fields Defines which fields of the Configuration Item Type resource to map or consider during the operation. This property uses a resource mapper to select specific fields relevant to the operation, allowing customization of the data processed or returned.

Output

JSON

  • count - The total number of Configuration Item Types matching the criteria or existing in the system.

Dependencies

  • Requires an Autotask API key credential for authentication to access the Autotask REST API.

Troubleshooting

  • If the node throws an error indicating the resource is not supported, verify that the 'Resource' parameter is set to 'configurationItemTypes'.
  • Authentication errors may occur if the API key credential is missing or invalid; ensure the credential is correctly configured.
  • If the count result is zero unexpectedly, check if any filters or field mappings are restricting the data.
  • Network or API rate limit errors can occur; verify network connectivity and Autotask API usage limits.

Discussion