Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node interacts with the Autotask REST API to perform operations related to Configuration Item Billing Product Associations. Specifically, the 'Count' operation allows users to retrieve the number of billing product associations linked to configuration items. This is useful for scenarios where you need to monitor or report on how many billing products are associated with configuration items in your Autotask system, such as auditing billing relationships or preparing summaries for billing management.

Properties

Name Meaning
Fields Defines which fields of the Configuration Item Billing Product Association resource to map and use in the operation. This allows users to specify exactly which data points to include or filter on when counting associations.

Output

JSON

  • count - The total number of Configuration Item Billing Product Associations matching the criteria.

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 correctly set to 'configurationItemBillingProductAssociation'.
  • Authentication errors may occur if the Autotask API credentials are missing or invalid; ensure the API key credential is properly configured.
  • If the count result is zero unexpectedly, check the 'Fields' mapping to ensure the correct filters or fields are specified to match existing associations.

Discussion