WickrAdminAPI / Client / create_data_retention_bot_challenge

create_data_retention_bot_challenge

WickrAdminAPI.Client.create_data_retention_bot_challenge(**kwargs)

Creates a new challenge password for the data retention bot. This password is used for authentication when the bot connects to the network.

See also: AWS API Documentation

Request Syntax

response = client.create_data_retention_bot_challenge(
    networkId='string'
)
Parameters:

networkId (string) –

[REQUIRED]

The ID of the Wickr network containing the data retention bot.

Return type:

dict

Returns:

Response Syntax

{
    'challenge': 'string'
}

Response Structure

  • (dict) –

    • challenge (string) –

      The newly generated challenge password for the data retention bot.

Exceptions