Connector Release 2.14 API

January 08, 2026

Before understanding the API release highlights, learn more about the API server URL to be used in your API requests by referring to the Know Your Qualys API Server URL section. For this API Release Notes, <qualys_gateway_url> is mentioned in the sample API requests.

Enhanced the Run Frequency Validation for Azure Tenant Connector APIs

With this release, we have updated the run frequency validation logic for the Azure Tenant Connector Create and Update Public APIs to standardize scheduling behavior and improve consistency.

Previously, run frequency validation was based on hours, with values stored internally in minutes. This approach has been replaced with day-based validation while preserving full backward compatibility for existing API consumers.

With this update:

  • Day-based validation is enforced with supported values from 1 through 7 days.

  • Hour-based validation is removed.

  • Public APIs continue to accept run frequency input in hours and minutes with no changes to request or response structures.

  • The backend converts hours and minutes into days. Values that do not resolve to an exact whole day are rounded up to the next valid day.

  • Values that exceed the maximum supported run frequency of 7 days are rejected.

This change standardizes scheduling behavior while maintaining compatibility with existing integrations.

APIs Impacted

Create Azure Tenant Connector

New or Updated API New
API Endpoint /connectors/v1.0/org/azure/
Method POST
DTD or XSD changes Not Applicable

Impacted Parameter

Parameter

Mandatory/Optional

Data Type

Description

connectorRunFrequency

Mandatory

Integer

Specifies how often the connector polls the cloud provider to fetch data. The value is provided in minutes through the public API and is internally evaluated as a run frequency in days. The supported run frequency range is 1 to 7 days. Values that do not map to an exact whole number of days are rounded up to the next valid day, and values that exceed 7 days are rejected

Update Azure Tenant Connector

New or Updated API New
API Endpoint /connectors/v1.0/org/azure/{organizationConnectorId}
Method POST
DTD or XSD changes Not Applicable

Impacted Parameter

Parameter

Mandatory/Optional

Data Type

Description

connectorRunFrequency

Mandatory

Integer

Specifies how often the connector polls the cloud provider to fetch data. The value is provided in minutes through the public API and is internally evaluated as a run frequency in days. The supported run frequency range is 1 to 7 days. Values that do not map to an exact whole number of days are rounded up to the next valid day, and values that exceed 7 days are rejected