Runs a CLI command specified as XML format, and retrieves it’s output as JSON.

Parameters

ParameterDescription
CommandCLI command to run, specified in XML format.

Example Output

{
	"response": {
		"-status": "<string>",
		"result": {
			"some_keys": "some_data"
		}
	}
}

Workflow Library Example

Execute Api Command with Palo Alto Firewall and Send Results Via Email

Preview this Workflow on desktop