Port details |
- py-fireREST Interface with Cisco Firepower Management Center
- 1.1.0_1 devel
=2 1.1.0Version of this port present on the latest quarterly branch. - Maintainer: dvl@FreeBSD.org
 - Port Added: 2024-02-15 17:48:09
- Last Update: 2025-03-08 04:05:21
- Commit Hash: 06a08e6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: GPLv3
- WWW:
- https://github.com/kaisero/fireREST
- Description:
- FireREST is a python library to interface with Cisco Firepower Management Center
REST API. The goal of FireREST is to provide a simple SDK to programmatically
interact with FMC.
Features
* Authentication and automatic session refresh / re-authentication
* Rate-limit detection and automatic backoff and retry behavior
* Automatic squashing of paginated api payloads
* Sanitization of api payloads for create and update operations (automatically
remove unsupported elements like links, metadata from payload)
* Detailed logging of api requests and responses
* API specific error handling using various custom exceptions for typical
errors (e.g. ResourceAlreadyExists, UnprocessAbleEntityError, ...)
* Support for resource lookup by name instead of uuid for all CRUD operations
Import api client
from fireREST import FMC
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}fireREST>0:devel/py-fireREST@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-fireREST/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-fireREST
- pkg install py311-fireREST
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-fireREST listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-fireREST
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1706649883
SHA256 (fireREST-1.1.0.tar.gz) = 24f89b1f3c269933ed33e8a859a29200220d4a3b3b109ea8b9a8f3817a32fb4b
SIZE (fireREST-1.1.0.tar.gz) = 65795
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-pytest-runner>0 : devel/py-pytest-runner@py311
- py311-pytest>0 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-packaging>0 : devel/py-packaging@py311
- py311-requests>0 : www/py-requests@py311
- py311-retry2>0 : devel/py-retry2@py311
- py311-simplejson>0 : devel/py-simplejson@py311
- py311-urllib3>0 : net/py-urllib3@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-fireREST
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.0_1 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
1.1.0 05 Apr 2024 00:43:45
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-fireREST: Clean up USES=python
USES=python means USES=python:3.8+ now.
Approved by: portmgr (blanket)
With hat: python |
1.1.0 15 Feb 2024 17:45:41
    |
Dan Langille (dvl)  |
devel/py-fireREST: Add new port
This port provides an interface to Cisco Firepower Management Center |
Number of commits found: 3
|