Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Tanium Connections API

Manage data delivery connections

Tanium Connections API is one of 22 APIs that Tanium publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Connections. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, and a getting-started guide.

This API exposes 13 operations across 10 paths, and defines 8 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://{tanium_server}.

13 operations 10 paths 8 schemas 2 DELETE4 GET4 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Server
https://{tanium_server}
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Tanium Connections API declares 1 security scheme for authenticating requests. An API key is passed in the header as session (apiToken). By default, every request must be authenticated.

  • apiToken — API token passed in the session header for authenticating with the Tanium Connect API.

Paths & Operations 13

Across 10 paths, the API surfaces 13 operations — 2 DELETE, 4 GET, 4 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

Connections 13

Manage data delivery connections

GET
/plugin/products/connect/v1/connections
List All Connections
listConnections 2 params → 200401
POST
/plugin/products/connect/v1/connections
Create A New Connection
createConnection body → 200400401
GET
/plugin/products/connect/v1/connections/{connectionId}
Get A Connection By ID
getConnection 1 param → 200404
PUT
/plugin/products/connect/v1/connections/{connectionId}
Update A Connection
updateConnection 1 param body → 200400404
DELETE
/plugin/products/connect/v1/connections/{connectionId}
Delete A Connection
deleteConnection 1 param → 200404
POST
/plugin/products/connect/v1/connections/{connectionId}/run
Run A Connection On Demand
runConnection 1 param → 200404
PUT
/plugin/products/connect/v1/connections/{connectionId}/enable
Enable A Connection
enableConnection 1 param → 200404
PUT
/plugin/products/connect/v1/connections/{connectionId}/disable
Disable A Connection
disableConnection 1 param → 200404
GET
/plugin/products/threat-response/api/v1/conns
List Endpoint Connections
listConnections 6 params → 200401
POST
/plugin/products/threat-response/api/v1/conns/connect
Create A Live Connection To An Endpoint
createConnection body → 200400
GET
/plugin/products/threat-response/api/v1/conns/{connectionId}
Get A Connection By ID
getConnection 1 param → 200404
POST
/plugin/products/threat-response/api/v1/conns/close/{connectionId}
Close A Live Connection
closeConnection 1 param → 200404
DELETE
/plugin/products/threat-response/api/v1/conns/delete/{connectionId}
Delete A Connection Record
deleteConnection 1 param → 200404

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are Connection_2 (13 properties), Connection (13 properties), ConnectionUpdate (8 properties), ConnectionCreate (8 properties). Each schema is shown below with its type and property counts.

Connection_2
object
13 properties
ConnectionCreate
object
8 properties 3 required
ConnectionUpdate
object
8 properties
Error
object
2 properties
Destination
object
6 properties
Connection
object
13 properties
Source
object
6 properties
Schedule
object
8 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tanium-connections-api-openapi.yml Raw ↑

Other APIs Tanium publishes across the network.

Tanium API Gateway
Tanium Actions API
Tanium Alerts API
Tanium Authentication API
Tanium Destinations API
Tanium Events API
Tanium Evidence API
Tanium File Downloads API
Tanium File Operations API
Tanium Groups API
Tanium Intel Documents API
Tanium Labels API