Versions Compared

Key

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

...

Code Block
languagejs
firstline1
linenumberstrue
  {
      success: ${success},
      msg: ${message},
      data: [{
        "un": ${userName},
        "hn": ${hostName},
        "ldt": ${licenseDenialTime},
        "ldtc": ${licenseDenialTotalCount}
      }],
	  "code": ${errorCode},
	  "totalCount": ${totalCount}
  }

where the response fields can be explained as follows:

FieldTypeDescription

un

string

Username.

hn

string

Hostname.

ldt

string

License Denial Time in YYYY-MM-DD HH:MM format

ldtc

string

License Denial Total Count

msg

string

Error message returned on failure.

success

boolean

Indicates if the API request was successfully processed

codeintegerError code if success == false
totalCountintegerCount of all matching results.


Example 1

For example, say you would like to view denials for feature 3 over some period of time. To generate such data, enter a command that is similar to the following:

...

where the response fields can be explained as follows:

 

FieldTypeDescription

ldt

string

License Denial Time in YYYY-MM-DD HH:MM format

ldtc

string

License Denial Total Count

msg

string

Error message returned on failure.

success

boolean

Indicates if the API request was successfully processed.

msg

string

Error message returned on failure.

codeintegerError code if success == false
totalCountintegerCount of all matching results.