Skip to main content

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.

Retrieves all available address objects.

Parameters

ParameterDescription
LocationThe type of location to access.
Virtual SystemWhich virtual system or device group to access.

Example Output

{
	"@code": "19",
	"@status": "success",
	"result": {
		"@count": "3",
		"@total-count": "3",
		"entry": [
			{
				"@location": "vsys",
				"@name": "fqdn1",
				"@vsys": "vsys1",
				"fqdn": "www.test.com"
			},
			{
				"@location": "vsys",
				"@name": "Peer1",
				"@vsys": "vsys1",
				"ip-netmask": "172.0.0.1/24"
			},
			{
				"@location": "vsys",
				"@name": "Peer2renamed",
				"@oldname": "Peer2",
				"@vsys": "vsys1",
				"ip-netmask": "200.0.0.1/24"
			}
		]
	}
}

Workflow Library Example

List Address Objects with Palo Alto Firewall and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop