Policies

Policies are license keys that enable you to use an application.

Types of policies

Each policy contains specific policy information and an authentication key. Silk Meter-controlled applications may have the following policy types:

 

Policy usage restrictions and bindings

Application usage can be controlled via Silk Meter policy properties:

product

Product name with which the policy is associated. A product name is required to form a valid policy.

Required

version

Version number of the product that you are licensing. This is required to form a valid policy.

Required

key

Hash value to protect the policy against manipulation.

Required

licenses

The number of concurrent product licenses or the number of licensed virtual users, depending upon the product being licensed.

Optional

hostname

Restricts the policy to the specified machine name.

Optional

serverid

Restricts the policy to the specified MAC address of the machine.

Optional

timeframe

The time period for which the policy is valid.

Optional

allow_older_versions

When set to true, requests for older versions of this policy are authenticated.

Optional

Sample policy

license ( segue, SamplePolicy )

{

product = SilkPerformerMMC;

version = 15.5;

key = e6ec7d074cc96208d37d5e9574641729;

licenses = 1;

serverid = 00FEAB3412A1;

timeframe = (10/01/2015 to 11/25/2015);

allow_older_versions = false;

allow_standalone = true;

}