Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node interacts with the Autotask REST API to perform operations on Configuration Item SSL Subject Alternative Names (SANs). Specifically, the 'Count' operation allows users to retrieve the total number of SSL Subject Alternative Name entries that match specified criteria. This is useful for inventory management, auditing, or reporting on SSL SANs associated with configuration items in Autotask.

Properties

Name Meaning
Fields Defines which fields of the Configuration Item SSL Subject Alternative Name resource to map or include in the operation. This allows users to specify and filter the data fields relevant to their count query.

Output

JSON

  • count - The total number of Configuration Item SSL Subject Alternative Name records matching the specified 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 'configurationItemSslSubjectAlternativeName'.
  • Authentication errors may occur if the Autotask API credentials are missing or invalid; ensure valid API credentials are configured.
  • Incorrect or incomplete field mappings in the 'Fields' property may result in unexpected results or errors; verify the fields selected are valid for the resource.
  • Network or API rate limit issues can cause failures; check network connectivity and Autotask API usage limits.

Discussion