Skip to main content
Glama

Palo Alto Networks MCP Server Suite

by packetracer

multi_move_clone_configuration

Move or clone multiple firewall configurations to new locations in Palo Alto Networks environments to manage security policies and system settings.

Instructions

Multi-Move or Multi-Clone the configuration of the Palo Alto firewall

Input Schema

NameRequiredDescriptionDefault
config_pathsYesPaths to the configurations to move or clone
new_locationYesNew location for the configurations
actionYesAction to perform

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Action to perform", "enum": [ "move", "clone" ], "type": "string" }, "config_paths": { "description": "Paths to the configurations to move or clone", "items": { "type": "string" }, "type": "array" }, "new_location": { "description": "New location for the configurations", "type": "string" } }, "required": [ "config_paths", "new_location", "action" ], "type": "object" }

Other Tools from Palo Alto Networks MCP Server Suite

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/packetracer/mcpserver'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server