dashboard.organizations.claimIntoOrganizationInventory - No longer working?

Heef
Here to help

dashboard.organizations.claimIntoOrganizationInventory - No longer working?

Hi -- When trying to claim a device into the organization inventory, we receive:

 

 meraki.exceptions.APIError: organizations, claimIntoOrganizationInventory - 400 Bad Request, {'errors': ['Device not found']}

 

Is this endpoint currently down?

 

I am able to claim it through the dashboard fine.

 

I've tried the following ways...

 

serial_claim = ["123-456-789"]

dashboard.organizations.claimIntoOrganizationInventory(org_id, serials=serial_claim)
dashboard.organizations.claimIntoOrganizationInventory(org_id, serial_claim)
dashboard.organizations.claimIntoOrganizationInventory(org_id, serials=["123-456-789"])
 
But all result in the same failure.
 
 
 
2 Replies 2
PhilipDAth
Kind of a big deal
Kind of a big deal

I don't know the answer.

 

I can tell you when I have experienced an issue like this that if I wait another 2 hours it often works again.

sungod
Kind of a big deal

The first and third look ok, the middle one is no good as the serial numbers aren't a positional parameter, they're a keyword argument.

 

Any chance you fell foul of the special rate limit on the endpoint? "This operation can be used up to ten times within a single five minute window."

 
Otherwise, maybe it's just another transient weirdness 😀
Get notified when there are additional replies to this discussion.