SystemSMDIGetACLListRequest
Bases: OCIRequest
Get the SMDI access control list. The response is either SystemSMDIGetACLListResponse or ErrorResponse.
Attributes:
Responses
Bases: OCIDataResponse
Response to SystemSMDIGetACLListRequest. The table columns are: "Net Address" and "Description".
Attributes:
acl_table (OCITable):
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 SystemSMDIGetACLListRequest
client = Client()
command = SystemSMDIGetACLListRequest()
response = client.command(command)
print(response)