Versions Compared

Key

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

...

- the possible parameters are as follows:

ParameterRequiredTypeDescription
${licenseServerId}Yesinteger

Specifies id of the feature which will be the subject of the report. 

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 and time format is as follows: YYYY-MM-DD, for example, 2015-01-20.

Specifies starting date from which you want to generate the report. The date and time format is YYYY-MM-DD; for example, 2017-01-20.  I know that it was written"date and time" but now I see that it is only a date

ed

Yes

string

Specifies end date from which you want to generate the report. Date format as above. Date is inclusive, meaning all data from the particular day will be included in the report.

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

If your request is successful, you should see a response similar to the following: 

...

FieldTypeDescription
success

boolean

Indicates whether the API request was successfully processed. 

msg

string

Error message returned on failure.

lsucd

string

Date and time when License Statistics checked if license server was up.

lssid

integer

ID of license server status, which can be one of the following:

IDStatus
1UNKNOWN
2UP
3DOWN
4INTERNAL ERROR
5VERIFYING
6DISABLED

errid

integer

Id of error log.

ID of the entry in the License Statistics error log.

codeinteger

Error code if success == false

 

Error code for unsuccessful request.? Exactly

totalCountinteger

Count of all matching results.

Total number of all matching results.

...

ParameterRequiredTypeDescription
${errorId}Yesinteger

Specifies ID of the error log, for which the error message should be retrieved.

??  Do you plan to add anything in this row? No


If your request is successful, you should see a response similar to the following:  

...

FieldTypeDescription
success

boolean

Indicates whether the API request was successfully processed.

msg

string

License Statistics error message returned on failure.

errmsg

string

Requested message for the error log.

The message you want to generate for a specific error log.? I think it is more of a retrieve rather than generate

codeinteger

Error code if success == false

Error code for unsuccessful request.? Yup


Example

For example, say you would like to know what was message of error 1. To generate such data, enter a command that is similar to the following:

...