create_member_to_group_by_desc

Add a member to a group identified by its description.

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_member

GuardAPI syntax

create_member_to_group_by_desc parameter=value

Parameters

Parameter Value type Description
desc String Required. Identifies the group by its description.
member String

Required. The group member name, which must be unique within the group. The group member name might be a tuple, that is, a single composite group member formed of multiple attributes. For more information, see Tuple groups.

Examples

Use this command to add the group member turkey to the group "A group":

grdapi create_member_to_group_by_desc desc="A group" member=turkey

Use this command to add a group member to the group "A group". For this group, a 5-tuple member is required:

grdapi create_member_to_group_by_desc desc="A group" member=10.0.1.1+SrcApp+DBUser2+%+SvcName+OSUser2+%