Changelog

WS_NOC Versions


Changes between 21.4 to 23.6

What's New


  1. GET /sysadmin/stats/processstatus To get Memory and CPU usage of all processes
  2. GET/sysadmin/stats/{metricName} To get the system metric details
  3. GET/sysadmin/stats/licenseinfo/v2 To get all the license information and status of each applicationthat requires a license
  4. GET/sysadmin/data/sysmon/apps Retrieves HA and replication status

What's Deprecated/Deleted


  1. GET/sysadmin/stats/pmtpcount To get total number of active PMTPs for 15-min and 1-day Granularity

What's Changed


  1. GET/sysadmin/stats/licenseinfo To get all the license information and status of each application that requires a license
    • Return Type

      • Add displayName//Display name of product
      • Add status//LICENSE_(VALID | NOT_VALID | EXPIRED | CLOSE_TO_EXPIRY | VERSION_INVALID | HA_INFO_INVALID |HOSTID_INVALID | LICENSE_NOT_INSTALLED | UNKNOWN)
      • Add statusMessage// 'License is Valid' | 'License is not Valid' | 'License has expired' | 'License Close to expiration'|'License version is invalid'|'License HA info Invalid' | 'License is having invalid hostid''License is not installed' | 'Unknown'
      • Add threshold//{number or NA}
      • Add thresholdCrossed//{true or false}
});