Symantec IGA

 View Only
  • 1.  REST API - PX Examples

    Posted Mar 24, 2020 05:15 AM
    Our project needs to get some data via a REST get call using PX, then post a payload back to a REST API call via PX. 

    I am looking for PX examples or a discussion showing how these calls are formatted and the JSON is parsed. 

    Thanks.

    ------------------------------
    Architect, HCL Studio
    630-995-5509
    ------------------------------


  • 2.  RE: REST API - PX Examples
    Best Answer

    Broadcom Employee
    Posted Mar 24, 2020 10:13 AM
    Hi Dan,

    Please check the following KB article for more information on REST and PX policies:

    https://ca-broadcom.wolkenservicedesk.com/external/article?articleId=12728

    Also, you can look at the JSON Plugin used by IM to get data using the JSON Path. See the "Using the JSON Plug in to Filter Results" section in the documentation:

    https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/layer7-identity-and-access-management/identity-manager/14-3/administrating/policy-xpress/invoke-web-services-actions.html

    It uses the syntax outlined here:

    http://goessner.net/articles/JsonPath/

    ------------------------------
    ------------------------------
    And, as always Perhaps there are others in the communities who have experience in doing this and we invite them to comment here also.

    Another option may be to reach out to our partner HCL Technologies to see in what way they can assist further. The Enterprise Studio team of HCL can be reached at enterprisestudio@hcl.com. https://www.hcltech.com/enterprise-studio
    ------------------------------



  • 3.  RE: REST API - PX Examples

    Posted Mar 24, 2020 10:26 AM

    Thanks. I did find this after some searches and I am working on setting up a jsn-server for myself. This KB is helpful!