Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 664 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 664 Bytes

FMC REST CLIENT

Easy to use REST Client for Firepower Management Center REST API

Features

  • Create object for FMC REST resources and perform CRUD operations
  • Maintains REST connection with FMC
  • Listing for a particular resource type supports fetching all results in single go
  • Easy to add support for new resources or url endpoints
  • Support for bulk create, leveraging FMC REST API where available or support in client
  • Iterator for list operation

Enhancements in future

  • Get by name

How to use this library

Get this library from PyPI using 'pip install fmc_rest_client'. Refer How To for further details on using this library.