SystemMultimediaPolicyGetRequest
Bases: OCIRequest
Request the system level data associated with Multimedia Policy. The response is either a SystemMultimediaPolicyGetResponse or an ErrorResponse.
Attributes:Source code in
src/mercury_ocip/commands/commands.py
Responses
Bases: OCIDataResponse
Response to SystemMultimediaPolicyGetRequest
Attributes:
restrict_non_audio_video_media_types (bool):
Source code in src/mercury_ocip/commands/commands.py
Example Usage
from mercury_ocip.client import Client
from mercury_ocip.commands import SystemMultimediaPolicyGetRequest
client = Client()
command = SystemMultimediaPolicyGetRequest()
response = client.command(command)
print(response)