- URL:https://<root>/orgs/<orgID>/license
- Operations:Validate License, Import License, Update License Manager, Export Geodatabase License
- Required Capability:Default administrator role | Manage Licenses
- Version Introduced:10.9
Description
The license resource returns high-level licensing details, such as the total number of registered members that can be added, the current number of members in the organization, and license manager information. This resource also provides access to various operations that allow you to manage the ArcGIS Enterprise portal licenses and capabilities for your organization.
Note:
The ArcGIS Enterprise portal enforces user type licensing. Members are assigned a user type, which determines the privileges that can be granted to the member through a role. Each user type may include access to specific apps. Additionally, members can be assigned add-on applications and user type extensions.
Request parameters
Parameter | Details |
---|---|
f | The response format. The default response format is html. Values: html | json | pjson |
Example usage
The following is a sample request URL used to access the licenses resource:
https://organization.domain.com/context/admin/orgs/0123456789ABCDEF/license?f=pjson
JSON Response example
{
"licenseManagerInfo": {
"hostname": "",
"port": 0
},
"extensions": [],
"capabilities": {
"features": [
{
"displayName": "ArcGIS GIS Server Advanced",
"isValid": true,
"name": "esriServerLicenseAdvanced",
"expiration": 1666137600000,
"canExpire": true,
"coreCount": 4,
"version": "11.0"
},
{
"displayName": "Enterprise Geodatabase Support",
"isValid": true,
"name": "esriServerSDEEnterprise",
"expiration": 1666137600000,
"canExpire": true,
"coreCount": 0,
"version": "11.0"
},
{
"displayName": "ArcGIS Server Enterprise",
"isValid": true,
"name": "esriServerEnterprise",
"expiration": 1666137600000,
"canExpire": true,
"coreCount": 0,
"version": "11.0"
},
{
"displayName": "ArcGIS Network Analyst",
"isValid": true,
"name": "esriServerNetwork",
"expiration": 1666137600000,
"canExpire": true,
"coreCount": 0,
"version": "11.0"
}
],
"extensions": [
{
"name": "schematicssvr",
"expiration": 1666137600000,
"canExpire": true,
"version": "11.0"
},
{
"name": "geostatserver",
"expiration": 1666137600000,
"canExpire": true,
"version": "11.0"
},
{
"name": "networkserver",
"expiration": 1666137600000,
"canExpire": true,
"version": "11.0"
},
{
"name": "3dserver",
"expiration": 1666137600000,
"canExpire": true,
"version": "11.0"
},
{
"name": "spatialserver",
"expiration": 1666137600000,
"canExpire": true,
"version": "11.0"
}
],
"level": {
"name": "svrenterprise",
"expiration": 1666137600000,
"canExpire": true,
"version": "11.0"
},
"edition": {
"featureName": "esriServerLicenseAdvanced",
"name": "svradvanced",
"expiration": 1666137600000,
"canExpire": true,
"version": "11.0"
},
"datafeature": {
"ecpCode": "ecp644564588",
"name": "arcsdeserver",
"checksum": "2KYTYXLL4004P00DF157",
"expiration": 1666137600000,
"canExpire": true,
"version": "11.0"
}
},
"maximumRegisteredMembers": 400,
"appBundles": [],
"portalCapabilities": [],
"userTypes": [
{
"maximumRegisteredMembers": 200,
"expiration": 1666224000000,
"id": "creatorUT",
"currentRegisteredMembers": 1
},
{
"maximumRegisteredMembers": 200,
"expiration": 1666224000000,
"id": "viewerUT",
"currentRegisteredMembers": 0
}
],
"currentRegisteredMembers": 1,
"version": "11.0",
"apps": []
}