Api Change Log

Application Versions


Changes between 25.6.0 to 25.12.0

What's New


  1. POST/api/v1/settings/baseline Save and update baseline value
  2. POST/api/v1/alarm-configs/adaptive-tca/computation Compute the threshold values by using the historical KPI data and configuration parameters like location, granularity etc. associated with the KPI.
  3. GET/api/v1/networks/{networkId}/portUtilization Get network port utilization
  4. GET/api/v1/network-elements/portUtilization Get Network Elements port utilization
  5. GET/api/v1/network-elements/port-utilization-summary Get Network Port utilization information for all Network Elements
  6. GET/api/v1/alarm-profiles/network-resource/{resourceType}/{resourceId} Get List of Alarm Configs associated to this profile

What's Deleted


  1. GET/api/v1/alarm-configs/{alarmConfigId} Get Alarm Config
  2. PUT/api/v1/alarm-configs/{alarmConfigId} Update the Alarm Config
  3. DELETE/api/v1/alarm-configs/{alarmConfigId} Delete an Alarm Config
  4. POST/api/v1/network-ports/clear-alarm-profile/bulk Clear the TCA profile for a group of ports
  5. POST/api/v1/network-ports/apply-alarm-profile/{alarmProfileId}/bulk Apply a profile configuration to a group of ports
  6. POST/api/v1/network-elements/clear-alarm-profile/bulk Clear the TCA profile for a group of network elements
  7. POST/api/v1/network-elements/apply-alarm-profile/{alarmProfileId}/bulk Apply a profile configuration to a group of network elements
  8. POST/api/v1/network-cards/clear-alarm-profile/bulk Clear the TCA profile for a group of cards
  9. POST/api/v1/network-cards/apply-alarm-profile/{alarmProfileId}/bulk Apply a profile configuration to a group of cards
  10. GET/api/v1/alarm-configs/{alarmConfigId}/alarm-profiles Get List of Alarm Profiles associated to this Alarm Config
  11. PUT/api/v1/alarm-profiles/{alarmProfileId} Update the Alarm Profile
  12. DELETE/api/v1/alarm-profiles/{alarmProfileId} Delete an Alarm Profile
  13. POST/api/v1/alarm-profiles Save Alarm Profile
  14. POST/api/v1/alarm-profiles/{alarmProfileId}/alarm-configs Save the Alarm Configs associated to this profile
  15. POST/api/v1/alarm-configs Save Alarm Config

What's Deprecated


  1. No Changes

What's Changed


  1. GET/api/v1/alarm-statuses
    • Parameters

      • Add tcaLevel in query//The TCA Level represents the Alarm level like Complaint, Processing, AtRisk.
      • alarmConfigId in query