skillfed

f5-icontrol-rest

F5 BIG-IP iControl REST API client

f5-icontrol-rest v1.3.13 182.4K downloads/30d#10,099 on PyPI40
Permissive license Apache License, Version 2.0 Active released

What it is and what it does

f5-icontrol-rest is a low-level Python client for the F5 BIG-IP iControl REST API. It wraps HTTP requests to BIG-IP management endpoints, allowing you to query and configure network devices programmatically through REST calls. The library provides an iControlRESTSession class that handles authentication and request formatting to interact with BIG-IP resources like NATs, pools, and virtual servers.

However, this package is archived and no longer maintained. The project's own documentation explicitly recommends using the F5 SDK instead for new work. The last release was in 2019, and while the repository shows recent commit activity, the package itself receives no active development. Installation carries high friction because you are adopting an unmaintained dependency for a critical infrastructure tool.

Use it for:

  • Legacy automation scripts that already depend on this library and cannot be migrated to the F5 SDK
  • Read-only queries against BIG-IP devices in environments where the F5 SDK is not available
  • Reverse-engineering or understanding how the iControl REST API works at the HTTP level
  • Maintaining existing infrastructure code that predates the F5 SDK recommendation

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

A REST API client library for interacting with F5 BIG-IP iControl REST endpoints from Python code.

No. The package is archived and explicitly superseded by the F5 SDK. Unless you are maintaining legacy code that already uses it, you should use the F5 SDK instead. The lack of maintenance since 2019 means bugs and compatibility issues will not be fixed, and there is no path forward for new features or Python version support.

Install

f5-icontrol-rest on PyPI

pip

pip install f5-icontrol-rest

uv

uv add f5-icontrol-rest

poetry

poetry add f5-icontrol-rest

Installing f5-icontrol-rest

Before you install

High install friction due to the package being archived and no longer maintained since 2019. The description explicitly directs users to the F5 SDK instead. No runtime dependencies, but the lack of active maintenance is a significant concern for new projects.

License in practice

Licensed under Apache License, Version 2.0 (permissive). You may use, modify, and distribute the package freely provided you include the license notice and disclaim warranties.

Quickstart

pip install f5-icontrol-rest

from icontrol.session import iControlRESTSession
icr_session = iControlRESTSession('myuser', 'mypass')
icr_session.get('https://bigip.example.com/mgmt/tm/ltm/nat', name='mynat', partition='Common')

Requires network access to a BIG-IP device with iControl REST API enabled; no Python version guarantee due to unmaintained status.

Verify before relying

  • Whether this package works with current BIG-IP API versions despite being unmaintained since 2019
  • Compatibility with modern Python versions (python_support unspecified in metadata)
  • Whether the F5 SDK mentioned in the description is a direct replacement or requires code changes

Package facts

License Apache License, Version 2.0 (permissive)
Python support not specified
Install friction high — source build required
Runtime dependencies none
Maintenance actively maintained — 2,683 days since the last release
Last repo commit
First released
Downloads 182,432/month — #10,099 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: f5-icontrol-rest-1.3.13.tar.gz

Keywords: F5, icontrol, rest, api, bigip

Development Status :: 5 - Production/StableIntended Audience :: System AdministratorsLicense :: OSI Approved :: Apache Software LicenseOperating System :: OS IndependentProgramming Language :: Python

Tags

F5 BIG-IP REST API clientiControl REST Python libraryF5 device automationBIG-IP REST API wrapperiControl session managementF5 network device controlREST API client F5
archiveddeprecatedf5-networks

More Internet packages