WickrAdminAPI / Client / create_data_retention_bot
create_data_retention_bot¶
- WickrAdminAPI.Client.create_data_retention_bot(**kwargs)¶
Creates a data retention bot in a Wickr network. Data retention bots are specialized bots that handle message archiving and compliance by capturing and storing messages for regulatory or organizational requirements.
See also: AWS API Documentation
Request Syntax
response = client.create_data_retention_bot( networkId='string' )
- Parameters:
networkId (string) –
[REQUIRED]
The ID of the Wickr network where the data retention bot will be created.
- Return type:
dict
- Returns:
Response Syntax
{ 'message': 'string' }
Response Structure
(dict) –
message (string) –
A message indicating that the data retention bot was successfully provisioned.
Exceptions
WickrAdminAPI.Client.exceptions.ValidationErrorWickrAdminAPI.Client.exceptions.BadRequestErrorWickrAdminAPI.Client.exceptions.ResourceNotFoundErrorWickrAdminAPI.Client.exceptions.ForbiddenErrorWickrAdminAPI.Client.exceptions.UnauthorizedErrorWickrAdminAPI.Client.exceptions.InternalServerErrorWickrAdminAPI.Client.exceptions.RateLimitError