jconsoli / brcdapi

Brocade REST API Python driver
3 stars 2 forks source link
api brocade driver fos python rest

brcdapi

Consoli Solutions, LLC jack@consoli-solutions.com

Update 20 Oct 2024

Primary changes were to support the new chassis and report pages.

Updates 6 March 2024

Updates 04 Aug 2023

Updates 01 Jan 2023

Updates: 7 Aug 2021

Updates 14 Nov 2021

Updated 31 Dec 2021

Updated 28 Apr 2022

Description

The brcdbapi library is a driver for the FOS RESTConf API. It is intended for programmers who will be scripting in Python to interface directly to the RESTConf API in FOS in support of SAN automation applications. Since JSON is used, FOS must be at v8.2.1c or higher.

A simple copy of this folder to you Python Library Lib folder is dequate. In Unix environments, remember to set the executable attribute

See api_examples for examples on how to use this library.