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 (
).. After opening the menu, choose
.
Procedure
- Click Data sets to see the list of existing data sets. To create a
new data set, click New data set.
- Enter a unique name for the data set in the Name
field.
- Optional: Add a description for the data set.
- Click Next.
- Add a column definition for each column in your data set.
- When you are done adding columns, click Save.
- To populate the data set, set up and launch the Guardium
Data Security Center API.
- 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.
- Click Execute to populate the data set.