Port details |
- py-fireREST Interface with Cisco Firepower Management Center
- 1.1.0 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: 2024-04-05 00:43:45
- Commit Hash: 1d6e98e0
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-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 py39-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 py39-fireREST listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-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:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- py39-pytest-runner>0 : devel/py-pytest-runner@py39
- py39-pytest>0 : devel/py-pytest@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-packaging>0 : devel/py-packaging@py39
- py39-requests>0 : www/py-requests@py39
- py39-retry2>0 : devel/py-retry2@py39
- py39-simplejson>0 : devel/py-simplejson@py39
- py39-urllib3>0 : net/py-urllib3@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- 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:
|