scm_commit
Commit and push staged configuration changes to managed firewalls. Use this tool to apply pending modifications from specified folders to Palo Alto Networks devices.
Instructions
Commit pending configuration changes and push to devices.
This pushes staged changes in the specified folders to the managed firewalls. The operation is asynchronous — use sync=True to wait for completion (up to timeout seconds) or sync=False to get a job ID immediately.
Args: folders: List of folder names whose changes should be committed (e.g. ['Texas', 'California']). description: Optional commit description shown in the audit log. sync: Wait for the commit job to complete before returning (default True). timeout: Seconds to wait when sync=True (default 300). tsg_id: Optional TSG ID or named alias. Defaults to SCM_TSG_ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folders | Yes | ||
| description | No | ||
| sync | No | ||
| timeout | No | ||
| tsg_id | No |