run_operational_mode_command
Execute operational commands on Palo Alto firewalls to retrieve system status, monitor performance, and troubleshoot network security devices.
Instructions
Run an operational mode command on the Palo Alto firewall
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Command to run |
Input Schema (JSON Schema)
{
"properties": {
"command": {
"description": "Command to run",
"type": "string"
}
},
"required": [
"command"
],
"type": "object"
}