diff --git a/intro-nxapi/get_sys_info_no_filter.py b/intro-nxapi/get_sys_info_no_filter.py index 4b49e3c..1630944 100755 --- a/intro-nxapi/get_sys_info_no_filter.py +++ b/intro-nxapi/get_sys_info_no_filter.py @@ -21,7 +21,7 @@ session.post(URL,json=PAYLOAD,verify=False) # Define SYS_URL variable -SYS_URL = "http://sbx-nxos-mgmt.cisco.com/api/mo/sys.json" +SYS_URL = "https://sbx-nxos-mgmt.cisco.com/api/mo/sys.json" # Obtain system information by making session.get call # then convert it to JSON format then filter to system attributes