Operation
post /data/otn/wlt/{id}/{dir}/acceptPower/{isProtection}Path parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| id | required | id | --- |
| isProtection | required | isProtection | --- |
| dir | required | dir | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
DeferredResult«OtnConnectionResponse»
|
| 201Created | --- |
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Consumes
application/json
Produces
*/*
External Docs
Operation
post /data/otn/connections/{id}/wlt/{dir1}/{dir2}/adjust/{action}Path parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| id | required | id | --- |
| dir1 | required | dir1 | --- |
| dir2 | required | dir2 | --- |
| action | required | action | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
DeferredResult«OtnConnectionResponse»
|
| 201Created | --- |
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Consumes
application/json
Produces
*/*
External Docs
Operation
post /data/otn/connections/{id}/wlt/{dir}/adjust/{action}Path parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| id | required | id | --- |
| dir | required | dir | --- |
| action | required | action | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
DeferredResult«OtnConnectionResponse»
|
| 201Created | --- |
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Consumes
application/json
Produces
*/*
External Docs
Operation
post /data/otn/ports/{id}/wlt/{dir}/adjust/{action}Path parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| id | required | id | --- |
| dir | required | dir | --- |
| action | required | action | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
DeferredResult«OtnConnectionResponse»
|
| 201Created | --- |
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Consumes
application/json
Produces
*/*
External Docs
Operation
post /data/otn/ports/wlt/autoPowerAdjustRequest body
Name |
IsRequired |
Description |
Data Type |
Enum |
|---|---|---|---|---|
| body | optional | req | OtnWLTAdjustRequest |
--- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
DeferredResult«OtnConnectionResponse»
|
| 201Created | --- |
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Consumes
application/json
Produces
*/*
External Docs
Operation
get /data/otn/wlt/pageCloseQuery parameters
Name |
IsRequired |
Description |
|---|---|---|
| wltKey | required | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
DeferredResult«OtnConnectionResponse»
|
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Produces
*/*
External Docs
Operation
get /data/otn/connections/{id}/wlt/{dir}/ldPortsPath parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| id | required | id | --- |
| dir | required | dir | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
DeferredResult«OtnWLTLDPortResponse»
|
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Produces
*/*
External Docs
Operation
get /data/otn/connections/{id}/wlt/{dir1}/{dir2}/{band}Path parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| id | required | id | --- |
| dir1 | required | dir1 | --- |
| dir2 | required | dir2 | --- |
| band | required | band | --- |
Query parameters
Name |
IsRequired |
Description |
|---|---|---|
| isExport | optional | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
DeferredResult«OtnWLTOTSResponse»
|
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Produces
*/*
External Docs
Operation
get /data/otn/connections/{id}/wlt/{dir}Path parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| id | required | id | --- |
| dir | required | dir | --- |
Query parameters
Name |
IsRequired |
Description |
|---|---|---|
| direction | optional | --- |
| isCurrentRoute | optional | --- |
| band | optional | --- |
| aPortName | optional | --- |
| zPortName | optional | --- |
| aNodeName | optional | --- |
| zNodeName | optional | --- |
| aNodeId | optional | --- |
| zNodeId | optional | --- |
| connectionName | optional | --- |
| is3R | optional | --- |
| sdhConnectionId | optional | --- |
| protectionRole | optional | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
DeferredResult«OtnWLTResponse»
|
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Produces
*/*
External Docs
Operation
post /data/otn/ports/wlt/modifyDetailsRequest body
Name |
IsRequired |
Description |
Data Type |
Enum |
|---|---|---|---|---|
| body | optional | req | OtnWltDetailsRequest |
--- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
DeferredResult«OtnConnectionResponse»
|
| 201Created | --- |
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Consumes
application/json
Produces
*/*
External Docs
Operation
get /data/otn/ports/{id}/wlt/{dir}/{band}Path parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| id | required | id | --- |
| dir | required | dir | --- |
| band | required | band | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
DeferredResult«OtnWLTOTSResponse»
|
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Produces
*/*
External Docs
Operation
get /data/otn/connection/{id}/wlt/detailsPath parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| id | required | id | --- |
Query parameters
Name |
IsRequired |
Description |
|---|---|---|
| oduNcId | optional | --- |
| currentRouteIdList | optional | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
DeferredResult«Wlt2_DetailsResponse»
|
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Produces
*/*
External Docs
Operation
get /data/otn/ports/{id}/wlt/{dir}/viewDetailsPath parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| id | required | id | --- |
| dir | required | dir | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
DeferredResult«OtnWltDetailsResponse»
|
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Produces
*/*
External Docs
Operation
post /data/otn/port/wlt2/modifyDetailsRequest body
Name |
IsRequired |
Description |
Data Type |
Enum |
|---|---|---|---|---|
| body | optional | req | OtnWltDetailsRequest |
--- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
DeferredResult«OtnConnectionResponse»
|
| 201Created | --- |
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Consumes
application/json
Produces
*/*
External Docs
Operation
get /data/otn/connection/{id}/wlt2/currRouteLayoutPath parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| otuObjString | required | otuObjString | --- |
Query parameters
Name |
IsRequired |
Description |
|---|---|---|
| startingNe | optional | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
DeferredResult«Wlt2_Response»
|
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Produces
*/*
External Docs
Operation
get /data/otn/connection/{id}/wlt2/layoutPath parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| id | required | id | --- |
Query parameters
Name |
IsRequired |
Description |
|---|---|---|
| startingNe | optional | --- |
| oduNcId | optional | --- |
| currentRouteIdList | optional | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
DeferredResult«Wlt2_Response»
|
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Produces
*/*
External Docs
Operation
post /data/otn/port/{id}/wlt2/viewDetailsPath parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| id | required | id | --- |
Request body
Name |
IsRequired |
Description |
Data Type |
Enum |
|---|---|---|---|---|
| body | optional | ne | Wlt2_SignalPathContainer |
--- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
DeferredResult«OtnWltDetailsResponse»
|
| 201Created | --- |
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Consumes
application/json
Produces
*/*
External Docs
Operation
get /data/otn/connection/{id}/wlt2/powerPath parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| id | required | id | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
DeferredResult«Wlt2_Response»
|
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Produces
*/*
External Docs
Operation
get /data/otn/connection/{id}/wlt2/protected/power/{direction}Path parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| id | required | id | --- |
| direction | required | direction | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
DeferredResult«Wlt2_Response»
|
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Produces
*/*
External Docs
Operation
post /data/otn/connection/{id}/wlt2/protected/power/{direction}Path parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| id | required | id | --- |
| direction | required | direction | --- |
Request body
Name |
IsRequired |
Description |
Data Type |
Enum |
|---|---|---|---|---|
| body | optional | layout | Wlt2_Response |
--- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
DeferredResult«Wlt2_Response»
|
| 201Created | --- |
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Consumes
application/json
Produces
*/*
External Docs
Operation
post /data/otn/connection/{id}/wlt2/service/power/{direction}Path parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| id | required | id | --- |
| direction | required | direction | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
DeferredResult«Wlt2_Response»
|
| 201Created | --- |
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Consumes
application/json
Produces
*/*
External Docs
OtnChanOpticalPower
Name |
Type |
Description |
Enum |
|---|---|---|---|
| isODUProtection | Boolean boolean |
--- | --- |
| isActiveCurrentChannel | Boolean boolean |
--- | --- |
| xlabel | OTSXLabel OTSXLabel |
--- | --- |
| measPower | String string |
--- | --- |
| minPower | String string |
--- | --- |
| maxPower | String string |
--- | --- |
| channelAttr | String string |
--- | --- |
| tooltip | OTSTooltip OTSTooltip |
--- | --- |
| connectionId | String string |
--- | --- |
| connectionName | String string |
--- | --- |
| fromNeName | String string |
--- | --- |
| toNeName | String string |
--- | --- |
OtnConnectionResponse
Name |
Type |
Description |
Enum |
|---|---|---|---|
| message | String string |
--- | --- |
| messageId | String string |
--- | --- |
| messageSeverity | String string |
--- | --- |
| status | String string |
--- | --- |
| connectionName | String string |
--- | --- |
| connectionId | Integer integer |
--- | --- |
| orderNumber | String string |
--- | --- |
| orderId | String string |
--- | --- |
| orderStep | Integer integer |
--- | --- |
| id | String string |
--- | --- |
| errorField | String string |
--- | --- |
| errorValue | String string |
--- | --- |
OtnWLTAdjustRequest
Name |
Type |
Description |
Enum |
|---|---|---|---|
| connName | String string |
--- | --- |
| wltKey | String string |
--- | --- |
| connId | String string |
--- | --- |
| direction | String string |
--- | --- |
| ldPorts | array[OtnWLTLDPort] OtnWLTLDPort |
--- | --- |
OtnWLTChanDetails
Name |
Type |
Description |
Enum |
|---|---|---|---|
| otsConnectionName | String string |
--- | --- |
| nearEndNEName | String string |
--- | --- |
| nearEndPortAIDA1 | String string |
--- | --- |
| nearEndPortAIDA2 | String string |
--- | --- |
| farEndNEName | String string |
--- | --- |
| farEndPortAIDZ1 | String string |
--- | --- |
| farEndPortAIDZ2 | String string |
--- | --- |
| interfaceDirection | String string |
--- | --- |
| connectionRate | String string |
--- | --- |
| orderNumber | String string |
--- | --- |
| connectionState | String string |
--- | --- |
| numberOfChannels | String string |
--- | --- |
| numberOfChannelsProvisioned | String string |
--- | --- |
| direction | String string |
--- | --- |
| pwrMgmtType | String string |
--- | --- |
| commissioningStatus | String string |
--- | --- |
| lastRefresh | String string |
--- | --- |
| lastRefreshMillis | Long long |
--- | --- |
OtnWLTDetails
Name |
Type |
Description |
Enum |
|---|---|---|---|
| connectionName | String string |
--- | --- |
| frequency | String string |
--- | --- |
| aNeName | String string |
--- | --- |
| aPortName | String string |
--- | --- |
| zNeName | String string |
--- | --- |
| zPortName | String string |
--- | --- |
| connectionType | String string |
--- | --- |
| direction | String string |
--- | --- |
| connectionRate | String string |
--- | --- |
| orderNumber | String string |
--- | --- |
| connectionState | String string |
--- | --- |
| routeState | String string |
--- | --- |
| wavekeyType | String string |
--- | --- |
| wavekey1 | String string |
--- | --- |
| wavekey2 | String string |
--- | --- |
| azWavekey1 | String string |
--- | --- |
| azWavekey2 | String string |
--- | --- |
| zaWavekey1 | String string |
--- | --- |
| zaWavekey2 | String string |
--- | --- |
| lastRefresh | String string |
--- | --- |
| lastRefreshMillis | Long long |
--- | --- |
OtnWltDetailsRequest
Name |
Type |
Description |
Enum |
|---|---|---|---|
| wltKey | String string |
--- | --- |
| portId | String string |
--- | --- |
| ptpId | String string |
--- | --- |
| portName | String string |
--- | --- |
| ptpName | String string |
--- | --- |
| neId | String string |
--- | --- |
| neName | String string |
--- | --- |
| direction | String string |
--- | --- |
| tpRate | String string |
--- | --- |
| expectedPower | String string |
--- | --- |
| expectedPowerDeviation | String string |
--- | --- |
| maxGain | String string |
--- | --- |
| minGain | String string |
--- | --- |
| gain | String string |
--- | --- |
| isCTPModify | String string |
--- | --- |
| isPTPModify | String string |
--- | --- |
OtnWltDetailsResponse
Name |
Type |
Description |
Enum |
|---|---|---|---|
| tpId | String string |
--- | --- |
| ptpId | String string |
--- | --- |
| neId | String string |
--- | --- |
| neName | String string |
--- | --- |
| portName | String string |
--- | --- |
| ptpName | String string |
--- | --- |
| direction | String string |
--- | --- |
| channelId | String string |
--- | --- |
| frequency | String string |
--- | --- |
| tpRate | String string |
--- | --- |
| expectedPower | String string |
--- | --- |
| expectedPowerDeviation | String string |
--- | --- |
| wavekey1 | String string |
--- | --- |
| wavekey2 | String string |
--- | --- |
| measuredPower | String string |
--- | --- |
| connectionName | String string |
--- | --- |
| gain | String string |
--- | --- |
| minGain | String string |
--- | --- |
| maxGain | String string |
--- | --- |
| wtdType | String string |
--- | --- |
| status | String string |
--- | --- |
| message | String string |
--- | --- |
| messageId | String string |
--- | --- |
| messageSeverity | String string |
--- | --- |
OtnWLTLDPort
Name |
Type |
Description |
Enum |
|---|---|---|---|
| id | Long long |
--- | --- |
| key | String string |
--- | --- |
| className | String string |
--- | --- |
| guiLabel | String string |
--- | --- |
| neName | String string |
--- | --- |
| portDirection | String string |
--- | --- |
| powerMgmt | String string |
--- | --- |
| adjStatus | String string |
--- | --- |
| adjResult | String string |
--- | --- |
| label | String string |
--- | --- |
| portId | Long long |
--- | --- |
| portName | String string |
--- | --- |
| neId | Long long |
--- | --- |
| ptpId | Long long |
--- | --- |
OtnWLTOTSResponse
Name |
Type |
Description |
Enum |
|---|---|---|---|
| wltKey | String string |
--- | --- |
| chanPowerList | array[OtnChanOpticalPower] OtnChanOpticalPower |
--- | --- |
| otnWLTChanDetails | OtnWLTChanDetails OtnWLTChanDetails |
--- | --- |
| message | String string |
--- | --- |
| messageId | String string |
--- | --- |
| messageSeverity | String string |
--- | --- |
| status | String string |
--- | --- |
OtnWLTResponse
Name |
Type |
Description |
Enum |
|---|---|---|---|
| wltKey | String string |
--- | --- |
| channelPowerWorking | array[OtnTPOpticalPower] OtnTPOpticalPower |
--- | --- |
| totalPowerWorking | array[OtnTPOpticalPower] OtnTPOpticalPower |
--- | --- |
| channelPowerProtected | array[OtnTPOpticalPower] OtnTPOpticalPower |
--- | --- |
| totalPowerProtected | array[OtnTPOpticalPower] OtnTPOpticalPower |
--- | --- |
| otnWLTDetails | OtnWLTDetails OtnWLTDetails |
--- | --- |
| message | String string |
--- | --- |
| messageId | String string |
--- | --- |
| messageSeverity | String string |
--- | --- |
| status | String string |
--- | --- |
Wlt2_DetailsResponse
Name |
Type |
Description |
Enum |
|---|---|---|---|
| otsDetails | OtnWLTChanDetails OtnWLTChanDetails |
--- | --- |
| otukDetails | OtnWLTDetails OtnWLTDetails |
--- | --- |
| message | String string |
--- | --- |
| messageId | String string |
--- | --- |
| messageSeverity | String string |
--- | --- |
| status | String string |
--- | --- |
Wlt2_Response
Name |
Type |
Description |
Enum |
|---|---|---|---|
| serviceAZ | array[Wlt2_SignalPathContainer] Wlt2_SignalPathContainer |
--- | --- |
| protectionType | String string |
--- | --- |
| messageSeverity | String string |
--- | --- |
| messageId | String string |
--- | --- |
| protectZA | array[Wlt2_SignalPathContainer] Wlt2_SignalPathContainer |
--- | --- |
| message | String string |
--- | --- |
| serviceZA | array[Wlt2_SignalPathContainer] Wlt2_SignalPathContainer |
--- | --- |
| protectAZ | array[Wlt2_SignalPathContainer] Wlt2_SignalPathContainer |
--- | --- |
| isProtected | Boolean boolean |
--- | --- |
| rate | String string |
--- | --- |
| connectionId | Long long |
--- | --- |
| connectionName | String string |
--- | --- |
| isAsonRouted | Boolean boolean |
--- | --- |
| status | String string |
--- | --- |
Wlt2_SignalPathContainer
Name |
Type |
Description |
Enum |
|---|---|---|---|
| isLinkOTS | Boolean boolean |
--- | --- |
| otu | Wlt2_SignalPathOTU Wlt2_SignalPathOTU |
--- | --- |
| isNE | Boolean boolean |
--- | --- |
| ne | Wlt2_SignalPathNE Wlt2_SignalPathNE |
--- | --- |
| isCurrentRouteOCH | Boolean boolean |
--- | --- |
Wlt2_SignalPathNE
Name |
Type |
Description |
Enum |
|---|---|---|---|
| neName | String string |
--- | --- |
| neId | Long long |
--- | --- |
| neModel | String string |
--- | --- |
| isBBOX | Boolean boolean |
--- | --- |
| isCommunicating | Boolean boolean |
--- | --- |
| frequency | String string |
--- | --- |
| tp | array[Wlt2_SignalPathTP] Wlt2_SignalPathTP |
--- | --- |
| ncName | String string |
--- | --- |
| ncId | Long long |
--- | --- |
| errorMsg | String string |
--- | --- |
Wlt2_SignalPathOTU
Name |
Type |
Description |
Enum |
|---|---|---|---|
| otuTrailId | Long long |
--- | --- |
| connectionName | String string |
--- | --- |
| rate | String string |
--- | --- |
| isProtected | Boolean boolean |
--- | --- |
| protectionType | String string |
--- | --- |
| provisionableWavekey | String string |
--- | --- |
| connectionCategory | Integer integer |
--- | --- |
| otuStartingNe | String string |
--- | --- |
| frequency | String string |
--- | --- |
| band | String string |
--- | --- |
| currentRouteIdList | String string |
--- | --- |
| oduNcId | Long long |
--- | --- |
Wlt2_SignalPathPower
Name |
Type |
Description |
Enum |
|---|---|---|---|
| hasMeasuredPower | Boolean boolean |
--- | --- |
| measPower | String string |
--- | --- |
| expectedPowerMeasure | String string |
--- | --- |
| expectedPowerDeviation | String string |
--- | --- |
| hasTotalPower | Boolean boolean |
--- | --- |
| totalPower | String string |
--- | --- |
| hasTotalPowerL | Boolean boolean |
--- | --- |
| totalPowerL | String string |
--- | --- |
| hasWavekeys | Boolean boolean |
--- | --- |
| wavekey1 | String string |
--- | --- |
| wavekey2 | String string |
--- | --- |
| powerManagementType | String string |
--- | --- |
| osnrValue | String string |
--- | --- |
| onsrValue | String string |
--- | --- |
| gain | String string |
--- | --- |
| channelId | String string |
--- | --- |
| frequency | String string |
--- | --- |
Wlt2_SignalPathTP
Name |
Type |
Description |
Enum |
|---|---|---|---|
| isWtocmPowerMeasurementType | Boolean boolean |
--- | --- |
| isWtocmPowerMeasurementTypeL | Boolean boolean |
--- | --- |
| tpId | Long long |
--- | --- |
| ctpId | Long long |
--- | --- |
| tpName | String string |
--- | --- |
| ctpName | String string |
--- | --- |
| rate | String string |
--- | --- |
| tpShortName | String string |
--- | --- |
| xfpName | String string |
--- | --- |
| cardName | String string |
--- | --- |
| direction | String string |
--- | --- |
| power | Wlt2_SignalPathPower Wlt2_SignalPathPower |
--- | --- |
| nprTlId | Long long |
--- | --- |
| wtdUsageType | String string |
--- | --- |
| wtdUsageTypeL | String string |
--- | --- |
| wtdMeasurementType | String string |
--- | --- |
| powerManagementType | String string |
--- | --- |
| minGain | String string |
--- | --- |
| maxGain | String string |
--- | --- |
| hasMeasurablePower | Boolean boolean |
--- | --- |
| adjResult | String string |
--- | --- |
| wtocmPowerMeasurementTypeL | Boolean boolean |
--- | --- |
| wtocmPowerMeasurementType | Boolean boolean |
--- | --- |