SystemLicensingGetRequest21sp1
Bases: OCIRequest
Get all the licensing information. The response is either SystemLicensingGetResponse21sp1 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 SystemLicensingGetRequest21sp1
client = Client()
command = SystemLicensingGetRequest21sp1()
response = client.command(command)
print(response)