SystemShInterfaceRefreshTaskTerminateRequest
Bases: OCIRequest
Terminates the system refresh task in progress on the local Application Server node. The response is either a SuccessResponse or an 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 SystemShInterfaceRefreshTaskTerminateRequest
client = Client()
command = SystemShInterfaceRefreshTaskTerminateRequest()
response = client.command(command)
print(response)