Getting Bad Request: {"success":false,"title":null,"message":"Bad Request","hints":[],"error_code":"generic"} when trying
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": "Not an Issue", "resolution_summary": "Lookup table updated",
"remediation_plan":"No Action Required", "business_unit":"IT - Information Security",
"escalation":"None", "location":"Corp"},
handle_names=True
)
How do I troubleshoot for what is missing ?
------------------------------
Irek Romaniuk
------------------------------