An open API service indexing awesome lists of open source software.

https://github.com/cdot65/pan-scm-cli

CLI application for Palo Alto Networks Strata Cloud Manager
https://github.com/cdot65/pan-scm-cli

cli-app network-automation paloaltonetworks python-sdk stratacloudmanager

Last synced: 26 days ago
JSON representation

CLI application for Palo Alto Networks Strata Cloud Manager

Awesome Lists containing this project

README

          


pan-scm-cli


Command-line interface for Palo Alto Networks Strata Cloud Manager


PyPI
Python
License

---

## Install

```bash
pip install pan-scm-cli
```

## Quick Start

```bash
# configure authentication
scm context create myenv \
--client-id "app@123456.iam.panserviceaccount.com" \
--client-secret "your-secret" \
--tsg-id "123456"

# list addresses
scm show object address --folder Texas

# create an address
scm set object address --folder Texas --name webserver --ip-netmask 10.1.1.100/32

# backup to YAML
scm backup object address --folder Texas
```

## Documentation

Full documentation, CLI reference, and user guides are available at:

**[https://cdot65.github.io/pan-scm-cli/](https://cdot65.github.io/pan-scm-cli/)**

## License

Apache 2.0