Tanium · Arazzo Workflow

Tanium Connect Run A Connection On Demand

Version 1.0.0

Confirm a Connect connection by id, then trigger an immediate on-demand execution.

1 workflow 1 source API 1 provider
View Spec View on GitHub ComplianceEndpoint ManagementPatch ManagementSecurityThreat DetectionUnified Endpoint ManagementArazzoWorkflows

Provider

tanium

Workflows

connect-run-on-demand
Confirm a Connect connection and trigger an on-demand run.
Retrieves a Connect connection by id to confirm it exists, then triggers an immediate on-demand execution and returns the run identifier.
2 steps inputs: connectionId, sessionToken outputs: connectionId, runId
1
confirmConnection
Retrieve the connection by id to confirm its configuration exists before triggering a run.
2
runConnection
Trigger an immediate on-demand execution of the connection, sending the current source data to the configured destination.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Tanium Connect Run A Connection On Demand
  summary: Confirm a Connect connection by id, then trigger an immediate on-demand execution.
  description: >-
    Tanium Connect delivers source data to configured destinations on a
    schedule. This workflow first retrieves a connection by id to confirm its
    configuration exists, then triggers an immediate execution outside of the
    normal schedule, sending the current source data to the destination. Every
    step spells out its request inline, including the session header used for
    token authentication, so the flow can be read and executed without opening
    the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: connectionsApi
  url: ../openapi/tanium-connections-api-openapi.yml
  type: openapi
workflows:
- workflowId: connect-run-on-demand
  summary: Confirm a Connect connection and trigger an on-demand run.
  description: >-
    Retrieves a Connect connection by id to confirm it exists, then triggers an
    immediate on-demand execution and returns the run identifier.
  inputs:
    type: object
    required:
    - sessionToken
    - connectionId
    properties:
      sessionToken:
        type: string
        description: API token or session token passed in the session header.
      connectionId:
        type: integer
        description: Unique identifier of the Connect connection to run.
  steps:
  - stepId: confirmConnection
    description: >-
      Retrieve the connection by id to confirm its configuration exists before
      triggering a run.
    operationId: getConnection
    parameters:
    - name: session
      in: header
      value: $inputs.sessionToken
    - name: connectionId
      in: path
      value: $inputs.connectionId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      confirmedId: $response.body#/data/id
    onSuccess:
    - name: exists
      type: goto
      stepId: runConnection
      criteria:
      - context: $response.body
        condition: $.data.id != null
        type: jsonpath
  - stepId: runConnection
    description: >-
      Trigger an immediate on-demand execution of the connection, sending the
      current source data to the configured destination.
    operationId: runConnection
    parameters:
    - name: session
      in: header
      value: $inputs.sessionToken
    - name: connectionId
      in: path
      value: $inputs.connectionId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      runStatus: $response.body#/data/status
      runId: $response.body#/data/runId
  outputs:
    connectionId: $steps.confirmConnection.outputs.confirmedId
    runId: $steps.runConnection.outputs.runId

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/tanium-connect-run-on-demand-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.