SystemHuntGroupGetRequest21
Bases: OCIRequest
Request the system level data associated with Hunt Group. The response is either a SystemHuntGroupGetResponse21 or an ErrorResponse.
Attributes:Source code in
src/mercury_ocip/commands/commands.py
Responses
Bases: OCIDataResponse
Response to SystemHuntGroupGetRequest21.
Attributes:
remove_hunt_group_name_from_clid (bool):
uniform_call_distribution_policy_scope (str):
allow_agent_device_initiated_forward (bool):
Source code in src/mercury_ocip/commands/commands.py
Example Usage
from mercury_ocip.client import Client
from mercury_ocip.commands import SystemHuntGroupGetRequest21
client = Client()
command = SystemHuntGroupGetRequest21()
response = client.command(command)
print(response)