SystemGeographicRedundancyPeerSipConnectionMonitoringGetRequest
Bases: OCIRequest
Request to get the list of Peer SIP Connection system parameters The response is a SystemGeographicRedundancyPeerSipConnectionMonitoringGetResponse.
Attributes:Source code in
src/mercury_ocip_fast/commands/commands.py
Responses
Bases: OCIDataResponse
Response to SystemGeographicRedundancyPeerSipConnectionMonitoringGetRequest. Contains a list of Peer SIP Connection Monitoring system parameters.
Attributes:
enabled (bool):
heartbeat_interval (int):
heartbeat_timeout (int):
Source code in src/mercury_ocip_fast/commands/commands.py
Example Usage
from mercury_ocip_fast.client import Client
from mercury_ocip_fast.commands import SystemGeographicRedundancyPeerSipConnectionMonitoringGetRequest
client = Client()
command = SystemGeographicRedundancyPeerSipConnectionMonitoringGetRequest()
response = client.command(command)
print(response)