SystemTreatmentMappingNetworkSIPStatusGetListRequest
Bases: OCIRequest
Requests a table of all the existing Network SIP Status Code Mappings in the system. The response is either an SystemTreatmentMappingNetworkSIPStatusCodeGetListResponse 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 SystemTreatmentMappingNetworkSIPStatusGetListRequest
client = Client()
command = SystemTreatmentMappingNetworkSIPStatusGetListRequest()
response = client.command(command)
print(response)