=============================================== disasterrecovery.update_dr_config_on_arbitrator =============================================== Operation: POST /dataservice/disasterrecovery/updateDRConfigOnArbitrator ------------------------------------------------------------------------ Update arbitrator with primary and secondary states cluster .. code:: python def post() -> Any: ... Example: ^^^^^^^^ .. code:: python 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.update_dr_config_on_arbitrator.post()