cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4632
Views
0
Helpful
9
Replies

Moving licensing using POSTMAN API

Abhishek_1988
Community Member

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

aleabrahao
Meraki Community All-Star
Meraki Community All-Star

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

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

mloraditch
Meraki Community All-Star
Meraki Community All-Star

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 a thumbs up. If my answer solves your problem please click Accept as Solution so others can benefit from it.

Abhishek_1988
Community Member

@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
Meraki Community All-Star
Meraki Community All-Star

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 a thumbs up. If my answer solves your problem please click Accept as Solution so others can benefit from it.

Abhishek_1988
Community Member

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
Community Member

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

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

MRP1
Community Member

@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

aleabrahao
Meraki Community All-Star
Meraki Community All-Star

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_Overview/Meraki_Per-Device_Licensing_-_Configuration

I am not a Cisco 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.