disasterrecovery.pause_local_arbitrator
Operation: POST /dataservice/disasterrecovery/pauseLocalArbitrator
Pause DR for Local Arbitrator
def pause_local_arbitrator() -> Any: ...
Example:
from catalyswan.core import create_client
url = "example.com"
username = "admin"
password = "password123"
with create_client(
url=url, username=username, password=password
) as client:
client.disasterrecovery.pause_local_arbitrator.pause_local_arbitrator()