claim_devices_into_network
Add devices to a Meraki network by specifying serial numbers. Preview changes with dry_run before claiming.
Instructions
[WRITE][risk=high] Claim devices into a network. Inverse: remove them.
Records the claimed serials so the harness can offer an undo (remove them).
Pass dry_run=True to preview.
Args:
network_id: Meraki network id to claim into.
serials: Device serials to claim.
dry_run: If True, preview without claiming.
target: Target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| dry_run | No | ||
| serials | Yes | ||
| network_id | Yes |