Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following code block shows an example result of a successful request:

Anchor
response def
response def

Code Block
languagejs
linenumberstrue
{
	"success": ${success},
  	"msg": ${message},
  	"data": [
    	{      		
			"fid": ${featureId},      		
			"lsid": ${licenseServerId},	
			"uid": ${userId},
			"uil": ${userIsLdap},
      		"fud": ${date},      					
			"un": ${username},      			
			"ugn": ${userGroupName},      		
			"hn": ${hostname},
			"hgn": ${hostGroupName},
			"lsn": ${licenseServerName},
      		"fns": ${featureName},
      		"fv": ${featureVersion},
      		"ftype": ${featureType},
      		"musage": ${maxUsage},
      		"hu": ${hoursUsed},
      		"mu": ${maxUsed},
      		"hb": ${hoursBorrowed},
      		"mb": ${maxBorrowed}
    	}
  	],
  	"code": ${code},
  	"totalCount": ${count}
}

...

Obtaining information about usage per user for a license server

 

If  If you want to fetch metrics about usage per user for a single license server, we recommend that you use the following URL request template.

...