resilient-python-api icon indicating copy to clipboard operation
resilient-python-api copied to clipboard

Python Library for the IBM SOAR REST API, a Python SDK for developing Apps for IBM SOAR and more...

Results 15 resilient-python-api issues
Sort by recently updated
recently updated
newest added

## Description Getting _Bad Request: __{"success":false,"title":null,"message":"Bad Request","hints":[],"error_code":"generic"}_ when trying to close an incident in SOAR using resilient-lib , see below (incident_id is str). ``` res = close_incident( res_client=res_client, incident_id=incident_id, kwargs={"resolution_id":...

## Description Storing arguments passed into the `--res-circuits-args` option for command `resilient-circuits.exe service ... install` in the Windows registry. [This post](https://mail.python.org/pipermail/python-win32/2006-April/004518.html) gave me the insight on how to do this....

there are cases, I just want to test the new integrations from the IDE, or client machine without installing or stop the current integrations. ## Description ## Motivation and Context...

## Description I am using the `Utilities: Call Rest API` function in a resilient worklow. The workflow crashes with the following error message: ``` File "/usr/local/lib/python3.6/site-packages/resilient_lib/components/requests_common.py", line 138, in execute_call_v2...

## Description I was getting the following stack trace after the [`fn_microsoft_security_graph`](https://github.com/ibmresilient/resilient-community-apps/tree/master/fn_microsoft_security_graph) integration ran for ~ 1 hour (this integration uses an instance of the `resilient-lib` `OAuth2ClientCredentialsSession` class to handle...

## Description Going through the REST API I don't see a way to close tickets only open and delete them, is there a way to do this via API's? ##...

Hello Resilient devs! We are currently using Resilient where I work, and I've been developping a lot of customizations lately. Because we versionize our customizations, we had to do a...

## Description The embedded link in the page took me to a non-working link. "Resilient SOAR Platform App Developer's Guide" for example. Please update the links ## Describe How to...

## Description setuptools-scm is required for installing both the resilient-circuits and the resilient package, but this is not reflected in the list of required packages. This causes an offline install...

## Description The get, post and other methods provided in the Resilient Python package do not provide a way for users to pass header options. ## Describe How to Reproduce...