SystemExportSubscriberRequest
Bases: OCIRequest
Request subscribers be exported to files on the AS filesystem. The response is either a SuccessResponse or an ErrorResponse.
***** Warning *****:
This activity should only be done during non-busy hours on the secondary
provisioning server because this may cause large amounts of data to be
dumped to disk and it may take some time to execute.
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 SystemExportSubscriberRequest
client = Client()
command = SystemExportSubscriberRequest()
response = client.command(command)
print(response)