How to identify the level of core licensing of a particular installed ArcGIS Enterprise?

1400
6
Jump to solution
01-28-2020 05:06 PM
JamalNUMAN
Legendary Contributor

How to identify the level of core licensing of a particular installed ArcGIS Enterprise?

I couldn’t figure out how identify the level of core licensing of a particular installed ArcGIS Enterprise.

----------------------------------------
Jamal Numan
Geomolg Geoportal for Spatial Information
Ramallah, West Bank, Palestine
1 Solution

Accepted Solutions
JoshuaBixby
MVP Esteemed Contributor

Licensing information is available in the ArcGIS REST API:  Licenses—ArcGIS REST API: Administer your server | ArcGIS for Developers.  I don't think licensing information is available in Manager, but I may be wrong since I only use the REST API for administration.

View solution in original post

6 Replies
JoshuaBixby
MVP Esteemed Contributor

Licensing information is available in the ArcGIS REST API:  Licenses—ArcGIS REST API: Administer your server | ArcGIS for Developers.  I don't think licensing information is available in Manager, but I may be wrong since I only use the REST API for administration.

jill_es
Esri Contributor

Jamal, Joshua is correct - you won't find information regarding the number of cores in ArcGIS Server Manager but you will find it ArcGIS Server Admin.

JamalNUMAN
Legendary Contributor

I couldn’t figure out where can I find this information in the admin

----------------------------------------
Jamal Numan
Geomolg Geoportal for Spatial Information
Ramallah, West Bank, Palestine
jill_es
Esri Contributor

Jamal, the screenshot you provided is returning the information in the default HTML format.  For information regarding the number of cores licensed, you'll need to view the page in JSON.  You can do this by appending "?f=pjson" at the end of the URL (so instead of "https://machine.domain.com/webadaptor/admin/system/licenses" it will be "https://machine.domain.com/webadaptor/admin/system/licenses?f=pjson".

JamalNUMAN
Legendary Contributor

Many thanks Jill for the help. I could get the info I need

Best

Jamal

https://localhost:6443/arcgis/admin/system/licenses?f=pjson 

----------------------------------------
Jamal Numan
Geomolg Geoportal for Spatial Information
Ramallah, West Bank, Palestine
JoshuaBixby
MVP Esteemed Contributor

The licensing of Esri server products isn't always straightforward, and there are many legal aspects of licensing that Esri's software products do not take into account when activating/licensing the products.  For example, every ArcGIS Enterprise licenses comes with "enterprise geodatabase functionality," so what does it mean in the REST API when it says esriServerSDEEnterprise has a valid license but for 0 cores?  After all, you have to run code on something!

If your questions are focused on license compliance, focus on your architecture and what is deployed specifically and not what products are seeing/saying for their licenses.