Hello Community,
Happy Friday, wherever you are!
We'd like to inform you of an ongoing incident that we are investigating where claiming serial numbers and licenses into Dashboard fails with an error message.
We are keeping status.meraki.com updated as we continue our remediation work, but in the meantime if you have urgent requirements to claim a unit/license, please attempt to use the API.
A sample code you can use is:
curl -L --request POST \
--url https://api.meraki.com/api/v1/organizations/{organizationId}/inventory/claim \
--header 'Authorization: Bearer apikey' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--data '{
"orders": [],
"serials": [ "XXXX-XXXX-XXXX" ],
"licenses": []
}'
Please ensure you replace {organizationId} with the Org Id specific to your org, and then insert the correct list of serial numbers in the "serials": line.
Many thanks for your patience!
Giac
Please keep in mind that what I post here is my personal knowledge and opinion. Don't take anything I say for the Holy Grail, but try and see!
Appreciate who helps and be respectful of every opinion and every solution offered.
Share the love, especially the Meraki one!