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

From Tanium Knowledge Base
Jump to navigation Jump to search

Tanium API Gateway 1.4.46

Release Date: November 1, 2022

Resolved Issues

  • Minor bug fixes.

Tanium API Gateway 1.4.43

Release Date: September 13, 2022

New Fields

The following new fields add new request functionality:

  • Action requests
    • mutation.actionPerform - run one of an enumerated list of action operations on endpoints
    • mutation.actionStop - stop an action
    • mutation.scheduledActionApprove - approve a scheduled action
    • mutation.scheduledActionCreate - create a scheduled action
    • mutation.scheduledActionDelete - delete an action or scheduled action
    • query.packageSpecs - retrieve information about a package spec
    • query.scheduledAction - retrieve information about a scheduled action
    • query.scheduledActions - retrieve information about multiple scheduled actions
  • Action group requests
    • mutation.actionGroupCreate - create an action group
    • mutation.actionGroupDelete - delete an action group
    • query.actionGroup - retrieve information about an action group
    • query.actionGroups - retrieve information about multiple action groups
  • Computer group requests
    • mutation.computerGroupCreate - create a computer group, filter group, or management rights group
    • mutation.computerGroupDelete - delete a computer group, filter group, or management rights group
    • query.computerGroup - retrieve information about a computer group
    • query.computerGroups - retrieve information about multiple computer groups
  • Direct Connect requests
    • query.directEndpoint.performance.memoryUsedPercent - retrieve the percentage of memory used on an endpoint
    • query.directEndpoint.performance.processes.all.cpuUsagePercent - retrieve an endpoint’s CPU usage percentage
  • Endpoint requests
    • query.endpoints.edges.node.eidFirstSeen - retrieve the time an endpoint was first seen
    • query.endpoints.edges.node.eidLastSeen - retrieve the time an endpoint was most recently seen
    • query.endpoints.edges.node.installedApplications - retrieve the applications installed on endpoints
    • query.endpoints.edges.node.sentinel - retrieve endpoint Microsoft Sentinel information
    • query.endpoints(source.tds.namespaces) - retrieve endpoint data from a configured namespace
    • query.endpoints(source.ts.maxAge) - retrieve sensor data, up to this maximum age in seconds
    • query.endpoints.edges.node.sensorReadings(sensors.maxAge) - retrieve sensor data, up to this maximum age in seconds
  • Threat Response requests
    • mutation.threatResponseAlertResolve - Assign Resolved status to a Threat Response alert. This mutation request requires Threat Response.

Deprecated Fields

These 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.createAction is deprecated. Use mutation.scheduledActionCreate and mutation.actionPerform instead.
  • mutation.deleteAction is deprecated. Use mutation.scheduledActionDelete instead.
  • query.directEndpoint.performance.memoryUsagePercent is deprecated. Use query.directEndpoint.performance.memoryUsedPercent instead.
  • query.lastActionDetails is deprecated. Use query.scheduledAction.lastAction instead.
  • query.lastActionResults is deprecated. Use query.scheduledAction.lastAction.results instead.

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

Security Updates

  • This release includes security updates. Details of the issues, including affected versions and mitigation information, can be obtained within Tanium's Support Portal or by contacting your TAM.