SystemRedundancyParametersGetRequest16sp2
Bases: OCIRequest
Request to get the list of Redundancy system parameters. The response is either SystemRedundancyParametersGetResponse16sp2 or ErrorResponse.
Attributes:Source code in
src/mercury_ocip_fast/commands/commands.py
Responses
Example Usage
from mercury_ocip_fast.client import Client
from mercury_ocip_fast.commands import SystemRedundancyParametersGetRequest16sp2
client = Client()
command = SystemRedundancyParametersGetRequest16sp2()
response = client.command(command)
print(response)