Sha256: 95bf772bb029fa14905b55299cb91c094f067ff0c53fc43dc0672cb63f6482fa

Contents?: true

Size: 598 Bytes

Versions: 5

Compression:

Stored size: 598 Bytes

Contents

# PanOS API

Backup Palo Alto XML configuration via the HTTP API. Works for PanOS and Panorama.

Logs in using username and password and fetches an API key.

## Requirements

- Create a user with a `Superuser (read-only)` admin role in Panorama or PanOS
- Make sure the `nokogiri` gem is installed with your oxidized host

## Configuration

Make sure the following is configured in the oxidized config:

```yaml
# allow ssl host name verification
resolve_dns: false
input:
  default: ssh, http
  http:
    secure: true
    ssl_verify: true

# model specific configuration
#model:
#  panos_api:
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
oxidized-0.31.0 docs/Model-Notes/PanOS_API.md
oxidized-0.30.1 docs/Model-Notes/PanOS_API.md
oxidized-0.30.0 docs/Model-Notes/PanOS_API.md
oxidized-0.29.1 docs/Model-Notes/PanOS_API.md
oxidized-0.29.0 docs/Model-Notes/PanOS_API.md