IMPORTANT: This site is planned to be decommissioned in 2026. Visit the Tanium Resource Center for all Tanium release notes, user guides, and support information. To view release notes in the Resource Center, see Tanium Release Notes.
IMPORTANT: If you are using semi-annual releases for on premises, see the Release notes for 2024H1 semiannual release, Release notes for 2024H2 semiannual release, or Release notes for 2025H1 semiannual release on the Tanium Resource Center.
Effective October 15, 2024: On prem release notes on the Tanium Knowledge Base are frozen. For release notes related to 7.4 or 7.5 Server and Solutions, see the Monthly updates for Tanium Version 7.4 and 7.5 Server and Solutions on the Tanium Resource Center.

Release Notes API Gateway (Version 1.5)

From Tanium Knowledge Base
Jump to navigation Jump to search

Tanium API Gateway 1.5.57

Release Date: November 22, 2022

Resolved Issues

  • Various bug fixes

Tanium API Gateway 1.5.52

Release Date: November 15, 2022

New Features

  • Improved subgraph federation.

New Fields available today

The following new fields add new request functionality:

  • Comply requests
    • query.endpoints.edges.node.compliance.cveFindings.cvssScoreV3 - retrieve CVSS v3 score
    • query.endpoints.edges.node.compliance.cveFindings.severityV3 - retrieve CVSS v3 severity
  • Direct Connect requests
    • query.directEndpoint.alerts.all (scope.startTime, endTime) - define a lookback period for retrieving alerts
  • Endpoint requests
    • query.endpoints.edges.node.sensorReadings.columns - retrieve specified sensor columns and values

New Fields available in a future release of Asset and Reporting

This version of API Gateway adds support for the following new fields once future versions of Asset and Reporting are released. These fields will not be functional until the Asset and Reporting teams announce their support:

  • Asset requests (requires a future release of Asset)
    • mutation.assetsImport - import assets, creating assets or updating existing assets
  • Reporting requests (requires a future release of Reporting)
    • mutation.reportImport - import a previously exported report definition
    • query.reportExport - export a report definition
    • query.reportResultData - retrieve report data
    • query.reports - retrieve report definitions
    • query.report (ref) - retrieve report definition by ID

Deprecated Fields

Fields are deprecated in favor of replacement fields, which offer improved functionality or ease-of-use. After 12 months from the initial announcement, deprecated fields receive support and maintenance for a minimum of 6 months. For the best results, migrate any deprecated fields in your requests to the suggested replacement fields.

The following fields are deprecated in favor of new fields:

  • query.endpoints.edges.node.software is deprecated. Use query.endpoints.edges.node.installedApplications and query.endpoints.edges.node.deployedSoftwarePackages instead.

For more information, see API Gateway User Guide: November 2022 deprecated fields.

Improvements

  • Added Comply CVSS v3 scoring to API Gateway schema.
  • Improved error logging.

Resolved Issues

  • Various bug fixes