Environment VariablesΒΆ

The following env vars are supported for ease of use:

  • AXL_USERNAME
  • AXL_PASSWORD
  • AXL_FQDN
  • AXL_WSDL_URL

This allows for simplified usage in single-integration scenarios:

UCMAXLConnector()

Alternatively, axl-related variables can be supplied directly to UCMAXLConnector():

UCMAXLConnector(username='axl', password='password', fqdn='192.168.99.99')