SystemSIPAuthenticationLockoutClearAllRequest
Bases: OCIRequest
Request to clear all sip authentication lockouts (both endpoint and trunk group) in the system. The response is either a SuccessResponse or an ErrorResponse.
Attributes:Source code in
src/mercury_ocip_fast/commands/commands.py
Responses
Example Usage
from mercury_ocip_fast.client import Client
from mercury_ocip_fast.commands import SystemSIPAuthenticationLockoutClearAllRequest
client = Client()
command = SystemSIPAuthenticationLockoutClearAllRequest()
response = client.command(command)
print(response)