SystemPerformanceMeasurementGenerateReportRequest
Bases: OCIRequest
Generate a performance measurements report. The response is either SuccessResponse 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 SystemPerformanceMeasurementGenerateReportRequest
client = Client()
command = SystemPerformanceMeasurementGenerateReportRequest()
response = client.command(command)
print(response)