Tanium: Get Result Data from Response activity

  • Release version: Washingtondc
  • Updated February 1, 2024
  • 1 minute to read
  • The Tanium: Get Result Data from Response workflow activity processes the response body from the result data and outputs an array of JSON objects representing the results from Tanium.

    The Tanium: Get Result Data from Response activity can be used with any workflow to retrieve result data to use in the workflow.

    Results

    Possible results for this activity are:

    Table 1. Results
    Result Description
    Success Retrieved result data.
    Failure No data retrieved. More error information is available in the activity output error.

    Input variables

    Input variables determine the initial behavior of the activity.

    Variable Description
    response_body Encrypted SOAP response contents
    implementation_id Implementation identifier.
    affected_ci Configuration item affected.

    Output variables

    The output variables contain data that can be used in subsequent activities.

    Table 2. Output variables
    Variable Description
    result_data Array Element type of API variables. Each array contains key-value pairs composed of the column and values returned from the server. If no data is received from the server, the output is an empty array.
    output Formatted return data on running processes used by the abstract workflow.