Versions Compared

Key

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

...

Obtaining information about license server status

If you want to You can easily fetch metrics about license server status history, we recommend that you use the following URL request template. by calling this HTTP GET request:

Code Block
languagejs
firstline1
linenumberstrue
GET /api/v1/report/uptime/server/${licenseServerId}/json?sd=${startDate}&ed=${endDate}

...

ParameterRequiredTypeDescription
${licenseServerId}Yesinteger

Specifies ID of the license server for which you want to view the status information.  

sdYesstring

Specifies starting date from which you want to generate the report. The date format is in YYYY-MM-DD format; for example, 2017-05-20.

ed

Yes

string

 Specifies end date from which you want to generate the report. The date format is in YYYY-MM-DD format; for example, 2017-05-20. The date is inclusive, meaning that all data from a particular day will be included in the report.

...

Obtaining information about error messages

If you want to You can easily fetch metrics about error message of any given log, we recommend that you use the following URL request template.  by calling this HTTP GET request:

Code Block
languagejs
firstline1
linenumberstrue
GET /api/v1/report/uptime/error/json?errid=${errorId}

...