SystemInventoryReportGetRequest
Bases: OCIRequest
Request the system level data associated with Inventory Report. The response is either a SystemInventoryReportGetResponse or an ErrorResponse.
Attributes:Source code in
src/mercury_ocip/commands/commands.py
Responses
Bases: OCIDataResponse
Response to SystemInventoryReportGetRequest.
Attributes:
default_from_address (str):
Source code in src/mercury_ocip/commands/commands.py
Example Usage
from mercury_ocip.client import Client
from mercury_ocip.commands import SystemInventoryReportGetRequest
client = Client()
command = SystemInventoryReportGetRequest()
response = client.command(command)
print(response)