blob: 54c718911d71c877d3b7221bfb727d8036317ea2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
=head1 NAME
fapi - A humble command line tool to manage F5 BigIP loadbalancers
This is a simple command line client to do basic stuff with the iControl F5 API
such as:
Managing Nodes
Managing Monitors
Managing Pools
Managing Virtual Servers
=head1 Synopsis
Just run
fapi -h
or
f -h
because it's shorter to type.
=head1 Requirement of bigsuds
This tool depends on bigsuds. Please install this library from F5 dev central
manually. Otherwise this script will not work.
=head1 iControl reference
L<https://devcentral.f5.com/wiki/icontrol.apireference.ashx>
=head1 Project Homepage
See L<http://fapi.buetow.org>
=head1 AUTHOR
Paul C. Buetow - <paul@buetow.org>
=cut
|