# How Epiphany Interacts With the Palo Alto API/Console

## Panorama

#### API Call: GET Managed Device Configurations:

{% hint style="info" %}
Note that Epiphany leverages the 'Pano' Python library for its API calls.
{% endhint %}

```
GET https://<base_url>/api/?type=config&action=get&xpath=/config/devices
```

#### Manual Console Collection:

* Log into the Panorama web console.
* Select the **Panorama** tab, on the left menu, select **Setup,** and then select the **Operations** tab.

![](/files/QS20i21xutU0YW0WDbVR)

* On the **Operations** tab, select **Export Panorama and devices config bundle**.

![](/files/VVYFPNMH48RvUvDGjTRq)

* This will export a compressed .tgz file that can be submitted to the Epiphany via secure methods. Please review the ***PAN-OS and Panorama Manual Collection*** for SSH submission to the EIP collector.

This will export a compressed .tgz file that can be submitted to Epiphany via secure methods. Please review the section [*PAN-OS and Panorama SSH/Manual Collection*](/technical-documentation/data-sources-early-access/palo-alto-pan-os-and-panorama/pan-os-and-panorama-ssh-manual-collection.md) for information on SSH submission to the Epiphany collector.

## PAN-OS

#### API call via Panos Python:

```
fw.op('show config running',xml=True)
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.reveald.com/technical-documentation/data-sources-early-access/palo-alto-pan-os-and-panorama/how-epiphany-interacts-with-the-palo-alto-api-console.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
