Operation
get /data/npr/elemAlarms/physicalConns/{connectId}
Path parameters
Name |
IsRequired |
Description |
Enum |
---|---|---|---|
connectId | required | Can retrieve the 'connectId' from /data/npr/physicalConns | --- |
Request body
Name |
IsRequired |
Description |
Data Type |
Enum |
---|---|---|---|---|
body | optional | request | ServletWebRequest |
--- |
body2 | optional | session | HttpSession |
--- |
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
String
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Example Request Data
Request --> /data/npr/elemAlarms/physicalConns/{connectId} --> /data/npr/elemAlarms/physicalConns/1 Example The connectId can be retrived from the REST Request --> GET /data/npr/physicalConns Response --> [ { "IdClass": 16, "a2PortLabel": "L1-SITE-01/ASWG-7-3-LINEOUT", "aNodeId": 4, "aPortLabel": "L1-SITE-02/ASWG-7-3-LINEOUT", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asapId": 0, "asapName": "default ASAP", "asonAdmState": "AdminState_notApplicable", "asonAutoRestoration": "ExtOperSt_notMeaningful", "asonWTR": 60, "clientSignalType": "ClientSignalType_notMeaningful", "clientTechnology": "Technology_notMeaningful", "colorProfileId": 1, "commissionedStatus": "CommissionedStatus_notApplicable", "id": 1, "key": "PhysicalConn/1", "className": "PhysicalConn", "currentFrequency": null, "defTime": 1465180412000, "direction": "Direction_bidirectional", "implSt": "ImplementationState_implemented", "latency": 0, "linkType": "LinkType_rm_internal", "operationalState": "OperationalState_enabled", "otdrScanStatus": "ScanStatus_notMeaningful", "otdrSupported": "Boolean_true", "otnMapper": null, "otuSignalType": "OtuSignalType_notMeaningful", "overlaySupport": "ExtBoolean_false", "pm15m": "PmStatus_notEnabled", "pm24h": "PmStatus_notEnabled", "serviceState": "ServiceState_notInService", "shape": "Shape_fourEnded", "sltePresent": "Boolean_false", "srgPresent": "ObjectPresent_notPresent", "thrdPartyNtwDescription": null, "thrdPartyNtwName": null, "ultraLongSpan": "Boolean_false", "guiLabel": "L1-SITE-02/ASWG-7-3-LINEOUT-L1-SITE-01/ASWG-7-2-LINEIN", "wdmConnectionType": "WdmPortType_ots", "wdmLinkType": "WdmLinkType_otn", "wdmProtConnType": "WdmProtType_notMeaningful", "wrkSt": "WorkingState_normal", "z2PortLabel": "L1-SITE-02/ASWG-7-2-LINEIN", "zNodeId": 3, "zPortLabel": "L1-SITE-01/ASWG-7-2-LINEIN", "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000" } ]
Produces
text/xml
application/json
Example Response Data
[ { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 8, "corrAlrProbCause": "", "corrAlrSeverity": "PerceivedSeverity_indeterminate", "corrObjId": 1, "elemAlrDate": 1465178536000, "elemAlrNeLabel": "L1-SITE-02", "elemAlrObjLabel": "SLOT-7-3", "elemAlrProbCause": "Card missing", "elemAlrSA": "AFFECTING", "elemAlrSeverity": "PerceivedSeverity_critical", "elemAlrType": "Primary", "id": 0, "key": "ElemAlarm/0", "className": "ElemAlarm", "guiLabel": "L1-SITE-02/ASWG-7-3" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 8, "corrAlrProbCause": "", "corrAlrSeverity": "PerceivedSeverity_indeterminate", "corrObjId": 1, "elemAlrDate": 1465178534000, "elemAlrNeLabel": "L1-SITE-01", "elemAlrObjLabel": "SLOT-7-2", "elemAlrProbCause": "Card missing", "elemAlrSA": "AFFECTING", "elemAlrSeverity": "PerceivedSeverity_critical", "elemAlrType": "Primary", "id": 1, "key": "ElemAlarm/1", "className": "ElemAlarm", "guiLabel": "L1-SITE-01/ASWG-7-2" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 8, "corrAlrProbCause": "", "corrAlrSeverity": "PerceivedSeverity_indeterminate", "corrObjId": 1, "elemAlrDate": 1465178535000, "elemAlrNeLabel": "L1-SITE-01", "elemAlrObjLabel": "SLOT-7-3", "elemAlrProbCause": "Card missing", "elemAlrSA": "AFFECTING", "elemAlrSeverity": "PerceivedSeverity_critical", "elemAlrType": "Primary", "id": 2, "key": "ElemAlarm/2", "className": "ElemAlarm", "guiLabel": "L1-SITE-01/ASWG-7-3" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 8, "corrAlrProbCause": "", "corrAlrSeverity": "PerceivedSeverity_indeterminate", "corrObjId": 1, "elemAlrDate": 1465178535000, "elemAlrNeLabel": "L1-SITE-02", "elemAlrObjLabel": "SLOT-7-2", "elemAlrProbCause": "Card missing", "elemAlrSA": "AFFECTING", "elemAlrSeverity": "PerceivedSeverity_critical", "elemAlrType": "Primary", "id": 3, "key": "ElemAlarm/3", "className": "ElemAlarm", "guiLabel": "L1-SITE-02/ASWG-7-2" } ]