Hello community!
I'm working on a script that manages the DHCP settings on MX Static Routes. The configuration in the dashboard includes many settings:

However, the API endpoints for Appliance Static Routes only include the last two items:
- fixedIpAssignments
- reservedIpRanges
https://developer.cisco.com/meraki/api-v1/update-network-appliance-static-route/

So I'm missing most DHCP settings:
- DHCP handling (Run a DHCP Server/Do not respond to DHCP requests)
- DHCP Lease time
- DNS nameservers and list of custom servers
- DHCP Boot options mode, server and filename
- DHCP options
I've been looking through other appliance API endpoints, but didn't find any that include these settings for Static Routes. The VLANs API endpoints, both for appliance and switches, do include all the DHCP settings, but for MX Static Routes these seem to be missing...?
So my questions are:
- Is there an API endpoint that allows me to control all DHCP settings for MX Static Routes (like there is for VLANs)?
- If not, is completing the Static Routes API endpoints with all DHCP settings on the roadmap?
Many thanks!
Ron