Moving licensing using POSTMAN API

Abhishek_1988
Just browsing

Moving licensing using POSTMAN API

Hi All, I am having issue while i am trying to move license from one Org to different ord. I am having org level of access and able to run other commands like get ID and org id and network details. But while i am running this i am facing error "404 not found".

we are using coterm licensing method in our environment. Can anybody suggest what is the issue here.

 

 

 

{{baseUrl}}/organizations/:organizationId/coterm/licenses/moveSeats?destOrganizationId=xxxx&licenseId=xxxxxx&seatCount=1

9 Replies 9
alemabrahao
Kind of a big deal
Kind of a big deal

You say you have organizational-level access, but is it read-only or full access?

 

If it's read-only, you'll be able to perform a get, but something that requires modification won't be possible.

I am not a Cisco Meraki employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.
Abhishek_1988
Just browsing

Hi @alemabrahao  thanks for replying , i have a full write access organization wide.

 

Mloraditch
Kind of a big deal
Kind of a big deal

That API is only for systems manager. Is that what you are moving?

 

https://developer.cisco.com/meraki/api-v1/move-organization-licenses-seats/

If you found this post helpful, please give it Kudos. If my answer solves your problem please click Accept as Solution so others can benefit from it.
Abhishek_1988
Just browsing

@Mloraditch  Hi there, I am trying to move device licenses from one organization to other. I have Organization wide full access for both. The link you shared is giving only seats. but here i am trying to move licenses for one device model including number of seats.

Mloraditch
Kind of a big deal
Kind of a big deal

You need to use this API for that https://developer.cisco.com/meraki/api-v1/move-organization-licenses/

If you found this post helpful, please give it Kudos. If my answer solves your problem please click Accept as Solution so others can benefit from it.
Abhishek_1988
Just browsing

i am using the same but it is giving me error that your organization do know follow per device licenses , but then i am trying using COTERM but then it is giving me same error as i mentioned above 404 not found.

 

Abhishek_1988
Just browsing

@Mloraditch  its giving me the below exact error.....

    "errors": [
        "Organization with ID xxxxxxxx does not support per-device licensing"
MRP
New here

@Abhishek_1988 is your destination Org configured as Co-term? I Don't believe you will be able to move co-term licences to a PDL Org without converting it to Co-term first.

You may need to have created the destination Org with Co-term licencing using this endpoint
https://developer.cisco.com/meraki/api-v1/create-organization/

If the destination Org already exists, but is in PDL licence you may need TAC to convert to co-term for you first before moving the licences across

alemabrahao
Kind of a big deal
Kind of a big deal

Once a customer converts to per-device licensing, they cannot convert back to co-termination licensing model.

 

https://documentation.meraki.com/General_Administration/Licensing/Meraki_Per-Device_Licensing_Overvi...

I am not a Cisco Meraki employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.
Get notified when there are additional replies to this discussion.