SystemSubscriberGetCallProcessingParametersRequest18sp1
Bases: OCIRequest
Get the system call processing configuration for all subscribers The response is either a SystemSubscriberGetCallProcessingParametersResponse18sp1 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 SystemSubscriberGetCallProcessingParametersRequest18sp1
client = Client()
command = SystemSubscriberGetCallProcessingParametersRequest18sp1()
response = client.command(command)
print(response)