Operation

delete /data/npr/colorProfiles/{colorId}
Delete Color Profile (deleteColor : /data/npr/colorProfiles/{colorId})
User can delete the color profile with its colorId

Path parameters

Name

IsRequired

Description

Enum

colorId required 'colorId' can be retrieved from color profile name /data/npr/colorProfiles/profileLabel='{colorProfileLabel}' ---
Request body

Name

IsRequired

Description

Data Type

Enum

body optional request ServletWebRequest ---
body2 optional session HttpSession ---

Return type
  • AsonResponseAwareNprResponse
  • Responses

    Response Messages

    Schema

    200success AsonResponseAwareNprResponse
    401Unauthorized ---
    204No Content ---
    403Forbidden ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    Rest call: /data/npr/colorProfiles/{colorId}

    Produces
    This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
    • */*
    Example Response Data
    Response: { "ok": true, "id": "38193477961382", "responseMessage": "ok", "responseList": [ { "requestType": "Info", "messagetag": "TDMmsg_95_73", "errorMsgData": [ null ], "requestStatus": "Success" } ], "HTTPResponse": 200, "asonResponseList": [ { "requestType": "Info", "messagetag": "TDMmsg_95_73", "errorMsgData": [ null ], "requestStatus": "Success" } ], "requestStatus": "Success", "eventableObjects": {}, "httpresponse": 200 }

    External Docs
    See Also :
  • get : /data/npr/colorProfiles

  • Operation

    get /data/npr/colorProfiles/{colorProfileId}/asonLinkColProf
    To identify the attribute list of colorprofile by colorprofileId (inventory : /data/npr/colorProfiles/{colorProfileId}/asonLinkColProf)
    To retrieve AsonLinks details of the colorprofile using colorProfileId .

    Path parameters

    Name

    IsRequired

    Description

    Enum

    colorProfileId required colorProfileId ---
    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional request ServletWebRequest ---
    body2 optional session HttpSession ---

    Return type
  • String
  • Responses

    Response Messages

    Schema

    200success String
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Example Request Data

    Request----> /data/npr/colorProfiles/{colorProfileId}/asonLinkColProf --> /npr/colorProfiles/1/asonLinkColProf Example: /data/npr/colorProfiles [ { "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, { "IdClass": 180, "id": 2, "key": "ColorProfile/2", "className": "ColorProfile", "colorString": "1111.1111.1111.1111.1111.1111.1111", "colors": 268435455, "comment1": "Profile with all 28 colors, used as default for exclude any vector", "owner": "OperationalRule_automatic", "guiLabel": "AllColors" }, { "IdClass": 180, "id": 3, "key": "ColorProfile/3", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0001", "colors": 1, "comment1": "Predefined profile with set bit 1", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_01" }, { "IdClass": 180, "id": 4, "key": "ColorProfile/4", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0010", "colors": 2, "comment1": "Predefined profile with set bit 2", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_02" }, { "IdClass": 180, "id": 5, "key": "ColorProfile/5", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0100", "colors": 4, "comment1": "Predefined profile with set bit 3", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_03" }, { "IdClass": 180, "id": 6, "key": "ColorProfile/6", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.1000", "colors": 8, "comment1": "Predefined profile with set bit 4", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_04" }, { "IdClass": 180, "id": 7, "key": "ColorProfile/7", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0001.0000", "colors": 16, "comment1": "Predefined profile with set bit 5", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_05" }, { "IdClass": 180, "id": 8, "key": "ColorProfile/8", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0010.0000", "colors": 32, "comment1": "Predefined profile with set bit 6", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_06" }, { "IdClass": 180, "id": 9, "key": "ColorProfile/9", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0100.0000", "colors": 64, "comment1": "Predefined profile with set bit 7", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_07" }, { "IdClass": 180, "id": 10, "key": "ColorProfile/10", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.1000.0000", "colors": 128, "comment1": "Predefined profile with set bit 8", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_08" }, { "IdClass": 180, "id": 11, "key": "ColorProfile/11", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0001.0000.0000", "colors": 256, "comment1": "Predefined profile with set bit 9", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_09" }, { "IdClass": 180, "id": 12, "key": "ColorProfile/12", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0010.0000.0000", "colors": 512, "comment1": "Predefined profile with set bit 10", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_10" }, { "IdClass": 180, "id": 13, "key": "ColorProfile/13", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0100.0000.0000", "colors": 1024, "comment1": "Predefined profile with set bit 11", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_11" }, { "IdClass": 180, "id": 14, "key": "ColorProfile/14", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.1000.0000.0000", "colors": 2048, "comment1": "Predefined profile with set bit 12", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_12" }, { "IdClass": 180, "id": 15, "key": "ColorProfile/15", "className": "ColorProfile", "colorString": "0000.0000.0000.0001.0000.0000.0000", "colors": 4096, "comment1": "Predefined profile with set bit 13", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_13" }, { "IdClass": 180, "id": 16, "key": "ColorProfile/16", "className": "ColorProfile", "colorString": "0000.0000.0000.0010.0000.0000.0000", "colors": 8192, "comment1": "Predefined profile with set bit 14", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_14" }, { "IdClass": 180, "id": 17, "key": "ColorProfile/17", "className": "ColorProfile", "colorString": "0000.0000.0000.0100.0000.0000.0000", "colors": 16384, "comment1": "Predefined profile with set bit 15", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_15" }, { "IdClass": 180, "id": 18, "key": "ColorProfile/18", "className": "ColorProfile", "colorString": "0000.0000.0000.1000.0000.0000.0000", "colors": 32768, "comment1": "Predefined profile with set bit 16", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_16" }, { "IdClass": 180, "id": 19, "key": "ColorProfile/19", "className": "ColorProfile", "colorString": "0000.0000.0001.0000.0000.0000.0000", "colors": 65536, "comment1": "Predefined profile with set bit 17", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_17" }, { "IdClass": 180, "id": 20, "key": "ColorProfile/20", "className": "ColorProfile", "colorString": "0000.0000.0010.0000.0000.0000.0000", "colors": 131072, "comment1": "Predefined profile with set bit 18", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_18" }, { "IdClass": 180, "id": 21, "key": "ColorProfile/21", "className": "ColorProfile", "colorString": "0000.0000.0100.0000.0000.0000.0000", "colors": 262144, "comment1": "Predefined profile with set bit 19", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_19" }, { "IdClass": 180, "id": 22, "key": "ColorProfile/22", "className": "ColorProfile", "colorString": "0000.0000.1000.0000.0000.0000.0000", "colors": 524288, "comment1": "Predefined profile with set bit 20", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_20" }, { "IdClass": 180, "id": 23, "key": "ColorProfile/23", "className": "ColorProfile", "colorString": "0000.0001.0000.0000.0000.0000.0000", "colors": 1048576, "comment1": "Predefined profile with set bit 21", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_21" }, { "IdClass": 180, "id": 24, "key": "ColorProfile/24", "className": "ColorProfile", "colorString": "0000.0010.0000.0000.0000.0000.0000", "colors": 2097152, "comment1": "Predefined profile with set bit 22", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_22" }, { "IdClass": 180, "id": 25, "key": "ColorProfile/25", "className": "ColorProfile", "colorString": "0000.0100.0000.0000.0000.0000.0000", "colors": 4194304, "comment1": "Predefined profile with set bit 23", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_23" }, { "IdClass": 180, "id": 26, "key": "ColorProfile/26", "className": "ColorProfile", "colorString": "0000.1000.0000.0000.0000.0000.0000", "colors": 8388608, "comment1": "Predefined profile with set bit 24", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_24" }, { "IdClass": 180, "id": 27, "key": "ColorProfile/27", "className": "ColorProfile", "colorString": "0001.0000.0000.0000.0000.0000.0000", "colors": 16777216, "comment1": "Predefined profile with set bit 25", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_25" }, { "IdClass": 180, "id": 28, "key": "ColorProfile/28", "className": "ColorProfile", "colorString": "0010.0000.0000.0000.0000.0000.0000", "colors": 33554432, "comment1": "Predefined profile with set bit 26", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_26" }, { "IdClass": 180, "id": 29, "key": "ColorProfile/29", "className": "ColorProfile", "colorString": "0100.0000.0000.0000.0000.0000.0000", "colors": 67108864, "comment1": "Predefined profile with set bit 27", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_27" }, { "IdClass": 180, "id": 30, "key": "ColorProfile/30", "className": "ColorProfile", "colorString": "1000.0000.0000.0000.0000.0000.0000", "colors": 134217728, "comment1": "Predefined profile with set bit 28", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_28" } ]

    Produces
    This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
    • application/json
    Example Response Data
    Response [ { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 8, "aPortLabel": "PSS32-SITE-2/A2325A-16-10-LINE/CLONE", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "OMSlink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 374, "key": "LinkAson/374", "className": "LinkAson", "defTime": 1465540887000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 1, "operationalState": "OperationalState_enabled", "otnMapper": 73, "otuSignalType": "OtuSignalType_notMeaningful", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100060, "teLinkName": "PSS32-SITE-2/PSS32-SITE-3-100060", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "PSS32-SITE-2/A2325A-16-10-LINE-PSS32-SITE-3/A2325A-16-10-LINE/1", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 9, "zPortLabel": "PSS32-SITE-3/A2325A-16-10-LINE/CLONE" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 11, "aPortLabel": "PSS8-14.0-SITE-6/AHPHG-1-2-LINE/CLONE", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "OMSlink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 582, "key": "LinkAson/582", "className": "LinkAson", "defTime": 1465775403000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 1, "operationalState": "OperationalState_enabled", "otnMapper": 871, "otuSignalType": "OtuSignalType_notMeaningful", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100059, "teLinkName": "PSS8-14.0-SITE-6/PSS8-14.0-SITE-5-100059", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "PSS8-14.0-SITE-5/AHPHG-1-5-LINE-PSS8-14.0-SITE-6/AHPHG-1-2-LINE/1", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 10, "zPortLabel": "PSS8-14.0-SITE-5/AHPHG-1-5-LINE/CLONE" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 101, "aPortLabel": "PSS32-L0CP-02/ASWG-7-2-LINEIN/CLONE", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "OMSlink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 891, "key": "LinkAson/891", "className": "LinkAson", "defTime": 1466045529000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 64, "operationalState": "OperationalState_enabled", "otnMapper": 1571, "otuSignalType": "OtuSignalType_notMeaningful", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100225, "teLinkName": "PSS32-L0CP-02/PSS32-L0CP-01-100225", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "PSS32-L0CP-02/ASWG-7-3-LINEOUT-PSS32-L0CP-01/ASWG-7-2-LINEIN/1", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 100, "zPortLabel": "PSS32-L0CP-01/ASWG-7-2-LINEIN/CLONE" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 102, "aPortLabel": "PSS32-L0CP-03/A4PSWG-7-13-LINEIN/CLONE", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "OMSlink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 892, "key": "LinkAson/892", "className": "LinkAson", "defTime": 1466045542000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 64, "operationalState": "OperationalState_enabled", "otnMapper": 1573, "otuSignalType": "OtuSignalType_notMeaningful", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100226, "teLinkName": "PSS32-L0CP-03/PSS32-L0CP-01-100226", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "PSS32-L0CP-03/ASWG-7-15-LINEOUT-PSS32-L0CP-01/A4PSWG-7-13-LINEIN/1", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 100, "zPortLabel": "PSS32-L0CP-01/A4PSWG-7-13-LINEIN/CLONE" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 102, "aPortLabel": "PSS32-L0CP-03/AM2318A-16-7-LINEIN/CLONE", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "OMSlink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 893, "key": "LinkAson/893", "className": "LinkAson", "defTime": 1466045553000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 64, "operationalState": "OperationalState_enabled", "otnMapper": 1575, "otuSignalType": "OtuSignalType_notMeaningful", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100221, "teLinkName": "PSS32-L0CP-03/PSS32-L0CP-01-100221", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "PSS32-L0CP-01/AM2125A-16-6-LINEOUT-PSS32-L0CP-03/AM2318A-16-7-LINEIN/1", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 100, "zPortLabel": "PSS32-L0CP-01/AM2318A-16-7-LINEIN/CLONE" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 101, "aPortLabel": "PSS32-L0CP-02/A2325A-16-10-LINE/CLONE", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "OMSlink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 894, "key": "LinkAson/894", "className": "LinkAson", "defTime": 1466045563000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 64, "operationalState": "OperationalState_enabled", "otnMapper": 1577, "otuSignalType": "OtuSignalType_notMeaningful", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100222, "teLinkName": "PSS32-L0CP-02/PSS32-L0CP-01-100222", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "PSS32-L0CP-01/A2325A-16-10-LINE-PSS32-L0CP-02/A2325A-16-10-LINE/1", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 100, "zPortLabel": "PSS32-L0CP-01/A2325A-16-10-LINE/CLONE" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 101, "aPortLabel": "PSS32-L0CP-02/A2325A-16-2-LINE/CLONE", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "OMSlink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 896, "key": "LinkAson/896", "className": "LinkAson", "defTime": 1466045671000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 64, "operationalState": "OperationalState_enabled", "otnMapper": 1579, "otuSignalType": "OtuSignalType_notMeaningful", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100223, "teLinkName": "PSS32-L0CP-02/PSS32-L0CP-03-100223", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "PSS32-L0CP-02/A2325A-16-2-LINE-PSS32-L0CP-03/A2325A-16-2-LINE/1", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 102, "zPortLabel": "PSS32-L0CP-03/A2325A-16-2-LINE/CLONE" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 101, "aPortLabel": "PSS32-L0CP-02/A4PSWG-7-6-LINEIN/CLONE", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "OMSlink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 898, "key": "LinkAson/898", "className": "LinkAson", "defTime": 1466045896000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 64, "operationalState": "OperationalState_enabled", "otnMapper": 1581, "otuSignalType": "OtuSignalType_notMeaningful", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100224, "teLinkName": "PSS32-L0CP-02/PSS32-L0CP-03-100224", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "PSS32-L0CP-03/ASWG-7-8-LINEOUT-PSS32-L0CP-02/A4PSWG-7-6-LINEIN/1", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 102, "zPortLabel": "PSS32-L0CP-03/A4PSWG-7-6-LINEIN/CLONE" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 106, "aPortLabel": "24X-ASON-SITE-B/OTUODU4-21-2-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 929, "key": "LinkAson/929", "className": "LinkAson", "defTime": 1466061409000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 3, "operationalState": "OperationalState_enabled", "otnMapper": 1671, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100227, "teLinkName": "24X-ASON-SITE-B/24X-ASON-SITE-A-100227", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "24X-ASON-SITE-A/OTUODU4-21-2-1 24X-ASON-SITE-B/OTUODU4-21-2-1 ODU4", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 105, "zPortLabel": "24X-ASON-SITE-A/OTUODU4-21-2-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 107, "aPortLabel": "24X-ASON-SITE-C/OTUODU4-21-2-3", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 931, "key": "LinkAson/931", "className": "LinkAson", "defTime": 1466061524000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 3, "operationalState": "OperationalState_enabled", "otnMapper": 1677, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100228, "teLinkName": "24X-ASON-SITE-C/24X-ASON-SITE-A-100228", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "24X-ASON-SITE-A/OTUODU4-21-2-3 24X-ASON-SITE-C/OTUODU4-21-2-3 ODU4", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 105, "zPortLabel": "24X-ASON-SITE-A/OTUODU4-21-2-3" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 107, "aPortLabel": "24X-ASON-SITE-C/OTUODU4-21-2-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 933, "key": "LinkAson/933", "className": "LinkAson", "defTime": 1466061652000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 3, "operationalState": "OperationalState_enabled", "otnMapper": 1683, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100229, "teLinkName": "24X-ASON-SITE-C/24X-ASON-SITE-B-100229", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "24X-ASON-SITE-B/OTUODU4-21-2-3 24X-ASON-SITE-C/OTUODU4-21-2-1 ODU4", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 106, "zPortLabel": "24X-ASON-SITE-B/OTUODU4-21-2-3" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 108, "aPortLabel": "EXT-SITE-A/30AN300-21-15-30", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 937, "key": "LinkAson/937", "className": "LinkAson", "defTime": 1466069203000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 3, "operationalState": "OperationalState_enabled", "otnMapper": 1696, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "OTU2_24X-SITE-A_OPS", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 105, "zPortLabel": "24X-ASON-SITE-A/30AN300-21-15-30" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 109, "aPortLabel": "EXT-SIET-B/4AN400-21-14-4", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 938, "key": "LinkAson/938", "className": "LinkAson", "defTime": 1466069374000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 3, "operationalState": "OperationalState_enabled", "otnMapper": 1699, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "OTU4_24X-SITE-B_OPS", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 106, "zPortLabel": "24X-ASON-SITE-B/4AN400-21-14-4" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 106, "aPortLabel": "24X-ASON-SITE-B/OTUODU4-21-4-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 80, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 940, "key": "LinkAson/940", "className": "LinkAson", "defTime": 1466118651000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 1, "linkType": "LinkType_i_nni", "npaId": 3, "operationalState": "OperationalState_enabled", "otnMapper": 1710, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100231, "teLinkName": "24X-ASON-SITE-B/24X-ASON-SITE-A-100231", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "24X-ASON-SITE-A/OTUODU4-21-4-1 24X-ASON-SITE-B/OTUODU4-21-4-1 ODU4", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 105, "zPortLabel": "24X-ASON-SITE-A/OTUODU4-21-4-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 108, "aPortLabel": "EXT-SITE-A/30AN300-21-15-29", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 942, "key": "LinkAson/942", "className": "LinkAson", "defTime": 1466121450000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 3, "operationalState": "OperationalState_enabled", "otnMapper": 1717, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "OTU2_24X-SITE-A_OPS_21-15-29", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 105, "zPortLabel": "24X-ASON-SITE-A/30AN300-21-15-29" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 106, "aPortLabel": "24X-ASON-SITE-B/OTUODU4-21-1-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1002, "key": "LinkAson/1002", "className": "LinkAson", "defTime": 1466154943000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 3, "operationalState": "OperationalState_enabled", "otnMapper": 1862, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100234, "teLinkName": "24X-ASON-SITE-B/24X-ASON-SITE-A-100234", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "INFRA_2_A<->B", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 105, "zPortLabel": "24X-ASON-SITE-A/OTUODU4-21-1-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 116, "aPortLabel": "IW-ASON-SITE-4#OCS/OCH-1-1-37-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1012, "key": "LinkAson/1012", "className": "LinkAson", "defTime": 1466223427000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 84, "operationalState": "OperationalState_enabled", "otnMapper": 1891, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100232, "teLinkName": "IW-ASON-SITE-4/IW-ASON-SITE-1-100232", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "INFRA_1_4UC400_130SCUPC_1<->4", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 113, "zPortLabel": "IW-ASON-SITE-1/OTUODU4-21-1-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 116, "aPortLabel": "IW-ASON-SITE-4#OCS/OCH-1-1-38-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1013, "key": "LinkAson/1013", "className": "LinkAson", "defTime": 1466223427000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 1, "linkType": "LinkType_i_nni", "npaId": 84, "operationalState": "OperationalState_enabled", "otnMapper": 1895, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100358, "teLinkName": "IW-ASON-SITE-4/IW-ASON-SITE-1-100358", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "INFRA_1_4UC400_130SCUPC_1<->4_through Site-2", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 113, "zPortLabel": "IW-ASON-SITE-1/OTUODU4-21-2-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 107, "aPortLabel": "24X-ASON-SITE-C/OTUODU4-21-1-2", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1047, "key": "LinkAson/1047", "className": "LinkAson", "defTime": 1466393393000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 3, "operationalState": "OperationalState_enabled", "otnMapper": 2006, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100235, "teLinkName": "24X-ASON-SITE-C/24X-ASON-SITE-B-100235", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "INFRA_1_B<->C", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 106, "zPortLabel": "24X-ASON-SITE-B/OTUODU4-21-1-2" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 39, "aPortLabel": "ASONINT-ENE-01/OCH-1-1-5-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1053, "key": "LinkAson/1053", "className": "LinkAson", "defTime": 1466394110000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2035, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-ENE-NODE2-03", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 26, "zPortLabel": "ASONINT-NODE2-01#OCS/OCH-1-1-5-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 39, "aPortLabel": "ASONINT-ENE-01/OCH-1-1-10-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1055, "key": "LinkAson/1055", "className": "LinkAson", "defTime": 1466394219000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2043, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-ENE-NODE2-04", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 26, "zPortLabel": "ASONINT-NODE2-01#OCS/OCH-1-1-10-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 39, "aPortLabel": "ASONINT-ENE-01/OCH-1-1-10-2", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1056, "key": "LinkAson/1056", "className": "LinkAson", "defTime": 1466394267000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2046, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-ENE-NODE2-05", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 26, "zPortLabel": "ASONINT-NODE2-01#OCS/OCH-1-1-10-2" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 39, "aPortLabel": "ASONINT-ENE-01/OCH-1-1-14-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1059, "key": "LinkAson/1059", "className": "LinkAson", "defTime": 1466394326000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2051, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-ENE-NODE2-07", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 26, "zPortLabel": "ASONINT-NODE2-01#OCS/OCH-1-1-14-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 40, "aPortLabel": "ASONINT-ENE-02/OCH-1-1-5-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1061, "key": "LinkAson/1061", "className": "LinkAson", "defTime": 1466394396000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2055, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-ENE-NODE2-01-01", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 28, "zPortLabel": "ASONINT-NODE2-02#OCS/OCH-1-1-5-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 40, "aPortLabel": "ASONINT-ENE-02/OCH-1-1-7-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1063, "key": "LinkAson/1063", "className": "LinkAson", "defTime": 1466394447000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2059, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-ENE-NODE2-01-02", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 28, "zPortLabel": "ASONINT-NODE2-02#OCS/OCH-1-1-7-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 40, "aPortLabel": "ASONINT-ENE-02/OCH-1-1-8-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1064, "key": "LinkAson/1064", "className": "LinkAson", "defTime": 1466394506000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2062, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-ENE-NODE2-01-03", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 28, "zPortLabel": "ASONINT-NODE2-02#OCS/OCH-1-1-8-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 40, "aPortLabel": "ASONINT-ENE-02/OCH-1-1-10-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1066, "key": "LinkAson/1066", "className": "LinkAson", "defTime": 1466394556000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2066, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-ENE-NODE2-01-04", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 28, "zPortLabel": "ASONINT-NODE2-02#OCS/OCH-1-1-10-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 40, "aPortLabel": "ASONINT-ENE-02/OCH-1-1-10-2", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1068, "key": "LinkAson/1068", "className": "LinkAson", "defTime": 1466394588000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2070, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-ENE-NODE2-01-05", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 28, "zPortLabel": "ASONINT-NODE2-02#OCS/OCH-1-1-10-2" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 40, "aPortLabel": "ASONINT-ENE-02/OCH-1-1-10-3", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1069, "key": "LinkAson/1069", "className": "LinkAson", "defTime": 1466394615000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2074, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-ENE-NODE2-01-06", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 28, "zPortLabel": "ASONINT-NODE2-02#OCS/OCH-1-1-10-3" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 40, "aPortLabel": "ASONINT-ENE-02/OCH-1-1-14-2", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1072, "key": "LinkAson/1072", "className": "LinkAson", "defTime": 1466394655000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2078, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-ENE-NODE2-01-08", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 28, "zPortLabel": "ASONINT-NODE2-02#OCS/OCH-1-1-14-2" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 41, "aPortLabel": "ASONINT-ENE-03/OCH-1-1-15-2", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1073, "key": "LinkAson/1073", "className": "LinkAson", "defTime": 1466394740000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2088, "otuSignalType": "OtuSignalType_otu3", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-ENE-NODE2-02-02", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 31, "zPortLabel": "ASONINT-NODE2-03#OCS/OCH-1-1-15-2" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 41, "aPortLabel": "ASONINT-ENE-03/OCH-1-1-16-2", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1074, "key": "LinkAson/1074", "className": "LinkAson", "defTime": 1466394794000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2094, "otuSignalType": "OtuSignalType_otu3", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-ENE-NODE2-02-04", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 31, "zPortLabel": "ASONINT-NODE2-03#OCS/OCH-1-1-16-2" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 42, "aPortLabel": "ASONINT-ENE-04/OCH-1-1-16-2", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1075, "key": "LinkAson/1075", "className": "LinkAson", "defTime": 1466394869000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2100, "otuSignalType": "OtuSignalType_otu3", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-ENE-NODE2-02-08", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 32, "zPortLabel": "ASONINT-NODE2-04#OCS/OCH-1-1-16-2" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 34, "aPortLabel": "ASONINT-NODE5-01#OCS/OCH-1-1-2-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1076, "key": "LinkAson/1076", "className": "LinkAson", "defTime": 1466394972000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_i_nni", "npaId": 85, "operationalState": "OperationalState_enabled", "otnMapper": 2109, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100244, "teLinkName": "ASONINT-NODE5-01/ASONINT-NODE5-02-100244", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-NODE5-OPS-01", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 35, "zPortLabel": "ASONINT-NODE5-02#OCS/OCH-1-1-2-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 107, "aPortLabel": "24X-ASON-SITE-C/OTUODU4-21-1-3", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1077, "key": "LinkAson/1077", "className": "LinkAson", "defTime": 1466395204000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 3, "operationalState": "OperationalState_enabled", "otnMapper": 2010, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100236, "teLinkName": "24X-ASON-SITE-C/24X-ASON-SITE-B-100236", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "INFRA_2_B<->C", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 106, "zPortLabel": "24X-ASON-SITE-B/OTUODU4-21-1-3" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 106, "aPortLabel": "24X-ASON-SITE-B/OTUODU4-21-3-2", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1079, "key": "LinkAson/1079", "className": "LinkAson", "defTime": 1466395205000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 3, "operationalState": "OperationalState_enabled", "otnMapper": 2027, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100237, "teLinkName": "24X-ASON-SITE-B/24X-ASON-SITE-A-100237", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "INFRA_3_A<->B", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 105, "zPortLabel": "24X-ASON-SITE-A/OTUODU4-21-3-2" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 106, "aPortLabel": "24X-ASON-SITE-B/OTUODU4-21-3-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1080, "key": "LinkAson/1080", "className": "LinkAson", "defTime": 1466395205000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 3, "operationalState": "OperationalState_enabled", "otnMapper": 2031, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100238, "teLinkName": "24X-ASON-SITE-B/24X-ASON-SITE-A-100238", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "INFRA_4_A<->B", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 105, "zPortLabel": "24X-ASON-SITE-A/OTUODU4-21-3-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 106, "aPortLabel": "24X-ASON-SITE-B/OTUODU4-21-3-3", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1081, "key": "LinkAson/1081", "className": "LinkAson", "defTime": 1466395205000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 3, "operationalState": "OperationalState_enabled", "otnMapper": 2040, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100239, "teLinkName": "24X-ASON-SITE-B/24X-ASON-SITE-A-100239", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "INFRA_5_A<->B", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 105, "zPortLabel": "24X-ASON-SITE-A/OTUODU4-21-3-3" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 107, "aPortLabel": "24X-ASON-SITE-C/OTUODU4-21-18-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1082, "key": "LinkAson/1082", "className": "LinkAson", "defTime": 1466395205000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 3, "operationalState": "OperationalState_enabled", "otnMapper": 2082, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100240, "teLinkName": "24X-ASON-SITE-C/24X-ASON-SITE-A-100240", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "INFRA_1_A<->C", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 105, "zPortLabel": "24X-ASON-SITE-A/OTUODU4-21-18-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 107, "aPortLabel": "24X-ASON-SITE-C/OTUODU4-21-18-2", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1083, "key": "LinkAson/1083", "className": "LinkAson", "defTime": 1466395205000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 3, "operationalState": "OperationalState_enabled", "otnMapper": 2086, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100241, "teLinkName": "24X-ASON-SITE-C/24X-ASON-SITE-A-100241", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "INFRA_2_A<->C", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 105, "zPortLabel": "24X-ASON-SITE-A/OTUODU4-21-18-2" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 107, "aPortLabel": "24X-ASON-SITE-C/OTUODU4-21-18-3", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1084, "key": "LinkAson/1084", "className": "LinkAson", "defTime": 1466395206000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 3, "operationalState": "OperationalState_enabled", "otnMapper": 2096, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100242, "teLinkName": "24X-ASON-SITE-C/24X-ASON-SITE-A-100242", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "INFRA_3_A<->C", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 105, "zPortLabel": "24X-ASON-SITE-A/OTUODU4-21-18-3" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 107, "aPortLabel": "24X-ASON-SITE-C/OTUODU4-21-18-4", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1085, "key": "LinkAson/1085", "className": "LinkAson", "defTime": 1466395206000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 3, "operationalState": "OperationalState_enabled", "otnMapper": 2108, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100243, "teLinkName": "24X-ASON-SITE-C/24X-ASON-SITE-A-100243", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "INFRA_4_A<->C", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 105, "zPortLabel": "24X-ASON-SITE-A/OTUODU4-21-18-4" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 37, "aPortLabel": "ASONINT-NODE5-04#OCS/OCH-1-1-4-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1086, "key": "LinkAson/1086", "className": "LinkAson", "defTime": 1466395547000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_i_nni", "npaId": 85, "operationalState": "OperationalState_enabled", "otnMapper": 2114, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100245, "teLinkName": "ASONINT-NODE5-04/ASONINT-NODE5-05-100245", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-NODE5-OPS-08", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 38, "zPortLabel": "ASONINT-NODE5-05#OCS/OCH-1-1-5-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 43, "aPortLabel": "ASONINT-PSS4-05/11QPA4-4-7-L1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1092, "key": "LinkAson/1092", "className": "LinkAson", "defTime": 1466396765000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 85, "operationalState": "OperationalState_enabled", "otnMapper": 2123, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-PSS4-OCS-01", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 34, "zPortLabel": "ASONINT-NODE5-01#OCS/OCH-1-1-10-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 44, "aPortLabel": "ASONINT-PSS4-06/11QPA4-4-7-L1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1093, "key": "LinkAson/1093", "className": "LinkAson", "defTime": 1466396881000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 85, "operationalState": "OperationalState_enabled", "otnMapper": 2125, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-PSS4-OCS-07", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 35, "zPortLabel": "ASONINT-NODE5-02#OCS/OCH-1-1-10-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 44, "aPortLabel": "ASONINT-PSS4-06/11QPA4-4-7-L2", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1094, "key": "LinkAson/1094", "className": "LinkAson", "defTime": 1466396901000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 85, "operationalState": "OperationalState_enabled", "otnMapper": 2127, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-PSS4-OCS-08", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 35, "zPortLabel": "ASONINT-NODE5-02#OCS/OCH-1-1-10-2" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 44, "aPortLabel": "ASONINT-PSS4-06/11QPA4-4-7-L3", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1095, "key": "LinkAson/1095", "className": "LinkAson", "defTime": 1466396921000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 85, "operationalState": "OperationalState_enabled", "otnMapper": 2129, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-PSS4-OCS-09", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 35, "zPortLabel": "ASONINT-NODE5-02#OCS/OCH-1-1-10-3" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 44, "aPortLabel": "ASONINT-PSS4-06/11QPA4-4-8-L2", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1096, "key": "LinkAson/1096", "className": "LinkAson", "defTime": 1466396941000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 85, "operationalState": "OperationalState_enabled", "otnMapper": 2131, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-PSS4-OCS-11", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 37, "zPortLabel": "ASONINT-NODE5-04#OCS/OCH-1-1-10-2" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 35, "aPortLabel": "ASONINT-NODE5-02#OCS/OCH-1-1-4-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1097, "key": "LinkAson/1097", "className": "LinkAson", "defTime": 1466396961000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_i_nni", "npaId": 85, "operationalState": "OperationalState_enabled", "otnMapper": 2134, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100246, "teLinkName": "ASONINT-NODE5-02/ASONINT-NODE5-05-100246", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-NODE5-OPS-06", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 38, "zPortLabel": "ASONINT-NODE5-05#OCS/OCH-1-1-3-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 37, "aPortLabel": "ASONINT-NODE5-04#OCS/OCH-1-1-2-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1098, "key": "LinkAson/1098", "className": "LinkAson", "defTime": 1466396982000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_i_nni", "npaId": 85, "operationalState": "OperationalState_enabled", "otnMapper": 2137, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100247, "teLinkName": "ASONINT-NODE5-04/ASONINT-NODE5-03-100247", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-NODE5-OPS-03", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 36, "zPortLabel": "ASONINT-NODE5-03#OCS/OCH-1-1-3-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 38, "aPortLabel": "ASONINT-NODE5-05#OCS/OCH-1-1-4-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1099, "key": "LinkAson/1099", "className": "LinkAson", "defTime": 1466397002000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_i_nni", "npaId": 85, "operationalState": "OperationalState_enabled", "otnMapper": 2140, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100248, "teLinkName": "ASONINT-NODE5-05/ASONINT-NODE5-03-100248", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-NODE5-OPS-07", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 36, "zPortLabel": "ASONINT-NODE5-03#OCS/OCH-1-1-4-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 28, "aPortLabel": "ASONINT-NODE2-02#OCS/OCH-1-1-39-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1100, "key": "LinkAson/1100", "className": "LinkAson", "defTime": 1466397023000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_i_nni", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2143, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100254, "teLinkName": "ASONINT-NODE2-02/ASONINT-NODE2-05-100254", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-NODE-PHY-11", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 33, "zPortLabel": "ASONINT-NODE2-05#OCS/OCH-1-1-40-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 34, "aPortLabel": "ASONINT-NODE5-01#OCS/OCH-1-1-4-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_locked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1101, "key": "LinkAson/1101", "className": "LinkAson", "defTime": 1466397059000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_i_nni", "npaId": 85, "operationalState": "OperationalState_enabled", "otnMapper": 2146, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100249, "teLinkName": "ASONINT-NODE5-01/ASONINT-NODE5-05-100249", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-NODE5-OPS-05", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 38, "zPortLabel": "ASONINT-NODE5-05#OCS/OCH-1-1-2-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 28, "aPortLabel": "ASONINT-NODE2-02#OCS/OCH-1-1-3-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1102, "key": "LinkAson/1102", "className": "LinkAson", "defTime": 1466397080000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_i_nni", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2149, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100255, "teLinkName": "ASONINT-NODE2-02/ASONINT-NODE2-03-100255", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-NODE2-PHY-02", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 31, "zPortLabel": "ASONINT-NODE2-03#OCS/OCH-1-1-2-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 28, "aPortLabel": "ASONINT-NODE2-02#OCS/OCH-1-1-4-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1103, "key": "LinkAson/1103", "className": "LinkAson", "defTime": 1466397100000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_i_nni", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2152, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100256, "teLinkName": "ASONINT-NODE2-02/ASONINT-NODE2-05-100256", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-NODE2-PHY-06", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 33, "zPortLabel": "ASONINT-NODE2-05#OCS/OCH-1-1-3-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 37, "aPortLabel": "ASONINT-NODE5-04#OCS/OCH-1-1-39-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1104, "key": "LinkAson/1104", "className": "LinkAson", "defTime": 1466397120000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_i_nni", "npaId": 85, "operationalState": "OperationalState_enabled", "otnMapper": 2155, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100250, "teLinkName": "ASONINT-NODE5-04/ASONINT-NODE5-03-100250", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-NODE5-PHY-11", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 36, "zPortLabel": "ASONINT-NODE5-03#OCS/OCH-1-1-39-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 37, "aPortLabel": "ASONINT-NODE5-04#OCS/OCH-1-1-40-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1105, "key": "LinkAson/1105", "className": "LinkAson", "defTime": 1466397151000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_i_nni", "npaId": 85, "operationalState": "OperationalState_enabled", "otnMapper": 2160, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100251, "teLinkName": "ASONINT-NODE5-04/ASONINT-NODE5-03-100251", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-NODE5-PHY-12", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 36, "zPortLabel": "ASONINT-NODE5-03#OCS/OCH-1-1-40-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 28, "aPortLabel": "ASONINT-NODE2-02#OCS/OCH-1-1-2-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1106, "key": "LinkAson/1106", "className": "LinkAson", "defTime": 1466397187000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_i_nni", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2164, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100257, "teLinkName": "ASONINT-NODE2-02/ASONINT-NODE2-01-100257", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-NODE2-PHY-01", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 26, "zPortLabel": "ASONINT-NODE2-01#OCS/OCH-1-1-2-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 35, "aPortLabel": "ASONINT-NODE5-02#OCS/OCH-1-1-3-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1107, "key": "LinkAson/1107", "className": "LinkAson", "defTime": 1466397208000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_i_nni", "npaId": 85, "operationalState": "OperationalState_enabled", "otnMapper": 2167, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100252, "teLinkName": "ASONINT-NODE5-02/ASONINT-NODE5-03-100252", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-NODE5-OPS-02", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 36, "zPortLabel": "ASONINT-NODE5-03#OCS/OCH-1-1-2-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 34, "aPortLabel": "ASONINT-NODE5-01#OCS/OCH-1-1-3-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1108, "key": "LinkAson/1108", "className": "LinkAson", "defTime": 1466397234000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_i_nni", "npaId": 85, "operationalState": "OperationalState_enabled", "otnMapper": 2170, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100253, "teLinkName": "ASONINT-NODE5-01/ASONINT-NODE5-04-100253", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-NODE5-OPS-04", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 37, "zPortLabel": "ASONINT-NODE5-04#OCS/OCH-1-1-3-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 32, "aPortLabel": "ASONINT-NODE2-04#OCS/OCH-1-1-2-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1109, "key": "LinkAson/1109", "className": "LinkAson", "defTime": 1466397255000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_i_nni", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2176, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100258, "teLinkName": "ASONINT-NODE2-04/ASONINT-NODE2-03-100258", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-NODE2-PHY-03", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 31, "zPortLabel": "ASONINT-NODE2-03#OCS/OCH-1-1-3-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 33, "aPortLabel": "ASONINT-NODE2-05#OCS/OCH-1-1-2-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1110, "key": "LinkAson/1110", "className": "LinkAson", "defTime": 1466397281000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_i_nni", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2179, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100259, "teLinkName": "ASONINT-NODE2-05/ASONINT-NODE2-01-100259", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-NODE2-PHY-05", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 26, "zPortLabel": "ASONINT-NODE2-01#OCS/OCH-1-1-4-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 32, "aPortLabel": "ASONINT-NODE2-04#OCS/OCH-1-1-3-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1111, "key": "LinkAson/1111", "className": "LinkAson", "defTime": 1466397302000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_i_nni", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2182, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100260, "teLinkName": "ASONINT-NODE2-04/ASONINT-NODE2-01-100260", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-NODE2-PHY-04", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 26, "zPortLabel": "ASONINT-NODE2-01#OCS/OCH-1-1-3-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 33, "aPortLabel": "ASONINT-NODE2-05#OCS/OCH-1-1-4-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1112, "key": "LinkAson/1112", "className": "LinkAson", "defTime": 1466397328000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_i_nni", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2185, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100261, "teLinkName": "ASONINT-NODE2-05/ASONINT-NODE2-03-100261", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-NODE2-PHY-07", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 31, "zPortLabel": "ASONINT-NODE2-03#OCS/OCH-1-1-4-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 33, "aPortLabel": "ASONINT-NODE2-05#OCS/OCH-1-1-5-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1113, "key": "LinkAson/1113", "className": "LinkAson", "defTime": 1466397349000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_i_nni", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2188, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100262, "teLinkName": "ASONINT-NODE2-05/ASONINT-NODE2-04-100262", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-NODE2-PHY-08", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 32, "zPortLabel": "ASONINT-NODE2-04#OCS/OCH-1-1-4-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 32, "aPortLabel": "ASONINT-NODE2-04#OCS/OCH-1-1-37-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1116, "key": "LinkAson/1116", "className": "LinkAson", "defTime": 1466397392000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_i_nni", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2194, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100263, "teLinkName": "ASONINT-NODE2-04/ASONINT-NODE2-03-100263", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-NODE-PHY-12", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 31, "zPortLabel": "ASONINT-NODE2-03#OCS/OCH-1-1-37-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 32, "aPortLabel": "ASONINT-NODE2-04#OCS/OCH-1-1-39-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1117, "key": "LinkAson/1117", "className": "LinkAson", "defTime": 1466397429000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_i_nni", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2197, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100264, "teLinkName": "ASONINT-NODE2-04/ASONINT-NODE2-03-100264", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-NODE2-PHY-13", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 31, "zPortLabel": "ASONINT-NODE2-03#OCS/OCH-1-1-39-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 43, "aPortLabel": "ASONINT-PSS4-05/11QPA4-4-7-L2", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1118, "key": "LinkAson/1118", "className": "LinkAson", "defTime": 1466397464000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 85, "operationalState": "OperationalState_enabled", "otnMapper": 2199, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-PSS4-OCS-02", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 34, "zPortLabel": "ASONINT-NODE5-01#OCS/OCH-1-1-10-2" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 43, "aPortLabel": "ASONINT-PSS4-05/11QPA4-4-7-L3", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1119, "key": "LinkAson/1119", "className": "LinkAson", "defTime": 1466397483000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 85, "operationalState": "OperationalState_enabled", "otnMapper": 2201, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-PSS4-OCS-03", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 34, "zPortLabel": "ASONINT-NODE5-01#OCS/OCH-1-1-10-3" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 44, "aPortLabel": "ASONINT-PSS4-06/11QPA4-4-8-L1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1120, "key": "LinkAson/1120", "className": "LinkAson", "defTime": 1466397503000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 85, "operationalState": "OperationalState_enabled", "otnMapper": 2206, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-PSS4-OCS-10", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 37, "zPortLabel": "ASONINT-NODE5-04#OCS/OCH-1-1-10-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 43, "aPortLabel": "ASONINT-PSS4-05/11QPA4-4-8-L1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1121, "key": "LinkAson/1121", "className": "LinkAson", "defTime": 1466397524000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 85, "operationalState": "OperationalState_enabled", "otnMapper": 2208, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-PSS4-OCS-04", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 36, "zPortLabel": "ASONINT-NODE5-03#OCS/OCH-1-1-10-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 43, "aPortLabel": "ASONINT-PSS4-05/11QPA4-4-8-L2", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1122, "key": "LinkAson/1122", "className": "LinkAson", "defTime": 1466397544000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 85, "operationalState": "OperationalState_enabled", "otnMapper": 2210, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-PSS4-OCS-05", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 36, "zPortLabel": "ASONINT-NODE5-03#OCS/OCH-1-1-10-2" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 43, "aPortLabel": "ASONINT-PSS4-05/11QPA4-4-8-L3", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1123, "key": "LinkAson/1123", "className": "LinkAson", "defTime": 1466397565000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 85, "operationalState": "OperationalState_enabled", "otnMapper": 2212, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-PSS4-OCS-06", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 36, "zPortLabel": "ASONINT-NODE5-03#OCS/OCH-1-1-10-3" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 44, "aPortLabel": "ASONINT-PSS4-06/11QPA4-4-8-L3", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1124, "key": "LinkAson/1124", "className": "LinkAson", "defTime": 1466397586000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 85, "operationalState": "OperationalState_enabled", "otnMapper": 2214, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-PSS4-OCS-12", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 37, "zPortLabel": "ASONINT-NODE5-04#OCS/OCH-1-1-10-3" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 39, "aPortLabel": "ASONINT-ENE-01/OCH-1-1-10-3", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1127, "key": "LinkAson/1127", "className": "LinkAson", "defTime": 1466398337000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2226, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-ENE-NODE2-06", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 26, "zPortLabel": "ASONINT-NODE2-01#OCS/OCH-1-1-10-3" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 39, "aPortLabel": "ASONINT-ENE-01/OCH-1-1-14-2", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1128, "key": "LinkAson/1128", "className": "LinkAson", "defTime": 1466398353000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2229, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-ENE-NODE2-08", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 26, "zPortLabel": "ASONINT-NODE2-01#OCS/OCH-1-1-14-2" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 39, "aPortLabel": "ASONINT-ENE-01/OCH-1-1-14-3", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1129, "key": "LinkAson/1129", "className": "LinkAson", "defTime": 1466398369000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2232, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-ENE-NODE2-09", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 26, "zPortLabel": "ASONINT-NODE2-01#OCS/OCH-1-1-14-3" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 40, "aPortLabel": "ASONINT-ENE-02/OCH-1-1-14-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1130, "key": "LinkAson/1130", "className": "LinkAson", "defTime": 1466398385000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2235, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-ENE-NODE2-01-07", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 28, "zPortLabel": "ASONINT-NODE2-02#OCS/OCH-1-1-14-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 40, "aPortLabel": "ASONINT-ENE-02/OCH-1-1-14-3", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1131, "key": "LinkAson/1131", "className": "LinkAson", "defTime": 1466398401000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2238, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-ENE-NODE2-01-09", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 28, "zPortLabel": "ASONINT-NODE2-02#OCS/OCH-1-1-14-3" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 41, "aPortLabel": "ASONINT-ENE-03/OCH-1-1-15-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1132, "key": "LinkAson/1132", "className": "LinkAson", "defTime": 1466398417000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2241, "otuSignalType": "OtuSignalType_otu3", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-ENE-NODE2-02-01", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 31, "zPortLabel": "ASONINT-NODE2-03#OCS/OCH-1-1-15-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 41, "aPortLabel": "ASONINT-ENE-03/OCH-1-1-16-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1133, "key": "LinkAson/1133", "className": "LinkAson", "defTime": 1466398434000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2244, "otuSignalType": "OtuSignalType_otu3", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-ENE-NODE2-02-03", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 31, "zPortLabel": "ASONINT-NODE2-03#OCS/OCH-1-1-16-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 42, "aPortLabel": "ASONINT-ENE-04/OCH-1-1-15-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1134, "key": "LinkAson/1134", "className": "LinkAson", "defTime": 1466398450000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2248, "otuSignalType": "OtuSignalType_otu3", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-ENE-NODE2-02-05", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 32, "zPortLabel": "ASONINT-NODE2-04#OCS/OCH-1-1-15-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 39, "aPortLabel": "ASONINT-ENE-01/OCH-1-1-7-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1136, "key": "LinkAson/1136", "className": "LinkAson", "defTime": 1466398466000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2252, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-ENE-NODE2-01", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 26, "zPortLabel": "ASONINT-NODE2-01#OCS/OCH-1-1-7-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 39, "aPortLabel": "ASONINT-ENE-01/OCH-1-1-8-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1138, "key": "LinkAson/1138", "className": "LinkAson", "defTime": 1466398482000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2256, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-ENE-NODE2-02", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 26, "zPortLabel": "ASONINT-NODE2-01#OCS/OCH-1-1-8-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 42, "aPortLabel": "ASONINT-ENE-04/OCH-1-1-15-2", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1139, "key": "LinkAson/1139", "className": "LinkAson", "defTime": 1466398498000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2259, "otuSignalType": "OtuSignalType_otu3", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-ENE-NODE2-02-06", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 32, "zPortLabel": "ASONINT-NODE2-04#OCS/OCH-1-1-15-2" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 42, "aPortLabel": "ASONINT-ENE-04/OCH-1-1-16-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1140, "key": "LinkAson/1140", "className": "LinkAson", "defTime": 1466398514000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 2262, "otuSignalType": "OtuSignalType_otu3", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-ENE-NODE2-02-07", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 32, "zPortLabel": "ASONINT-NODE2-04#OCS/OCH-1-1-16-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 34, "aPortLabel": "ASONINT-NODE5-01#OCS/OCH-1-1-39-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1143, "key": "LinkAson/1143", "className": "LinkAson", "defTime": 1466404235000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 85, "operationalState": "OperationalState_enabled", "otnMapper": 2290, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100265, "teLinkName": "ASONINT-NODE5-01/ASONINT-NODE5-02-100265", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-NODE5-01#OCS/OTUODU4-1-1-39-1 ASONINT-NODE5-02#OCS/OTUODU4-1-1-39-1 ODU4", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 35, "zPortLabel": "ASONINT-NODE5-02#OCS/OCH-1-1-39-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 34, "aPortLabel": "ASONINT-NODE5-01#OCS/OCH-1-1-37-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1144, "key": "LinkAson/1144", "className": "LinkAson", "defTime": 1466404235000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 85, "operationalState": "OperationalState_enabled", "otnMapper": 2294, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100266, "teLinkName": "ASONINT-NODE5-01/ASONINT-NODE5-02-100266", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-NODE5-LL-01", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 35, "zPortLabel": "ASONINT-NODE5-02#OCS/OCH-1-1-37-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 34, "aPortLabel": "ASONINT-NODE5-01#OCS/OCH-1-1-38-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1145, "key": "LinkAson/1145", "className": "LinkAson", "defTime": 1466404235000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 85, "operationalState": "OperationalState_enabled", "otnMapper": 2298, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100267, "teLinkName": "ASONINT-NODE5-01/ASONINT-NODE5-02-100267", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASONINT-NODE5-LL-02", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 35, "zPortLabel": "ASONINT-NODE5-02#OCS/OCH-1-1-38-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 34, "aPortLabel": "ASONINT-NODE5-01#OCS/OCH-1-1-45-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1146, "key": "LinkAson/1146", "className": "LinkAson", "defTime": 1466404235000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 85, "operationalState": "OperationalState_enabled", "otnMapper": 2302, "otuSignalType": "OtuSignalType_otu3e2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100268, "teLinkName": "ASONINT-NODE5-01/ASONINT-NODE5-02-100268", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ODU3E_Infra_Node5-01->Node5-02", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 35, "zPortLabel": "ASONINT-NODE5-02#OCS/OCH-1-1-45-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 34, "aPortLabel": "ASONINT-NODE5-01#OCS/OCH-1-1-40-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1147, "key": "LinkAson/1147", "className": "LinkAson", "defTime": 1466404236000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 85, "operationalState": "OperationalState_enabled", "otnMapper": 2306, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100269, "teLinkName": "ASONINT-NODE5-01/ASONINT-NODE5-02-100269", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ODU4_Infra_Node5-01->Node5-02_40-1", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 35, "zPortLabel": "ASONINT-NODE5-02#OCS/OCH-1-1-40-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 107, "aPortLabel": "24X-ASON-SITE-C/OTUODU4-21-19-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1213, "key": "LinkAson/1213", "className": "LinkAson", "defTime": 1466479992000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 3, "operationalState": "OperationalState_enabled", "otnMapper": 3525, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100270, "teLinkName": "24X-ASON-SITE-C/24X-ASON-SITE-A-100270", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "24X-ASON-SITE-C/OTUODU4-21-19-1 24X-ASON-SITE-A/OTUODU4-21-19-1 ODU4", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 105, "zPortLabel": "24X-ASON-SITE-A/OTUODU4-21-19-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 108, "aPortLabel": "EXT-SITE-A/30AN300-21-15-28", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1217, "key": "LinkAson/1217", "className": "LinkAson", "defTime": 1466489929000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 3, "operationalState": "OperationalState_enabled", "otnMapper": 3583, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "30AN300-21-15-28_OPS", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 105, "zPortLabel": "24X-ASON-SITE-A/30AN300-21-15-28" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 107, "aPortLabel": "24X-ASON-SITE-C/OTUODU4-21-19-2", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1225, "key": "LinkAson/1225", "className": "LinkAson", "defTime": 1466552187000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 3, "operationalState": "OperationalState_enabled", "otnMapper": 3853, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100272, "teLinkName": "24X-ASON-SITE-C/24X-ASON-SITE-B-100272", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "24X-ASON-SITE-C/OTUODU4-21-19-2 24X-ASON-SITE-B/OTUODU4-21-17-1 ODU4", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 106, "zPortLabel": "24X-ASON-SITE-B/OTUODU4-21-17-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 61, "aPortLabel": "PSS8-14.0-SITE-8/AHPHG-1-5-LINE/CLONE", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "OMSlink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1228, "key": "LinkAson/1228", "className": "LinkAson", "defTime": 1466552253000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 1, "operationalState": "OperationalState_enabled", "otnMapper": 4176, "otuSignalType": "OtuSignalType_notMeaningful", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100273, "teLinkName": "PSS8-14.0-SITE-8/PSS8-14.0-SITE-7-100273", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "PSS8-14.0-SITE-7/AHPHG-1-5-LINE-PSS8-14.0-SITE-8/AHPHG-1-5-LINE/1", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 60, "zPortLabel": "PSS8-14.0-SITE-7/AHPHG-1-5-LINE/CLONE" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 11, "aPortLabel": "PSS8-14.0-SITE-6/AHPHG-6-5-LINE/CLONE", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "OMSlink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1233, "key": "LinkAson/1233", "className": "LinkAson", "defTime": 1466557377000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 1, "operationalState": "OperationalState_enabled", "otnMapper": 4178, "otuSignalType": "OtuSignalType_notMeaningful", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100274, "teLinkName": "PSS8-14.0-SITE-6/PSS8-14.0-SITE-5-100274", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "PSS8-14.0-SITE-5/AHPHG-6-5-LINE-PSS8-14.0-SITE-6/AHPHG-6-5-LINE/1", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 10, "zPortLabel": "PSS8-14.0-SITE-5/AHPHG-6-5-LINE/CLONE" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 88, "aPortLabel": "Indosat-Site-2#OCS/OCH-1-1-37-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1279, "key": "LinkAson/1279", "className": "LinkAson", "defTime": 1466637966000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 63, "operationalState": "OperationalState_enabled", "otnMapper": 4590, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100276, "teLinkName": "Indosat-Site-2/Indosat-Site-1-100276", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "Infra_1_Site1_Site2", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 87, "zPortLabel": "Indosat-Site-1#OCS/OCH-1-1-37-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 90, "aPortLabel": "Indosat-Site-6#OCS/OCH-1-1-37-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1285, "key": "LinkAson/1285", "className": "LinkAson", "defTime": 1466639663000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 63, "operationalState": "OperationalState_enabled", "otnMapper": 4622, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100277, "teLinkName": "Indosat-Site-6/Indosat-Site-5-100277", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "Infra_5_Site5_Site6", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 89, "zPortLabel": "Indosat-Site-5#OCS/OCH-1-1-38-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 61, "aPortLabel": "PSS8-14.0-SITE-8/AHPHG-3-5-LINE/CLONE", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "OMSlink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1321, "key": "LinkAson/1321", "className": "LinkAson", "defTime": 1466663762000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 1, "operationalState": "OperationalState_enabled", "otnMapper": 4831, "otuSignalType": "OtuSignalType_notMeaningful", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100278, "teLinkName": "PSS8-14.0-SITE-8/PSS8-14.0-SITE-7-100278", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "PSS8-14.0-SITE-7/AHPHG-3-5-LINE-PSS8-14.0-SITE-8/AHPHG-3-5-LINE/1", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 60, "zPortLabel": "PSS8-14.0-SITE-7/AHPHG-3-5-LINE/CLONE" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 115, "aPortLabel": "IW-ASON-SITE-3#OCS/OCH-1-1-2-1/WDM", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1324, "key": "LinkAson/1324", "className": "LinkAson", "defTime": 1466723501000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_i_nni", "npaId": 84, "operationalState": "OperationalState_enabled", "otnMapper": 5150, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100332, "teLinkName": "IW-ASON-SITE-3/IW-ASON-SITE-3-100332", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "IW-ASON-SITE-3_1AN100G_4AN400", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 115, "zPortLabel": "IW-ASON-SITE-3/4AN400-21-10-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 8, "aPortLabel": "PSS32-SITE-2/AHPHG-3-3-LINE/CLONE", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "OMSlink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1334, "key": "LinkAson/1334", "className": "LinkAson", "defTime": 1466727309000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 1, "operationalState": "OperationalState_enabled", "otnMapper": 5172, "otuSignalType": "OtuSignalType_notMeaningful", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100279, "teLinkName": "PSS32-SITE-2/PSS32-SITE-3-100279", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "PSS32-SITE-2/AHPHG-3-3-LINE-PSS32-SITE-3/AHPHG-3-3-LINE/1", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 9, "zPortLabel": "PSS32-SITE-3/AHPHG-3-3-LINE/CLONE" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 113, "aPortLabel": "IW-ASON-SITE-1/OTUODU4-21-1-4", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1417, "key": "LinkAson/1417", "className": "LinkAson", "defTime": 1466984939000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 1, "linkType": "LinkType_i_nni", "npaId": 84, "operationalState": "OperationalState_enabled", "otnMapper": 6532, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100356, "teLinkName": "IW-ASON-SITE-1/IW-ASON-SITE-3-100356", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "INFRA_2_24X_24X_SITE1<->SITE3", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 115, "zPortLabel": "IW-ASON-SITE-3/OTUODU4-21-1-4" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 116, "aPortLabel": "IW-ASON-SITE-4#OCS/OCH-1-1-39-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1434, "key": "LinkAson/1434", "className": "LinkAson", "defTime": 1467000127000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 84, "operationalState": "OperationalState_enabled", "otnMapper": 6742, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100318, "teLinkName": "IW-ASON-SITE-4/IW-ASON-SITE-3-100318", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "INFRA_3_4UC_130SCUPC_SITE3<->SITE4", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 115, "zPortLabel": "IW-ASON-SITE-3/OTUODU4-21-17-3" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 113, "aPortLabel": "IW-ASON-SITE-1/OTUODU4-21-1-3", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1442, "key": "LinkAson/1442", "className": "LinkAson", "defTime": 1467002130000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 1, "linkType": "LinkType_i_nni", "npaId": 84, "operationalState": "OperationalState_enabled", "otnMapper": 6770, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100357, "teLinkName": "IW-ASON-SITE-1/IW-ASON-SITE-3-100357", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "INFRA_LOGICAL_LINK_01", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 115, "zPortLabel": "IW-ASON-SITE-3/OTUODU4-21-1-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 107, "aPortLabel": "24X-ASON-SITE-C/OTUODU4-21-4-3", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1471, "key": "LinkAson/1471", "className": "LinkAson", "defTime": 1467156800000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 3, "operationalState": "OperationalState_enabled", "otnMapper": 7739, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100333, "teLinkName": "24X-ASON-SITE-C/24X-ASON-SITE-B-100333", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "24X-ASON-SITE-B/OTUODU4-21-4-3 24X-ASON-SITE-C/OTUODU4-21-4-3 ODU4", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 106, "zPortLabel": "24X-ASON-SITE-B/OTUODU4-21-4-3" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 107, "aPortLabel": "24X-ASON-SITE-C/OTUODU4-21-4-4", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1472, "key": "LinkAson/1472", "className": "LinkAson", "defTime": 1467156800000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 3, "operationalState": "OperationalState_enabled", "otnMapper": 7740, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100334, "teLinkName": "24X-ASON-SITE-C/24X-ASON-SITE-B-100334", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "24X-ASON-SITE-B/OTUODU4-21-4-3 24X-ASON-SITE-C/OTUODU4-21-4-3 ODU4 ODU4#2", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 106, "zPortLabel": "24X-ASON-SITE-B/OTUODU4-21-4-4" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 116, "aPortLabel": "IW-ASON-SITE-4#OCS/OCH-1-1-36-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1486, "key": "LinkAson/1486", "className": "LinkAson", "defTime": 1467258567000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 84, "operationalState": "OperationalState_enabled", "otnMapper": 8044, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100352, "teLinkName": "IW-ASON-SITE-4/IW-ASON-SITE-3-100352", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "INFRA_4_130SCUPC_130SCUPC_3<->4", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 115, "zPortLabel": "IW-ASON-SITE-3#OCS/OCH-1-1-36-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 113, "aPortLabel": "IW-ASON-SITE-1/OTUODU4-21-2-3", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1491, "key": "LinkAson/1491", "className": "LinkAson", "defTime": 1467266947000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 84, "operationalState": "OperationalState_enabled", "otnMapper": 8072, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100353, "teLinkName": "IW-ASON-SITE-1/IW-ASON-SITE-3-100353", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "Infra_5_3R_4UC400_130SCUPC_Site1<->Site3", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 115, "zPortLabel": "IW-ASON-SITE-3#OCS/OCH-1-1-35-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 113, "aPortLabel": "IW-ASON-SITE-1/OTUODU4-21-17-3", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1492, "key": "LinkAson/1492", "className": "LinkAson", "defTime": 1467268082000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 1, "linkType": "LinkType_i_nni", "npaId": 84, "operationalState": "OperationalState_enabled", "otnMapper": 8078, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100355, "teLinkName": "IW-ASON-SITE-1/IW-ASON-SITE-3-100355", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "Infra_6_4UC400_130SCUPC_Site1<->Site3", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 115, "zPortLabel": "IW-ASON-SITE-3#OCS/OCH-1-1-43-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 113, "aPortLabel": "IW-ASON-SITE-1/OTUODU4-21-2-4", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1507, "key": "LinkAson/1507", "className": "LinkAson", "defTime": 1467340425000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 1, "linkType": "LinkType_i_nni", "npaId": 84, "operationalState": "OperationalState_enabled", "otnMapper": 8340, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100361, "teLinkName": "IW-ASON-SITE-1/IW-ASON-SITE-3-100361", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "Infra_7_3R_4UC400_130SCUPH_Site1<->Site3", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 115, "zPortLabel": "IW-ASON-SITE-3#OCS/OCH-1-1-44-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 113, "aPortLabel": "IW-ASON-SITE-1/OTUODU4-21-17-4", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1508, "key": "LinkAson/1508", "className": "LinkAson", "defTime": 1467340622000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 1, "linkType": "LinkType_i_nni", "npaId": 84, "operationalState": "OperationalState_enabled", "otnMapper": 8345, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100362, "teLinkName": "IW-ASON-SITE-1/IW-ASON-SITE-3-100362", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "Infra_8_4UC400_130SCUPH_Site1<->Site3_Thru_Site4", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 115, "zPortLabel": "IW-ASON-SITE-3#OCS/OCH-1-1-45-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 88, "aPortLabel": "Indosat-Site-2#OCS/OCH-1-1-2-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1511, "key": "LinkAson/1511", "className": "LinkAson", "defTime": 1467348734000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 63, "operationalState": "OperationalState_enabled", "otnMapper": 8357, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100363, "teLinkName": "Indosat-Site-2/Indosat-Site-5-100363", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "Indosat_Long_LOCP", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 89, "zPortLabel": "Indosat-Site-5#OCS/OCH-1-1-2-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 128, "aPortLabel": "PSS32-14.0-SITE10/AHPHG-1-4-LINE/CLONE", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "OMSlink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1530, "key": "LinkAson/1530", "className": "LinkAson", "defTime": 1467357287000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 1, "operationalState": "OperationalState_enabled", "otnMapper": 8386, "otuSignalType": "OtuSignalType_notMeaningful", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100366, "teLinkName": "PSS32-14.0-SITE10/PSS8-14.0-SITE-7-100366", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "PSS8-14.0-SITE-7/AHPHG-6-4-LINE-PSS32-14.0-SITE10/AHPHG-1-4-LINE/1", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 60, "zPortLabel": "PSS8-14.0-SITE-7/AHPHG-6-4-LINE/CLONE" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 128, "aPortLabel": "PSS32-14.0-SITE10/AHPHG-1-5-LINE/CLONE", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "OMSlink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1531, "key": "LinkAson/1531", "className": "LinkAson", "defTime": 1467357297000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 1, "operationalState": "OperationalState_enabled", "otnMapper": 8388, "otuSignalType": "OtuSignalType_notMeaningful", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100367, "teLinkName": "PSS32-14.0-SITE10/PSS8-14.0-SITE-8-100367", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "PSS8-14.0-SITE-8/AHPHG-6-4-LINE-PSS32-14.0-SITE10/AHPHG-1-5-LINE/1", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 61, "zPortLabel": "PSS8-14.0-SITE-8/AHPHG-6-4-LINE/CLONE" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 124, "aPortLabel": "PSS16II-SITE10/AHPLG-8-3-LINE/CLONE", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "OMSlink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1560, "key": "LinkAson/1560", "className": "LinkAson", "defTime": 1467420965000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 1, "operationalState": "OperationalState_enabled", "otnMapper": 8669, "otuSignalType": "OtuSignalType_notMeaningful", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100368, "teLinkName": "PSS16II-SITE10/PSS8-14.0-SITE-6-100368", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "PSS16II-SITE10/AHPLG-8-3-LINE-PSS8-14.0-SITE-6/AHPHG-8-3-LINE/1", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 11, "zPortLabel": "PSS8-14.0-SITE-6/AHPHG-8-3-LINE/CLONE" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 61, "aPortLabel": "PSS8-14.0-SITE-8/AHPHG-1-3-LINE/CLONE", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "OMSlink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1563, "key": "LinkAson/1563", "className": "LinkAson", "defTime": 1467423216000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 1, "operationalState": "OperationalState_enabled", "otnMapper": 8676, "otuSignalType": "OtuSignalType_notMeaningful", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100371, "teLinkName": "PSS8-14.0-SITE-8/PSS16II-SITE10-100371", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "PSS16II-SITE10/AHPHG-1-3-LINE-PSS8-14.0-SITE-8/AHPHG-1-3-LINE/1", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 124, "zPortLabel": "PSS16II-SITE10/AHPHG-1-3-LINE/CLONE" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 88, "aPortLabel": "Indosat-Site-2#OCS/OCH-1-1-38-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1573, "key": "LinkAson/1573", "className": "LinkAson", "defTime": 1467443859000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 63, "operationalState": "OperationalState_enabled", "otnMapper": 8742, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100372, "teLinkName": "Indosat-Site-2/Indosat-Site-1-100372", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "Indosat_LL_Site1<->Site2", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 87, "zPortLabel": "Indosat-Site-1#OCS/OCH-1-1-38-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 90, "aPortLabel": "Indosat-Site-6#OCS/OCH-1-1-39-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1575, "key": "LinkAson/1575", "className": "LinkAson", "defTime": 1467445911000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 63, "operationalState": "OperationalState_enabled", "otnMapper": 8761, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100373, "teLinkName": "Indosat-Site-6/Indosat-Site-5-100373", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "Indosat_LL_Site5<->Site6", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 89, "zPortLabel": "Indosat-Site-5#OCS/OCH-1-1-39-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 116, "aPortLabel": "IW-ASON-SITE-4#OCS/OCH-1-1-41-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1585, "key": "LinkAson/1585", "className": "LinkAson", "defTime": 1467521641000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 1, "linkType": "LinkType_i_nni", "npaId": 84, "operationalState": "OperationalState_enabled", "otnMapper": 9052, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100378, "teLinkName": "IW-ASON-SITE-4/IW-ASON-SITE-1-100378", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "Infra_7_4UC_130SCUPH_Site1<->Site4", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 113, "zPortLabel": "IW-ASON-SITE-1/OTUODU4-21-3-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 116, "aPortLabel": "IW-ASON-SITE-4#OCS/OCH-1-1-42-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1587, "key": "LinkAson/1587", "className": "LinkAson", "defTime": 1467522232000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 1, "linkType": "LinkType_i_nni", "npaId": 84, "operationalState": "OperationalState_enabled", "otnMapper": 9057, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100379, "teLinkName": "IW-ASON-SITE-4/IW-ASON-SITE-1-100379", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "Infra_7_4UC_130SCUPH_Site1<->Site4_Through-Site3", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 113, "zPortLabel": "IW-ASON-SITE-1/OTUODU4-21-3-2" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 116, "aPortLabel": "IW-ASON-SITE-4#OCS/OCH-1-1-43-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1590, "key": "LinkAson/1590", "className": "LinkAson", "defTime": 1467530639000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 1, "linkType": "LinkType_i_nni", "npaId": 84, "operationalState": "OperationalState_enabled", "otnMapper": 9094, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100380, "teLinkName": "IW-ASON-SITE-4/IW-ASON-SITE-1-100380", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "Infra_7_4UC_130SCUPH_Site1<->Site4_3R@Site2", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 113, "zPortLabel": "IW-ASON-SITE-1/OTUODU4-21-3-3" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 61, "aPortLabel": "PSS8-14.0-SITE-8/AHPHG-7-3-LINE/CLONE", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "OMSlink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1609, "key": "LinkAson/1609", "className": "LinkAson", "defTime": 1467602712000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 1, "operationalState": "OperationalState_enabled", "otnMapper": 9563, "otuSignalType": "OtuSignalType_notMeaningful", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100388, "teLinkName": "PSS8-14.0-SITE-8/PSS8-14.0-SITE-7-100388", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "PSS8-14.0-SITE-7/AHPHG-7-3-LINE-PSS8-14.0-SITE-8/AHPHG-7-3-LINE/1", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 60, "zPortLabel": "PSS8-14.0-SITE-7/AHPHG-7-3-LINE/CLONE" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 88, "aPortLabel": "Indosat-Site-2#OCS/OCH-1-1-3-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1626, "key": "LinkAson/1626", "className": "LinkAson", "defTime": 1467616309000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 63, "operationalState": "OperationalState_enabled", "otnMapper": 9651, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100392, "teLinkName": "Indosat-Site-2/Indosat-Site-5-100392", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "LONG_LOCP_Indosat_1", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 89, "zPortLabel": "Indosat-Site-5#OCS/OCH-1-1-3-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 118, "aPortLabel": "CLUSTER-NODE-02#OCS/OCH-1-1-37-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1636, "key": "LinkAson/1636", "className": "LinkAson", "defTime": 1467675829000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 87, "operationalState": "OperationalState_enabled", "otnMapper": 10087, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100399, "teLinkName": "CLUSTER-NODE-02/CLUSTER-NODE-01-100399", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "CLUSTER-LOGICALLINK-01", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 117, "zPortLabel": "CLUSTER-NODE-01#OCS/OCH-1-1-37-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 119, "aPortLabel": "CLUSTER-NE-3#OCS/OCH-1-1-37-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1637, "key": "LinkAson/1637", "className": "LinkAson", "defTime": 1467675882000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 87, "operationalState": "OperationalState_enabled", "otnMapper": 10091, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100400, "teLinkName": "CLUSTER-NE-3/CLUSTER-NE-4-100400", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "CLUSTER-LOGICALLINK-02", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 120, "zPortLabel": "CLUSTER-NE-4#OCS/OCH-1-1-37-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 119, "aPortLabel": "CLUSTER-NE-3#OCS/OCH-1-1-38-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1640, "key": "LinkAson/1640", "className": "LinkAson", "defTime": 1467676127000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 87, "operationalState": "OperationalState_enabled", "otnMapper": 10097, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100401, "teLinkName": "CLUSTER-NE-3/CLUSTER-NE-4-100401", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "CLUSTER-LOGICALLINK-03", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 120, "zPortLabel": "CLUSTER-NE-4#OCS/OCH-1-1-38-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 118, "aPortLabel": "CLUSTER-NODE-02#OCS/OCH-1-1-38-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1643, "key": "LinkAson/1643", "className": "LinkAson", "defTime": 1467676302000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 87, "operationalState": "OperationalState_enabled", "otnMapper": 10103, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100402, "teLinkName": "CLUSTER-NODE-02/CLUSTER-NODE-01-100402", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "CLUSTER-LOGICALLINK-04", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 117, "zPortLabel": "CLUSTER-NODE-01#OCS/OCH-1-1-38-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 119, "aPortLabel": "CLUSTER-NE-3#OCS/OCH-1-1-33-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1644, "key": "LinkAson/1644", "className": "LinkAson", "defTime": 1467676358000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_i_nni", "npaId": 87, "operationalState": "OperationalState_enabled", "otnMapper": 10107, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_present", "teLinkId": 100403, "teLinkName": "CLUSTER-NE-3/CLUSTER-NE-4-100403", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "CLUSTER-OPS-09", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 120, "zPortLabel": "CLUSTER-NE-4#OCS/OCH-1-1-33-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 118, "aPortLabel": "CLUSTER-NODE-02#OCS/OCH-1-1-33-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1645, "key": "LinkAson/1645", "className": "LinkAson", "defTime": 1467676396000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_i_nni", "npaId": 87, "operationalState": "OperationalState_enabled", "otnMapper": 10110, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_present", "teLinkId": 100404, "teLinkName": "CLUSTER-NODE-02/CLUSTER-NODE-01-100404", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "CLUSTER-OPS-10", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 117, "zPortLabel": "CLUSTER-NODE-01#OCS/OCH-1-1-33-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 119, "aPortLabel": "CLUSTER-NE-3#OCS/OCH-1-1-2-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1654, "key": "LinkAson/1654", "className": "LinkAson", "defTime": 1467683623000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_i_nni", "npaId": 87, "operationalState": "OperationalState_enabled", "otnMapper": 10149, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100403, "teLinkName": "CLUSTER-NE-3/CLUSTER-NE-4-100403", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "CLUSTER-OPS-11", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 120, "zPortLabel": "CLUSTER-NE-4#OCS/OCH-1-1-2-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 128, "aPortLabel": "PSS32-14.0-SITE10/AHPHG-2-3-LINE/CLONE", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "OMSlink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1670, "key": "LinkAson/1670", "className": "LinkAson", "defTime": 1467849695000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 1, "operationalState": "OperationalState_enabled", "otnMapper": 10903, "otuSignalType": "OtuSignalType_notMeaningful", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100411, "teLinkName": "PSS32-14.0-SITE10/PSS8-14.0-SITE21-100411", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "PSS8-14.0-SITE21/ALPHG-1-3-LINE-PSS32-14.0-SITE10/AHPHG-2-3-LINE/1", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 131, "zPortLabel": "PSS8-14.0-SITE21/ALPHG-1-3-LINE/CLONE" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 130, "aPortLabel": "PSS8-14.0-SITE-22/AHPHG-1-3-LINE/CLONE", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "OMSlink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1671, "key": "LinkAson/1671", "className": "LinkAson", "defTime": 1467849705000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 1, "operationalState": "OperationalState_enabled", "otnMapper": 10906, "otuSignalType": "OtuSignalType_notMeaningful", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100412, "teLinkName": "PSS8-14.0-SITE-22/PSS32-14.0-SITE10-100412", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "PSS8-14.0-SITE-22/AHPHG-1-3-LINE-PSS32-14.0-SITE10/AHPHG-2-4-LINE/1", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 128, "zPortLabel": "PSS32-14.0-SITE10/AHPHG-2-4-LINE/CLONE" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 116, "aPortLabel": "IW-ASON-SITE-4#OCS/OCH-1-1-34-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1696, "key": "LinkAson/1696", "className": "LinkAson", "defTime": 1467868399000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 84, "operationalState": "OperationalState_enabled", "otnMapper": 11006, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "IW-ASON-SITE-4_OCH-1-1-34-1_SFD-1-35-9210", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 116, "zPortLabel": "IW-ASON-SITE-4/SFD-1-35-9210" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 116, "aPortLabel": "IW-ASON-SITE-4#OCS/OCH-1-1-33-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1697, "key": "LinkAson/1697", "className": "LinkAson", "defTime": 1467868433000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 84, "operationalState": "OperationalState_enabled", "otnMapper": 11007, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "IW-ASON-SITE-4_OCH-1-1-33-1_SFD-1-34-9220", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 116, "zPortLabel": "IW-ASON-SITE-4/SFD-1-34-9220" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 116, "aPortLabel": "IW-ASON-SITE-4#OCS/OCH-1-1-34-4", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1698, "key": "LinkAson/1698", "className": "LinkAson", "defTime": 1467870938000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 84, "operationalState": "OperationalState_enabled", "otnMapper": 11027, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "IW-ASON-SITE-4_OCH-1-1-34-4_SFD-1-35-9230", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 116, "zPortLabel": "IW-ASON-SITE-4/SFD-1-35-9230" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 116, "aPortLabel": "IW-ASON-SITE-4#OCS/OCH-1-1-33-4", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1699, "key": "LinkAson/1699", "className": "LinkAson", "defTime": 1467870967000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 84, "operationalState": "OperationalState_enabled", "otnMapper": 11028, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "IW-ASON-SITE-4_OCH-1-1-33-4_SFD-1-34-9230", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 116, "zPortLabel": "IW-ASON-SITE-4/SFD-1-34-9230" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 28, "aPortLabel": "ASONINT-NODE2-02#OCS/OCH-1-1-33-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_locked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1710, "key": "LinkAson/1710", "className": "LinkAson", "defTime": 1467950598000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 11609, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100426, "teLinkName": "ASONINT-NODE2-02/ASONINT-NODE2-01-100426", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASON_LOGICALLINK_33_01", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 26, "zPortLabel": "ASONINT-NODE2-01#OCS/OCH-1-1-33-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 28, "aPortLabel": "ASONINT-NODE2-02#OCS/OCH-1-1-33-2", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_locked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1711, "key": "LinkAson/1711", "className": "LinkAson", "defTime": 1467950646000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 11615, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100427, "teLinkName": "ASONINT-NODE2-02/ASONINT-NODE2-01-100427", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASON_LOGICALLINK_33_02", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 26, "zPortLabel": "ASONINT-NODE2-01#OCS/OCH-1-1-33-2" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 32, "aPortLabel": "ASONINT-NODE2-04#OCS/OCH-1-1-33-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_locked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1733, "key": "LinkAson/1733", "className": "LinkAson", "defTime": 1467950949000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 11651, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100258, "teLinkName": "ASONINT-NODE2-04/ASONINT-NODE2-03-100258", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASON_LOGICALLINK_2_33_01", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 31, "zPortLabel": "ASONINT-NODE2-03#OCS/OCH-1-1-33-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 32, "aPortLabel": "ASONINT-NODE2-04#OCS/OCH-1-1-33-2", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_locked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1734, "key": "LinkAson/1734", "className": "LinkAson", "defTime": 1467951926000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 86, "operationalState": "OperationalState_enabled", "otnMapper": 11680, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100258, "teLinkName": "ASONINT-NODE2-04/ASONINT-NODE2-03-100258", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "ASON_LOGICALLINK_2_33_02", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 31, "zPortLabel": "ASONINT-NODE2-03#OCS/OCH-1-1-33-2" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 149, "aPortLabel": "IW-ASON-SITE-8/OTUODU4-21-18-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1817, "key": "LinkAson/1817", "className": "LinkAson", "defTime": 1468203690000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 1, "linkType": "LinkType_i_nni", "npaId": 84, "operationalState": "OperationalState_enabled", "otnMapper": 12957, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100451, "teLinkName": "IW-ASON-SITE-8/IW-ASON-SITE-1-100451", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "Infra_9_4UC_4UC_Site1<->Site8", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 113, "zPortLabel": "IW-ASON-SITE-1/OTUODU4-21-18-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 149, "aPortLabel": "IW-ASON-SITE-8/OTUODU4-21-18-2", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1818, "key": "LinkAson/1818", "className": "LinkAson", "defTime": 1468203751000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 1, "linkType": "LinkType_i_nni", "npaId": 84, "operationalState": "OperationalState_enabled", "otnMapper": 12961, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100450, "teLinkName": "IW-ASON-SITE-8/IW-ASON-SITE-1-100450", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "Infra_10_4UC_4UC_Site1<->Site8", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 113, "zPortLabel": "IW-ASON-SITE-1/OTUODU4-21-18-2" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 149, "aPortLabel": "IW-ASON-SITE-8/OTUODU4-21-19-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1823, "key": "LinkAson/1823", "className": "LinkAson", "defTime": 1468207639000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 1, "linkType": "LinkType_i_nni", "npaId": 84, "operationalState": "OperationalState_enabled", "otnMapper": 12969, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100452, "teLinkName": "IW-ASON-SITE-8/IW-ASON-SITE-2-100452", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "Infra_11_4UC_130SCUPC_Site2<->Site8", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 114, "zPortLabel": "IW-ASON-SITE-2#OCS/OCH-1-1-41-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 149, "aPortLabel": "IW-ASON-SITE-8/OTUODU4-21-19-2", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1824, "key": "LinkAson/1824", "className": "LinkAson", "defTime": 1468207722000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 1, "linkType": "LinkType_i_nni", "npaId": 84, "operationalState": "OperationalState_enabled", "otnMapper": 12973, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100453, "teLinkName": "IW-ASON-SITE-8/IW-ASON-SITE-2-100453", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "Infra_12_4UC_130SCUPH_Site2<->Site8", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 114, "zPortLabel": "IW-ASON-SITE-2#OCS/OCH-1-1-42-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 149, "aPortLabel": "IW-ASON-SITE-8/30AN300-21-23-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1825, "key": "LinkAson/1825", "className": "LinkAson", "defTime": 1468211431000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 84, "operationalState": "OperationalState_enabled", "otnMapper": 12979, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "OTU2_OPS_Site8<->Site5-sh-2", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 80, "zPortLabel": "IW-ASON-SITE-5/11DPM12-2-7-L1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 149, "aPortLabel": "IW-ASON-SITE-8/30AN300-21-24-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1826, "key": "LinkAson/1826", "className": "LinkAson", "defTime": 1468211531000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 84, "operationalState": "OperationalState_enabled", "otnMapper": 12982, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "OTU2_OPS_Site8<->Site5-sh-2@2", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 80, "zPortLabel": "IW-ASON-SITE-5/11DPM12-2-7-L2" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 114, "aPortLabel": "IW-ASON-SITE-2#OCS/OCH-1-1-37-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1835, "key": "LinkAson/1835", "className": "LinkAson", "defTime": 1468217735000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 1, "linkType": "LinkType_i_nni", "npaId": 84, "operationalState": "OperationalState_enabled", "otnMapper": 13011, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100455, "teLinkName": "IW-ASON-SITE-2/IW-ASON-SITE-1-100455", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "Infra_13_4UC_130SCUPC_Site1<->Site2", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 113, "zPortLabel": "IW-ASON-SITE-1/OTUODU4-21-18-3" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 116, "aPortLabel": "IW-ASON-SITE-4#OCS/OCH-1-1-44-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1837, "key": "LinkAson/1837", "className": "LinkAson", "defTime": 1468218944000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 0, "linkType": "LinkType_i_nni", "npaId": 84, "operationalState": "OperationalState_enabled", "otnMapper": 13016, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": 100456, "teLinkName": "IW-ASON-SITE-4/IW-ASON-SITE-2-100456", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "Infra_14_130SCUPC_130SCUPH_Site2<->Site4", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 114, "zPortLabel": "IW-ASON-SITE-2#OCS/OCH-1-1-38-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 114, "aPortLabel": "IW-ASON-SITE-2#OCS/OCH-1-1-39-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "logicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1839, "key": "LinkAson/1839", "className": "LinkAson", "defTime": 1468219823000, "implSt": "ImplementationState_implemented", "infrastructure": "LINK", "latency": 1, "linkType": "LinkType_i_nni", "npaId": 84, "operationalState": "OperationalState_enabled", "otnMapper": 13021, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_present", "teLinkId": 100458, "teLinkName": "IW-ASON-SITE-2/IW-ASON-SITE-3-100458", "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "Infra_15_130SCUPC_130SCUPH_Site2<->Site3", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 115, "zPortLabel": "IW-ASON-SITE-3#OCS/OCH-1-1-42-1" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 113, "aPortLabel": "IW-ASON-SITE-1/30AN300-21-10-10", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1840, "key": "LinkAson/1840", "className": "LinkAson", "defTime": 1468233588000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 84, "operationalState": "OperationalState_enabled", "otnMapper": 13024, "otuSignalType": "OtuSignalType_otu2", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "OTU2_IW-ASON-ENE-1_30AN300-21-10-10", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 150, "zPortLabel": "IW-ASON-ENE-1/30AN300-21-10-10" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 115, "aPortLabel": "IW-ASON-SITE-3/4AN400-21-10-4", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1841, "key": "LinkAson/1841", "className": "LinkAson", "defTime": 1468235039000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 84, "operationalState": "OperationalState_enabled", "otnMapper": 13031, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "OTU4_IW-ASON-SITE-3_4AN400-21-10-4", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 151, "zPortLabel": "IW-ASON-ENE-2/4AN400-21-10-4" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 16, "sharedRiskGroups": [], "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "a2PortLabel": null, "aNodeId": 114, "aPortLabel": "IW-ASON-SITE-2#OCS/OCH-1-1-3-1", "alarmStatus": "AlarmStatus_cleared", "allPathCost": 20, "asonAdmState": "AdminState_unlocked", "asonAutoRestoration": "ExtOperSt_enabled", "asonWTR": 60, "category": "physicalLink", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "id": 1842, "key": "LinkAson/1842", "className": "LinkAson", "defTime": 1468282275000, "implSt": "ImplementationState_implemented", "infrastructure": null, "latency": 0, "linkType": "LinkType_drop", "npaId": 84, "operationalState": "OperationalState_enabled", "otnMapper": 13397, "otuSignalType": "OtuSignalType_otu4", "srgPresent": "ObjectPresent_notPresent", "teLinkId": null, "teLinkName": null, "threerResource": "ThreerResource_notMeaningful", "tunnelTrailId": null, "guiLabel": "IW-ASON-SITE-2", "wrkSt": "WorkingState_normal", "z2PortLabel": null, "zNodeId": 152, "zPortLabel": "IW-ASON-ENE-3/OCH-1-1-3-1" } ]

    External Docs
    See Also :

    Operation

    get /data/npr/colorProfiles/{colorProfileId}/asonSncColProf
    To identify the attribute list of colorprofile by colorprofileId (inventory : /data/npr/colorProfiles/{colorProfileId}/asonSncColProf)
    To retrieve the AsonSncs details of the colorprofile using colorProfileId .

    Path parameters

    Name

    IsRequired

    Description

    Enum

    colorProfileId required colorProfileId ---
    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional request ServletWebRequest ---
    body2 optional session HttpSession ---

    Return type
  • String
  • Responses

    Response Messages

    Schema

    200success String
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Example Request Data

    Request----> /data/npr/colorProfiles/{colorProfileId}/asonSncColProf --> /data/npr/colorProfiles/1/asonSncColProf Example: /data/npr/colorProfiles [ { "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, { "IdClass": 180, "id": 2, "key": "ColorProfile/2", "className": "ColorProfile", "colorString": "1111.1111.1111.1111.1111.1111.1111", "colors": 268435455, "comment1": "Profile with all 28 colors, used as default for exclude any vector", "owner": "OperationalRule_automatic", "guiLabel": "AllColors" }, { "IdClass": 180, "id": 3, "key": "ColorProfile/3", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0001", "colors": 1, "comment1": "Predefined profile with set bit 1", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_01" }, { "IdClass": 180, "id": 4, "key": "ColorProfile/4", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0010", "colors": 2, "comment1": "Predefined profile with set bit 2", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_02" }, { "IdClass": 180, "id": 5, "key": "ColorProfile/5", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0100", "colors": 4, "comment1": "Predefined profile with set bit 3", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_03" }, { "IdClass": 180, "id": 6, "key": "ColorProfile/6", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.1000", "colors": 8, "comment1": "Predefined profile with set bit 4", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_04" }, { "IdClass": 180, "id": 7, "key": "ColorProfile/7", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0001.0000", "colors": 16, "comment1": "Predefined profile with set bit 5", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_05" }, { "IdClass": 180, "id": 8, "key": "ColorProfile/8", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0010.0000", "colors": 32, "comment1": "Predefined profile with set bit 6", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_06" }, { "IdClass": 180, "id": 9, "key": "ColorProfile/9", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0100.0000", "colors": 64, "comment1": "Predefined profile with set bit 7", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_07" }, { "IdClass": 180, "id": 10, "key": "ColorProfile/10", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.1000.0000", "colors": 128, "comment1": "Predefined profile with set bit 8", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_08" }, { "IdClass": 180, "id": 11, "key": "ColorProfile/11", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0001.0000.0000", "colors": 256, "comment1": "Predefined profile with set bit 9", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_09" }, { "IdClass": 180, "id": 12, "key": "ColorProfile/12", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0010.0000.0000", "colors": 512, "comment1": "Predefined profile with set bit 10", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_10" }, { "IdClass": 180, "id": 13, "key": "ColorProfile/13", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0100.0000.0000", "colors": 1024, "comment1": "Predefined profile with set bit 11", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_11" }, { "IdClass": 180, "id": 14, "key": "ColorProfile/14", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.1000.0000.0000", "colors": 2048, "comment1": "Predefined profile with set bit 12", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_12" }, { "IdClass": 180, "id": 15, "key": "ColorProfile/15", "className": "ColorProfile", "colorString": "0000.0000.0000.0001.0000.0000.0000", "colors": 4096, "comment1": "Predefined profile with set bit 13", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_13" }, { "IdClass": 180, "id": 16, "key": "ColorProfile/16", "className": "ColorProfile", "colorString": "0000.0000.0000.0010.0000.0000.0000", "colors": 8192, "comment1": "Predefined profile with set bit 14", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_14" }, { "IdClass": 180, "id": 17, "key": "ColorProfile/17", "className": "ColorProfile", "colorString": "0000.0000.0000.0100.0000.0000.0000", "colors": 16384, "comment1": "Predefined profile with set bit 15", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_15" }, { "IdClass": 180, "id": 18, "key": "ColorProfile/18", "className": "ColorProfile", "colorString": "0000.0000.0000.1000.0000.0000.0000", "colors": 32768, "comment1": "Predefined profile with set bit 16", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_16" }, { "IdClass": 180, "id": 19, "key": "ColorProfile/19", "className": "ColorProfile", "colorString": "0000.0000.0001.0000.0000.0000.0000", "colors": 65536, "comment1": "Predefined profile with set bit 17", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_17" }, { "IdClass": 180, "id": 20, "key": "ColorProfile/20", "className": "ColorProfile", "colorString": "0000.0000.0010.0000.0000.0000.0000", "colors": 131072, "comment1": "Predefined profile with set bit 18", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_18" }, { "IdClass": 180, "id": 21, "key": "ColorProfile/21", "className": "ColorProfile", "colorString": "0000.0000.0100.0000.0000.0000.0000", "colors": 262144, "comment1": "Predefined profile with set bit 19", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_19" }, { "IdClass": 180, "id": 22, "key": "ColorProfile/22", "className": "ColorProfile", "colorString": "0000.0000.1000.0000.0000.0000.0000", "colors": 524288, "comment1": "Predefined profile with set bit 20", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_20" }, { "IdClass": 180, "id": 23, "key": "ColorProfile/23", "className": "ColorProfile", "colorString": "0000.0001.0000.0000.0000.0000.0000", "colors": 1048576, "comment1": "Predefined profile with set bit 21", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_21" }, { "IdClass": 180, "id": 24, "key": "ColorProfile/24", "className": "ColorProfile", "colorString": "0000.0010.0000.0000.0000.0000.0000", "colors": 2097152, "comment1": "Predefined profile with set bit 22", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_22" }, { "IdClass": 180, "id": 25, "key": "ColorProfile/25", "className": "ColorProfile", "colorString": "0000.0100.0000.0000.0000.0000.0000", "colors": 4194304, "comment1": "Predefined profile with set bit 23", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_23" }, { "IdClass": 180, "id": 26, "key": "ColorProfile/26", "className": "ColorProfile", "colorString": "0000.1000.0000.0000.0000.0000.0000", "colors": 8388608, "comment1": "Predefined profile with set bit 24", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_24" }, { "IdClass": 180, "id": 27, "key": "ColorProfile/27", "className": "ColorProfile", "colorString": "0001.0000.0000.0000.0000.0000.0000", "colors": 16777216, "comment1": "Predefined profile with set bit 25", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_25" }, { "IdClass": 180, "id": 28, "key": "ColorProfile/28", "className": "ColorProfile", "colorString": "0010.0000.0000.0000.0000.0000.0000", "colors": 33554432, "comment1": "Predefined profile with set bit 26", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_26" }, { "IdClass": 180, "id": 29, "key": "ColorProfile/29", "className": "ColorProfile", "colorString": "0100.0000.0000.0000.0000.0000.0000", "colors": 67108864, "comment1": "Predefined profile with set bit 27", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_27" }, { "IdClass": 180, "id": 30, "key": "ColorProfile/30", "className": "ColorProfile", "colorString": "1000.0000.0000.0000.0000.0000.0000", "colors": 134217728, "comment1": "Predefined profile with set bit 28", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_28" } ]

    Produces
    This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
    • application/json
    Example Response Data
    Response [ { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_activeReportableMajor", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_notApplicable", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": 0, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.100.160\\MultiLayerSubnetwork:0\\SubnetworkConnection:4995", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_notApplicable", "priority": 4, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_noRestoration", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_automatic", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 5, "id": 83373, "key": "Snc/83373", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_notApplicable", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "ASON_INT_UNTERM_ODU3_SERVICE_03Main 01", "waitForServerRestoration": "ExtBoolean_false", "wdmLayer": "WdmLayer_odu3", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "cTAccessStatus": "CTAccessStatus_partiallyGranted", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "isMultiNEs": "Boolean_true", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_failed", "neSubType": "NeSubtype_notMeaningful", "id": 31, "key": "Node/31", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 1, "parentLabel": "DEFAULT", "position": "1 0 0", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "ASONINT-NODE2-03", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "L1-AUTO" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_cleared", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "assignSt": "AssignmentState_assigned", "associatedNode": 0, "associatedNodeId": 31, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctNotConDisab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/10/2016 12:14:55 PM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.100.160\\ManagedElement:0", "emlNeId": 42, "emlNeType": "1830PSS-OCS", "ethSupported": "ExtBoolean_true", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*42/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=42/:MNEE", "ipAddress": "10.100.160.1", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 42, "key": "Ne/42", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notMeaningful", "neType": "NEType_ne1870tts", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "partnerNEGroupId": 101, "partnerNEIP": "10.100.62.37", "partnerNEId": 41, "pdhSupported": "ExtBoolean_false", "pmMisalignment": "Boolean_false", "primLogin": "USER05", "primPassword": "hmTI9/DJEoruFyG9chUMEg==", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_true", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "None", "shortProductName": "pss", "siteName": "L1-AUTO", "snmpVersion": "V3", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv3AuthMethod": "HMAC-MD5", "snmpv3PrivMethod": "AES-128", "snmpv3SecLevel": "authPriv", "snmpv3UsmAuthPwd": "JNjV/HbYK9qfkWSjIMc5og==", "snmpv3UsmPrivPwd": "Exkja5GumJd9iBzJkWaayw==", "snmpv3UsmUser": "v3DefaultUser", "sonetSupported": "ExtBoolean_true", "supervisionState": "SupervisionState_supervised", "tid": "PSS64-100-160-1", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "ASONINT-NODE2-03#OCS", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "ASONINT-NODE2-03#OCS", "objectIdClass": "java.lang.Integer", "objectId": 42 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: ASONINT-NODE2-03#OCS , UserLabel : ASON_INT_UNTERM_ODU3_SERVICE_03Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 83373 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_activeReportableMajor", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_notApplicable", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": 0, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.100.160\\MultiLayerSubnetwork:0\\SubnetworkConnection:4996", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_notApplicable", "priority": 4, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_onTheFly", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_automatic", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 5, "id": 83422, "key": "Snc/83422", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_notApplicable", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "ASON_INT_UNTERM_ODU3_SERVICE_07Main 01", "waitForServerRestoration": "ExtBoolean_false", "wdmLayer": "WdmLayer_odu3", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "cTAccessStatus": "CTAccessStatus_partiallyGranted", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "isMultiNEs": "Boolean_true", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_failed", "neSubType": "NeSubtype_notMeaningful", "id": 31, "key": "Node/31", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 1, "parentLabel": "DEFAULT", "position": "1 0 0", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "ASONINT-NODE2-03", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "L1-AUTO" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_cleared", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "assignSt": "AssignmentState_assigned", "associatedNode": 0, "associatedNodeId": 31, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctNotConDisab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/10/2016 12:14:55 PM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.100.160\\ManagedElement:0", "emlNeId": 42, "emlNeType": "1830PSS-OCS", "ethSupported": "ExtBoolean_true", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*42/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=42/:MNEE", "ipAddress": "10.100.160.1", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 42, "key": "Ne/42", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notMeaningful", "neType": "NEType_ne1870tts", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "partnerNEGroupId": 101, "partnerNEIP": "10.100.62.37", "partnerNEId": 41, "pdhSupported": "ExtBoolean_false", "pmMisalignment": "Boolean_false", "primLogin": "USER05", "primPassword": "hmTI9/DJEoruFyG9chUMEg==", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_true", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "None", "shortProductName": "pss", "siteName": "L1-AUTO", "snmpVersion": "V3", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv3AuthMethod": "HMAC-MD5", "snmpv3PrivMethod": "AES-128", "snmpv3SecLevel": "authPriv", "snmpv3UsmAuthPwd": "JNjV/HbYK9qfkWSjIMc5og==", "snmpv3UsmPrivPwd": "Exkja5GumJd9iBzJkWaayw==", "snmpv3UsmUser": "v3DefaultUser", "sonetSupported": "ExtBoolean_true", "supervisionState": "SupervisionState_supervised", "tid": "PSS64-100-160-1", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "ASONINT-NODE2-03#OCS", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "ASONINT-NODE2-03#OCS", "objectIdClass": "java.lang.Integer", "objectId": 42 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: ASONINT-NODE2-03#OCS , UserLabel : ASON_INT_UNTERM_ODU3_SERVICE_07Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 83422 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_activeReportableMajor", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_notApplicable", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": 0, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.100.158\\MultiLayerSubnetwork:0\\SubnetworkConnection:975", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_notApplicable", "priority": 4, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_noRestoration", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_automatic", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 5, "id": 83321, "key": "Snc/83321", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_notApplicable", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "ASON_INT_UNTERM_ODU2_SERVICE_01Main 01", "waitForServerRestoration": "ExtBoolean_false", "wdmLayer": "WdmLayer_odu2", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "cTAccessStatus": "CTAccessStatus_partiallyGranted", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "isMultiNEs": "Boolean_true", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notMeaningful", "id": 26, "key": "Node/26", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 1, "parentLabel": "DEFAULT", "position": "1 0 0", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "ASONINT-NODE2-01", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "L1-AUTO" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_cleared", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "assignSt": "AssignmentState_assigned", "associatedNode": 0, "associatedNodeId": 26, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctNotConDisab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/10/2016 12:08:26 PM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.100.158\\ManagedElement:0", "emlNeId": 36, "emlNeType": "1830PSS-OCS", "ethSupported": "ExtBoolean_true", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*36/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=36/:MNEE", "ipAddress": "10.100.158.1", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 36, "key": "Ne/36", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notMeaningful", "neType": "NEType_ne1870tts", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "partnerNEGroupId": 101, "partnerNEIP": "10.100.62.35", "partnerNEId": 35, "pdhSupported": "ExtBoolean_false", "pmMisalignment": "Boolean_false", "primLogin": "USER05", "primPassword": "hmTI9/DJEoruFyG9chUMEg==", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_true", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "None", "shortProductName": "pss", "siteName": "L1-AUTO", "snmpVersion": "V3", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv3AuthMethod": "HMAC-MD5", "snmpv3PrivMethod": "AES-128", "snmpv3SecLevel": "authPriv", "snmpv3UsmAuthPwd": "JNjV/HbYK9qfkWSjIMc5og==", "snmpv3UsmPrivPwd": "Exkja5GumJd9iBzJkWaayw==", "snmpv3UsmUser": "v3DefaultUser", "sonetSupported": "ExtBoolean_true", "supervisionState": "SupervisionState_supervised", "tid": "PSS64-100-158-1", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "ASONINT-NODE2-01#OCS", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "ASONINT-NODE2-01#OCS", "objectIdClass": "java.lang.Integer", "objectId": 36 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: ASONINT-NODE2-01#OCS , UserLabel : ASON_INT_UNTERM_ODU2_SERVICE_01Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 83321 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_activeReportableMajor", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_notApplicable", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": 0, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.100.158\\MultiLayerSubnetwork:0\\SubnetworkConnection:976", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_notApplicable", "priority": 4, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_noRestoration", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_automatic", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 5, "id": 83363, "key": "Snc/83363", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_notApplicable", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "ASON_INT_UNTERM_ODU2E_SERVICE_02Main 01", "waitForServerRestoration": "ExtBoolean_false", "wdmLayer": "WdmLayer_odu2", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "cTAccessStatus": "CTAccessStatus_partiallyGranted", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "isMultiNEs": "Boolean_true", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notMeaningful", "id": 26, "key": "Node/26", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 1, "parentLabel": "DEFAULT", "position": "1 0 0", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "ASONINT-NODE2-01", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "L1-AUTO" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_cleared", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "assignSt": "AssignmentState_assigned", "associatedNode": 0, "associatedNodeId": 26, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctNotConDisab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/10/2016 12:08:26 PM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.100.158\\ManagedElement:0", "emlNeId": 36, "emlNeType": "1830PSS-OCS", "ethSupported": "ExtBoolean_true", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*36/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=36/:MNEE", "ipAddress": "10.100.158.1", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 36, "key": "Ne/36", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notMeaningful", "neType": "NEType_ne1870tts", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "partnerNEGroupId": 101, "partnerNEIP": "10.100.62.35", "partnerNEId": 35, "pdhSupported": "ExtBoolean_false", "pmMisalignment": "Boolean_false", "primLogin": "USER05", "primPassword": "hmTI9/DJEoruFyG9chUMEg==", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_true", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "None", "shortProductName": "pss", "siteName": "L1-AUTO", "snmpVersion": "V3", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv3AuthMethod": "HMAC-MD5", "snmpv3PrivMethod": "AES-128", "snmpv3SecLevel": "authPriv", "snmpv3UsmAuthPwd": "JNjV/HbYK9qfkWSjIMc5og==", "snmpv3UsmPrivPwd": "Exkja5GumJd9iBzJkWaayw==", "snmpv3UsmUser": "v3DefaultUser", "sonetSupported": "ExtBoolean_true", "supervisionState": "SupervisionState_supervised", "tid": "PSS64-100-158-1", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "ASONINT-NODE2-01#OCS", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "ASONINT-NODE2-01#OCS", "objectIdClass": "java.lang.Integer", "objectId": 36 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: ASONINT-NODE2-01#OCS , UserLabel : ASON_INT_UNTERM_ODU2E_SERVICE_02Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 83363 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_activeReportableMajor", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_notApplicable", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": 0, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.100.158\\MultiLayerSubnetwork:0\\SubnetworkConnection:977", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_notApplicable", "priority": 4, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_noRestoration", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_automatic", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 5, "id": 83404, "key": "Snc/83404", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_notApplicable", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "ASON_INT_UNTERM_ODU4_SERVICE_04Main 01", "waitForServerRestoration": "ExtBoolean_false", "wdmLayer": "WdmLayer_odu4", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "cTAccessStatus": "CTAccessStatus_partiallyGranted", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "isMultiNEs": "Boolean_true", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notMeaningful", "id": 26, "key": "Node/26", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 1, "parentLabel": "DEFAULT", "position": "1 0 0", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "ASONINT-NODE2-01", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "L1-AUTO" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_cleared", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "assignSt": "AssignmentState_assigned", "associatedNode": 0, "associatedNodeId": 26, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctNotConDisab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/10/2016 12:08:26 PM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.100.158\\ManagedElement:0", "emlNeId": 36, "emlNeType": "1830PSS-OCS", "ethSupported": "ExtBoolean_true", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*36/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=36/:MNEE", "ipAddress": "10.100.158.1", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 36, "key": "Ne/36", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notMeaningful", "neType": "NEType_ne1870tts", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "partnerNEGroupId": 101, "partnerNEIP": "10.100.62.35", "partnerNEId": 35, "pdhSupported": "ExtBoolean_false", "pmMisalignment": "Boolean_false", "primLogin": "USER05", "primPassword": "hmTI9/DJEoruFyG9chUMEg==", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_true", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "None", "shortProductName": "pss", "siteName": "L1-AUTO", "snmpVersion": "V3", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv3AuthMethod": "HMAC-MD5", "snmpv3PrivMethod": "AES-128", "snmpv3SecLevel": "authPriv", "snmpv3UsmAuthPwd": "JNjV/HbYK9qfkWSjIMc5og==", "snmpv3UsmPrivPwd": "Exkja5GumJd9iBzJkWaayw==", "snmpv3UsmUser": "v3DefaultUser", "sonetSupported": "ExtBoolean_true", "supervisionState": "SupervisionState_supervised", "tid": "PSS64-100-158-1", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "ASONINT-NODE2-01#OCS", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "ASONINT-NODE2-01#OCS", "objectIdClass": "java.lang.Integer", "objectId": 36 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: ASONINT-NODE2-01#OCS , UserLabel : ASON_INT_UNTERM_ODU4_SERVICE_04Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 83404 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_activeReportableMajor", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_notApplicable", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": 0, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.100.158\\MultiLayerSubnetwork:0\\SubnetworkConnection:978", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_notApplicable", "priority": 4, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_onTheFly", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_automatic", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 5, "id": 83410, "key": "Snc/83410", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_notApplicable", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "ASON_INT_UNTERM_ODU2_SERVICE_05Main 01", "waitForServerRestoration": "ExtBoolean_false", "wdmLayer": "WdmLayer_odu2", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "cTAccessStatus": "CTAccessStatus_partiallyGranted", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "isMultiNEs": "Boolean_true", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notMeaningful", "id": 26, "key": "Node/26", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 1, "parentLabel": "DEFAULT", "position": "1 0 0", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "ASONINT-NODE2-01", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "L1-AUTO" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_cleared", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "assignSt": "AssignmentState_assigned", "associatedNode": 0, "associatedNodeId": 26, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctNotConDisab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/10/2016 12:08:26 PM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.100.158\\ManagedElement:0", "emlNeId": 36, "emlNeType": "1830PSS-OCS", "ethSupported": "ExtBoolean_true", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*36/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=36/:MNEE", "ipAddress": "10.100.158.1", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 36, "key": "Ne/36", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notMeaningful", "neType": "NEType_ne1870tts", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "partnerNEGroupId": 101, "partnerNEIP": "10.100.62.35", "partnerNEId": 35, "pdhSupported": "ExtBoolean_false", "pmMisalignment": "Boolean_false", "primLogin": "USER05", "primPassword": "hmTI9/DJEoruFyG9chUMEg==", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_true", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "None", "shortProductName": "pss", "siteName": "L1-AUTO", "snmpVersion": "V3", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv3AuthMethod": "HMAC-MD5", "snmpv3PrivMethod": "AES-128", "snmpv3SecLevel": "authPriv", "snmpv3UsmAuthPwd": "JNjV/HbYK9qfkWSjIMc5og==", "snmpv3UsmPrivPwd": "Exkja5GumJd9iBzJkWaayw==", "snmpv3UsmUser": "v3DefaultUser", "sonetSupported": "ExtBoolean_true", "supervisionState": "SupervisionState_supervised", "tid": "PSS64-100-158-1", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "ASONINT-NODE2-01#OCS", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "ASONINT-NODE2-01#OCS", "objectIdClass": "java.lang.Integer", "objectId": 36 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: ASONINT-NODE2-01#OCS , UserLabel : ASON_INT_UNTERM_ODU2_SERVICE_05Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 83410 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_activeReportableMajor", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_notApplicable", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": 0, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.100.158\\MultiLayerSubnetwork:0\\SubnetworkConnection:979", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_notApplicable", "priority": 4, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_onTheFly", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_automatic", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 5, "id": 83416, "key": "Snc/83416", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_notApplicable", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "ASON_INT_UNTERM_ODU2E_SERVICE_06Main 01", "waitForServerRestoration": "ExtBoolean_false", "wdmLayer": "WdmLayer_odu2", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "cTAccessStatus": "CTAccessStatus_partiallyGranted", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "isMultiNEs": "Boolean_true", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notMeaningful", "id": 26, "key": "Node/26", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 1, "parentLabel": "DEFAULT", "position": "1 0 0", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "ASONINT-NODE2-01", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "L1-AUTO" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_cleared", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "assignSt": "AssignmentState_assigned", "associatedNode": 0, "associatedNodeId": 26, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctNotConDisab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/10/2016 12:08:26 PM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.100.158\\ManagedElement:0", "emlNeId": 36, "emlNeType": "1830PSS-OCS", "ethSupported": "ExtBoolean_true", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*36/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=36/:MNEE", "ipAddress": "10.100.158.1", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 36, "key": "Ne/36", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notMeaningful", "neType": "NEType_ne1870tts", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "partnerNEGroupId": 101, "partnerNEIP": "10.100.62.35", "partnerNEId": 35, "pdhSupported": "ExtBoolean_false", "pmMisalignment": "Boolean_false", "primLogin": "USER05", "primPassword": "hmTI9/DJEoruFyG9chUMEg==", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_true", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "None", "shortProductName": "pss", "siteName": "L1-AUTO", "snmpVersion": "V3", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv3AuthMethod": "HMAC-MD5", "snmpv3PrivMethod": "AES-128", "snmpv3SecLevel": "authPriv", "snmpv3UsmAuthPwd": "JNjV/HbYK9qfkWSjIMc5og==", "snmpv3UsmPrivPwd": "Exkja5GumJd9iBzJkWaayw==", "snmpv3UsmUser": "v3DefaultUser", "sonetSupported": "ExtBoolean_true", "supervisionState": "SupervisionState_supervised", "tid": "PSS64-100-158-1", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "ASONINT-NODE2-01#OCS", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "ASONINT-NODE2-01#OCS", "objectIdClass": "java.lang.Integer", "objectId": 36 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: ASONINT-NODE2-01#OCS , UserLabel : ASON_INT_UNTERM_ODU2E_SERVICE_06Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 83416 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_cleared", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_false", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": 0, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.100.153\\MultiLayerSubnetwork:0\\SubnetworkConnection:160", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_false", "priority": 4, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_preCalculated", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_manual", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 5, "id": 33080, "key": "Snc/33080", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_false", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "TEST_GR_01 ODU2#0Main 01", "waitForServerRestoration": "ExtBoolean_false", "wdmLayer": "WdmLayer_odu2", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "cTAccessStatus": "CTAccessStatus_partiallyGranted", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "isMultiNEs": "Boolean_true", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_failed", "neSubType": "NeSubtype_notMeaningful", "id": 34, "key": "Node/34", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 1, "parentLabel": "DEFAULT", "position": "1 0 0", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "ASONINT-NODE5-01", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "L1-AUTO" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_cleared", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "assignSt": "AssignmentState_assigned", "associatedNode": 0, "associatedNodeId": 34, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctNotConDisab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/10/2016 12:30:06 PM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.100.153\\ManagedElement:0", "emlNeId": 48, "emlNeType": "1830PSS-OCS", "ethSupported": "ExtBoolean_true", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*48/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=48/:MNEE", "ipAddress": "10.100.153.1", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 48, "key": "Ne/48", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notMeaningful", "neType": "NEType_ne1870tts", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "pdhSupported": "ExtBoolean_false", "pmMisalignment": "Boolean_false", "primLogin": "USER05", "primPassword": "hmTI9/DJEoruFyG9chUMEg==", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_true", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "None", "shortProductName": "pss", "siteName": "L1-AUTO", "snmpVersion": "V3", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv3AuthMethod": "HMAC-MD5", "snmpv3PrivMethod": "AES-128", "snmpv3SecLevel": "authPriv", "snmpv3UsmAuthPwd": "JNjV/HbYK9qfkWSjIMc5og==", "snmpv3UsmPrivPwd": "Exkja5GumJd9iBzJkWaayw==", "snmpv3UsmUser": "v3DefaultUser", "sonetSupported": "ExtBoolean_true", "supervisionState": "SupervisionState_supervised", "tid": "PSS64-100-153-1", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "ASONINT-NODE5-01#OCS", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "ASONINT-NODE5-01#OCS", "objectIdClass": "java.lang.Integer", "objectId": 48 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: ASONINT-NODE5-01#OCS , UserLabel : TEST_GR_01 ODU2#0Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 33080 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_cleared", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_false", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": -1, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.63.3\\MultiLayerSubnetwork:0\\SubnetworkConnection:1", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_false", "priority": 4, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_onTheFly", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_manual", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 5, "id": 20004, "key": "Snc/20004", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_false", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "LINK-SITE-7-SITE-8-130SCX10Main 01", "waitForServerRestoration": "ExtBoolean_notApplicable", "wdmLayer": "WdmLayer_odu4", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2/7", "isMultiNEs": "Boolean_false", "localization": "-2.165637016294682,46.9226885780093,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notRepeater", "id": 60, "key": "Node/60", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 7, "parentLabel": "INTERWORKING", "position": "1 336 304", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "PSS8-14.0-SITE-7", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "BA" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_activeReportableMinor", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "assignSt": "AssignmentState_assigned", "associatedNode": 1, "associatedNodeId": 60, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/13/2016 06:22:53 AM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.63.3\\ManagedElement:0", "emlNeId": 69, "emlNeType": "1830PSS-PHN", "ethSupported": "ExtBoolean_false", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*69/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=69/:MNEE", "ipAddress": "10.100.63.3", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 69, "key": "Ne/69", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notRepeater", "neType": "NEType_ne1830pss", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "pdhSupported": "ExtBoolean_true", "pmMisalignment": "Boolean_false", "primLogin": "admin", "primPassword": "IYsIiiNKi9s=", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_false", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "V2C", "shortProductName": "pss", "siteName": "BA", "snmpVersion": "V2C", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "sonetSupported": "ExtBoolean_false", "spareNTPAddress": "0.0.0.0", "supervisionState": "SupervisionState_supervised", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "PSS8-14.0-SITE-7", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "PSS8-14.0-SITE-7", "objectIdClass": "java.lang.Integer", "objectId": 69 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: PSS8-14.0-SITE-7 , UserLabel : LINK-SITE-7-SITE-8-130SCX10Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 20004 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_cleared", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_false", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": -1, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.63.3\\MultiLayerSubnetwork:0\\SubnetworkConnection:3", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_false", "priority": 4, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_onTheFly", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_manual", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 5, "id": 20509, "key": "Snc/20509", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_false", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "LINK-SITE8-SITE-7-R8-E-1Main 01", "waitForServerRestoration": "ExtBoolean_notApplicable", "wdmLayer": "WdmLayer_odu4", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2/7", "isMultiNEs": "Boolean_false", "localization": "-2.165637016294682,46.9226885780093,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notRepeater", "id": 60, "key": "Node/60", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 7, "parentLabel": "INTERWORKING", "position": "1 336 304", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "PSS8-14.0-SITE-7", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "BA" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_activeReportableMinor", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "assignSt": "AssignmentState_assigned", "associatedNode": 1, "associatedNodeId": 60, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/13/2016 06:22:53 AM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.63.3\\ManagedElement:0", "emlNeId": 69, "emlNeType": "1830PSS-PHN", "ethSupported": "ExtBoolean_false", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*69/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=69/:MNEE", "ipAddress": "10.100.63.3", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 69, "key": "Ne/69", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notRepeater", "neType": "NEType_ne1830pss", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "pdhSupported": "ExtBoolean_true", "pmMisalignment": "Boolean_false", "primLogin": "admin", "primPassword": "IYsIiiNKi9s=", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_false", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "V2C", "shortProductName": "pss", "siteName": "BA", "snmpVersion": "V2C", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "sonetSupported": "ExtBoolean_false", "spareNTPAddress": "0.0.0.0", "supervisionState": "SupervisionState_supervised", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "PSS8-14.0-SITE-7", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "PSS8-14.0-SITE-7", "objectIdClass": "java.lang.Integer", "objectId": 69 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: PSS8-14.0-SITE-7 , UserLabel : LINK-SITE8-SITE-7-R8-E-1Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 20509 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_activeReportableMajor", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_false", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_consistencyMismatch", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": -1, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.63.3\\MultiLayerSubnetwork:0\\SubnetworkConnection:2", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_false", "priority": 2, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_onTheFly", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_blocked", "reversionMode": "ReversionMode_automatic", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 3, "id": 23555, "key": "Snc/23555", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_false", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "R8-ML1.2-ODU4-PSS8-SITE7-SITE8Main 01", "waitForServerRestoration": "ExtBoolean_false", "wdmLayer": "WdmLayer_odu4", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2/7", "isMultiNEs": "Boolean_false", "localization": "-2.165637016294682,46.9226885780093,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notRepeater", "id": 60, "key": "Node/60", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 7, "parentLabel": "INTERWORKING", "position": "1 336 304", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "PSS8-14.0-SITE-7", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "BA" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_activeReportableMinor", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "assignSt": "AssignmentState_assigned", "associatedNode": 1, "associatedNodeId": 60, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/13/2016 06:22:53 AM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.63.3\\ManagedElement:0", "emlNeId": 69, "emlNeType": "1830PSS-PHN", "ethSupported": "ExtBoolean_false", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*69/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=69/:MNEE", "ipAddress": "10.100.63.3", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 69, "key": "Ne/69", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notRepeater", "neType": "NEType_ne1830pss", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "pdhSupported": "ExtBoolean_true", "pmMisalignment": "Boolean_false", "primLogin": "admin", "primPassword": "IYsIiiNKi9s=", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_false", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "V2C", "shortProductName": "pss", "siteName": "BA", "snmpVersion": "V2C", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "sonetSupported": "ExtBoolean_false", "spareNTPAddress": "0.0.0.0", "supervisionState": "SupervisionState_supervised", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "PSS8-14.0-SITE-7", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "PSS8-14.0-SITE-7", "objectIdClass": "java.lang.Integer", "objectId": 69 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: PSS8-14.0-SITE-7 , UserLabel : R8-ML1.2-ODU4-PSS8-SITE7-SITE8Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 23555 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_activeReportableMajor", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_false", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": -1, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.63.3\\MultiLayerSubnetwork:0\\SubnetworkConnection:5", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_false", "priority": 4, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_onTheFly", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_manual", "reversionSt": "ReversionSt_ready", "routingSt": "RoutingSt_normal", "setupPriority": 5, "id": 26269, "key": "Snc/26269", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_false", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "R8-ML3.2-ODU4-PSS8-SITE7-SITE8Main 01", "waitForServerRestoration": "ExtBoolean_notApplicable", "wdmLayer": "WdmLayer_odu4", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2/7", "isMultiNEs": "Boolean_false", "localization": "-2.165637016294682,46.9226885780093,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notRepeater", "id": 60, "key": "Node/60", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 7, "parentLabel": "INTERWORKING", "position": "1 336 304", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "PSS8-14.0-SITE-7", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "BA" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_activeReportableMinor", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "assignSt": "AssignmentState_assigned", "associatedNode": 1, "associatedNodeId": 60, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/13/2016 06:22:53 AM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.63.3\\ManagedElement:0", "emlNeId": 69, "emlNeType": "1830PSS-PHN", "ethSupported": "ExtBoolean_false", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*69/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=69/:MNEE", "ipAddress": "10.100.63.3", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 69, "key": "Ne/69", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notRepeater", "neType": "NEType_ne1830pss", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "pdhSupported": "ExtBoolean_true", "pmMisalignment": "Boolean_false", "primLogin": "admin", "primPassword": "IYsIiiNKi9s=", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_false", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "V2C", "shortProductName": "pss", "siteName": "BA", "snmpVersion": "V2C", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "sonetSupported": "ExtBoolean_false", "spareNTPAddress": "0.0.0.0", "supervisionState": "SupervisionState_supervised", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "PSS8-14.0-SITE-7", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "PSS8-14.0-SITE-7", "objectIdClass": "java.lang.Integer", "objectId": 69 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: PSS8-14.0-SITE-7 , UserLabel : R8-ML3.2-ODU4-PSS8-SITE7-SITE8Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 26269 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_cleared", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_false", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": -1, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.63.3\\MultiLayerSubnetwork:0\\SubnetworkConnection:7", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_false", "priority": 4, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_onTheFly", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_manual", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 5, "id": 78947, "key": "Snc/78947", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_false", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "LINK-OCS-PRO2-R8-AMain 01", "waitForServerRestoration": "ExtBoolean_notApplicable", "wdmLayer": "WdmLayer_odu4", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2/7", "isMultiNEs": "Boolean_false", "localization": "-2.165637016294682,46.9226885780093,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notRepeater", "id": 60, "key": "Node/60", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 7, "parentLabel": "INTERWORKING", "position": "1 336 304", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "PSS8-14.0-SITE-7", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "BA" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_activeReportableMinor", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "assignSt": "AssignmentState_assigned", "associatedNode": 1, "associatedNodeId": 60, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/13/2016 06:22:53 AM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.63.3\\ManagedElement:0", "emlNeId": 69, "emlNeType": "1830PSS-PHN", "ethSupported": "ExtBoolean_false", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*69/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=69/:MNEE", "ipAddress": "10.100.63.3", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 69, "key": "Ne/69", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notRepeater", "neType": "NEType_ne1830pss", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "pdhSupported": "ExtBoolean_true", "pmMisalignment": "Boolean_false", "primLogin": "admin", "primPassword": "IYsIiiNKi9s=", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_false", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "V2C", "shortProductName": "pss", "siteName": "BA", "snmpVersion": "V2C", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "sonetSupported": "ExtBoolean_false", "spareNTPAddress": "0.0.0.0", "supervisionState": "SupervisionState_supervised", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "PSS8-14.0-SITE-7", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "PSS8-14.0-SITE-7", "objectIdClass": "java.lang.Integer", "objectId": 69 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: PSS8-14.0-SITE-7 , UserLabel : LINK-OCS-PRO2-R8-AMain 01 ", "objectIdClass": "java.lang.Integer", "objectId": 78947 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_cleared", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_false", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": 0, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.59.108\\MultiLayerSubnetwork:0\\SubnetworkConnection:1", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_false", "priority": 1, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_onTheFly", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_manual", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 1, "id": 8834, "key": "Snc/8834", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_false", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "OTU2_UNTERM_UNCHANNELIZED_SITE-A<->SITE-BMain 01", "waitForServerRestoration": "ExtBoolean_notApplicable", "wdmLayer": "WdmLayer_odu2", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2/6", "isMultiNEs": "Boolean_false", "localization": "-1.7138671874956684,57.95501450165122,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notRepeater", "id": 105, "key": "Node/105", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 6, "parentLabel": "24X-ASON", "position": "1 514 268", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "24X-ASON-SITE-A", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "BA" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_activeReportableMinor", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "assignSt": "AssignmentState_assigned", "associatedNode": 1, "associatedNodeId": 105, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/16/2016 11:04:30 AM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.59.108\\ManagedElement:0", "emlNeId": 99, "emlNeType": "1830PSS-PHN", "ethSupported": "ExtBoolean_false", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*99/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=99/:MNEE", "ipAddress": "10.100.59.108", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.27", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 117, "key": "Ne/117", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notRepeater", "neType": "NEType_ne1830pss", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "pdhSupported": "ExtBoolean_true", "pmMisalignment": "Boolean_false", "primLogin": "admin", "primPassword": "IYsIiiNKi9s=", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_false", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "V2C", "shortProductName": "pss", "siteName": "BA", "snmpVersion": "V2C", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "sonetSupported": "ExtBoolean_false", "spareNTPAddress": "0.0.0.0", "supervisionState": "SupervisionState_supervised", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "24X-ASON-SITE-A", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "24X-ASON-SITE-A", "objectIdClass": "java.lang.Integer", "objectId": 117 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: 24X-ASON-SITE-A , UserLabel : OTU2_UNTERM_UNCHANNELIZED_SITE-A<->SITE-BMain 01 ", "objectIdClass": "java.lang.Integer", "objectId": 8834 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_cleared", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_false", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": 0, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.59.108\\MultiLayerSubnetwork:0\\SubnetworkConnection:2", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_false", "priority": 4, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_onTheFly", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_manual", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 5, "id": 8907, "key": "Snc/8907", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_false", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "OTU2_Channelized_Site-A<->Site-B@2Main 01", "waitForServerRestoration": "ExtBoolean_notApplicable", "wdmLayer": "WdmLayer_odu2", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2/6", "isMultiNEs": "Boolean_false", "localization": "-1.7138671874956684,57.95501450165122,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notRepeater", "id": 105, "key": "Node/105", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 6, "parentLabel": "24X-ASON", "position": "1 514 268", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "24X-ASON-SITE-A", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "BA" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_activeReportableMinor", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "assignSt": "AssignmentState_assigned", "associatedNode": 1, "associatedNodeId": 105, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/16/2016 11:04:30 AM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.59.108\\ManagedElement:0", "emlNeId": 99, "emlNeType": "1830PSS-PHN", "ethSupported": "ExtBoolean_false", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*99/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=99/:MNEE", "ipAddress": "10.100.59.108", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.27", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 117, "key": "Ne/117", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notRepeater", "neType": "NEType_ne1830pss", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "pdhSupported": "ExtBoolean_true", "pmMisalignment": "Boolean_false", "primLogin": "admin", "primPassword": "IYsIiiNKi9s=", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_false", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "V2C", "shortProductName": "pss", "siteName": "BA", "snmpVersion": "V2C", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "sonetSupported": "ExtBoolean_false", "spareNTPAddress": "0.0.0.0", "supervisionState": "SupervisionState_supervised", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "24X-ASON-SITE-A", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "24X-ASON-SITE-A", "objectIdClass": "java.lang.Integer", "objectId": 117 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: 24X-ASON-SITE-A , UserLabel : OTU2_Channelized_Site-A<->Site-B@2Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 8907 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_cleared", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_false", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": 0, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.59.108\\MultiLayerSubnetwork:0\\SubnetworkConnection:12", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_false", "priority": 2, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_onTheFly", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_automatic", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 2, "id": 40588, "key": "Snc/40588", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_false", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "OMSSW-178591Main 02", "waitForServerRestoration": "ExtBoolean_notApplicable", "wdmLayer": "WdmLayer_odu2", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2/6", "isMultiNEs": "Boolean_false", "localization": "-1.7138671874956684,57.95501450165122,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notRepeater", "id": 105, "key": "Node/105", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 6, "parentLabel": "24X-ASON", "position": "1 514 268", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "24X-ASON-SITE-A", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "BA" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_activeReportableMinor", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "assignSt": "AssignmentState_assigned", "associatedNode": 1, "associatedNodeId": 105, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/16/2016 11:04:30 AM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.59.108\\ManagedElement:0", "emlNeId": 99, "emlNeType": "1830PSS-PHN", "ethSupported": "ExtBoolean_false", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*99/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=99/:MNEE", "ipAddress": "10.100.59.108", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.27", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 117, "key": "Ne/117", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notRepeater", "neType": "NEType_ne1830pss", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "pdhSupported": "ExtBoolean_true", "pmMisalignment": "Boolean_false", "primLogin": "admin", "primPassword": "IYsIiiNKi9s=", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_false", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "V2C", "shortProductName": "pss", "siteName": "BA", "snmpVersion": "V2C", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "sonetSupported": "ExtBoolean_false", "spareNTPAddress": "0.0.0.0", "supervisionState": "SupervisionState_supervised", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "24X-ASON-SITE-A", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "24X-ASON-SITE-A", "objectIdClass": "java.lang.Integer", "objectId": 117 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: 24X-ASON-SITE-A , UserLabel : OMSSW-178591Main 02 ", "objectIdClass": "java.lang.Integer", "objectId": 40588 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_cleared", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_notApplicable", "confSt": "ConfigurationState_allocated", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": -1, "involvedInRelation": "Boolean_false", "maxLatency": 0, "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_notApplicable", "priority": 4, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_onTheFly", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_manual", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 5, "id": 66700, "key": "Snc/66700", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_notApplicable", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "LINK-TOESTCROSSOCNNECTIONMain 01", "waitForServerRestoration": "ExtBoolean_notApplicable", "wdmLayer": "WdmLayer_odu4", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2/7", "isMultiNEs": "Boolean_false", "localization": "-108.6328124999927,55.66720254364135,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notRepeater", "id": 131, "key": "Node/131", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 7, "parentLabel": "INTERWORKING", "position": "1 0 0", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "PSS8-14.0-SITE21", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "BA" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_activeReportableMinor", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "assignSt": "AssignmentState_assigned", "associatedNode": 1, "associatedNodeId": 131, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "07/07/2016 05:02:40 AM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.63.252\\ManagedElement:0", "emlNeId": 134, "emlNeType": "1830PSS-PHN", "ethSupported": "ExtBoolean_false", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*134/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=134/:MNEE", "ipAddress": "10.100.63.252", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 154, "key": "Ne/154", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notRepeater", "neType": "NEType_ne1830pss", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "pdhSupported": "ExtBoolean_true", "pmMisalignment": "Boolean_false", "primLogin": "admin", "primPassword": "IYsIiiNKi9s=", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_false", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "V2C", "shortProductName": "pss", "siteName": "BA", "snmpVersion": "V2C", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "sonetSupported": "ExtBoolean_false", "spareNTPAddress": "0.0.0.0", "supervisionState": "SupervisionState_supervised", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "PSS8-14.0-SITE21", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "PSS8-14.0-SITE21", "objectIdClass": "java.lang.Integer", "objectId": 154 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: PSS8-14.0-SITE21 , UserLabel : LINK-TOESTCROSSOCNNECTIONMain 01 ", "objectIdClass": "java.lang.Integer", "objectId": 66700 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_activeReportableMajor", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_false", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_consistencyMismatch", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": -1, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.63.95\\MultiLayerSubnetwork:0\\SubnetworkConnection:2", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_false", "priority": 4, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_preCalculated", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_manual", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 5, "id": 8799, "key": "Snc/8799", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_false", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "PSS8-PSS32-MIXCARD-TRAIL-01Main 01", "waitForServerRestoration": "ExtBoolean_false", "wdmLayer": "WdmLayer_odu4", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_ocsAndPhn", "cTAccessStatus": "CTAccessStatus_partiallyGranted", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2/7", "isMultiNEs": "Boolean_true", "localization": "-113.37011933326536,68.52567839324452,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notMeaningful", "id": 100, "key": "Node/100", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 7, "parentLabel": "INTERWORKING", "position": "1 286 248", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "PSS32-L0CP-01", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "BA" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_activeReportableMinor", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "assignSt": "AssignmentState_assigned", "associatedNode": 1, "associatedNodeId": 100, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/16/2016 07:02:54 AM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.63.95\\ManagedElement:0", "emlNeId": 91, "emlNeType": "1830PSS-PHN", "ethSupported": "ExtBoolean_false", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*91/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=91/:MNEE", "ipAddress": "10.100.63.95", "isPrimaryNE": "Boolean_false", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 109, "key": "Ne/109", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notRepeater", "neType": "NEType_ne1830pss", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "partnerNEGroupId": 101, "partnerNEIP": "10.100.233.1", "partnerNEId": 92, "pdhSupported": "ExtBoolean_true", "pmMisalignment": "Boolean_false", "primLogin": "admin", "primPassword": "IYsIiiNKi9s=", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_false", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "V2C", "shortProductName": "pss", "siteName": "BA", "snmpVersion": "V2C", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "sonetSupported": "ExtBoolean_false", "spareNTPAddress": "0.0.0.0", "supervisionState": "SupervisionState_supervised", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "PSS32-L0CP-01", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "PSS32-L0CP-01", "objectIdClass": "java.lang.Integer", "objectId": 109 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: PSS32-L0CP-01 , UserLabel : PSS8-PSS32-MIXCARD-TRAIL-01Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 8799 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_activeReportableMajor", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_false", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": -1, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.63.95\\MultiLayerSubnetwork:0\\SubnetworkConnection:4", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_false", "priority": 1, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_preCalculated", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_automatic", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 1, "id": 10555, "key": "Snc/10555", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_false", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "AGG-WDM-PRO1-R8-A-TRAIL-01Main 01", "waitForServerRestoration": "ExtBoolean_false", "wdmLayer": "WdmLayer_odu4", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_ocsAndPhn", "cTAccessStatus": "CTAccessStatus_partiallyGranted", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2/7", "isMultiNEs": "Boolean_true", "localization": "-113.37011933326536,68.52567839324452,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notMeaningful", "id": 100, "key": "Node/100", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 7, "parentLabel": "INTERWORKING", "position": "1 286 248", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "PSS32-L0CP-01", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "BA" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_activeReportableMinor", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "assignSt": "AssignmentState_assigned", "associatedNode": 1, "associatedNodeId": 100, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/16/2016 07:02:54 AM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.63.95\\ManagedElement:0", "emlNeId": 91, "emlNeType": "1830PSS-PHN", "ethSupported": "ExtBoolean_false", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*91/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=91/:MNEE", "ipAddress": "10.100.63.95", "isPrimaryNE": "Boolean_false", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 109, "key": "Ne/109", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notRepeater", "neType": "NEType_ne1830pss", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "partnerNEGroupId": 101, "partnerNEIP": "10.100.233.1", "partnerNEId": 92, "pdhSupported": "ExtBoolean_true", "pmMisalignment": "Boolean_false", "primLogin": "admin", "primPassword": "IYsIiiNKi9s=", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_false", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "V2C", "shortProductName": "pss", "siteName": "BA", "snmpVersion": "V2C", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "sonetSupported": "ExtBoolean_false", "spareNTPAddress": "0.0.0.0", "supervisionState": "SupervisionState_supervised", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "PSS32-L0CP-01", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "PSS32-L0CP-01", "objectIdClass": "java.lang.Integer", "objectId": 109 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: PSS32-L0CP-01 , UserLabel : AGG-WDM-PRO1-R8-A-TRAIL-01Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 10555 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_cleared", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_false", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": -1, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.63.95\\MultiLayerSubnetwork:0\\SubnetworkConnection:7", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_false", "priority": 4, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_onTheFly", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_manual", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 5, "id": 22932, "key": "Snc/22932", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_false", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "AGG-WDM-PRO6-R8-A-L0-TRAIL-01Main 01", "waitForServerRestoration": "ExtBoolean_notApplicable", "wdmLayer": "WdmLayer_odu4", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_ocsAndPhn", "cTAccessStatus": "CTAccessStatus_partiallyGranted", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2/7", "isMultiNEs": "Boolean_true", "localization": "-113.37011933326536,68.52567839324452,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notMeaningful", "id": 100, "key": "Node/100", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 7, "parentLabel": "INTERWORKING", "position": "1 286 248", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "PSS32-L0CP-01", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "BA" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_activeReportableMinor", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "assignSt": "AssignmentState_assigned", "associatedNode": 1, "associatedNodeId": 100, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/16/2016 07:02:54 AM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.63.95\\ManagedElement:0", "emlNeId": 91, "emlNeType": "1830PSS-PHN", "ethSupported": "ExtBoolean_false", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*91/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=91/:MNEE", "ipAddress": "10.100.63.95", "isPrimaryNE": "Boolean_false", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 109, "key": "Ne/109", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notRepeater", "neType": "NEType_ne1830pss", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "partnerNEGroupId": 101, "partnerNEIP": "10.100.233.1", "partnerNEId": 92, "pdhSupported": "ExtBoolean_true", "pmMisalignment": "Boolean_false", "primLogin": "admin", "primPassword": "IYsIiiNKi9s=", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_false", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "V2C", "shortProductName": "pss", "siteName": "BA", "snmpVersion": "V2C", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "sonetSupported": "ExtBoolean_false", "spareNTPAddress": "0.0.0.0", "supervisionState": "SupervisionState_supervised", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "PSS32-L0CP-01", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "PSS32-L0CP-01", "objectIdClass": "java.lang.Integer", "objectId": 109 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: PSS32-L0CP-01 , UserLabel : AGG-WDM-PRO6-R8-A-L0-TRAIL-01Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 22932 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_activeReportableMajor", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_false", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": -1, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.63.95\\MultiLayerSubnetwork:0\\SubnetworkConnection:9", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_false", "priority": 4, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_onTheFly", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_manual", "reversionSt": "ReversionSt_ready", "routingSt": "RoutingSt_normal", "setupPriority": 5, "id": 22987, "key": "Snc/22987", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_false", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "AGG-WDM-PRO6-R8-A-L0-TRAIL-02Main 01", "waitForServerRestoration": "ExtBoolean_notApplicable", "wdmLayer": "WdmLayer_odu4", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_ocsAndPhn", "cTAccessStatus": "CTAccessStatus_partiallyGranted", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2/7", "isMultiNEs": "Boolean_true", "localization": "-113.37011933326536,68.52567839324452,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notMeaningful", "id": 100, "key": "Node/100", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 7, "parentLabel": "INTERWORKING", "position": "1 286 248", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "PSS32-L0CP-01", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "BA" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_activeReportableMinor", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "assignSt": "AssignmentState_assigned", "associatedNode": 1, "associatedNodeId": 100, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/16/2016 07:02:54 AM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.63.95\\ManagedElement:0", "emlNeId": 91, "emlNeType": "1830PSS-PHN", "ethSupported": "ExtBoolean_false", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*91/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=91/:MNEE", "ipAddress": "10.100.63.95", "isPrimaryNE": "Boolean_false", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 109, "key": "Ne/109", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notRepeater", "neType": "NEType_ne1830pss", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "partnerNEGroupId": 101, "partnerNEIP": "10.100.233.1", "partnerNEId": 92, "pdhSupported": "ExtBoolean_true", "pmMisalignment": "Boolean_false", "primLogin": "admin", "primPassword": "IYsIiiNKi9s=", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_false", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "V2C", "shortProductName": "pss", "siteName": "BA", "snmpVersion": "V2C", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "sonetSupported": "ExtBoolean_false", "spareNTPAddress": "0.0.0.0", "supervisionState": "SupervisionState_supervised", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "PSS32-L0CP-01", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "PSS32-L0CP-01", "objectIdClass": "java.lang.Integer", "objectId": 109 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: PSS32-L0CP-01 , UserLabel : AGG-WDM-PRO6-R8-A-L0-TRAIL-02Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 22987 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_activeReportableMajor", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_false", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": -1, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.63.4\\MultiLayerSubnetwork:0\\SubnetworkConnection:15", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_false", "priority": 4, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_onTheFly", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_manual", "reversionSt": "ReversionSt_ready", "routingSt": "RoutingSt_normal", "setupPriority": 5, "id": 68587, "key": "Snc/68587", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_false", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "R8-ML1.14-ODU4-SITE8-SITE10Main 01", "waitForServerRestoration": "ExtBoolean_notApplicable", "wdmLayer": "WdmLayer_odu4", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2/7", "isMultiNEs": "Boolean_false", "localization": "29.17968749999562,18.450631895365188,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notRepeater", "id": 61, "key": "Node/61", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 7, "parentLabel": "INTERWORKING", "position": "1 540 346", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "PSS8-14.0-SITE-8", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "BA" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_activeReportableMinor", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "assignSt": "AssignmentState_assigned", "associatedNode": 1, "associatedNodeId": 61, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/13/2016 06:23:33 AM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.63.4\\ManagedElement:0", "emlNeId": 70, "emlNeType": "1830PSS-PHN", "ethSupported": "ExtBoolean_false", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*70/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=70/:MNEE", "ipAddress": "10.100.63.4", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 70, "key": "Ne/70", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notRepeater", "neType": "NEType_ne1830pss", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "pdhSupported": "ExtBoolean_true", "pmMisalignment": "Boolean_false", "primLogin": "admin", "primPassword": "IYsIiiNKi9s=", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_false", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "V2C", "shortProductName": "pss", "siteName": "BA", "snmpVersion": "V2C", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "sonetSupported": "ExtBoolean_false", "spareNTPAddress": "0.0.0.0", "supervisionState": "SupervisionState_supervised", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "PSS8-14.0-SITE-8", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "PSS8-14.0-SITE-8", "objectIdClass": "java.lang.Integer", "objectId": 70 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: PSS8-14.0-SITE-8 , UserLabel : R8-ML1.14-ODU4-SITE8-SITE10Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 68587 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_cleared", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_false", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": -1, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.63.4\\MultiLayerSubnetwork:0\\SubnetworkConnection:16", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_false", "priority": 4, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_onTheFly", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_manual", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 5, "id": 78959, "key": "Snc/78959", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_false", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "LINK-OCS-PRO2-R8-A-12Main 01", "waitForServerRestoration": "ExtBoolean_notApplicable", "wdmLayer": "WdmLayer_odu4", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2/7", "isMultiNEs": "Boolean_false", "localization": "29.17968749999562,18.450631895365188,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notRepeater", "id": 61, "key": "Node/61", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 7, "parentLabel": "INTERWORKING", "position": "1 540 346", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "PSS8-14.0-SITE-8", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "BA" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_activeReportableMinor", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "assignSt": "AssignmentState_assigned", "associatedNode": 1, "associatedNodeId": 61, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/13/2016 06:23:33 AM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.63.4\\ManagedElement:0", "emlNeId": 70, "emlNeType": "1830PSS-PHN", "ethSupported": "ExtBoolean_false", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*70/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=70/:MNEE", "ipAddress": "10.100.63.4", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 70, "key": "Ne/70", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notRepeater", "neType": "NEType_ne1830pss", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "pdhSupported": "ExtBoolean_true", "pmMisalignment": "Boolean_false", "primLogin": "admin", "primPassword": "IYsIiiNKi9s=", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_false", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "V2C", "shortProductName": "pss", "siteName": "BA", "snmpVersion": "V2C", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "sonetSupported": "ExtBoolean_false", "spareNTPAddress": "0.0.0.0", "supervisionState": "SupervisionState_supervised", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "PSS8-14.0-SITE-8", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "PSS8-14.0-SITE-8", "objectIdClass": "java.lang.Integer", "objectId": 70 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: PSS8-14.0-SITE-8 , UserLabel : LINK-OCS-PRO2-R8-A-12Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 78959 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_cleared", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_false", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_failedToAlign", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": 0, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.59.101\\MultiLayerSubnetwork:0\\SubnetworkConnection:15", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_false", "priority": 4, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_preCalculated", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_manual", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 5, "id": 46068, "key": "Snc/46068", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_false", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "STM64_OTU2_OTN-PRO1-R9-D ODU2#0Main 01", "waitForServerRestoration": "ExtBoolean_notApplicable", "wdmLayer": "WdmLayer_odu2", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2/3", "isMultiNEs": "Boolean_false", "localization": "-84.28710937500577,57.18390185831149,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notRepeater", "id": 113, "key": "Node/113", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 3, "parentLabel": "IW-ASON", "position": "1 350 272", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "IW-ASON-SITE-1", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "SVT" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_activeReportableMinor", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "assignSt": "AssignmentState_assigned", "associatedNode": 1, "associatedNodeId": 113, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/17/2016 09:19:37 AM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.59.101\\ManagedElement:0", "emlNeId": 109, "emlNeType": "1830PSS-PHN", "ethSupported": "ExtBoolean_false", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*109/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=109/:MNEE", "ipAddress": "10.100.59.101", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 129, "key": "Ne/129", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notRepeater", "neType": "NEType_ne1830pss", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "pdhSupported": "ExtBoolean_true", "pmMisalignment": "Boolean_false", "primLogin": "admin", "primPassword": "IYsIiiNKi9s=", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_false", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "V2C", "shortProductName": "pss", "siteName": "SVT", "snmpVersion": "V2C", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "sonetSupported": "ExtBoolean_false", "spareNTPAddress": "0.0.0.0", "supervisionState": "SupervisionState_supervised", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "IW-ASON-SITE-1", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "IW-ASON-SITE-1", "objectIdClass": "java.lang.Integer", "objectId": 129 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: IW-ASON-SITE-1 , UserLabel : STM64_OTU2_OTN-PRO1-R9-D ODU2#0Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 46068 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_cleared", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_false", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": 0, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.100.88\\MultiLayerSubnetwork:0\\SubnetworkConnection:12", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_false", "priority": 2, "protType": "ProtectionPathType_sh1Plus1EToEProt", "rerouting": "RestorationMode_onTheFly", "resType": "ResourceType_mainSpare", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_automatic", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 2, "id": 55750, "key": "Snc/55750", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_false", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "1GBE_OTN-CAS-PRO1-R9-A_OMSSW-184667 ODU0#0Main 01", "waitForServerRestoration": "ExtBoolean_false", "wdmLayer": "WdmLayer_odu0", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "cTAccessStatus": "CTAccessStatus_partiallyGranted", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2/3", "isMultiNEs": "Boolean_true", "localization": "-83.14453125000242,45.877192588028414,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notMeaningful", "id": 115, "key": "Node/115", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 3, "parentLabel": "IW-ASON", "position": "1 346 294", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "IW-ASON-SITE-3", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "SVT" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_cleared", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "assignSt": "AssignmentState_assigned", "associatedNode": 0, "associatedNodeId": 115, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctNotConDisab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/17/2016 09:21:58 AM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.100.88\\ManagedElement:0", "emlNeId": 113, "emlNeType": "1830PSS-OCS", "ethSupported": "ExtBoolean_true", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*113/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=113/:MNEE", "ipAddress": "10.100.88.1", "isPrimaryNE": "Boolean_false", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 133, "key": "Ne/133", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notMeaningful", "neType": "NEType_ne1870tts", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "partnerNEGroupId": 101, "partnerNEIP": "10.100.59.105", "partnerNEId": 112, "pdhSupported": "ExtBoolean_false", "pmMisalignment": "Boolean_false", "primLogin": "USER05", "primPassword": "hmTI9/DJEoruFyG9chUMEg==", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_true", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "None", "shortProductName": "pss", "siteName": "SVT", "snmpVersion": "V3", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv3AuthMethod": "HMAC-MD5", "snmpv3PrivMethod": "AES-128", "snmpv3SecLevel": "authPriv", "snmpv3UsmAuthPwd": "JNjV/HbYK9qfkWSjIMc5og==", "snmpv3UsmPrivPwd": "Exkja5GumJd9iBzJkWaayw==", "snmpv3UsmUser": "v3DefaultUser", "sonetSupported": "ExtBoolean_true", "ssh2PublicKeyFile": "DEFAULT", "ssh2User": "tl13082", "supervisionState": "SupervisionState_supervised", "tid": "PSS64-100-88-1", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "IW-ASON-SITE-3#OCS", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "IW-ASON-SITE-3#OCS", "objectIdClass": "java.lang.Integer", "objectId": 133 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: IW-ASON-SITE-3#OCS , UserLabel : 1GBE_OTN-CAS-PRO1-R9-A_OMSSW-184667 ODU0#0Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 55750 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_activeReportableWarning", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_false", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": 0, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.20.101\\MultiLayerSubnetwork:0\\SubnetworkConnection:1", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_false", "priority": 4, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_preCalculated", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_manual", "reversionSt": "ReversionSt_ready", "routingSt": "RoutingSt_rerouted", "setupPriority": 5, "id": 55427, "key": "Snc/55427", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_false", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "TEST_CLUSTER_SERVICE_01 ODU2E#0Main 01", "waitForServerRestoration": "ExtBoolean_false", "wdmLayer": "WdmLayer_odu2e", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "cTAccessStatus": "CTAccessStatus_ctNotConDisab", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2", "isMultiNEs": "Boolean_false", "localization": "-135.36218261718864,67.47580716246829,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notMeaningful", "id": 119, "key": "Node/119", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 2, "parentLabel": "ROOT", "position": "1 284 294", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "CLUSTER-NE-3", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "BA" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_cleared", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "assignSt": "AssignmentState_assigned", "associatedNode": 1, "associatedNodeId": 119, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctNotConDisab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/22/2016 05:21:45 AM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.20.101\\ManagedElement:0", "emlNeId": 120, "emlNeType": "1830PSS-OCS", "ethSupported": "ExtBoolean_true", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*120/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=120/:MNEE", "ipAddress": "10.20.101.1", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 140, "key": "Ne/140", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notMeaningful", "neType": "NEType_ne1870tts", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "pdhSupported": "ExtBoolean_false", "pmMisalignment": "Boolean_false", "primLogin": "USER05", "primPassword": "hmTI9/DJEoruFyG9chUMEg==", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_true", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "true", "shortProductName": "pss", "siteName": "BA", "snmpVersion": "V3", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv3AuthMethod": "HMAC-MD5", "snmpv3PrivMethod": "AES-128", "snmpv3SecLevel": "DEFAULT", "snmpv3UsmAuthPwd": "JNjV/HbYK9qfkWSjIMc5og==", "snmpv3UsmPrivPwd": "Exkja5GumJd9iBzJkWaayw==", "snmpv3UsmUser": "v3DefaultUser", "sonetSupported": "ExtBoolean_true", "ssh2PublicKeyFile": "DEFAULT", "ssh2User": "tl13082", "supervisionState": "SupervisionState_supervised", "tid": "PSS64-20-101-1", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "CLUSTER-NE-3#OCS", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "CLUSTER-NE-3#OCS", "objectIdClass": "java.lang.Integer", "objectId": 140 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: CLUSTER-NE-3#OCS , UserLabel : TEST_CLUSTER_SERVICE_01 ODU2E#0Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 55427 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_cleared", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_false", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": 0, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.20.101\\MultiLayerSubnetwork:0\\SubnetworkConnection:3", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_false", "priority": 4, "protType": "ProtectionPathType_sh1Plus1EToEProt", "rerouting": "RestorationMode_onTheFly", "resType": "ResourceType_mainSpare", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_manual", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 5, "id": 55663, "key": "Snc/55663", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_false", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "TEST_SERVICE_CLUSTER_03 ODU0#0Main 01", "waitForServerRestoration": "ExtBoolean_false", "wdmLayer": "WdmLayer_odu0", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "cTAccessStatus": "CTAccessStatus_ctNotConDisab", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2", "isMultiNEs": "Boolean_false", "localization": "-135.36218261718864,67.47580716246829,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notMeaningful", "id": 119, "key": "Node/119", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 2, "parentLabel": "ROOT", "position": "1 284 294", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "CLUSTER-NE-3", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "BA" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_cleared", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "assignSt": "AssignmentState_assigned", "associatedNode": 1, "associatedNodeId": 119, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctNotConDisab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/22/2016 05:21:45 AM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.20.101\\ManagedElement:0", "emlNeId": 120, "emlNeType": "1830PSS-OCS", "ethSupported": "ExtBoolean_true", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*120/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=120/:MNEE", "ipAddress": "10.20.101.1", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 140, "key": "Ne/140", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notMeaningful", "neType": "NEType_ne1870tts", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "pdhSupported": "ExtBoolean_false", "pmMisalignment": "Boolean_false", "primLogin": "USER05", "primPassword": "hmTI9/DJEoruFyG9chUMEg==", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_true", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "true", "shortProductName": "pss", "siteName": "BA", "snmpVersion": "V3", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv3AuthMethod": "HMAC-MD5", "snmpv3PrivMethod": "AES-128", "snmpv3SecLevel": "DEFAULT", "snmpv3UsmAuthPwd": "JNjV/HbYK9qfkWSjIMc5og==", "snmpv3UsmPrivPwd": "Exkja5GumJd9iBzJkWaayw==", "snmpv3UsmUser": "v3DefaultUser", "sonetSupported": "ExtBoolean_true", "ssh2PublicKeyFile": "DEFAULT", "ssh2User": "tl13082", "supervisionState": "SupervisionState_supervised", "tid": "PSS64-20-101-1", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "CLUSTER-NE-3#OCS", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "CLUSTER-NE-3#OCS", "objectIdClass": "java.lang.Integer", "objectId": 140 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: CLUSTER-NE-3#OCS , UserLabel : TEST_SERVICE_CLUSTER_03 ODU0#0Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 55663 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_activeReportableMajor", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_false", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": -1, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.63.253\\MultiLayerSubnetwork:0\\SubnetworkConnection:1", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_false", "priority": 4, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_onTheFly", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_manual", "reversionSt": "ReversionSt_ready", "routingSt": "RoutingSt_normal", "setupPriority": 5, "id": 62748, "key": "Snc/62748", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_false", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "LINK-TESTEBUG-12Main 01", "waitForServerRestoration": "ExtBoolean_notApplicable", "wdmLayer": "WdmLayer_odu4", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2/7", "isMultiNEs": "Boolean_false", "localization": "-131.8359374999916,53.7378230140918,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notRepeater", "id": 130, "key": "Node/130", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 7, "parentLabel": "INTERWORKING", "position": "1 250 278", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "PSS8-14.0-SITE-22", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "BA" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_activeReportableMinor", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "assignSt": "AssignmentState_assigned", "associatedNode": 1, "associatedNodeId": 130, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "07/07/2016 05:01:05 AM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.63.253\\ManagedElement:0", "emlNeId": 133, "emlNeType": "1830PSS-PHN", "ethSupported": "ExtBoolean_false", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*133/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=133/:MNEE", "ipAddress": "10.100.63.253", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 153, "key": "Ne/153", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notRepeater", "neType": "NEType_ne1830pss", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "pdhSupported": "ExtBoolean_true", "pmMisalignment": "Boolean_false", "primLogin": "admin", "primPassword": "IYsIiiNKi9s=", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_false", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "V2C", "shortProductName": "pss", "siteName": "BA", "snmpVersion": "V2C", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "sonetSupported": "ExtBoolean_false", "spareNTPAddress": "0.0.0.0", "supervisionState": "SupervisionState_supervised", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "PSS8-14.0-SITE-22", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "PSS8-14.0-SITE-22", "objectIdClass": "java.lang.Integer", "objectId": 153 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: PSS8-14.0-SITE-22 , UserLabel : LINK-TESTEBUG-12Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 62748 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_cleared", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_false", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": -1, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.63.63\\MultiLayerSubnetwork:0\\SubnetworkConnection:1", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_false", "priority": 2, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_onTheFly", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_automatic", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 2, "id": 3989, "key": "Snc/3989", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_false", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "LINK1-SITE2-SITE3-13SCX100-CARDS1Main 01", "waitForServerRestoration": "ExtBoolean_false", "wdmLayer": "WdmLayer_odu4", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2/7", "isMultiNEs": "Boolean_false", "localization": "-8.456833362577684,66.98580881681558,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notRepeater", "id": 8, "key": "Node/8", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 7, "parentLabel": "INTERWORKING", "position": "1 334 304", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "PSS32-SITE-2", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "BA" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_activeReportableMinor", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "assignSt": "AssignmentState_assigned", "associatedNode": 1, "associatedNodeId": 8, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/09/2016 05:16:03 AM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.63.63\\ManagedElement:0", "emlNeId": 11, "emlNeType": "1830PSS-PHN", "ethSupported": "ExtBoolean_false", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*11/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=11/:MNEE", "ipAddress": "10.100.63.63", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 11, "key": "Ne/11", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notRepeater", "neType": "NEType_ne1830pss", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "pdhSupported": "ExtBoolean_true", "pmMisalignment": "Boolean_false", "primLogin": "admin", "primPassword": "IYsIiiNKi9s=", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_false", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "V2C", "shortProductName": "pss", "siteName": "BA", "snmpVersion": "V2C", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "sonetSupported": "ExtBoolean_false", "spareNTPAddress": "0.0.0.0", "supervisionState": "SupervisionState_supervised", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "PSS32-SITE-2", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "PSS32-SITE-2", "objectIdClass": "java.lang.Integer", "objectId": 11 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: PSS32-SITE-2 , UserLabel : LINK1-SITE2-SITE3-13SCX100-CARDS1Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 3989 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_activeReportableWarning", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_false", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": -1, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.63.63\\MultiLayerSubnetwork:0\\SubnetworkConnection:6", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_false", "priority": 4, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_onTheFly", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_manual", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 5, "id": 22827, "key": "Snc/22827", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_false", "testMode": "SncActiveState_active", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "LINK-PROE1-R8-E -SITE-2-SITE3Main 01", "waitForServerRestoration": "ExtBoolean_notApplicable", "wdmLayer": "WdmLayer_odu4", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2/7", "isMultiNEs": "Boolean_false", "localization": "-8.456833362577684,66.98580881681558,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notRepeater", "id": 8, "key": "Node/8", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 7, "parentLabel": "INTERWORKING", "position": "1 334 304", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "PSS32-SITE-2", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "BA" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_activeReportableMinor", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "assignSt": "AssignmentState_assigned", "associatedNode": 1, "associatedNodeId": 8, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/09/2016 05:16:03 AM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.63.63\\ManagedElement:0", "emlNeId": 11, "emlNeType": "1830PSS-PHN", "ethSupported": "ExtBoolean_false", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*11/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=11/:MNEE", "ipAddress": "10.100.63.63", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 11, "key": "Ne/11", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notRepeater", "neType": "NEType_ne1830pss", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "pdhSupported": "ExtBoolean_true", "pmMisalignment": "Boolean_false", "primLogin": "admin", "primPassword": "IYsIiiNKi9s=", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_false", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "V2C", "shortProductName": "pss", "siteName": "BA", "snmpVersion": "V2C", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "sonetSupported": "ExtBoolean_false", "spareNTPAddress": "0.0.0.0", "supervisionState": "SupervisionState_supervised", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "PSS32-SITE-2", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "PSS32-SITE-2", "objectIdClass": "java.lang.Integer", "objectId": 11 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: PSS32-SITE-2 , UserLabel : LINK-PROE1-R8-E -SITE-2-SITE3Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 22827 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_cleared", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_notApplicable", "confSt": "ConfigurationState_allocated", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": -1, "involvedInRelation": "Boolean_false", "maxLatency": 0, "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_notApplicable", "priority": 4, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_onTheFly", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_manual", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 5, "id": 4226, "key": "Snc/4226", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_notApplicable", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "LINK2-SITE-5-SITE-6-PSS8Main 01", "waitForServerRestoration": "ExtBoolean_notApplicable", "wdmLayer": "WdmLayer_odu4", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2/7", "isMultiNEs": "Boolean_false", "localization": "-123.73066663741487,34.805184271391475,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_failed", "neSubType": "NeSubtype_notRepeater", "id": 10, "key": "Node/10", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 7, "parentLabel": "INTERWORKING", "position": "1 340 302", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "PSS8-14.0-SITE-5", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "BA" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_activeReportableMinor", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "assignSt": "AssignmentState_assigned", "associatedNode": 1, "associatedNodeId": 10, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/09/2016 05:17:42 AM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.63.1\\ManagedElement:0", "emlNeId": 13, "emlNeType": "1830PSS-PHN", "ethSupported": "ExtBoolean_false", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*13/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=13/:MNEE", "ipAddress": "10.100.63.1", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_failed", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 13, "key": "Ne/13", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notRepeater", "neType": "NEType_ne1830pss", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "pdhSupported": "ExtBoolean_true", "pmMisalignment": "Boolean_false", "primLogin": "admin", "primPassword": "IYsIiiNKi9s=", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_false", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "V2C", "shortProductName": "pss", "siteName": "BA", "snmpVersion": "V2C", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "sonetSupported": "ExtBoolean_false", "spareNTPAddress": "0.0.0.0", "supervisionState": "SupervisionState_supervised", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "PSS8-14.0-SITE-5", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "PSS8-14.0-SITE-5", "objectIdClass": "java.lang.Integer", "objectId": 13 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: PSS8-14.0-SITE-5 , UserLabel : LINK2-SITE-5-SITE-6-PSS8Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 4226 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_cleared", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_false", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": -1, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.63.1\\MultiLayerSubnetwork:0\\SubnetworkConnection:1", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_false", "priority": 4, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_onTheFly", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_manual", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 5, "id": 20090, "key": "Snc/20090", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_false", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "LINK-SITE-5-SITE-6-130SCX10Main 01", "waitForServerRestoration": "ExtBoolean_notApplicable", "wdmLayer": "WdmLayer_odu4", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2/7", "isMultiNEs": "Boolean_false", "localization": "-123.73066663741487,34.805184271391475,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_failed", "neSubType": "NeSubtype_notRepeater", "id": 10, "key": "Node/10", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 7, "parentLabel": "INTERWORKING", "position": "1 340 302", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "PSS8-14.0-SITE-5", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "BA" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_activeReportableMinor", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "assignSt": "AssignmentState_assigned", "associatedNode": 1, "associatedNodeId": 10, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/09/2016 05:17:42 AM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.63.1\\ManagedElement:0", "emlNeId": 13, "emlNeType": "1830PSS-PHN", "ethSupported": "ExtBoolean_false", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*13/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=13/:MNEE", "ipAddress": "10.100.63.1", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_failed", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 13, "key": "Ne/13", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notRepeater", "neType": "NEType_ne1830pss", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "pdhSupported": "ExtBoolean_true", "pmMisalignment": "Boolean_false", "primLogin": "admin", "primPassword": "IYsIiiNKi9s=", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_false", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "V2C", "shortProductName": "pss", "siteName": "BA", "snmpVersion": "V2C", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "sonetSupported": "ExtBoolean_false", "spareNTPAddress": "0.0.0.0", "supervisionState": "SupervisionState_supervised", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "PSS8-14.0-SITE-5", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "PSS8-14.0-SITE-5", "objectIdClass": "java.lang.Integer", "objectId": 13 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: PSS8-14.0-SITE-5 , UserLabel : LINK-SITE-5-SITE-6-130SCX10Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 20090 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_activeReportableMajor", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_false", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": -1, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.63.1\\MultiLayerSubnetwork:0\\SubnetworkConnection:3", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_false", "priority": 4, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_onTheFly", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_blocked", "reversionMode": "ReversionMode_manual", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 5, "id": 23438, "key": "Snc/23438", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_false", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "R8-ML1.2-ODU4-PSS8-SITE5-SITE6Main 01", "waitForServerRestoration": "ExtBoolean_notApplicable", "wdmLayer": "WdmLayer_odu4", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2/7", "isMultiNEs": "Boolean_false", "localization": "-123.73066663741487,34.805184271391475,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_failed", "neSubType": "NeSubtype_notRepeater", "id": 10, "key": "Node/10", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 7, "parentLabel": "INTERWORKING", "position": "1 340 302", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "PSS8-14.0-SITE-5", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "BA" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_activeReportableMinor", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "assignSt": "AssignmentState_assigned", "associatedNode": 1, "associatedNodeId": 10, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/09/2016 05:17:42 AM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.63.1\\ManagedElement:0", "emlNeId": 13, "emlNeType": "1830PSS-PHN", "ethSupported": "ExtBoolean_false", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*13/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=13/:MNEE", "ipAddress": "10.100.63.1", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_failed", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 13, "key": "Ne/13", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notRepeater", "neType": "NEType_ne1830pss", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "pdhSupported": "ExtBoolean_true", "pmMisalignment": "Boolean_false", "primLogin": "admin", "primPassword": "IYsIiiNKi9s=", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_false", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "V2C", "shortProductName": "pss", "siteName": "BA", "snmpVersion": "V2C", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "sonetSupported": "ExtBoolean_false", "spareNTPAddress": "0.0.0.0", "supervisionState": "SupervisionState_supervised", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "PSS8-14.0-SITE-5", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "PSS8-14.0-SITE-5", "objectIdClass": "java.lang.Integer", "objectId": 13 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: PSS8-14.0-SITE-5 , UserLabel : R8-ML1.2-ODU4-PSS8-SITE5-SITE6Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 23438 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_cleared", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_false", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": -1, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.63.1\\MultiLayerSubnetwork:0\\SubnetworkConnection:4", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_false", "priority": 2, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_onTheFly", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_automatic", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 3, "id": 26295, "key": "Snc/26295", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_false", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "R8-ML3.2-ODU4-PSS8-SITE5-SITE6Main 01", "waitForServerRestoration": "ExtBoolean_false", "wdmLayer": "WdmLayer_odu4", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2/7", "isMultiNEs": "Boolean_false", "localization": "-123.73066663741487,34.805184271391475,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_failed", "neSubType": "NeSubtype_notRepeater", "id": 10, "key": "Node/10", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 7, "parentLabel": "INTERWORKING", "position": "1 340 302", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "PSS8-14.0-SITE-5", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "BA" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_activeReportableMinor", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "assignSt": "AssignmentState_assigned", "associatedNode": 1, "associatedNodeId": 10, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/09/2016 05:17:42 AM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.63.1\\ManagedElement:0", "emlNeId": 13, "emlNeType": "1830PSS-PHN", "ethSupported": "ExtBoolean_false", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*13/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=13/:MNEE", "ipAddress": "10.100.63.1", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_failed", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 13, "key": "Ne/13", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notRepeater", "neType": "NEType_ne1830pss", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "pdhSupported": "ExtBoolean_true", "pmMisalignment": "Boolean_false", "primLogin": "admin", "primPassword": "IYsIiiNKi9s=", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_false", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "V2C", "shortProductName": "pss", "siteName": "BA", "snmpVersion": "V2C", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "sonetSupported": "ExtBoolean_false", "spareNTPAddress": "0.0.0.0", "supervisionState": "SupervisionState_supervised", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "PSS8-14.0-SITE-5", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "PSS8-14.0-SITE-5", "objectIdClass": "java.lang.Integer", "objectId": 13 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: PSS8-14.0-SITE-5 , UserLabel : R8-ML3.2-ODU4-PSS8-SITE5-SITE6Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 26295 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_activeReportableMajor", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_false", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": -1, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.63.2\\MultiLayerSubnetwork:0\\SubnetworkConnection:11", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_false", "priority": 3, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_onTheFly", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_automatic", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 4, "id": 68600, "key": "Snc/68600", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_false", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "R8-ML1.14-ODU4-SITE6-SITE10Main 01", "waitForServerRestoration": "ExtBoolean_false", "wdmLayer": "WdmLayer_odu4", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2/7", "isMultiNEs": "Boolean_false", "localization": "-84.72656250000392,17.111595049441163,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_failed", "neSubType": "NeSubtype_notRepeater", "id": 11, "key": "Node/11", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 7, "parentLabel": "INTERWORKING", "position": "1 340 304", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "PSS8-14.0-SITE-6", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "BA" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_activeReportableMinor", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_phn", "assignSt": "AssignmentState_assigned", "associatedNode": 1, "associatedNodeId": 11, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/09/2016 05:18:47 AM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.63.2\\ManagedElement:0", "emlNeId": 14, "emlNeType": "1830PSS-PHN", "ethSupported": "ExtBoolean_false", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*14/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=14/:MNEE", "ipAddress": "10.100.63.2", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_failed", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 14, "key": "Ne/14", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notRepeater", "neType": "NEType_ne1830pss", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "pdhSupported": "ExtBoolean_true", "pmMisalignment": "Boolean_false", "primLogin": "admin", "primPassword": "IYsIiiNKi9s=", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_false", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "V2C", "shortProductName": "pss", "siteName": "BA", "snmpVersion": "V2C", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "sonetSupported": "ExtBoolean_false", "spareNTPAddress": "0.0.0.0", "supervisionState": "SupervisionState_supervised", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "PSS8-14.0-SITE-6", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "PSS8-14.0-SITE-6", "objectIdClass": "java.lang.Integer", "objectId": 14 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: PSS8-14.0-SITE-6 , UserLabel : R8-ML1.14-ODU4-SITE6-SITE10Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 68600 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_cleared", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_false", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_doubleConn", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": 0, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.100.110\\MultiLayerSubnetwork:0\\SubnetworkConnection:10", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_false", "priority": 2, "protType": "ProtectionPathType_sh1Plus1EToEProt", "rerouting": "RestorationMode_onTheFly", "resType": "ResourceType_mainSpare", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_automatic", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 2, "id": 79133, "key": "Snc/79133", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_false", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "STM-16_PRC_WDM|OTN-CAS-PRO1-R9 ODU1#0Main 01", "waitForServerRestoration": "ExtBoolean_false", "wdmLayer": "WdmLayer_odu1", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "cTAccessStatus": "CTAccessStatus_partiallyGranted", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2/3", "isMultiNEs": "Boolean_true", "localization": "-52.031250000002245,46.36455150824213,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notMeaningful", "id": 116, "key": "Node/116", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 3, "parentLabel": "IW-ASON", "position": "1 408 292", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "IW-ASON-SITE-4", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "SVT" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_cleared", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "assignSt": "AssignmentState_assigned", "associatedNode": 0, "associatedNodeId": 116, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctNotConDisab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/17/2016 09:22:54 AM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.100.110\\ManagedElement:0", "emlNeId": 115, "emlNeType": "1830PSS-OCS", "ethSupported": "ExtBoolean_true", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*115/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=115/:MNEE", "ipAddress": "10.100.110.1", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 135, "key": "Ne/135", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notMeaningful", "neType": "NEType_ne1870tts", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "partnerNEGroupId": 101, "partnerNEIP": "10.100.62.195", "partnerNEId": 114, "pdhSupported": "ExtBoolean_false", "pmMisalignment": "Boolean_false", "primLogin": "USER05", "primPassword": "hmTI9/DJEoruFyG9chUMEg==", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_true", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "None", "shortProductName": "pss", "siteName": "SVT", "snmpVersion": "V3", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv3AuthMethod": "HMAC-MD5", "snmpv3PrivMethod": "AES-128", "snmpv3SecLevel": "authPriv", "snmpv3UsmAuthPwd": "JNjV/HbYK9qfkWSjIMc5og==", "snmpv3UsmPrivPwd": "hmTI9/DJEoruFyG9chUMEg==", "snmpv3UsmUser": "v3DefaultUser", "sonetSupported": "ExtBoolean_true", "ssh2PublicKeyFile": "DEFAULT", "ssh2User": "tl13082", "supervisionState": "SupervisionState_supervised", "tid": "PSS64-100-110-1", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "IW-ASON-SITE-4#OCS", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "IW-ASON-SITE-4#OCS", "objectIdClass": "java.lang.Integer", "objectId": 135 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: IW-ASON-SITE-4#OCS , UserLabel : STM-16_PRC_WDM|OTN-CAS-PRO1-R9 ODU1#0Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 79133 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_cleared", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_notApplicable", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": 0, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.100.110\\MultiLayerSubnetwork:0\\SubnetworkConnection:4", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_notApplicable", "priority": 1, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_preCalculated", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_automatic", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 1, "id": 79401, "key": "Snc/79401", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_notApplicable", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "STM16_ODU0_Unterm_Channelized_Site6<->Site3 ODU1#0Main 01", "waitForServerRestoration": "ExtBoolean_false", "wdmLayer": "WdmLayer_odu1", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "cTAccessStatus": "CTAccessStatus_partiallyGranted", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2/3", "isMultiNEs": "Boolean_true", "localization": "-52.031250000002245,46.36455150824213,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notMeaningful", "id": 116, "key": "Node/116", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 3, "parentLabel": "IW-ASON", "position": "1 408 292", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "IW-ASON-SITE-4", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "SVT" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_cleared", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "assignSt": "AssignmentState_assigned", "associatedNode": 0, "associatedNodeId": 116, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctNotConDisab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/17/2016 09:22:54 AM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.100.110\\ManagedElement:0", "emlNeId": 115, "emlNeType": "1830PSS-OCS", "ethSupported": "ExtBoolean_true", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*115/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=115/:MNEE", "ipAddress": "10.100.110.1", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 135, "key": "Ne/135", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notMeaningful", "neType": "NEType_ne1870tts", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "partnerNEGroupId": 101, "partnerNEIP": "10.100.62.195", "partnerNEId": 114, "pdhSupported": "ExtBoolean_false", "pmMisalignment": "Boolean_false", "primLogin": "USER05", "primPassword": "hmTI9/DJEoruFyG9chUMEg==", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_true", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "None", "shortProductName": "pss", "siteName": "SVT", "snmpVersion": "V3", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv3AuthMethod": "HMAC-MD5", "snmpv3PrivMethod": "AES-128", "snmpv3SecLevel": "authPriv", "snmpv3UsmAuthPwd": "JNjV/HbYK9qfkWSjIMc5og==", "snmpv3UsmPrivPwd": "hmTI9/DJEoruFyG9chUMEg==", "snmpv3UsmUser": "v3DefaultUser", "sonetSupported": "ExtBoolean_true", "ssh2PublicKeyFile": "DEFAULT", "ssh2User": "tl13082", "supervisionState": "SupervisionState_supervised", "tid": "PSS64-100-110-1", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "IW-ASON-SITE-4#OCS", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "IW-ASON-SITE-4#OCS", "objectIdClass": "java.lang.Integer", "objectId": 135 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: IW-ASON-SITE-4#OCS , UserLabel : STM16_ODU0_Unterm_Channelized_Site6<->Site3 ODU1#0Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 79401 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_cleared", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_notApplicable", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": 0, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.100.110\\MultiLayerSubnetwork:0\\SubnetworkConnection:5", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_notApplicable", "priority": 4, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_preCalculated", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_manual", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 5, "id": 83178, "key": "Snc/83178", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_notApplicable", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "STM4_ODU0_Channalized_Site6<->Site2(OCS) ODU0#0Main 01", "waitForServerRestoration": "ExtBoolean_false", "wdmLayer": "WdmLayer_odu0", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "cTAccessStatus": "CTAccessStatus_partiallyGranted", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2/3", "isMultiNEs": "Boolean_true", "localization": "-52.031250000002245,46.36455150824213,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notMeaningful", "id": 116, "key": "Node/116", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 3, "parentLabel": "IW-ASON", "position": "1 408 292", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "IW-ASON-SITE-4", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "SVT" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_cleared", "alarmSyntesis": "AlarmStatus_activeReportableCritical", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "assignSt": "AssignmentState_assigned", "associatedNode": 0, "associatedNodeId": 116, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctNotConDisab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/17/2016 09:22:54 AM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.100.110\\ManagedElement:0", "emlNeId": 115, "emlNeType": "1830PSS-OCS", "ethSupported": "ExtBoolean_true", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*115/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=115/:MNEE", "ipAddress": "10.100.110.1", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 135, "key": "Ne/135", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notMeaningful", "neType": "NEType_ne1870tts", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "partnerNEGroupId": 101, "partnerNEIP": "10.100.62.195", "partnerNEId": 114, "pdhSupported": "ExtBoolean_false", "pmMisalignment": "Boolean_false", "primLogin": "USER05", "primPassword": "hmTI9/DJEoruFyG9chUMEg==", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_true", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "None", "shortProductName": "pss", "siteName": "SVT", "snmpVersion": "V3", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv3AuthMethod": "HMAC-MD5", "snmpv3PrivMethod": "AES-128", "snmpv3SecLevel": "authPriv", "snmpv3UsmAuthPwd": "JNjV/HbYK9qfkWSjIMc5og==", "snmpv3UsmPrivPwd": "hmTI9/DJEoruFyG9chUMEg==", "snmpv3UsmUser": "v3DefaultUser", "sonetSupported": "ExtBoolean_true", "ssh2PublicKeyFile": "DEFAULT", "ssh2User": "tl13082", "supervisionState": "SupervisionState_supervised", "tid": "PSS64-100-110-1", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "IW-ASON-SITE-4#OCS", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "IW-ASON-SITE-4#OCS", "objectIdClass": "java.lang.Integer", "objectId": 135 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: IW-ASON-SITE-4#OCS , UserLabel : STM4_ODU0_Channalized_Site6<->Site2(OCS) ODU0#0Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 83178 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_cleared", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_false", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": 0, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.100.235\\MultiLayerSubnetwork:0\\SubnetworkConnection:3", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_false", "priority": 4, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_onTheFly", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_manual", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 5, "id": 52753, "key": "Snc/52753", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_false", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "Indosat_1GbE_ ODU0#0Main 01", "waitForServerRestoration": "ExtBoolean_false", "wdmLayer": "WdmLayer_odu0", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2/4", "isMultiNEs": "Boolean_true", "localization": "-126.33398652077217,54.01761019330672,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notMeaningful", "id": 87, "key": "Node/87", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 4, "parentLabel": "Indosat", "position": "1 264 280", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "Indosat-Site-1", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "BA" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_cleared", "alarmSyntesis": "AlarmStatus_activeReportableMajor", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "assignSt": "AssignmentState_assigned", "associatedNode": 0, "associatedNodeId": 87, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/14/2016 12:42:44 PM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.100.235\\ManagedElement:0", "emlNeId": 82, "emlNeType": "1830PSS-OCS", "ethSupported": "ExtBoolean_true", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*82/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=82/:MNEE", "ipAddress": "10.100.235.1", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 100, "key": "Ne/100", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notMeaningful", "neType": "NEType_ne1870tts", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "partnerNEGroupId": 101, "partnerNEIP": "10.100.63.89", "partnerNEId": 81, "pdhSupported": "ExtBoolean_false", "pmMisalignment": "Boolean_false", "primLogin": "USER05", "primPassword": "hmTI9/DJEoruFyG9chUMEg==", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_true", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "None", "shortProductName": "pss", "siteName": "BA", "snmpVersion": "V3", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv3AuthMethod": "HMAC-MD5", "snmpv3PrivMethod": "AES-128", "snmpv3SecLevel": "authPriv", "snmpv3UsmAuthPwd": "JNjV/HbYK9qfkWSjIMc5og==", "snmpv3UsmPrivPwd": "Exkja5GumJd9iBzJkWaayw==", "snmpv3UsmUser": "v3DefaultUser", "sonetSupported": "ExtBoolean_true", "ssh2PublicKeyFile": "DEFAULT", "ssh2User": "tl13082", "supervisionState": "SupervisionState_supervised", "tid": "PSS64-100-235-1", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "Indosat-Site-1#OCS", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "Indosat-Site-1#OCS", "objectIdClass": "java.lang.Integer", "objectId": 100 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: Indosat-Site-1#OCS , UserLabel : Indosat_1GbE_ ODU0#0Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 52753 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_cleared", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_false", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": 0, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.100.235\\MultiLayerSubnetwork:0\\SubnetworkConnection:4", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_false", "priority": 4, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_noRestoration", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_manual", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 5, "id": 52886, "key": "Snc/52886", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_false", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "Indosat_OC48_ ODU0#0Main 01", "waitForServerRestoration": "ExtBoolean_false", "wdmLayer": "WdmLayer_odu0", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2/4", "isMultiNEs": "Boolean_true", "localization": "-126.33398652077217,54.01761019330672,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notMeaningful", "id": 87, "key": "Node/87", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 4, "parentLabel": "Indosat", "position": "1 264 280", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "Indosat-Site-1", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "BA" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_cleared", "alarmSyntesis": "AlarmStatus_activeReportableMajor", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "assignSt": "AssignmentState_assigned", "associatedNode": 0, "associatedNodeId": 87, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/14/2016 12:42:44 PM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.100.235\\ManagedElement:0", "emlNeId": 82, "emlNeType": "1830PSS-OCS", "ethSupported": "ExtBoolean_true", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*82/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=82/:MNEE", "ipAddress": "10.100.235.1", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 100, "key": "Ne/100", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notMeaningful", "neType": "NEType_ne1870tts", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "partnerNEGroupId": 101, "partnerNEIP": "10.100.63.89", "partnerNEId": 81, "pdhSupported": "ExtBoolean_false", "pmMisalignment": "Boolean_false", "primLogin": "USER05", "primPassword": "hmTI9/DJEoruFyG9chUMEg==", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_true", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "None", "shortProductName": "pss", "siteName": "BA", "snmpVersion": "V3", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv3AuthMethod": "HMAC-MD5", "snmpv3PrivMethod": "AES-128", "snmpv3SecLevel": "authPriv", "snmpv3UsmAuthPwd": "JNjV/HbYK9qfkWSjIMc5og==", "snmpv3UsmPrivPwd": "Exkja5GumJd9iBzJkWaayw==", "snmpv3UsmUser": "v3DefaultUser", "sonetSupported": "ExtBoolean_true", "ssh2PublicKeyFile": "DEFAULT", "ssh2User": "tl13082", "supervisionState": "SupervisionState_supervised", "tid": "PSS64-100-235-1", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "Indosat-Site-1#OCS", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "Indosat-Site-1#OCS", "objectIdClass": "java.lang.Integer", "objectId": 100 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: Indosat-Site-1#OCS , UserLabel : Indosat_OC48_ ODU0#0Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 52886 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_cleared", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_false", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": 0, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.100.235\\MultiLayerSubnetwork:0\\SubnetworkConnection:5", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_false", "priority": 4, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_preCalculated", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_manual", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 5, "id": 52895, "key": "Snc/52895", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_false", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "Indosat_OC48_1 ODU1#0Main 01", "waitForServerRestoration": "ExtBoolean_false", "wdmLayer": "WdmLayer_odu1", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2/4", "isMultiNEs": "Boolean_true", "localization": "-126.33398652077217,54.01761019330672,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notMeaningful", "id": 87, "key": "Node/87", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 4, "parentLabel": "Indosat", "position": "1 264 280", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "Indosat-Site-1", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "BA" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_cleared", "alarmSyntesis": "AlarmStatus_activeReportableMajor", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "assignSt": "AssignmentState_assigned", "associatedNode": 0, "associatedNodeId": 87, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/14/2016 12:42:44 PM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.100.235\\ManagedElement:0", "emlNeId": 82, "emlNeType": "1830PSS-OCS", "ethSupported": "ExtBoolean_true", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*82/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=82/:MNEE", "ipAddress": "10.100.235.1", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 100, "key": "Ne/100", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notMeaningful", "neType": "NEType_ne1870tts", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "partnerNEGroupId": 101, "partnerNEIP": "10.100.63.89", "partnerNEId": 81, "pdhSupported": "ExtBoolean_false", "pmMisalignment": "Boolean_false", "primLogin": "USER05", "primPassword": "hmTI9/DJEoruFyG9chUMEg==", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_true", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "None", "shortProductName": "pss", "siteName": "BA", "snmpVersion": "V3", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv3AuthMethod": "HMAC-MD5", "snmpv3PrivMethod": "AES-128", "snmpv3SecLevel": "authPriv", "snmpv3UsmAuthPwd": "JNjV/HbYK9qfkWSjIMc5og==", "snmpv3UsmPrivPwd": "Exkja5GumJd9iBzJkWaayw==", "snmpv3UsmUser": "v3DefaultUser", "sonetSupported": "ExtBoolean_true", "ssh2PublicKeyFile": "DEFAULT", "ssh2User": "tl13082", "supervisionState": "SupervisionState_supervised", "tid": "PSS64-100-235-1", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "Indosat-Site-1#OCS", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "Indosat-Site-1#OCS", "objectIdClass": "java.lang.Integer", "objectId": 100 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: Indosat-Site-1#OCS , UserLabel : Indosat_OC48_1 ODU1#0Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 52895 }, { "IdClass": 134, "accessLatency": 0, "alarmStatus": "AlarmStatus_cleared", "apeInProgressCond": "ExtBoolean_notApplicable", "automaticRestoration": "EnablingState_enabled", "backupSt": "BackupSt_normal", "colorViolated": "ExtBoolean_false", "confSt": "ConfigurationState_implemented", "connRate": "LCRate_notDefined", "connType": "ConnectionType_pointToPoint", "consistSt": "ConsistencyStatus_normal", "disjointedSt": "DisjointedSt_normal", "excludeAnyColorId": "2", "excludeAnyColorName": "AllColors", "excludeAnyColorString": "1111.1111.1111.1111.1111.1111.1111", "flow": "Flow_bidirectional", "includeAnyColorId": "1", "includeAnyColorName": "NoColor", "includeAnyColorString": "0000.0000.0000.0000.0000.0000.0000", "internalVlanId": 0, "involvedInRelation": "Boolean_false", "maxLatency": 0, "nativeName": "EMS:10.255.100.235\\MultiLayerSubnetwork:0\\SubnetworkConnection:6", "operationalState": "OperationalState_enabled", "opticalFeasViolated": "ExtBoolean_false", "priority": 4, "protType": "ProtectionPathType_notProtected", "rerouting": "RestorationMode_onTheFly", "resType": "ResourceType_main", "reversionBlockedSt": "ReversionBlockedSt_notBlocked", "reversionMode": "ReversionMode_manual", "reversionSt": "ReversionSt_notReady", "routingSt": "RoutingSt_normal", "setupPriority": 5, "id": 52917, "key": "Snc/52917", "className": "Snc", "sncType": "SncType_softPermanentConn", "sncpSt": "SncpSt_normal", "tcaChannelMarginReached": "ExtBoolean_false", "testMode": "SncActiveState_inactive", "transpTechnology": "ConnecTechnology_wdm", "tunnelType": "TunnelType_notApplicable", "usageIndicator": "UsageIndicator_configuration", "guiLabel": "Indosat_100GbE_ ODU4#0Main 01", "waitForServerRestoration": "ExtBoolean_false", "wdmLayer": "WdmLayer_odu4", "wdmType": "EthTranspType_notMeaningful", "zEndSt": "ZEndSt_normal", "node": { "IdClass": 26, "alarmSyntesis": "AlarmStatus_activeReportableCritical", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "ethPresent": "Boolean_false", "hierarchySubnet": "/2/4", "isMultiNEs": "Boolean_true", "localization": "-126.33398652077217,54.01761019330672,0,null", "mibAlignmentState": "MibAlignmentState_aligned", "neAlignment": "Alignment_normal", "neSubType": "NeSubtype_notMeaningful", "id": 87, "key": "Node/87", "className": "Node", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "parentId": 4, "parentLabel": "Indosat", "position": "1 264 280", "sdhPresent": "Boolean_false", "supervisionState": "SupervisionState_supervised", "guiLabel": "Indosat-Site-1", "version": "9.0", "wdmPresent": "Boolean_true", "confDownldSt": "ConfDownloadState_enabled", "nadString": "unknown", "productName": "1830PSS", "reachable": "Boolean_true", "shortProductName": "pss", "siteName": "BA" }, "ne": { "IdClass": 3, "accessModule": "AccessModule_none", "alarmStatus": "AlarmStatus_cleared", "alarmSyntesis": "AlarmStatus_activeReportableMajor", "alarmsEnabled": "ExtBoolean_true", "alarmsEnabledLP": "ExtBoolean_true", "alignAct": "AlignAct_none", "alignActPend": "AlignAct_none", "alrAligned": "ExtBoolean_true", "alrAlignment": "AlrAlignment_normal", "asonCtrPlaneType": "AsonCtrPlaneType_ocs", "assignSt": "AssignmentState_assigned", "associatedNode": 0, "associatedNodeId": 87, "autoAlarmSyncro": "EnablingState_disabled", "availableCapNum": 0, "cTAccessStatus": "CTAccessStatus_ctConnEnab", "communicationState": "CommState_available", "confDownldSt": "ConfDownloadState_enabled", "confMismatchObjsCount": 0, "confType": "ConfType_notMeaningful", "consistPhase": "ConsistPhase_allLayersProcessed", "consistSt": "ConsistencyStatus_normal", "controlPlaneStatus": "ControlPlaneStatus_reachable", "creationDate": "06/14/2016 12:42:44 PM", "dbModByCT": "Boolean_false", "emlDomId": 101, "neNativeName": "EMS:10.255.100.235\\ManagedElement:0", "emlNeId": 82, "emlNeType": "1830PSS-OCS", "ethSupported": "ExtBoolean_true", "failToAlignObjsCount": 0, "fdnMapper": "NC_n=*EML_101_SNA/NE_n=*82/:NE_n", "fdnMapperNum": "ne_G=101/NEnt=82/:MNEE", "ipAddress": "10.100.235.1", "isPrimaryNE": "Boolean_true", "mainNTPAddress": "135.250.203.30", "managedInterfaces": "MngInterface_xos", "managerList": "SDH", "mibAlignmentState": "MibAlignmentState_aligned", "nadString": "unknown", "neAlignment": "Alignment_normal", "neCommProb": "CommProb_none", "neFamily": "WDM Terr", "id": 100, "key": "Ne/100", "className": "Ne", "neNotEmlAligned": "AlignmentState_aligned", "neSubType": "NeSubtype_notMeaningful", "neType": "NEType_ne1870tts", "notAlignObjsCount": 0, "ntpEnabled": "Boolean_true", "ntpReachabilityStatus": "false:false", "otnConfDownldSt": "GlobConfDwnldSt_enabled", "partnerNEGroupId": 101, "partnerNEIP": "10.100.63.89", "partnerNEId": 81, "pdhSupported": "ExtBoolean_false", "pmMisalignment": "Boolean_false", "primLogin": "USER05", "primPassword": "hmTI9/DJEoruFyG9chUMEg==", "primaryOperationalState": "OperationalState_enabled", "productName": "1830PSS", "radioSupported": "ExtBoolean_false", "reachable": "Boolean_true", "resetSt": "ResetState_reset", "sdhSupported": "ExtBoolean_true", "secondaryOpState": "OperationalState_notMeaningful", "securComm": "None", "shortProductName": "pss", "siteName": "BA", "snmpVersion": "V3", "snmpv2ReadComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv2WriteComm": "7bQQKtdLyaIDXPlrbuermA==", "snmpv3AuthMethod": "HMAC-MD5", "snmpv3PrivMethod": "AES-128", "snmpv3SecLevel": "authPriv", "snmpv3UsmAuthPwd": "JNjV/HbYK9qfkWSjIMc5og==", "snmpv3UsmPrivPwd": "Exkja5GumJd9iBzJkWaayw==", "snmpv3UsmUser": "v3DefaultUser", "sonetSupported": "ExtBoolean_true", "ssh2PublicKeyFile": "DEFAULT", "ssh2User": "tl13082", "supervisionState": "SupervisionState_supervised", "tid": "PSS64-100-235-1", "traffAffectNotAlignCount": 0, "tsdImVersion": "Not_TSD_IM_NE", "uploadSt": "UploadStatus_normal", "guiLabel": "Indosat-Site-1#OCS", "version": "9.0", "wdmManagement": "WdmManager_wdmAndSdhAppl", "wdmSupported": "ExtBoolean_true", "wrkSt": "WorkingState_normal", "objectClass": "NetworkElement", "implementingClassName": "Ne", "otnObjectName": "Indosat-Site-1#OCS", "objectIdClass": "java.lang.Integer", "objectId": 100 }, "ntwid": 1, "objectClass": "AsonSnc", "implementingClassName": "com.alcatel_lucent.oms1350.otn.ason.nml.entities.Snc", "otnObjectName": "Head NE: Indosat-Site-1#OCS , UserLabel : Indosat_100GbE_ ODU4#0Main 01 ", "objectIdClass": "java.lang.Integer", "objectId": 52917 } ]

    External Docs
    See Also :

    Operation

    get /data/npr/colorProfiles/{colorProfileId}/elem
    To identify the attribute list of colorprofile by colorprofileId (inventory : /data/npr/colorProfiles/{colorProfileId}/elem)
    To retrieve the elementary details of the colorprofile using colorProfileId .

    Path parameters

    Name

    IsRequired

    Description

    Enum

    colorProfileId required colorProfileId ---
    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional request ServletWebRequest ---
    body2 optional session HttpSession ---

    Return type
  • String
  • Responses

    Response Messages

    Schema

    200success String
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Example Request Data

    Request----> /data/npr/colorProfiles/{colorProfileId}/elem --> /npr/colorProfiles/2/elem Example: /data/npr/colorProfiles [ { "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, { "IdClass": 180, "id": 2, "key": "ColorProfile/2", "className": "ColorProfile", "colorString": "1111.1111.1111.1111.1111.1111.1111", "colors": 268435455, "comment1": "Profile with all 28 colors, used as default for exclude any vector", "owner": "OperationalRule_automatic", "guiLabel": "AllColors" }, { "IdClass": 180, "id": 3, "key": "ColorProfile/3", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0001", "colors": 1, "comment1": "Predefined profile with set bit 1", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_01" }, { "IdClass": 180, "id": 4, "key": "ColorProfile/4", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0010", "colors": 2, "comment1": "Predefined profile with set bit 2", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_02" }, { "IdClass": 180, "id": 5, "key": "ColorProfile/5", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0100", "colors": 4, "comment1": "Predefined profile with set bit 3", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_03" }, { "IdClass": 180, "id": 6, "key": "ColorProfile/6", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.1000", "colors": 8, "comment1": "Predefined profile with set bit 4", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_04" }, { "IdClass": 180, "id": 7, "key": "ColorProfile/7", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0001.0000", "colors": 16, "comment1": "Predefined profile with set bit 5", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_05" }, { "IdClass": 180, "id": 8, "key": "ColorProfile/8", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0010.0000", "colors": 32, "comment1": "Predefined profile with set bit 6", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_06" }, { "IdClass": 180, "id": 9, "key": "ColorProfile/9", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0100.0000", "colors": 64, "comment1": "Predefined profile with set bit 7", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_07" }, { "IdClass": 180, "id": 10, "key": "ColorProfile/10", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.1000.0000", "colors": 128, "comment1": "Predefined profile with set bit 8", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_08" }, { "IdClass": 180, "id": 11, "key": "ColorProfile/11", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0001.0000.0000", "colors": 256, "comment1": "Predefined profile with set bit 9", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_09" }, { "IdClass": 180, "id": 12, "key": "ColorProfile/12", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0010.0000.0000", "colors": 512, "comment1": "Predefined profile with set bit 10", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_10" }, { "IdClass": 180, "id": 13, "key": "ColorProfile/13", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0100.0000.0000", "colors": 1024, "comment1": "Predefined profile with set bit 11", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_11" }, { "IdClass": 180, "id": 14, "key": "ColorProfile/14", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.1000.0000.0000", "colors": 2048, "comment1": "Predefined profile with set bit 12", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_12" }, { "IdClass": 180, "id": 15, "key": "ColorProfile/15", "className": "ColorProfile", "colorString": "0000.0000.0000.0001.0000.0000.0000", "colors": 4096, "comment1": "Predefined profile with set bit 13", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_13" }, { "IdClass": 180, "id": 16, "key": "ColorProfile/16", "className": "ColorProfile", "colorString": "0000.0000.0000.0010.0000.0000.0000", "colors": 8192, "comment1": "Predefined profile with set bit 14", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_14" }, { "IdClass": 180, "id": 17, "key": "ColorProfile/17", "className": "ColorProfile", "colorString": "0000.0000.0000.0100.0000.0000.0000", "colors": 16384, "comment1": "Predefined profile with set bit 15", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_15" }, { "IdClass": 180, "id": 18, "key": "ColorProfile/18", "className": "ColorProfile", "colorString": "0000.0000.0000.1000.0000.0000.0000", "colors": 32768, "comment1": "Predefined profile with set bit 16", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_16" }, { "IdClass": 180, "id": 19, "key": "ColorProfile/19", "className": "ColorProfile", "colorString": "0000.0000.0001.0000.0000.0000.0000", "colors": 65536, "comment1": "Predefined profile with set bit 17", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_17" }, { "IdClass": 180, "id": 20, "key": "ColorProfile/20", "className": "ColorProfile", "colorString": "0000.0000.0010.0000.0000.0000.0000", "colors": 131072, "comment1": "Predefined profile with set bit 18", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_18" }, { "IdClass": 180, "id": 21, "key": "ColorProfile/21", "className": "ColorProfile", "colorString": "0000.0000.0100.0000.0000.0000.0000", "colors": 262144, "comment1": "Predefined profile with set bit 19", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_19" }, { "IdClass": 180, "id": 22, "key": "ColorProfile/22", "className": "ColorProfile", "colorString": "0000.0000.1000.0000.0000.0000.0000", "colors": 524288, "comment1": "Predefined profile with set bit 20", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_20" }, { "IdClass": 180, "id": 23, "key": "ColorProfile/23", "className": "ColorProfile", "colorString": "0000.0001.0000.0000.0000.0000.0000", "colors": 1048576, "comment1": "Predefined profile with set bit 21", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_21" }, { "IdClass": 180, "id": 24, "key": "ColorProfile/24", "className": "ColorProfile", "colorString": "0000.0010.0000.0000.0000.0000.0000", "colors": 2097152, "comment1": "Predefined profile with set bit 22", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_22" }, { "IdClass": 180, "id": 25, "key": "ColorProfile/25", "className": "ColorProfile", "colorString": "0000.0100.0000.0000.0000.0000.0000", "colors": 4194304, "comment1": "Predefined profile with set bit 23", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_23" }, { "IdClass": 180, "id": 26, "key": "ColorProfile/26", "className": "ColorProfile", "colorString": "0000.1000.0000.0000.0000.0000.0000", "colors": 8388608, "comment1": "Predefined profile with set bit 24", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_24" }, { "IdClass": 180, "id": 27, "key": "ColorProfile/27", "className": "ColorProfile", "colorString": "0001.0000.0000.0000.0000.0000.0000", "colors": 16777216, "comment1": "Predefined profile with set bit 25", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_25" }, { "IdClass": 180, "id": 28, "key": "ColorProfile/28", "className": "ColorProfile", "colorString": "0010.0000.0000.0000.0000.0000.0000", "colors": 33554432, "comment1": "Predefined profile with set bit 26", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_26" }, { "IdClass": 180, "id": 29, "key": "ColorProfile/29", "className": "ColorProfile", "colorString": "0100.0000.0000.0000.0000.0000.0000", "colors": 67108864, "comment1": "Predefined profile with set bit 27", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_27" }, { "IdClass": 180, "id": 30, "key": "ColorProfile/30", "className": "ColorProfile", "colorString": "1000.0000.0000.0000.0000.0000.0000", "colors": 134217728, "comment1": "Predefined profile with set bit 28", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_28" } ]

    Produces
    This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
    • application/json
    Example Response Data
    Response [ { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 3, "key": "ColorProfile/3", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0001", "colors": 1, "comment1": "Predefined profile with set bit 1", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_01" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 4, "key": "ColorProfile/4", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0010", "colors": 2, "comment1": "Predefined profile with set bit 2", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_02" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 5, "key": "ColorProfile/5", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0100", "colors": 4, "comment1": "Predefined profile with set bit 3", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_03" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 6, "key": "ColorProfile/6", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.1000", "colors": 8, "comment1": "Predefined profile with set bit 4", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_04" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 7, "key": "ColorProfile/7", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0001.0000", "colors": 16, "comment1": "Predefined profile with set bit 5", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_05" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 8, "key": "ColorProfile/8", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0010.0000", "colors": 32, "comment1": "Predefined profile with set bit 6", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_06" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 9, "key": "ColorProfile/9", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0100.0000", "colors": 64, "comment1": "Predefined profile with set bit 7", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_07" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 10, "key": "ColorProfile/10", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.1000.0000", "colors": 128, "comment1": "Predefined profile with set bit 8", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_08" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 11, "key": "ColorProfile/11", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0001.0000.0000", "colors": 256, "comment1": "Predefined profile with set bit 9", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_09" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 12, "key": "ColorProfile/12", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0010.0000.0000", "colors": 512, "comment1": "Predefined profile with set bit 10", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_10" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 13, "key": "ColorProfile/13", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0100.0000.0000", "colors": 1024, "comment1": "Predefined profile with set bit 11", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_11" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 14, "key": "ColorProfile/14", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.1000.0000.0000", "colors": 2048, "comment1": "Predefined profile with set bit 12", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_12" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 15, "key": "ColorProfile/15", "className": "ColorProfile", "colorString": "0000.0000.0000.0001.0000.0000.0000", "colors": 4096, "comment1": "Predefined profile with set bit 13", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_13" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 16, "key": "ColorProfile/16", "className": "ColorProfile", "colorString": "0000.0000.0000.0010.0000.0000.0000", "colors": 8192, "comment1": "Predefined profile with set bit 14", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_14" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 17, "key": "ColorProfile/17", "className": "ColorProfile", "colorString": "0000.0000.0000.0100.0000.0000.0000", "colors": 16384, "comment1": "Predefined profile with set bit 15", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_15" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 18, "key": "ColorProfile/18", "className": "ColorProfile", "colorString": "0000.0000.0000.1000.0000.0000.0000", "colors": 32768, "comment1": "Predefined profile with set bit 16", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_16" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 19, "key": "ColorProfile/19", "className": "ColorProfile", "colorString": "0000.0000.0001.0000.0000.0000.0000", "colors": 65536, "comment1": "Predefined profile with set bit 17", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_17" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 20, "key": "ColorProfile/20", "className": "ColorProfile", "colorString": "0000.0000.0010.0000.0000.0000.0000", "colors": 131072, "comment1": "Predefined profile with set bit 18", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_18" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 21, "key": "ColorProfile/21", "className": "ColorProfile", "colorString": "0000.0000.0100.0000.0000.0000.0000", "colors": 262144, "comment1": "Predefined profile with set bit 19", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_19" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 22, "key": "ColorProfile/22", "className": "ColorProfile", "colorString": "0000.0000.1000.0000.0000.0000.0000", "colors": 524288, "comment1": "Predefined profile with set bit 20", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_20" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 23, "key": "ColorProfile/23", "className": "ColorProfile", "colorString": "0000.0001.0000.0000.0000.0000.0000", "colors": 1048576, "comment1": "Predefined profile with set bit 21", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_21" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 24, "key": "ColorProfile/24", "className": "ColorProfile", "colorString": "0000.0010.0000.0000.0000.0000.0000", "colors": 2097152, "comment1": "Predefined profile with set bit 22", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_22" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 25, "key": "ColorProfile/25", "className": "ColorProfile", "colorString": "0000.0100.0000.0000.0000.0000.0000", "colors": 4194304, "comment1": "Predefined profile with set bit 23", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_23" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 26, "key": "ColorProfile/26", "className": "ColorProfile", "colorString": "0000.1000.0000.0000.0000.0000.0000", "colors": 8388608, "comment1": "Predefined profile with set bit 24", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_24" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 27, "key": "ColorProfile/27", "className": "ColorProfile", "colorString": "0001.0000.0000.0000.0000.0000.0000", "colors": 16777216, "comment1": "Predefined profile with set bit 25", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_25" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 28, "key": "ColorProfile/28", "className": "ColorProfile", "colorString": "0010.0000.0000.0000.0000.0000.0000", "colors": 33554432, "comment1": "Predefined profile with set bit 26", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_26" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 29, "key": "ColorProfile/29", "className": "ColorProfile", "colorString": "0100.0000.0000.0000.0000.0000.0000", "colors": 67108864, "comment1": "Predefined profile with set bit 27", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_27" }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 30, "key": "ColorProfile/30", "className": "ColorProfile", "colorString": "1000.0000.0000.0000.0000.0000.0000", "colors": 134217728, "comment1": "Predefined profile with set bit 28", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_28" } ]

    External Docs
    See Also :

    Operation

    get /data/npr/colorProfiles/{colorProfileId}/teLinkColProf
    To identify the attribute list of colorprofile by colorprofileId (inventory : /data/npr/colorProfiles/{colorProfileId}/teLinkColProf)
    To retrieve the TeLinks details of the colorprofile using colorProfileId .

    Path parameters

    Name

    IsRequired

    Description

    Enum

    colorProfileId required colorProfileId ---
    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional request ServletWebRequest ---
    body2 optional session HttpSession ---

    Return type
  • String
  • Responses

    Response Messages

    Schema

    200success String
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Example Request Data

    Request----> /data/npr/colorProfiles/{colorProfileId}/teLinkColProf --> /data/npr/colorProfiles/1/teLinkColProf Example: /data/npr/colorProfiles [ { "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, { "IdClass": 180, "id": 2, "key": "ColorProfile/2", "className": "ColorProfile", "colorString": "1111.1111.1111.1111.1111.1111.1111", "colors": 268435455, "comment1": "Profile with all 28 colors, used as default for exclude any vector", "owner": "OperationalRule_automatic", "guiLabel": "AllColors" }, { "IdClass": 180, "id": 3, "key": "ColorProfile/3", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0001", "colors": 1, "comment1": "Predefined profile with set bit 1", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_01" }, { "IdClass": 180, "id": 4, "key": "ColorProfile/4", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0010", "colors": 2, "comment1": "Predefined profile with set bit 2", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_02" }, { "IdClass": 180, "id": 5, "key": "ColorProfile/5", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0100", "colors": 4, "comment1": "Predefined profile with set bit 3", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_03" }, { "IdClass": 180, "id": 6, "key": "ColorProfile/6", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.1000", "colors": 8, "comment1": "Predefined profile with set bit 4", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_04" }, { "IdClass": 180, "id": 7, "key": "ColorProfile/7", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0001.0000", "colors": 16, "comment1": "Predefined profile with set bit 5", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_05" }, { "IdClass": 180, "id": 8, "key": "ColorProfile/8", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0010.0000", "colors": 32, "comment1": "Predefined profile with set bit 6", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_06" }, { "IdClass": 180, "id": 9, "key": "ColorProfile/9", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0100.0000", "colors": 64, "comment1": "Predefined profile with set bit 7", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_07" }, { "IdClass": 180, "id": 10, "key": "ColorProfile/10", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.1000.0000", "colors": 128, "comment1": "Predefined profile with set bit 8", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_08" }, { "IdClass": 180, "id": 11, "key": "ColorProfile/11", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0001.0000.0000", "colors": 256, "comment1": "Predefined profile with set bit 9", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_09" }, { "IdClass": 180, "id": 12, "key": "ColorProfile/12", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0010.0000.0000", "colors": 512, "comment1": "Predefined profile with set bit 10", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_10" }, { "IdClass": 180, "id": 13, "key": "ColorProfile/13", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0100.0000.0000", "colors": 1024, "comment1": "Predefined profile with set bit 11", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_11" }, { "IdClass": 180, "id": 14, "key": "ColorProfile/14", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.1000.0000.0000", "colors": 2048, "comment1": "Predefined profile with set bit 12", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_12" }, { "IdClass": 180, "id": 15, "key": "ColorProfile/15", "className": "ColorProfile", "colorString": "0000.0000.0000.0001.0000.0000.0000", "colors": 4096, "comment1": "Predefined profile with set bit 13", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_13" }, { "IdClass": 180, "id": 16, "key": "ColorProfile/16", "className": "ColorProfile", "colorString": "0000.0000.0000.0010.0000.0000.0000", "colors": 8192, "comment1": "Predefined profile with set bit 14", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_14" }, { "IdClass": 180, "id": 17, "key": "ColorProfile/17", "className": "ColorProfile", "colorString": "0000.0000.0000.0100.0000.0000.0000", "colors": 16384, "comment1": "Predefined profile with set bit 15", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_15" }, { "IdClass": 180, "id": 18, "key": "ColorProfile/18", "className": "ColorProfile", "colorString": "0000.0000.0000.1000.0000.0000.0000", "colors": 32768, "comment1": "Predefined profile with set bit 16", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_16" }, { "IdClass": 180, "id": 19, "key": "ColorProfile/19", "className": "ColorProfile", "colorString": "0000.0000.0001.0000.0000.0000.0000", "colors": 65536, "comment1": "Predefined profile with set bit 17", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_17" }, { "IdClass": 180, "id": 20, "key": "ColorProfile/20", "className": "ColorProfile", "colorString": "0000.0000.0010.0000.0000.0000.0000", "colors": 131072, "comment1": "Predefined profile with set bit 18", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_18" }, { "IdClass": 180, "id": 21, "key": "ColorProfile/21", "className": "ColorProfile", "colorString": "0000.0000.0100.0000.0000.0000.0000", "colors": 262144, "comment1": "Predefined profile with set bit 19", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_19" }, { "IdClass": 180, "id": 22, "key": "ColorProfile/22", "className": "ColorProfile", "colorString": "0000.0000.1000.0000.0000.0000.0000", "colors": 524288, "comment1": "Predefined profile with set bit 20", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_20" }, { "IdClass": 180, "id": 23, "key": "ColorProfile/23", "className": "ColorProfile", "colorString": "0000.0001.0000.0000.0000.0000.0000", "colors": 1048576, "comment1": "Predefined profile with set bit 21", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_21" }, { "IdClass": 180, "id": 24, "key": "ColorProfile/24", "className": "ColorProfile", "colorString": "0000.0010.0000.0000.0000.0000.0000", "colors": 2097152, "comment1": "Predefined profile with set bit 22", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_22" }, { "IdClass": 180, "id": 25, "key": "ColorProfile/25", "className": "ColorProfile", "colorString": "0000.0100.0000.0000.0000.0000.0000", "colors": 4194304, "comment1": "Predefined profile with set bit 23", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_23" }, { "IdClass": 180, "id": 26, "key": "ColorProfile/26", "className": "ColorProfile", "colorString": "0000.1000.0000.0000.0000.0000.0000", "colors": 8388608, "comment1": "Predefined profile with set bit 24", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_24" }, { "IdClass": 180, "id": 27, "key": "ColorProfile/27", "className": "ColorProfile", "colorString": "0001.0000.0000.0000.0000.0000.0000", "colors": 16777216, "comment1": "Predefined profile with set bit 25", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_25" }, { "IdClass": 180, "id": 28, "key": "ColorProfile/28", "className": "ColorProfile", "colorString": "0010.0000.0000.0000.0000.0000.0000", "colors": 33554432, "comment1": "Predefined profile with set bit 26", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_26" }, { "IdClass": 180, "id": 29, "key": "ColorProfile/29", "className": "ColorProfile", "colorString": "0100.0000.0000.0000.0000.0000.0000", "colors": 67108864, "comment1": "Predefined profile with set bit 27", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_27" }, { "IdClass": 180, "id": 30, "key": "ColorProfile/30", "className": "ColorProfile", "colorString": "1000.0000.0000.0000.0000.0000.0000", "colors": 134217728, "comment1": "Predefined profile with set bit 28", "owner": "OperationalRule_automatic", "guiLabel": "Predefined_28" } ]

    Produces
    This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
    • application/json
    Example Response Data
    Response [ { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 135, "sharedRiskGroups": [], "snppLinks": [], "disjTrails": [], "npa": null, "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "aNodeId": 16, "aRack": 1, "aSubrack": 1, "bundlingRule": "BundlingRule_withSameRisks", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "latency": 0, "linkMetric": 20, "linkProtectionType": "ProtectionType_unprotected", "linkType": "LinkType_i_nni", "linkWrkSt": "LinkWrkSt_normal", "npaId": 41, "id": 100036, "key": "TeLink/100036", "className": "TeLink", "tunnelType": "TunnelType_notApplicable", "guiLabel": "PHN-OCS-211-182/OCS-10.100.183.1-100036", "zNodeId": 13, "zRack": 1, "zSubrack": 1 }, { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 135, "sharedRiskGroups": [], "snppLinks": [], "disjTrails": [], "npa": null, "colorProfile": { "ObjectId": null, "EventType": null, "ClassType": null, "IdClass": 180, "id": 1, "key": "ColorProfile/1", "className": "ColorProfile", "colorString": "0000.0000.0000.0000.0000.0000.0000", "colors": 0, "comment1": "Neutral profile without colors", "owner": "OperationalRule_automatic", "guiLabel": "NoColor" }, "aNodeId": 16, "aRack": 1, "aSubrack": 1, "bundlingRule": "BundlingRule_withSameRisks", "colorProfileId": 1, "colorProfileName": "NoColor", "colorString": "0000.0000.0000.0000.0000.0000.0000", "latency": 0, "linkMetric": 20, "linkProtectionType": "ProtectionType_unprotected", "linkType": "LinkType_i_nni", "linkWrkSt": "LinkWrkSt_normal", "npaId": 41, "id": 100037, "key": "TeLink/100037", "className": "TeLink", "tunnelType": "TunnelType_notApplicable", "guiLabel": "PHN-OCS-211-182/OCS-10.100.183.1-100037", "zNodeId": 13, "zRack": 1, "zSubrack": 1 } ]

    External Docs
    See Also :

    Operation

    put /data/npr/colorProfiles/{colorProfileId}
    Modify Color Profile (modifyColorProfile : /data/npr/colorProfiles/{colorProfileId})
    Can Modify the color profiles with its Object Id

    Path parameters

    Name

    IsRequired

    Description

    Enum

    colorProfileId required Can retrieve the color profile for the 'colorprofileId' from /data/npr/colorProfiles/colorProfileId='{profileId}' ---
    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional request ServletWebRequest ---
    body2 optional session HttpSession ---
    body3 optional form String ---

    Return type
  • AsonResponseAwareNprResponse
  • Responses

    Response Messages

    Schema

    200success AsonResponseAwareNprResponse
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    Rest call: /data/npr/colorProfiles/{colorProfileId}

    Produces
    This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
    • */*
    Example Response Data
    Response: { "ok": true, "id": "38193477961382", "responseMessage": "ok", "responseList": [ { "requestType": "Info", "messagetag": "TDMmsg_95_73", "errorMsgData": [ null ], "requestStatus": "Success" } ], "HTTPResponse": 200, "asonResponseList": [ { "requestType": "Info", "messagetag": "TDMmsg_95_73", "errorMsgData": [ null ], "requestStatus": "Success" } ], "requestStatus": "Success", "eventableObjects": {}, "httpresponse": 200 }

    External Docs
    See Also :
  • get : /data/npr/colorProfiles

  • Operation

    post /data/npr/colorProfiles
    Create New color Profile (newColor : /data/npr/colorProfiles)
    User can create their own color profiles

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional request ServletWebRequest ---
    body2 optional session HttpSession ---
    body3 optional form String ---

    Return type
  • NprResponse
  • Responses

    Response Messages

    Schema

    200success NprResponse
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    Rest call: /data/npr/colorProfiles Request Payload: {userlabel:"userProfile1", color:"0000.0000.0000.0006.0009"}

    Produces
    This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
    • application/json
    Example Response Data
    Response: { "ok": true, "id": "37950051147750", "responseMessage": null, "responseList": [ { "requestType": "Info", "messagetag": "ActionInProgress", "errorMsgData": [ null ], "requestStatus": "Success" } ], "HTTPResponse": 200, "httpresponse": 200 }

    External Docs
    See Also :
  • get : /data/npr/colorProfiles

  • AsonResponse

    Name

    Type

    Description

    Enum

    requestType String string Type of Request [Info, Warning, Error]
    messagetag String string Message Tag ---
    errorMsgData array[String] string Error messages Data ---
    requestStatus String string Status of the request [Executing, Success, Failed, SuccessWithWarnings, PartiallyFailed, Removed, FailedForTimeout]

    AsonResponseAwareNprResponse

    Name

    Type

    Description

    Enum

    HTTPResponse Integer integer --- ---
    ok Boolean boolean The Npr response is created successfully ---
    id String string The Response id ---
    responseMessage String string Response message for the request ---
    responseList array[Object] object Retrieve response list ---
    asonResponseList array[AsonResponse] AsonResponse Retrieve Ason Response list ---
    requestStatus String string Request Status whether failed or success [Executing, Success, Failed, SuccessWithWarnings, PartiallyFailed, Removed, FailedForTimeout]
    eventableObjects array[Entry«string,List«Map«string,object»»»] Entry«string,List«Map«string,object»»» Get Event Objects ---

    Entry«string,List«Map«string,object»»»

    Name

    Type

    Description

    Enum

    key array[Map«string,object»] Map«string,object» --- ---

    NprResponse

    Name

    Type

    Description

    Enum

    HTTPResponse Integer integer --- ---
    ok Boolean boolean The Npr response is created successfully ---
    id String string The Response id ---
    responseMessage String string Response message for the request ---
    responseList array[Object] object The List of response ---