Api Change Log

Application Versions


Changes between 22.6.0 to 24.6.0

What's New


  1. GET /sysadmin/stats/licenseinfo/v2 To get all the license information and status of each application that requires a license
  2. GET /sysadmin/data/sysmon/apps Retrieves HA and replication status

What's Deleted


What's Deprecated


What's Changed


  1. GET /sysadmin/stats/containerstatus
    • Response

      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Deleted response : [404]//Not Found
      • Changed response : [200]//OK
        • New body: '*/*'
  2. GET /sysadmin/stats/licenseinfo
    • Parameters

      • Add update in query
    • Response

      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Deleted response : [404]//Not Found
      • Changed response : [200]//OK
        • New body: '*/*'
  3. GET /sysadmin/stats/processstatus
    • Response

      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Deleted response : [404]//Not Found
      • Changed response : [200]//Successfully retrieved the data
        • New body: '*/*'
      • Changed response : [400]//Bad Request
        • New body: '*/*'
      • Changed response : [500]//Internal Server Error
        • New body: '*/*'
  4. GET /sysadmin/stats/{metricName}
    • Parameters

      • filter in query
      • metricName in path
    • Response

      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Deleted response : [404]//Not Found
      • Changed response : [200]//Success
        • New body: 'application/json'
      • Changed response : [400]//Bad Request
        • New body: 'application/json'
      • Changed response : [500]//Internal Server Error
        • New body: 'application/json'