Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
add support for tenant level API calls for mtt aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilkp93 committed Oct 31, 2024
1 parent 9dfe58d commit da44485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalystwan/api/mtt_aaa_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def get_radius(self) -> TenantRadiusServer:
logger.debug("Retrieving RADIUS server configuration.")
data = self.session.get_data(self.url_path)
return create_dataclass(TenantRadiusServer, data)


class TenantTacacsAPI:
"""
Expand Down

0 comments on commit da44485

Please sign in to comment.