Use the GET /license
endpoint to retrieve a license summary.
Code | Reason |
---|---|
200 | Success. |
404 | Resource not found. |
422 | Validation error(s) occurred. |
LicenseView
- PingFederate License details.
Property | Type | Description |
---|---|---|
enforcementType | string | The enforcement type is a 3-bit binary value, expressed as a decimal digit. The bits from left to right are: 1: Shutdown on expire 2: Notify on expire 4: Enforce minor version if all three enforcements are active, the enforcement type will be 7 (1 + 2 + 4); if only the first two are active, you have an enforcement type of 3 (1 + 2). |
expirationDate | string | The expiration date value from the license file (if applicable). |
gracePeriod | integer | Number of days provided as grace period, past the expiration date (if applicable). |
id | string | Unique identifier of a license. |
issueDate | string | The issue date value from the license file. |
licenseGroups | array[ConnectionGroupLicenseView] | License connection groups, if applicable. |
maxConnections | integer | Maximum number of connections that can be created under this license (if applicable). |
name | string | Name of the person the license was issued to. |
nodeLimit | integer | Maximum number of clustered nodes allowed under this license (if applicable). |
oauthEnabled | boolean | Indicates whether OAuth role is enabled for this license. |
organization | string | The organization value from the license file. |
product | string | The Ping Identity product value from the license file. |
provisioningEnabled | boolean | Indicates whether Provisioning role is enabled for this license. |
tier | string | The tier value from the license file. The possible values are FREE, PERPETUAL or SUBSCRIPTION. |
version | string | The Ping Identity product version from the license file. |
wsTrustEnabled | boolean | Indicates whether WS-Trust role is enabled for this license. |
ConnectionGroupLicenseView
- Connection group license information.
Property | Type | Description |
---|---|---|
connectionCount | integer | Maximum number of connections permitted under the group. |
endDate | string | End date for the group. |
name | string | Group name from the license file. |
startDate | string | Start date for the group. |