01-19-2023 06:04 AM
Hi all,
I am trying to create a script which will update the AP's to the latest firmware using the API. For a reference please see this article:
The body I send:
$body = '{
"devices": {
"ids" : [' + $idsToUpdateString + ' ]
},
"policy": {
"enable_complete_configuration_update": false,
"firmware_upgrade_policy": {
"enable_enforce_upgrade": true,
"enable_distributed_upgrade": true
},
"firmware_activate_option": {
"enable_activate_at_next_reboot": false,
"activation_delay_seconds": 30,
"activation_time": 0
}
}
}'
But if I send this request, the AP will start rebooting but never updating the firmware (10.5.x).
So fact: the request is accepted by the XIQ. Maybe I overlooked something and I have questions about where to define something about firmware versions?
01-30-2023 03:28 AM
@BM , I could reproduce the same. This appears to be a defect or something that needs to be investigated by engineering. I would suggest you reach out to Extreme GTAC and raise a support case for this issue.
01-23-2023 05:02 AM
Experts, come in please 😄