Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node operation updates an existing SSL Subject Alternative Name (SAN) configuration item in the Autotask system. It allows users to modify specific fields of a SAN identified by its unique ID. This is useful for managing SSL certificates and their associated SANs within IT asset management workflows, ensuring that SSL configurations remain accurate and up to date.

Properties

Name Meaning
SSL Subject Alternative Name ID The unique identifier of the SSL Subject Alternative Name to update.
Fields The specific fields and their new values to update on the SSL Subject Alternative Name.

Output

JSON

  • id - The unique identifier of the updated SSL Subject Alternative Name.
  • fields - The updated fields and their values of the SSL Subject Alternative Name.

Dependencies

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

Troubleshooting

  • Ensure the SSL Subject Alternative Name ID provided exists; otherwise, the update will fail.
  • Verify that the fields to update are valid and allowed by the Autotask API to avoid errors.
  • Check API authentication credentials if authorization errors occur.

Discussion