-
Notifications
You must be signed in to change notification settings - Fork 48
License Validation
Daniel Odievich edited this page Apr 8, 2020
·
7 revisions
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 contains the expiration date. Default expiration is set at the end of 2030.
License file is signed with a private key and the signature checked with the public key in the AppDynamics.DEXTER.public.cer
file.
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 who will issue the right LicensedFeatures.json
to you. Replace the one in the executable folder with the new file and you will be all set.
- Home
- Getting Started Walkthrough
- Run
-
Excel Reports
- Detected APM Entities
- Detected SIM Entities
- Detected DB Entities
- Detected WEB Entities
- Detected MOBILE Entities
- Detected BIQ Entities
- Entity Metrics
- Entity Metric Graphs
- Registered APM Metrics
- Entity Flowmaps
- Configuration
- Events and Health Rule Violations
- Entity Details
- Snapshots
- Snapshot Method Calls
- Individual Snapshot
- Users and Permissions
- Dashboards
- Health Check
- PowerBI Reports
- Tableau Reports
- Browser Reports