Tanium · Capability
Tanium Connect API — Connections
Tanium Connect API — Connections. 8 operations. Lead operation: List All Connections. Self-contained Naftiko capability covering one Tanium business surface.
What You Can Do
GET
Listconnections
— List All Connections
/v1/plugin/products/connect/v1/connections
POST
Createconnection
— Create A New Connection
/v1/plugin/products/connect/v1/connections
GET
Getconnection
— Get A Connection By ID
/v1/plugin/products/connect/v1/connections/{connectionid}
PUT
Updateconnection
— Update A Connection
/v1/plugin/products/connect/v1/connections/{connectionid}
DELETE
Deleteconnection
— Delete A Connection
/v1/plugin/products/connect/v1/connections/{connectionid}
PUT
Disableconnection
— Disable A Connection
/v1/plugin/products/connect/v1/connections/{connectionid}/disable
PUT
Enableconnection
— Enable A Connection
/v1/plugin/products/connect/v1/connections/{connectionid}/enable
POST
Runconnection
— Run A Connection On Demand
/v1/plugin/products/connect/v1/connections/{connectionid}/run
MCP Tools
list-all-connections
List All Connections
read-only
idempotent
create-new-connection
Create A New Connection
get-connection-id
Get A Connection By ID
read-only
idempotent
update-connection
Update A Connection
idempotent
delete-connection
Delete A Connection
idempotent
disable-connection
Disable A Connection
idempotent
enable-connection
Enable A Connection
idempotent
run-connection-demand
Run A Connection On Demand