Retrieve the information of an address group.

Parameters

ParameterDescription
Group NameName of group to get.

Example Output

{
	"http_method": "GET",
	"revision": "6bbe6e85fe30d282c07edec9b62aa25f",
	"results": [
		{
			"name": "test_address_group",
			"q_origin_key": "test_address_group",
			"type": "default",
			"uuid": "b883cdc2-63f9-51ed-f5c2-8496232a46a2",
			"member": [
				{
					"name": "test_address",
					"q_origin_key": "test_address"
				},
				{
					"name": "test_address2",
					"q_origin_key": "test_address2"
				}
			],
			"comment": "",
			"exclude": "disable",
			"exclude-member": [],
			"color": 0,
			"tagging": [],
			"allow-routing": "disable",
			"fabric-object": "disable"
		}
	],
	"vdom": "root",
	"path": "firewall",
	"name": "addrgrp",
	"mkey": "test_address_group",
	"status": "success",
	"http_status": 200,
	"serial": "FGTAWSXPBFVXR3D7",
	"version": "v6.4.11",
	"build": 2030
}

Workflow Library Example

Get Address Group with Fortigate and Send Results Via Email

Preview this Workflow on desktop