cancel
Showing results for 
Search instead for 
Did you mean: 

Updating AP firmware through API

Updating AP firmware through API

BM
New Contributor

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:

 https://extremecloudiq.com/api-docs/api-reference.html#_push_configuration_and_upgrade_firmware_to_d...

 

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?

 

 

2 REPLIES 2

Paul_Wang
Extreme Employee

 

@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.

BM
New Contributor

Experts, come in please 😄

GTM-P2G8KFN