SystemBroadWorksAnywhereGetRequest
Bases: OCIRequest
Get the Broadworks Anywhere system parameters. The response is either a SystemBroadWorksAnywhereGetResponse or an ErrorResponse.
Attributes:Source code in
src/mercury_ocip/commands/commands.py
Responses
Bases: OCIDataResponse
The response to a SystemBroadWorksAnywhereGetRequest.
Attributes:
enable_transfer_notification (bool):
Source code in src/mercury_ocip/commands/commands.py
Example Usage
from mercury_ocip.client import Client
from mercury_ocip.commands import SystemBroadWorksAnywhereGetRequest
client = Client()
command = SystemBroadWorksAnywhereGetRequest()
response = client.command(command)
print(response)