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

From Tanium Knowledge Base
Jump to navigation Jump to search

Tanium API Gateway 1.7.143

Release Date: June 13, 2023

New Features

The following new fields add new request functionality:

  • Comply requests
    • query.endpoints.edges.node.compliance.cveFindings.absoluteFirstFoundDate - retrieve the first date a CVE was ever found on an endpoint
      • Note that you cannot filter a Comply request on this field.
    • query.endpoints.edges.node.compliance.cveFindings.lastScanDate - retrieve the date a CVE was last scanned for on an endpoint
      • Note that you cannot filter a Comply request on this field.
    • query.endpoints.edges.node.compliance.complianceFindings.firstFoundDate - retrieve the date a compliance issue was first found on an endpoint
      • Note that you cannot filter a Comply request on this field.
    • query.endpoints.edges.node.compliance.complianceFindings.lastScanDate - retrieve the date a compliance issue was last scanned for on an endpoint
      • Note that you cannot filter a Comply request on this field.

Resolved Issues

  • Fixed an issue where max page size was not set to 5000

Tanium API Gateway 1.7.141

Release Date: May 16, 2023

New Features

Comparison operators (GT, GTE, LT, LTE) and the any operator can now be used in the endpoints query for line-based filters on sensor readings and registered fields.

New Fields

The following new fields add new request functionality:

  • Direct Connect requests
    • mutation.directConnectClose - close an open Direct Connect connection with an endpoint
    • mutation.directConnectConnectionStatus - get the status of a Direct Connect connection
    • mutation.directConnectProcessTerminate - terminate the specified process on an endpoint using a Direct Connect connection
    • mutation.directConnectOpen - establish a Direct Connect connection with an endpoint
    • mutation.directConnectPing - ping an endpoint using a Direct Connect connection
    • query.directConnectEndpoint - obtain data from an endpoint using a Direct Connect connection

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:

  • mutation.closeDirectConnection is deprecated. Use mutation.directConnectClose instead.
  • mutation.killProcess is deprecated. Use mutation.directConnectProcessTerminate instead.
  • mutation.openDirectConnection is deprecated. Use mutation.directConnectOpen instead.
  • mutation.pingDirectConnection is deprecated. Use mutation.directConnectPing instead.
  • query.directEndpoint is deprecated. Use query.directConnectEndpoint instead.

For more information, see https://docs.tanium.com/api_gateway/api_gateway/deprecated.html#may_2023.

Fields No Longer Supported

The following fields, deprecated in November 2021, are no longer supported as of May 2023:

  • mutation.installSoftware is no longer supported. Use mutation.manageSoftware instead.
  • mutation.removeSoftware is no longer supported. Use mutation.manageSoftware instead.
  • mutation.upsertEntity is no longer supported. Use mutation.importConfigurationItemEntities instead.
  • query.directConnection is no longer supported. Use query.directConnectEndpoint instead.
  • query.endpoints.edges.node.diskSpace is no longer supported. Use query.endpoints.edges.node.disks instead.
  • query.endpoints.edges.node.memory.used is no longer supported. Use query.directConnectEndpoint.performance.memoryUsedPercent instead.
  • query.endpoints.edges.node.memory.usedPercentage is no longer supported. Use query.directConnectEndpoint.performance.memoryUsedPercent instead.
  • query.entities is no longer supported. Use query.configIremEntities instead.
  • query.relationships is no longer supported. Use query.configItemRelationships instead.
  • query.software is no longer supported. Use query.softwarePackage instead.
  • query.directEndpoint.performance.memoryUsagePercent is no longer supported. Use query.directConnectEndpoint.performance.memoryUsedPercent instead.