scm_update_folder
Modify an existing folder's name or description in Palo Alto Networks Strata Cloud Manager by providing the folder ID and updated information.
Instructions
Update an existing folder.
Fetch the folder first, modify the returned object, then pass it to this tool. At least one of name or description must be provided.
Args: folder_id: UUID of the folder to update. name: New name for the folder (optional). description: New description (optional). tsg_id: Optional TSG ID or named alias. Defaults to SCM_TSG_ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | ||
| name | No | ||
| description | No | ||
| tsg_id | No |