Versions Compared

Key

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

...

License Statistics API lets you generate data from the Expiring Features report. This report shows statistics for features expiring in the future.

Obtaining information about expiring features

If you want to retrieve information about expiring features, we recommend that you use the following URL request template.

...

where the response fields can be explained as follows:

 

 

 

FieldTypeDescription
successbooleanIndicates that your API request was successfully processed.
msgstringError message returned on failure.
fexpyintegerYear
fexpminteger

Number of period

fexpcintegerCount of expiring features in period
granularityinteger

Period granularity:

 

  • Quarter - 2
  • Month - 3
  • Week - 4
  • Day - 5
codeinteger

Error code if success equals false, null otherwise.

totalCountintegerTotal number of rows returned.

 


 

Example 1

 

For example, say you would like to get count of features that expire every month in next 12 months on all your servers. To generate such data, enter a command that is similar to the following:

...