Skip to content

License Validation

Daniel Odievich edited this page Mar 21, 2020 · 7 revisions

Validation Process

AppDynamics DEXTER includes a license file called LicensedFeatures.json. It looks like that:

{
  "Signature": "qul0RySU...<snip>...==",
  "LicensedFeatures": {
    "ExpirationDateTime": "2031-01-01T00:00:00Z",
    "ApplicationSummary": false,
    "Configuration": true,
    "Dashboards": true,
    "DetectedEntities": true,
    "EntityDashboards": true,
    "EntityDetails": true,
    "EntityMetricGraphs": true,
    "EntityMetrics": true,
    "Events": true,
    "FlameGraphs": true,
    "HealthCheck": false,
    "Licenses": false,
    "Snapshots": true,
    "UsersGroupsRolesPermissions": true
  }
}

The entitlement parameters map to the contents of Output section in Job File.

The file also contains the expiration date. Default expiration is end of 2030.

The default entitlements give access to all the reports except for Health Check and Licenses.

To get the license for things like Health Check and Licenses, contact AppDynamics Professional Services via Getting Support

Clone this wiki locally