SystemLicensingReloadRequest
Bases: OCIRequest
Load a new license file. The response is either SuccessResponse or ErrorResponse.
Attributes:
Responses
Example Usage
from mercury_ocip.client import Client
from mercury_ocip.commands import SystemLicensingReloadRequest
client = Client()
command = SystemLicensingReloadRequest()
response = client.command(command)
print(response)