Hello All,
When attempting to utilize the organizations/{{orgId}}/switch/devices/clone api call with Meraki Action Batche, an error message is thrown, indicating that this combination is not supported:
{
"errors": [
"organizations/XXXXXXXXX/switch/devices/clone does not support Action Batches."
]
}
Here is the action batch body :
{
"confirmed": false,
"synchronous": true,
"actions": [ {
"resource": "organizations/{{organizationId}}/switch/devices/clone",
"operation": "update",
"body": {
"sourceSerial": "XXXX-XXXX-XXXX",
"targetSerials": [
"{{SN1}}"
]
}
}
]
}
I'm wondering if there is any workaround?