SystemTrunkGroupOptionsMessageResponseStatusCodeGetListRequest
Bases: OCIRequest
Get the list of system level successful SIP OPTIONS message respoonse status codes. The response is either SystemTrunkGroupOptionsMessageResponseStatusCodeGetListResponse or ErrorResponse.
Attributes:Source code in
src/mercury_ocip_fast/commands/commands.py
Responses
Bases: OCIDataResponse
Response to the SystemTrunkGroupOptionsMessageResponseStatusCodeGetListRequest. The response contains of the list of system level successful SIP OPTIONS message respoonse status codes.
Attributes:
status_code (Optional[List[str]]):
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 SystemTrunkGroupOptionsMessageResponseStatusCodeGetListRequest
client = Client()
command = SystemTrunkGroupOptionsMessageResponseStatusCodeGetListRequest()
response = client.command(command)
print(response)