gim_load_package

Loads all of the modules within a specified filename.

Note: This command loads one or more files that reside on the local file system. Therefore, the procedure (cmd='fileserver') of loading a file to the CM/Guardium appliance must precede this command.

This API is available in Guardium V9.5 and later.

REST API syntax

This API is available as a REST service with the GET method. Call this API as follows:
GET https://[Guardium hostname or IP address]:8443/restAPI/gim_package

GuardAPI syntax

gim_load_package parameter=value

Parameters

Parameter Value type Description
filename String Required.

Examples

The following example finds all files with the file type 'gim'. Use the * (asterisk) as a wildcard to find files.

grdapi gim_load_package  filename=*.gim