Prompt file imported from CiscoDevNet/devnet-content-search-mcp (
.github/prompts/meraki_scheduled_framework_update_python.prompt.md). Copyright stays with the author.
Schedule Framework Upgrade for Meraki Network (Python SDK)
Objective
Automate the scheduling of a framework upgrade for a Meraki network using the official Meraki Python SDK.
Instructions
- Allow users to specify the following inputs:
- Network ID
- Firmware version ID
- Scheduled time for the upgrade (in ISO-8601 format).
- Use the
createNetworkFirmwareUpgradesStagedEventAPI endpoint to schedule the upgrade. - Validate the inputs and handle errors gracefully.
- Output a confirmation message with the details of the scheduled upgrade.
Output
- Confirmation message with scheduled upgrade details
- Include: network ID, firmware version, scheduled time, event ID