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.3)

From Tanium Knowledge Base
Jump to navigation Jump to search

Tanium API Gateway 1.3.64

Release Date: June 14, 2022

New Features

    • For more information, see EndpointCompliance in the Documentation Explorer.
  • The API Gateway now provides API token management (query.myAPIToken, mutation.apiTokenGrant, mutation.apiTokenRevoke, mutation.apiTokenRotate) in the schema.
    • Integrations can automate creation and renewal of API tokens, supporting token rotation without manual intervention.
  • The API Gateway now provides sensor registration with Tanium Data Service (mutation.sensorHarvest), and retrieval of all platform (query.sensors (filter: {path: virtual, value: false}) and TDS-registered (query.sensors (filter: {path: virtual, value: true}) sensors.
    • Integrations can ensure the sensors they depend on are registered in TDS as part of their bootstrapping.
    • Integrations can verify that the sensors they depend on are available in the platform before using them.
  • The API Gateway now provides cursor refresh when using pagination by passing refresh:<cursor-value> as an argument to the endpoints query.

Improvements

  • Improved error messages for missing sensor parameters.

Resolved Issues

  • Fixed an issue where the endpoints.edges.node.diskSpace field returned information for only the C drive on Windows endpoints.