create_group
This command defines a group.
This API is available in Guardium V9.5 and later.
REST API syntax
This API is available as a REST service with the
POST
method. Call this API as follows:
POST https://[Guardium hostname or IP address]:8443/restAPI/group
GuardAPI syntax
create_group parameter=value
Parameters
Parameter | Value type | Description |
---|---|---|
appid | String | Required. For valid values, call create_group from the command line with
--help=true . |
category | String | A category is an optional label that is used to group policy violations and groups for reporting. |
classification | String | A classification is an optional label that is used to group policy violations and groups for reporting. |
desc | String | Required. Enter a unique description for the new group. |
hierarchical | String |
Valid values:
|
tuple_parameters | String | Required. Valid values:
|
type | String | Required. For valid values, call create_group from the command line with --help=true .
|
Examples
Use this command to create a public OBJECTS group named A public group:
grdapi create_group desc="A public group" type=OBJECTS appid=Public