Retrieves information about an existing address object.

Basic Parameters

ParameterDescription
NameThe name of the resource.

Advanced 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": "1",
              "@total-count": "1",
              "entry": [
                  {
                      "@location": "vsys",
                      "@name": "fqdn1",
                      "@vsys": "vsys1",
                      "fqdn": "www.test.com"
                  }
              ]
          }
      }

Workflow Library Example

Get Address Object with Palo Alto Firewall and Send Results Via Email

Preview this Workflow on desktop