LicensingInfo
License Info operations
Example LicenseInfo object:
{
    "AllocatedUsers": "int",
    "MachineKey": "string"
}
GET /LicensingInfo Licensing Info about the execution manager
Currently only used to add execution server's machine to license.

Parameters

/LicensingInfo

Returns

LicenseInfo object containing number of allocated users and the MachineKey
Example:
{
    "AllocatedUsers": "int",
    "MachineKey": "string"
}
HTTP Status
Reason
200
OK