SystemTreatmentMappingQ850CauseGetListRequest
Bases: OCIRequest
Requests a table of all the existing Q850 Cause Value Mappings in the system. The response is either a SystemTreatmentMappingQ850CauseGetListResponse 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 SystemTreatmentMappingQ850CauseGetListRequest
client = Client()
command = SystemTreatmentMappingQ850CauseGetListRequest()
response = client.command(command)
print(response)