IT Process Automation

 View Only
  • 1.  HTTP Get Operator - Restful API Authorization

    Posted Apr 21, 2016 11:39 PM

    How do I configure PAM GET Operator with the information listed below - specifically the authorization session id?

     

    Request

    http://CA_service_Desk/attach/*id*

    Request Header

    Accept: application/json

    Authorization: session-id="session ID from login"

    Content-Type: application/json



  • 2.  Re: HTTP Get Operator - Restful API Authorization

    Broadcom Employee
    Posted Apr 22, 2016 11:16 AM

    I'm guessing this is a Service Desk session id you are attempting to pass in a web service call?  You would need to call the Service Desk web service prior to this to obtain a session id.   Then you can pass the variable in PAM that contains the session id into this operator. 

     

    It might be worth it to see if you can use any of the Service Desk Connector operators as they have the login (session id) built in.



  • 3.  Re: HTTP Get Operator - Restful API Authorization

    Posted Apr 22, 2016 12:31 PM

    I appreciate your reply and believe to the Service Desk Connector operator is a better choice. I do have an operator prior to the get to get the session id. I was hoping to understand how to configure this operator.



  • 4.  Re: HTTP Get Operator - Restful API Authorization
    Best Answer

    Posted Apr 22, 2016 05:54 PM

    Do you know how to configure the HTTP Get operator?