Definitions in JSON Format

When you provide an input file that contains reservation definitions, the file contents must be in JSON format. The reservation entries for a given reservation (identified by a hostid) use the following format:

{ "name" : "groupName", "reservations" :

  [
    { "hostId": { "value" : "hostid", "type" : "hostidType" },
      "reservationEntries": [
        { "featureName": "name", "featureVersion": "version", "featureCount": count },
        { "featureName": "name", "featureVersion": "version", "featureCount": count } ]},

Then “name” field is optional. If omitted, the license server simply generates the group ID.