F5 Python SDK Documentation

F5 Python SDK Documentation

Release 0.1.1a1 F5 Networks

February 21, 2016

Contents

1 Introduction

1

1.1 Submodules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1

1.1.1 bigip . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1

2 Installation

3

3 Usage

5

4 SDK Contents

7

4.1 f5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7

4.1.1 f5 package . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7

Subpackages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7

Submodules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34

f5.conftest module . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34

Module contents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34

5 Contact

35

6 Copyright

37

7 Support

39

8 License

41

8.1 Apache V2.0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41

8.2 Contributor License Agreement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41

Python Module Index

43

i

ii

CHAPTER 1 Introduction

This project implements an SDK for the iControl REST interface for the BigIP. Users of this library can create, edit, update, and delete configuration objects on a BigIP device.

1.1 Submodules

1.1.1 bigip

Python API for configuring objects on a BIG-IP device and gathering information from the device via the REST API.

1

F5 Python SDK Documentation, Release 0.1.1a1

2

Chapter 1. Introduction

CHAPTER 2 Installation

$> pip install f5-sdk NOTE: If you are using a pre-release version you must use the --pre option with the pip command.

3

F5 Python SDK Documentation, Release 0.1.1a1

4

Chapter 2. Installation

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download