SystemTreatmentMappingCallBlockingServiceGetListRequest24V2
Bases: OCIRequest
Requests a table of all the existing Call Blocking Service Mappings in the system.
The response is either a SystemTreatmentMappingCallBlockingServicesGetListResponse24V2
or an ErrorResponse.
Attributes:Source code in
src/mercury_ocip/commands/commands.py
Responses
Example Usage
from mercury_ocip.client import Client
from mercury_ocip.commands import SystemTreatmentMappingCallBlockingServiceGetListRequest24V2
client = Client()
command = SystemTreatmentMappingCallBlockingServiceGetListRequest24V2()
response = client.command(command)
print(response)