| 1 | // SPDX-License-Identifier: GPL-3.0-or-later |
| 2 | |
| 3 | package panos |
| 4 | |
| 5 | const ( |
| 6 | systemInfoCommand = "<show><system><info></info></system></show>" |
| 7 | haStateCommand = "<show><high-availability><state></state></high-availability></show>" |
| 8 | environmentCommand = "<show><system><environmentals></environmentals></system></show>" |
| 9 | licenseInfoCommand = "<request><license><info></info></license></request>" |
| 10 | ipsecSACommand = "<show><vpn><ipsec-sa></ipsec-sa></vpn></show>" |
| 11 | ) |