IBM QRadar SOAR

IBM QRadar SOAR

Join this online user group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  REST API function call from IBM SOAR

    Posted 08/09/24 03:49 AM

    Hi,

    I'm using REST API function on IBM SOAR,but i'm getting error "400 Client Error: Bad Request for url: "https://URL".I'm able to get response for same api call and url from postman.Can anyone help me with this issue.



    ------------------------------
    Sindhu G
    ------------------------------


  • 2.  RE: REST API function call from IBM SOAR

    Posted 08/11/24 04:21 PM

    Hello Sindhu,

    Try to validate below

    if you are passing header, please refer input consideration section of REST API documentation. this helped in my case, try yours's, good luck!!



    ------------------------------
    Naga Venkata Chaitanya Maheswaram
    ------------------------------



  • 3.  RE: REST API function call from IBM SOAR

    Posted 08/13/24 01:58 AM

    you need to mention in the function input that 400 is allowed , then you can get the actual output + reason.

    for example : 



    inputs.rest_api_allowed_status_codes = " 305,400,500"



    ------------------------------
    mohamad islam hamadieh
    ------------------------------