Api Change Log
Application Versions
⇑
Changes between 24.12 to 25.6
What's New
⇑
No Changes
What's Deleted
⇑
No Changes
What's Deprecated
⇑
No Changes
What's Changed
⇑
POST
/v1/link/ept/design
Response
New response : [403]
//Forbidden
Changed response : [200]
//Message identifier for polling the operation status and other additional information indicating the file upload status.
POST
/v1/channels/validate
Request
POST
/v1/channels/optimization-options
This API is used to initiate computation of optimization options for channels.
Request
POST
/v1/channels/compute-q
Request
POST
/v1/channels-esnr/validate
Request
POST
/v1/channels-esnr/optimization-options
Request
POST
/v1/channels-esnr/compute-q
Request
GET
/v1/{operation-type}/status/{tracking-id}
Fetch operation status by operation type and identifier.
Response
New response : [403]
//Forbidden
Changed response : [200]
//Instance of WsoAsyncPollingResponse, having details on status of operation.
Schema
Changed body: 'application/json'
Changed response : [400]
//Bad Request. If operation type parameter has un-supported value.
GET
/v1/link/{trackingid}/optimize
API to get status for link optimization operation.
Response
New response : [403]
//Forbidden
Changed response : [200]
//Instance of LinkOptimizeRespModel.
Schema
Changed body: 'application/json'
GET
/v1/link/trailList
API to retrieve impacted channels data if optimizations is performed for the OMS link associated with it.
Response
New response : [403]
//Forbidden
Changed response : [200]
//Instance of TrailValidationFinalResp, gives impacted channels margin details.
Schema
Changed body: 'application/json'
GET
/v1/link/getAllOMSList
Fetch details of all the OMS links.
Response
New response : [403]
//Forbidden
Changed response : [200]
//Collection of OmsData. Provides details on ports, NE and OTS associated with the OMS links.
Schema
Changed body: 'application/json'
GET
/v1/channels/optimization-options/result/{tracking-id}
API to retrieve optimization options computed for set of channels using the tracking identifier for operation.
Response
New response : [403]
//Forbidden
Changed response : [200]
//Collection of MarginOptimizationOptions. Provides details for optimization options for requested channels.
Schema
Changed body: 'application/json'
Changed response : [204]
//No Content.
Schema
Changed body: 'application/json'
GET
/v1/channels/details
This API is used to fetch the details associated with a channel.
Response
New response : [403]
//Forbidden
Changed response : [400]
//Bad Request. If query param has invalid value.
Changed response : [200]
//Instance of ChannelServerDetails, having relevant channel data.
Schema
Changed body: '*/*'
GET
/v1/channels-esnr/optimization-options/result/{jobId}
This API is used to retrieve optimization options computed for set of channels using the job identifier
Response
New response : [403]
//Forbidden
Changed response : [200]
//Collection of Esnr Optimization Options. Provides details for optimization options for requested channels.
Schema incompatible
Changed body: 'application/json'
Changed response : [204]
//No Content.
Schema incompatible
Changed body: 'application/json'
GET
/v1/channels-esnr/details
Response
New response : [403]
//Forbidden
Changed response : [200]
//Instance of EsnrChannelServerData, having relevant channel data.
Schema
Changed body: '*/*'