diff --git a/aos/blueprint.py b/aos/blueprint.py index d367f48..06db22d 100644 --- a/aos/blueprint.py +++ b/aos/blueprint.py @@ -972,7 +972,7 @@ def get_all_tor_nodes(self, bp_id): def create_switch_system_links(self, bp_id: str, data: dict): uri = f"/api/blueprints/{bp_id}/switch-system-links" - self.rest.json_resp_post(uri, data=data) + return self.rest.json_resp_post(uri, data=data) def get_cabling_map(self, bp_id: str) -> Dict: """