Working with data sets

Guardium® Data Security Center allows you to create custom data sets from within the Integrations page.

Before you begin

Data Compliance DDR This content is available through the IBM Guardium Data Compliance and Guardium Data Detection and Response modules

To see the various settings, open the main menu. Open this menu by clicking the main menu icon (main menu).. After opening the menu, choose Connections > Integrations.

Procedure

  1. Click Data sets to see the list of existing data sets. To create a new data set, click New data set.
  2. Enter a unique name for the data set in the Name field.
  3. Optional: Add a description for the data set.
  4. Click Next.
  5. Add a column definition for each column in your data set.
  6. When you are done adding columns, click Save.
  7. To populate the data set, set up and launch the Guardium Data Security Center API.
  8. Locate the ../api/api.html#api__ecosystem and then use POST /api/v3/integrations/datasets/{dataset_name} to populate the data set. When doing this, enter the name of the data set that you specified in Step 2 and then, in the body, enter the data set name and the data for each column that you defined in Step 5.
    Note: You can insert a maximum of one thousand (1000) lines with each POST request.
  9. Click Execute to populate the data set.