IBM Guardium

IBM Guardium

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.  grdapi to use on Custom defined report

    Posted 04/27/21 03:03 PM
    Guardium Gurus,

    Does anyone has any idea if there any grdapi command available to list the content of custom defined report based on certain where condition. For example I have a report like:

    Report Name: Group Members definition

    Group description   Group Type   Group Member
    All OS Users            OS User          scott
    All DB Users             Users             scott
    All OS Users            OS User          tiger
    All DB Users             Users             sysdba


    and want to use grdapi to populate all group description where Group Member=scott. Do we have any such capability in Guardium?

    ------------------------------
    Rohit Goyal
    ------------------------------


  • 2.  RE: grdapi to use on Custom defined report

    Posted 04/28/21 08:52 AM
    Consider this GRDAPI command:
    https://www.ibm.com/docs/en/guardium/11.3?topic=reference-create-member-group-by-desc
    These additional commands may help:
    https://www.ibm.com/docs/en/guardium/11.3?topic=commands-group-apis

    ------------------------------
    Walter York
    ------------------------------



  • 3.  RE: grdapi to use on Custom defined report

    Posted 04/28/21 09:29 AM
    Thanks Walter. I have reviewed these grdapi commands but wont give the result I am looking for.

    Basically I want to do a select query on custom defined report and use where condition to populate the data. Do not see such grdapi available to my knowledge.

    ------------------------------
    Rohit Goyal
    ------------------------------