@@ -39,6 +39,7 @@ The objects implemented in `FortigateAPI`_.
3939To get an idea of the objects, change *hostname * in the following URLs and
4040look it in Fortigate web management interface.
4141The 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=================== ================================================================================
4445Object GUI and REST API URL to the object, FortiOS v6.4
@@ -82,7 +83,6 @@ FortigateAPI
8283Set of methods for working with the most commonly used `Objects `_.
8384Code usage examples in *./examples/examples.py *
8485
85-
8686=============== ======= ============================================================================
8787Parameter Type Description
8888=============== ======= ============================================================================
@@ -268,6 +268,7 @@ AddressGroup
268268------------
269269FortiOS v6.4 data example `./examples/yml/address_group.yml `_
270270
271+
271272create(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`
993995Return
994996 Session response. *<Response [200]> * Object successfully updated, *<Response [404]> * Object has not been updated
995997
998+
996999VirtualIP
9971000---------
9981001**VirtualIP ** object has the same parameters and methods as `Address `_
0 commit comments