> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Add Address

Create a new firewall address.

## Parameters

<div className="integrations-table">
  | Parameter                   | Description                                                                                                                                    |
  | --------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
  | End IP                      | The last IP of the address' range. Required for type iprange. Must be a valid IP.                                                              |
  | Fully Qualified Domain Name | The fully qualified domain name of the address. Required for type fqdn. Must be a valid domain name.                                           |
  | Name                        | Name of new address.                                                                                                                           |
  | Start IP                    | The first IP of the address' range. Required for type iprange. Must be a valid IP.                                                             |
  | Subnet                      | Subnet for the new address.<br />Required for type ipmask.<br />Must be two valid IP addresses separated by a space, forming a IP subnet mask. |
  | Type                        | The type of address.                                                                                                                           |
  | VDOM                        | VDOM in which the new address will be created.                                                                                                 |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/add-address-with-fortigate-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/add-address-with-fortigate-and-send-results-via-email/canvas" />
</div>
