> ## 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.

# Get Address

Get an existing firewall address.

## Parameters

<div className="integrations-table">
  | Parameter | Description                  |
  | --------- | ---------------------------- |
  | Name      | Name of the address to find. |
</div>

## Example Output

```json theme={"dark"}
{
	"http_method": "GET",
	"revision": "d213a4d03ecd737f9a9a7c5e9769f3ab",
	"results": [
		{
			"name": "test_address",
			"q_origin_key": "test_address",
			"uuid": "b8ba7a66-63f9-51ed-e56f-a23e87659c6f",
			"subnet": "10.0.0.0 255.0.0.0",
			"type": "ipmask",
			"sub-type": "sdn",
			"clearpass-spt": "unknown",
			"start-mac": "00:00:00:00:00:00",
			"end-mac": "00:00:00:00:00:00",
			"country": "",
			"cache-ttl": 0,
			"sdn": "",
			"fsso-group": [],
			"interface": "",
			"obj-type": "ip",
			"comment": "",
			"associated-interface": "",
			"color": 0,
			"filter": "",
			"sdn-addr-type": "private",
			"obj-id": "",
			"list": [],
			"tagging": [],
			"allow-routing": "disable",
			"fabric-object": "disable"
		}
	],
	"vdom": "root",
	"path": "firewall",
	"name": "address",
	"mkey": "test_address",
	"status": "success",
	"http_status": 200,
	"serial": "FGTAWSXPBFVXR3D7",
	"version": "v6.4.11",
	"build": 2030
}
```

## Workflow Library Example

[Get Address with Fortigate and Send Results Via Email](https://library.blinkops.com/workflows/get-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/get-address-with-fortigate-and-send-results-via-email/canvas" />
</div>
