Versions Compared

Key

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

...

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

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

 

 

...

where the response fields can be explained as follows:

FieldTypeDescription
uidintegerUser Id.
unstringUsername.
hnstringHostname.
ldtstringLicense dential time, returned in YYYY-MM-DD HH:MM format
ldtcstringLicense denial total count
msgstringError message returned on failure.
successbooleanThis field indicates that the API request was successfully processed.