Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node operation retrieves multiple Configuration Item SSL Subject Alternative Name records from the Autotask system. It is useful for scenarios where you need to fetch a list of SSL Subject Alternative Names associated with configuration items, for example, to audit SSL certificates or integrate SSL SAN data into other workflows.

Properties

Name Meaning
Fields Defines which fields of the Configuration Item SSL Subject Alternative Name resource to map and include in the output.
Get All Determines whether to return all matching records or limit the number of records returned.
Max Records Specifies the maximum number of records to return when 'Get All' is false. The value must be between 1 and 500.
Add Picklist Labels If enabled, adds human-readable label fields for picklist fields in the output.
Add Reference Labels If enabled, adds human-readable label fields for reference fields in the output.
Select Columns Names or IDs. Allows selection of specific fields to include in the response. If none are selected, all fields are returned. The ID field is always included.
Flatten User-Defined Fields If enabled, user-defined fields (UDFs) are brought to the top level of each object instead of being nested.

Output

JSON

  • id - Unique identifier of the SSL Subject Alternative Name record.
  • configurationItemId - Identifier of the associated configuration item.
  • subjectAlternativeName - The SSL Subject Alternative Name value.
  • userDefinedFields - Array of user-defined fields related to the record, if any.
  • _label fields - Optional human-readable labels for picklist and reference fields, added if enabled.

Dependencies

  • Requires an API key credential for Autotask REST API authentication.

Troubleshooting

  • If no records are returned, verify that the Configuration Item SSL Subject Alternative Names exist and that the API credentials have sufficient permissions.
  • If the node fails with an authentication error, check the validity and configuration of the Autotask API credentials.
  • When selecting specific fields, ensure the field names or IDs are correct to avoid empty or incomplete data.
  • If the maximum records limit is exceeded, reduce the 'Max Records' value or enable 'Get All' to retrieve all records.

Discussion