Get Address Object
Retrieves information about an existing address object.
Basic Parameters
Parameter | Description |
---|---|
Name | The name of the resource. |
Advanced Parameters
Parameter | Description |
---|---|
Location | The type of location to access. |
Virtual System | Which 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