-
see https://github.com/CactuseSecurity/FWO_private/blob/main/dev-infos/fortimanager_hitcount.md
1. "url":"sys/hitcount", "data":{"adom":adomName,'adom_oid':4966,'pkg_oid':4163}
After this task…
-
Hi,
The last time I ran a playbook and it failed I noticed that the session was left hanging on the fortimanager GUI. The session was idle there for, at least, 10m and then I deleted it manually.
…
Alcap updated
4 years ago
-
https://github.com/fortinet-fortisoar/solution-pack-fortimanager-ztp-framework/blob/a986b3f0defa2419e956edb85c3f92620c5a23dc/playbooks/10%20-%20SP%20-%20FortiManager%20ZTP%20Flow%20-%20FortiManager(FM…
-
Fortimanager
`
6.4.10
`
Ansible Version
```
ansible [core 2.14.15]
config file = None
configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modul…
-
here is a new method that could be integrated which allow to clone an adom into a new one
`def clone_adom(self, name): `
` """`
` clone existing adom from the FortiManager into a ne…
-
I have encountered a potential gap in the available resources. It appears that there is no API or Terraform resource available for manipulating "Template Groups" that are under "Provisioning Templates…
-
In order to get/set device configuration it is possible from the fortimanager to request the device in 2 ways:
as of done today in this code, by using /sys/proxy/json and passing the url of fortiga…
-
We use the module Module fmgr_fwobj_address
this module works properly before the upgrade, it sends to fortimanager the visibility parameter
{
"method": "add",
"params": [
{
"url": "/pm…
-
If API call returns 0, changed is automatically set to True. This means that running a playbook twice will always show 2 changes.
```
FMGR_RC = {
"fmgr_return_codes": {
0: {
…
-
This is to add a toggle to return all the metadata fields with a device when getting the devices.
```
def get_devices(self, metadata=False):
"""
:return: returns list of devic…