Skip to content

Commit 476827e

Browse files
author
vprusakovs
committed
README.rst
1 parent aa20d05 commit 476827e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ The objects implemented in `FortigateAPI`_.
3939
To get an idea of the objects, change *hostname* in the following URLs and
4040
look it in Fortigate web management interface.
4141
The first URL is for the Web GUI, the second one is for the REST API.
42+
(Access to any other objects is available via `Fortigate`_)
4243

4344
=================== ================================================================================
4445
Object GUI and REST API URL to the object, FortiOS v6.4
@@ -82,7 +83,6 @@ FortigateAPI
8283
Set of methods for working with the most commonly used `Objects`_.
8384
Code usage examples in *./examples/examples.py*
8485

85-
8686
=============== ======= ============================================================================
8787
Parameter Type Description
8888
=============== ======= ============================================================================
@@ -268,6 +268,7 @@ AddressGroup
268268
------------
269269
FortiOS v6.4 data example `./examples/yml/address_group.yml`_
270270

271+
271272
create(data)
272273
............
273274
**FortigateAPI.address_group.create(data)**
@@ -809,6 +810,7 @@ Examples - Policy
809810
810811
fgt.logout()
811812
813+
812814
Examples - Policy extended filter
813815
.................................
814816
- Gets the rules where source prefix is equals 127.0.1.0/30
@@ -993,6 +995,7 @@ uid *str* Name of the snmp-community-object, taken from the `uid`
993995
Return
994996
Session response. *<Response [200]>* Object successfully updated, *<Response [404]>* Object has not been updated
995997

998+
996999
VirtualIP
9971000
---------
9981001
**VirtualIP** object has the same parameters and methods as `Address`_

0 commit comments

Comments
 (0)