_CLIENT_CONFIG = { 'api': { 'base_endpoint': 'power', 'version': '_VERSION' }, 'config_check': { 'cycles': 4 }, 'dryrun': True, 'retry': { 'attempts': 6, 'seconds': { 'healthy': 60, 'unhealthy': 15 } }, 'server': { 'address': '10.200.254.237', 'port': '5000' } }