Skip to main content

Add Address

Create a new firewall address.

Parameters

ParameterDescription
End IPThe last IP of the address' range. Required for type iprange. Must be a valid IP.
Fully Qualified Domain NameThe fully qualified domain name of the address. Required for type fqdn. Must be a valid domain name.
NameName of new address.
Start IPThe first IP of the address' range. Required for type iprange. Must be a valid IP.
SubnetSubnet for the new address.
Required for type ipmask.
Must be two valid IP addresses seperated by a space, forming a IP subnet mask.
TypeThe type of address.
VDOMVDOM in which the new address will be created.

Example Output

{
"http_method": "POST",
"revision": "d26f32c8da2ba413b696806452f57948",
"revision_changed": true,
"old_revision": "27530f0f8f4b8ea326dba361e417441f",
"mkey": "test_address",
"status": "success",
"http_status": 200,
"vdom": "root",
"path": "firewall",
"name": "address",
"serial": "FGTAWSXPBFVXR3D7",
"version": "v6.4.11",
"build": 2030
}

Workflow Library Example

Add Address with Fortigate and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop