UpdateChannel
Updates channel properties. To update channel properties, specify the types of updates to make using UpdateChannelOperationGroup, then specify which channels to update.
To update a single channel, specify Name or Id. To update a list of channels, specify NameList or IdList. To update channels matching the specified conditions, specify Search.
Elements
UpdateChannelOperationGroup
The tasks to perform.
Search
ChannelSearch. The search condition that specifies which channels to update.
IdList
ArrayOfString. The list of channel IDs to update. Specify either IdList or NameList.
NameList
ArrayOfString. The list of channel names to update. Specify either NameList or IdList.
Id
String. The ID of the single channel to update. Specify either Id or Name.
Name
String. The name of the single channel to update. Specify either Name or Id.
IgnoreMissing
Boolean. Specifies what to do if the specified channel does not exist. If True, BIRT iHub continues the operation. 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.
SkipPermissionError
Boolean. Specifies whether to continue the request if BIRT iHub produces a permission error. BIRT iHub produces this error if the user you are subscribing to the channel does not have read and write privileges to the channel. If True, the BIRT iHub ignores the error.