Api Change Log

Application Versions


Changes between 23.12 to 24.6

What's New


  1. PUT /v1/channels-esnr/tca/acknowledgment API to skip the auto-reversion.
  2. POST /v1/channels-esnr/tca-profiles API to retrieve TCA profile group details
  3. POST /v1/channels-esnr/details/profiles-qmargin API to retrieve current and previous profile and qmargin details
  4. POST /v1/channels-esnr/connections/{dataBearerId}/{operation} API to initiate for the profile modification/reversion for the channel.
  5. POST /v1/channels-esnr/active-path/evaluation API to initiate or cancel evaluation for protected channels.

What's Deleted


What's Deprecated


What's Changed


  1. POST /v1/link/deploy API to perform link deployment for one OMS connection.
    • Request

      • Schema

        Changed body: 'application/json'
  2. POST /v1/data/exports/{entityType}
    • Parameters

      • Add type in query//Type of channels to be fetched, supported values: all,optimizable, maintenance & failed, Applicable only for CO channels
      • Add label in query//Fetch channel data based on the NEs associated with label.label is optional, default will load entire data
    • Request

      • Schema

        Changed body: 'application/json'
    • Response

      • Changed response : [200]//Instance of FileSystemResource.
        • New body: 'application/json'
        • Deleted body: 'text/csv'
      • Changed response : [204]//No Content.
        • New body: 'application/json'
        • Deleted body: 'text/csv'
  3. POST /v1/channels
    • Parameters

      • Add label in query//Fetch channel data based on the NEs associated with label.label is optional, default will load entire data
    • Request

      • Schema incompatible

        Changed body: 'application/json'
  4. POST /v1/channels/validate
    • Request

      • Schema

        Changed body: 'application/json'
  5. POST /v1/channels/optimization-options
    • Request

      • Schema

        Changed body: 'application/json'
  6. POST /v1/channels/compute-q
    • Request

      • Schema

        Changed body: 'application/json'
  7. POST /v1/channels-esnr
    • Parameters

      • Add label in query//Fetch channel data based on the NEs associated with label.label is optional, default will load entire data
    • Request

      • Schema incompatible

        Changed body: 'application/json'
  8. POST /v1/channels-esnr/validate
    • Request

      • Schema

        Changed body: 'application/json'
  9. POST /v1/channels-esnr/optimization-options
    • Request

      • Schema

        Changed body: 'application/json'
  10. POST /v1/channels-esnr/compute-q
    • Request

      • Schema

        Changed body: 'application/json'