SystemEmergencyZonesGetRequest
Bases: OCIRequest
Request the system level data associated with Emergency Zones. The response is either a SystemEmergencyZonesGetResponse or an ErrorResponse.
Attributes:Source code in
src/mercury_ocip/commands/commands.py
Responses
Bases: OCIDataResponse
Response to SystemEmergencyZonesGetRequest.
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 SystemEmergencyZonesGetRequest
client = Client()
command = SystemEmergencyZonesGetRequest()
response = client.command(command)
print(response)