IBM Security QRadar SOAR

 View Only
  • 1.  Counting a task executions

    Posted Wed March 29, 2023 04:23 PM

    Hi,

    I was wondering if it is possible to count the number of times a specific task is invoked/started and closed?  Ideally also, to be able to show these numbers over time (how many times per day) in the dashboards.

    For example, suppose the task "Do this" is part of many different playbooks and may or may not be executed depending on certain conditions.  At the end of a week, would it be possible to know how many times the task was executed?

    Thanks



    ------------------------------
    Pierre Dufresne
    ------------------------------


  • 2.  RE: Counting a task executions

    Posted Thu March 30, 2023 04:20 PM

    Hi Pierre,

    There are is a REST API endpoint available to query open tasks -- /orgs/{org_id}/stats/open_tasks_by_owner
    If you are looking for more information on counting playbook, you can check out this endpoint -- /orgs/{org_id}/playbooks/execution/statistics
    I don't believe there is an endpoint to count the execution of "actions".



    ------------------------------
    Priya Sapra
    ------------------------------