UpdateGroup
Updates notification groups. To update groups, specify the types of updates to make using UpdateGroupOperationGroup, then specify which groups to update.
To update a single group, specify Name or Id. To update a list of groups, specify NameList or IdList. To update groups matching the specified conditions, specify Search.
Elements
UpdateFileOperationGroup
The tasks to perform.
Search
GroupSearch. The search condition that specifies which groups to update.
IdList
ArrayOfString. The list of group IDs to update. Specify either IdList or NameList.
NameList
ArrayOfString. The list of group names to update. Specify either NameList or IdList.
Id
String. The ID of the single group to update. Specify either Id or Name.
Name
String. The name of the single group to update. Specify either Name or Id.
IgnoreMissing
Boolean. Specifies what to do if the specified group does not exist. If True, BIRT iHub ignores the request. If False, the operation reports an error and stops. The default value is True.
IgnoreDup
Boolean. Specifies whether to report an error for a duplicate request. BIRT iHub always rejects a duplicate request regardless of the IgnoreDup setting. If True, BIRT iHub does not report an error. In a name list or ID list, True prevents BIRT iHub from performing duplicate operations. If False, BIRT iHub reports an error. The default value is False.