SystemEnterpriseTrunkGetRequest
Bases: OCIRequest
Request the system level data associated with the Enterprise Trunk service. The response is either SystemEnterpriseTrunkGetResponse or ErrorResponse.
Attributes:Source code in
src/mercury_ocip/commands/commands.py
Responses
Bases: OCIDataResponse
Response to SystemEnterpriseTrunkGetRequest.
Attributes:
enable_holdover_of_highwater_call_counts (bool):
holdover_period (str):
time_zone_offset_minutes (str):
Source code in src/mercury_ocip/commands/commands.py
Example Usage
from mercury_ocip.client import Client
from mercury_ocip.commands import SystemEnterpriseTrunkGetRequest
client = Client()
command = SystemEnterpriseTrunkGetRequest()
response = client.command(command)
print(response)