SystemPerformanceMeasurementReportingGetFileServerListRequest22
Bases: OCIRequest
Requests the list performance measurements reporting ftp servers. The response is either SystemPerformanceMeasurementReportingGetFileServerListResponse22 or ErrorResponse.
Attributes:Source code in
src/mercury_ocip_fast/commands/commands.py
Responses
Bases: OCIDataResponse
Response to SystemPerformanceMeasurementReportingGetFileServerListRequest22. The table columns are: "Repository URL", "User Id", "Passive".
Attributes:
file_server_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 SystemPerformanceMeasurementReportingGetFileServerListRequest22
client = Client()
command = SystemPerformanceMeasurementReportingGetFileServerListRequest22()
response = client.command(command)
print(response)