SystemSubscriptionLicenseReportingGetRequest
Bases: OCIRequest
Request to get the subscription license reporting system parameters. The response is either SystemSubscriptionLicenseReportingGetResponse or ErrorResponse.
Attributes:Source code in
src/mercury_ocip_fast/commands/commands.py
Responses
Bases: OCIDataResponse
Response to SystemSubscriptionLicenseReportingGetRequest.
Attributes:
daily_report_scheduled_time (HourMinute):
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 SystemSubscriptionLicenseReportingGetRequest
client = Client()
command = SystemSubscriptionLicenseReportingGetRequest()
response = client.command(command)
print(response)