Operation

post /data/cpm/archiveOper/{sessionID}
Archives the session selected by the user in archive session window (archiveOper : /data/cpm/archiveOper/{sessionID})
The PM data meeting the Granularity defined, and occurring between the start and end times specified, is archived.
The archive session is refreshed to display the archive time, and a newsession is generated.
UI navigation link :
1.Click on Administer
2.Select PM Archive Sessions from the list view
3.Select one of the archive session
4.click on Archive button from the menu buttons present at top right corner

Path parameters

Name

IsRequired

Description

Enum

sessionID required 'sessionId' can be retrieved as 'id' from the rest call /data/cpm/archiveSessions ---
Request body

Name

IsRequired

Description

Data Type

Enum

body required archOper ArchiveOperationDto ---

Return type
  • ArchiveOperationDto
  • Responses

    Response Messages

    Schema

    200success ArchiveOperationDto
    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

    { "instanceName": "ANALOG14_1", "sessionId": "1", "sessionType": "0", "commandMode": "ARCHIVE", "retrieve": "", "fileName": "", "startTime": "", "endTime": "", "eml": "", "gran": "" }

    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
    { "identifier": "1", "items": [], "colnames": "", "status": "archiveOk", "operTime": "2016-07-20 16:32:42.0" }
    Tags
    [ PM]

    External Docs
    See Also :
  • getAllArchiveSessions : /data/cpm/archiveSessions

  • Operation

    post /consistpm
    This operation allows to force the alignment of PM, forcing the repetition of all start/stop commands over all known Termination points, independently on the fact they are already consistent or not.To make an inconsistent pmtp consistent. (consistPM : /consistpm)
    After the activation of the pmtp, if the pmtp is marked as 'consistent', this means
    that the activation command has been successfully completed for all the correlated points.
    This means that the NEs have started the monitoring action and the EMLs will provide
    the required data.
    UI navigation link :
    1.Click on Operate
    2.Click on one of the pm enabled connection(Physical,Infrastructure,Services)
    3.Click Pm Enabled Points tab on 360 degree tab view
    4.Select one PMTP
    5.Click Align PM from the menu buttons

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body required pminput PMReportUserInput ---

    Return type
  • JqgridResponse
  • Responses

    Response Messages

    Schema

    200success JqgridResponse
    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

    { "operationType": 5, "connId": "258", "selectedEntities": "258" }

    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
    { "identifier": null, "items": [], "colnames": null, "status": "OK", "operTime": null }

    External Docs
    See Also :

    Operation

    post /correlate
    Correlates the pmtp with tca profile (correlatePmtp : /correlate)
    Correlates the pmtp with tca profile available for correlation.
    The available tca profiles can be seen on pm enable points if pm is
    enabled for that pmtp on infrastructure connection or services
    UI navigation link :
    1.Click on Operate
    2.Click on one of the pm enabled connection(Physical,Infrastructure,Services)
    3.Click Pm Enabled Points tab on 360 degree view
    4.Select one PMTP
    5.Click Correlate TCA from the menu buttons

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional session HttpSession ---
    body2 required cpmTcaUserInputWrapper String ---

    Return type
  • CpmTcaResponse
  • Responses

    Response Messages

    Schema

    200success CpmTcaResponse
    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

    { "operationType": 3, "neName": "OTN-FMPM-PSS32-SITE1", "tpId": "3505", "profId": "8" }

    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
    { "identifier": null, "items": [ "NMLAGGREGATE207606" ], "colnames": null, "status": "OK", "operTime": null }

    External Docs
    See Also :

    Operation

    post /corrOrUncorrReportProfile
    correlate or uncorrelate the report profile to connection (correlateReportProfileToConn : /corrOrUncorrReportProfile)
    Correlate or uncorrelate the available report profile to connection
    The connection can be:
    1.Infrastructure connection
    2.Services
    UI Navigation link:
    1.Click on Operate
    2.Right Click on one of the pm enabled connection(Physical,Infrastructure,Services)
    3.Click on Report Profile Association from the list view

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body required pminput PMReportUserInput ---

    Return type
  • JqgridResponse
  • Responses

    Response Messages

    Schema

    200success JqgridResponse
    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

    { "operationType": 4, "repId": "1", "measId": 106 }

    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
    { "identifier": null, "items": null, "colnames": null, "status": "OK", "operTime": null }

    External Docs
    See Also :

    Operation

    get /data/cpm/archiveRules
    Archive Rules (getAllArchiveRules : /data/cpm/archiveRules)
    List archive rules based on domain,granularity,period,archive delay and delete delay.

    Possible values for the attributes used in defining the rule:
    domain : ANALOG , ETH , MPLS , SDH
    granularity : 15 min , hour , day
    period : Day ,1 Week , 2 Weeks , Month , Quarter , Half Year , Year
    UI Navigation link:
    1.Click on Administer
    2.Select PM Archive Rules from the list view


    Return type
  • ArchiveRuleDto
  • Responses

    Response Messages

    Schema

    200success ArchiveRuleDto
    401Unauthorized ---
    303Session ended Void
    403Forbidden ---
    404Not Found ---
    Example Request Data

    /data/cpm/archiverules

    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
    { "identifier": "1", "items": [ { "domain": "ANALOG", "instanceName": "EML_1-13", "db": "eml13_1", "granularity": "15 minutes", "autoMode": "Enabled", "period": "Month", "archiveDelay": 1, "deleteDelay": 30, "ruleId": 1, "user": "ANALOG13_1", "id": 1 }, { "domain": "ANALOG", "instanceName": "EML_1-13", "db": "eml13_1", "granularity": "day", "autoMode": "Disabled", "period": "2 Weeks", "archiveDelay": 1, "deleteDelay": 30, "ruleId": 2, "user": "ANALOG13_1", "id": 2 }, { "domain": "ANALOG", "instanceName": "EML_1-13", "db": "eml13_1", "granularity": "hour", "autoMode": "Disabled", "period": "Year", "archiveDelay": 1, "deleteDelay": 30, "ruleId": 3, "user": "ANALOG13_1", "id": 3 }, { "domain": "ETH", "instanceName": "EML_1-13", "db": "eml13_1", "granularity": "hour", "autoMode": "Disabled", "period": "Month", "archiveDelay": 1, "deleteDelay": 30, "ruleId": 3, "user": "ETH13_1", "id": 4 }, { "domain": "ETH", "instanceName": "EML_1-13", "db": "eml13_1", "granularity": "15 minutes", "autoMode": "Disabled", "period": "Day", "archiveDelay": 1, "deleteDelay": 30, "ruleId": 1, "user": "ETH13_1", "id": 5 }, { "domain": "ETH", "instanceName": "EML_1-13", "db": "eml13_1", "granularity": "day", "autoMode": "Disabled", "period": "Month", "archiveDelay": 1, "deleteDelay": 30, "ruleId": 2, "user": "ETH13_1", "id": 6 }, { "domain": "MPLS", "instanceName": "EML_1-13", "db": "eml13_1", "granularity": "hour", "autoMode": "Disabled", "period": "Month", "archiveDelay": 1, "deleteDelay": 30, "ruleId": 3, "user": "MPLS13_1", "id": 7 }, { "domain": "MPLS", "instanceName": "EML_1-13", "db": "eml13_1", "granularity": "15 minutes", "autoMode": "Disabled", "period": "Month", "archiveDelay": 1, "deleteDelay": 30, "ruleId": 1, "user": "MPLS13_1", "id": 8 }, { "domain": "MPLS", "instanceName": "EML_1-13", "db": "eml13_1", "granularity": "day", "autoMode": "Disabled", "period": "Quarter", "archiveDelay": 1, "deleteDelay": 30, "ruleId": 2, "user": "MPLS13_1", "id": 9 }, { "domain": "SDH", "instanceName": "EML_1-13", "db": "eml13_1", "granularity": "15 minutes", "autoMode": "Disabled", "period": "Month", "archiveDelay": 1, "deleteDelay": 30, "ruleId": 1, "user": "SDH13_1", "id": 10 }, { "domain": "SDH", "instanceName": "EML_1-13", "db": "eml13_1", "granularity": "day", "autoMode": "Disabled", "period": "Quarter", "archiveDelay": 1, "deleteDelay": 30, "ruleId": 2, "user": "SDH13_1", "id": 11 } ], "colnames": "", "status": null, "operTime": null }

    External Docs
    See Also :

    Operation

    get /data/cpm/archiveSessions
    Archive Sessions (getAllArchiveSessions : /data/cpm/archiveSessions)
    Shows archive sessions view where domain,granularity,start time ,end time ,archived time ,retrieval time and deleted time are shown.

    There are three operations defined for archive sessions
    1. archive
    2. retrieve
    3. purge(delete)

    Possible values for the attributes used in the archive sessions:
    domain : ANALOG , ETH , MPLS , SDH
    granularity : 15 min , hour , day
    instanceName : EML_1-13, ANALOG13_1, ETH13_1
    UI navigation link :
    1.Click on Administer
    2.Select PM Archive Sessions from the list view


    Return type
  • ArchiveSessionsDto
  • Responses

    Response Messages

    Schema

    200success ArchiveSessionsDto
    401Unauthorized ---
    303Session ended Void
    403Forbidden ---
    404Not Found ---
    Example Request Data

    /data/cpm/archiveSessions

    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
    { "identifier": "1", "items": [ { "domain": "ANALOG", "instanceName": "ANALOG13_1", "db": "eml13_1", "number": "1", "granularity": "15 minutes", "startTime": "1990-01-01 05:30:00.0", "endTime": "2015-07-01 05:29:59.0", "archiveTime": "2015-12-15 01:07:46.0", "deleteTime": "2015-12-15 01:08:14.0", "retrieveTime": null, "archiveFailrea": "NULL", "pmDomId": null, "deletionSucess": "0", "userLable": "Archive_SUB", "deletionFailrea": "NULL", "archiveSucess": "0", "ruleId": "1", "id": 1 }, { "domain": "ANALOG", "instanceName": "ANALOG13_1", "db": "eml13_1", "number": "4", "granularity": "15 minutes", "startTime": "2015-07-01 05:30:00.0", "endTime": "2015-07-15 05:29:59.0", "archiveTime": "2015-12-15 01:22:46.0", "deleteTime": "2015-12-15 01:23:12.0", "retrieveTime": null, "archiveFailrea": null, "pmDomId": null, "deletionSucess": "0", "userLable": "ArchivingUserLabel", "deletionFailrea": null, "archiveSucess": "0", "ruleId": "1", "id": 2 }, { "domain": "ANALOG", "instanceName": "ANALOG13_1", "db": "eml13_1", "number": "5", "granularity": "15 minutes", "startTime": "2015-07-15 05:30:00.0", "endTime": "2015-07-29 05:29:59.0", "archiveTime": "2015-12-15 01:37:46.0", "deleteTime": "2015-12-15 01:38:11.0", "retrieveTime": null, "archiveFailrea": null, "pmDomId": null, "deletionSucess": "0", "userLable": "ArchivingUserLabel", "deletionFailrea": null, "archiveSucess": "0", "ruleId": "1", "id": 3 }, { "domain": "ANALOG", "instanceName": "ANALOG13_1", "db": "eml13_1", "number": "6", "granularity": "15 minutes", "startTime": "2015-07-29 05:30:00.0", "endTime": "2015-08-12 05:29:59.0", "archiveTime": "2015-12-15 01:52:46.0", "deleteTime": "2015-12-15 01:53:14.0", "retrieveTime": null, "archiveFailrea": null, "pmDomId": null, "deletionSucess": "0", "userLable": "ArchivingUserLabel", "deletionFailrea": null, "archiveSucess": "0", "ruleId": "1", "id": 4 }, { "domain": "ANALOG", "instanceName": "ANALOG13_1", "db": "eml13_1", "number": "7", "granularity": "15 minutes", "startTime": "2015-08-12 05:30:00.0", "endTime": "2015-08-26 05:29:59.0", "archiveTime": "2015-12-15 02:07:50.0", "deleteTime": "2015-12-15 02:08:25.0", "retrieveTime": null, "archiveFailrea": null, "pmDomId": null, "deletionSucess": "0", "userLable": "ArchivingUserLabel", "deletionFailrea": null, "archiveSucess": "0", "ruleId": "1", "id": 5 }, { "domain": "ANALOG", "instanceName": "ANALOG13_1", "db": "eml13_1", "number": "8", "granularity": "15 minutes", "startTime": "2015-08-26 05:30:00.0", "endTime": "2015-09-09 05:29:59.0", "archiveTime": "2015-12-15 02:22:47.0", "deleteTime": "2015-12-15 02:23:01.0", "retrieveTime": null, "archiveFailrea": null, "pmDomId": null, "deletionSucess": "0", "userLable": "ArchivingUserLabel", "deletionFailrea": null, "archiveSucess": "0", "ruleId": "1", "id": 6 }, { "domain": "ANALOG", "instanceName": "ANALOG13_1", "db": "eml13_1", "number": "9", "granularity": "15 minutes", "startTime": "2015-09-09 05:30:00.0", "endTime": "2015-09-23 05:29:59.0", "archiveTime": "2015-12-15 02:37:47.0", "deleteTime": "2015-12-15 02:38:04.0", "retrieveTime": null, "archiveFailrea": null, "pmDomId": null, "deletionSucess": "0", "userLable": "ArchivingUserLabel", "deletionFailrea": null, "archiveSucess": "0", "ruleId": "1", "id": 7 }, { "domain": "ANALOG", "instanceName": "ANALOG13_1", "db": "eml13_1", "number": "10", "granularity": "15 minutes", "startTime": "2015-09-23 05:30:00.0", "endTime": "2015-10-07 05:29:59.0", "archiveTime": "2015-12-15 02:52:47.0", "deleteTime": "2015-12-15 02:53:00.0", "retrieveTime": null, "archiveFailrea": null, "pmDomId": null, "deletionSucess": "0", "userLable": "ArchivingUserLabel", "deletionFailrea": null, "archiveSucess": "0", "ruleId": "1", "id": 8 }, { "domain": "ANALOG", "instanceName": "ANALOG13_1", "db": "eml13_1", "number": "11", "granularity": "15 minutes", "startTime": "2015-10-07 05:30:00.0", "endTime": "2015-10-21 05:29:59.0", "archiveTime": "2015-12-15 03:07:47.0", "deleteTime": "2015-12-15 03:08:00.0", "retrieveTime": null, "archiveFailrea": null, "pmDomId": null, "deletionSucess": "0", "userLable": "ArchivingUserLabel", "deletionFailrea": null, "archiveSucess": "0", "ruleId": "1", "id": 9 }, { "domain": "ANALOG", "instanceName": "ANALOG13_1", "db": "eml13_1", "number": "12", "granularity": "15 minutes", "startTime": "2015-10-21 05:30:00.0", "endTime": "2015-11-04 05:29:59.0", "archiveTime": "2015-12-15 03:22:49.0", "deleteTime": "2015-12-15 03:22:59.0", "retrieveTime": null, "archiveFailrea": null, "pmDomId": null, "deletionSucess": "0", "userLable": "ArchivingUserLabel", "deletionFailrea": null, "archiveSucess": "0", "ruleId": "1", "id": 10 }, { "domain": "ANALOG", "instanceName": "ANALOG13_1", "db": "eml13_1", "number": "13", "granularity": "15 minutes", "startTime": "2015-11-04 05:30:00.0", "endTime": "2015-11-18 05:29:59.0", "archiveTime": "2015-12-15 03:37:48.0", "deleteTime": "2015-12-19 01:08:11.0", "retrieveTime": null, "archiveFailrea": null, "pmDomId": null, "deletionSucess": "0", "userLable": "ArchivingUserLabel", "deletionFailrea": null, "archiveSucess": "0", "ruleId": "1", "id": 11 }, { "domain": "ANALOG", "instanceName": "ANALOG13_1", "db": "eml13_1", "number": "14", "granularity": "15 minutes", "startTime": "2015-11-18 05:30:00.0", "endTime": "2015-12-02 05:29:59.0", "archiveTime": "2015-12-15 03:52:48.0", "deleteTime": "2016-01-02 01:07:24.0", "retrieveTime": null, "archiveFailrea": null, "pmDomId": null, "deletionSucess": "0", "userLable": "ArchivingUserLabel", "deletionFailrea": null, "archiveSucess": "0", "ruleId": "1", "id": 12 }, { "domain": "ANALOG", "instanceName": "ANALOG13_1", "db": "eml13_1", "number": "15", "granularity": "15 minutes", "startTime": "2015-12-02 05:30:00.0", "endTime": "2015-12-15 16:14:59.0", "archiveTime": "2015-12-15 16:21:06.0", "deleteTime": "2016-01-15 01:07:50.0", "retrieveTime": null, "archiveFailrea": null, "pmDomId": null, "deletionSucess": "0", "userLable": "ArchivingUserLabel", "deletionFailrea": null, "archiveSucess": "0", "ruleId": "1", "id": 13 }, { "domain": "ANALOG", "instanceName": "ANALOG13_1", "db": "eml13_1", "number": "16", "granularity": "15 minutes", "startTime": "2015-12-15 16:15:00.0", "endTime": "2016-01-15 16:14:59.0", "archiveTime": "2016-01-17 01:07:14.0", "deleteTime": null, "retrieveTime": null, "archiveFailrea": null, "pmDomId": null, "deletionSucess": "-1", "userLable": "ArchivingUserLabel", "deletionFailrea": null, "archiveSucess": "0", "ruleId": "1", "id": 14 }, { "domain": "ANALOG", "instanceName": "ANALOG13_1", "db": "eml13_1", "number": "17", "granularity": "15 minutes", "startTime": "2016-01-15 16:15:00.0", "endTime": "2016-02-15 16:14:59.0", "archiveTime": null, "deleteTime": null, "retrieveTime": null, "archiveFailrea": null, "pmDomId": null, "deletionSucess": "-1", "userLable": "ArchivingUserLabel", "deletionFailrea": null, "archiveSucess": "-1", "ruleId": "1", "id": 15 }, { "domain": "ANALOG", "instanceName": "ANALOG13_1", "db": "eml13_1", "number": "2", "granularity": "24 hours", "startTime": "1990-01-01 05:30:00.0", "endTime": "2015-07-01 05:29:59.0", "archiveTime": null, "deleteTime": null, "retrieveTime": null, "archiveFailrea": "NULL", "pmDomId": null, "deletionSucess": "-1", "userLable": "Archive_SUB", "deletionFailrea": "NULL", "archiveSucess": "-1", "ruleId": "2", "id": 16 }, { "domain": "ANALOG", "instanceName": "ANALOG13_1", "db": "eml13_1", "number": "3", "granularity": "3", "startTime": "1990-01-01 05:30:00.0", "endTime": "2015-07-01 05:29:59.0", "archiveTime": null, "deleteTime": null, "retrieveTime": null, "archiveFailrea": "NULL", "pmDomId": null, "deletionSucess": "-1", "userLable": "Archive_SUB", "deletionFailrea": "NULL", "archiveSucess": "-1", "ruleId": "3", "id": 17 }, { "domain": "ETH", "instanceName": "ETH13_1", "db": "eml13_1", "number": "2", "granularity": "hour", "startTime": "1990-01-01 05:30:00.0", "endTime": "2015-07-01 05:29:59.0", "archiveTime": null, "deleteTime": null, "retrieveTime": null, "archiveFailrea": "NULL", "pmDomId": null, "deletionSucess": "-1", "userLable": "Archive_label", "deletionFailrea": "NULL", "archiveSucess": "-1", "ruleId": "3", "id": 18 }, { "domain": "ETH", "instanceName": "ETH13_1", "db": "eml13_1", "number": "1", "granularity": "15 minutes", "startTime": "1990-01-01 05:30:00.0", "endTime": "2015-07-01 05:29:59.0", "archiveTime": "2015-09-18 16:43:36.0", "deleteTime": null, "retrieveTime": "2015-12-15 16:17:24", "archiveFailrea": "NULL", "pmDomId": null, "deletionSucess": "-1", "userLable": "Archive_label", "deletionFailrea": "NULL", "archiveSucess": "0", "ruleId": "1", "id": 19 }, { "domain": "ETH", "instanceName": "ETH13_1", "db": "eml13_1", "number": "4", "granularity": "15 minutes", "startTime": "2015-07-01 05:30:00.0", "endTime": "2015-12-15 16:14:59.0", "archiveTime": "2015-12-15 16:17:38.0", "deleteTime": null, "retrieveTime": null, "archiveFailrea": null, "pmDomId": null, "deletionSucess": "-1", "userLable": "ArchivingUserLabel", "deletionFailrea": null, "archiveSucess": "0", "ruleId": "1", "id": 20 }, { "domain": "ETH", "instanceName": "ETH13_1", "db": "eml13_1", "number": "5", "granularity": "15 minutes", "startTime": "2015-12-15 16:15:00.0", "endTime": "2016-01-15 16:14:59.0", "archiveTime": null, "deleteTime": null, "retrieveTime": null, "archiveFailrea": "Warning! You had archived today,please do it until tomorrow!", "pmDomId": null, "deletionSucess": "-1", "userLable": "ArchivingUserLabel", "deletionFailrea": null, "archiveSucess": "1", "ruleId": "1", "id": 21 }, { "domain": "ETH", "instanceName": "ETH13_1", "db": "eml13_1", "number": "3", "granularity": "24 hours", "startTime": "1990-01-01 05:30:00.0", "endTime": "2015-07-01 05:29:59.0", "archiveTime": null, "deleteTime": null, "retrieveTime": null, "archiveFailrea": "NULL", "pmDomId": null, "deletionSucess": "-1", "userLable": "Archive_label", "deletionFailrea": "NULL", "archiveSucess": "-1", "ruleId": "2", "id": 22 }, { "domain": "MPLS", "instanceName": "MPLS13_1", "db": "eml13_1", "number": "2", "granularity": "hour", "startTime": "1990-01-01 05:30:00.0", "endTime": "2015-07-01 05:29:59.0", "archiveTime": null, "deleteTime": null, "retrieveTime": null, "archiveFailrea": "NULL", "pmDomId": null, "deletionSucess": "-1", "userLable": "Archive_label", "deletionFailrea": "NULL", "archiveSucess": "-1", "ruleId": "3", "id": 23 }, { "domain": "MPLS", "instanceName": "MPLS13_1", "db": "eml13_1", "number": "1", "granularity": "15 minutes", "startTime": "1990-01-01 05:30:00.0", "endTime": "2015-07-01 05:29:59.0", "archiveTime": null, "deleteTime": null, "retrieveTime": null, "archiveFailrea": "NULL", "pmDomId": null, "deletionSucess": "-1", "userLable": "Archive_label", "deletionFailrea": "NULL", "archiveSucess": "-1", "ruleId": "1", "id": 24 }, { "domain": "MPLS", "instanceName": "MPLS13_1", "db": "eml13_1", "number": "3", "granularity": "24 hours", "startTime": "1990-01-01 05:30:00.0", "endTime": "2015-07-01 05:29:59.0", "archiveTime": null, "deleteTime": null, "retrieveTime": null, "archiveFailrea": "NULL", "pmDomId": null, "deletionSucess": "-1", "userLable": "Archive_label", "deletionFailrea": "NULL", "archiveSucess": "-1", "ruleId": "2", "id": 25 }, { "domain": "SDH", "instanceName": "SDH13_1", "db": "eml13_1", "number": "1", "granularity": "15 minutes", "startTime": "1990-01-01 05:30:00.0", "endTime": "2015-07-01 05:29:59.0", "archiveTime": null, "deleteTime": null, "retrieveTime": null, "archiveFailrea": "NULL", "pmDomId": null, "deletionSucess": "-1", "userLable": "Archive_label", "deletionFailrea": "NULL", "archiveSucess": "-1", "ruleId": "1", "id": 26 }, { "domain": "SDH", "instanceName": "SDH13_1", "db": "eml13_1", "number": "2", "granularity": "24 hours", "startTime": "1990-01-01 05:30:00.0", "endTime": "2015-07-01 05:29:59.0", "archiveTime": null, "deleteTime": null, "retrieveTime": null, "archiveFailrea": "NULL", "pmDomId": null, "deletionSucess": "-1", "userLable": "Archive_label", "deletionFailrea": "NULL", "archiveSucess": "-1", "ruleId": "2", "id": 27 } ], "colnames": "", "status": null, "operTime": null }

    External Docs
    See Also :

    Operation

    get /data/cpm/getReportProfileGridView/{id}
    Lists Report Profiles (getAllReportProfile : /data/cpm/getReportProfileGridView/{id})
    List NML Report Profiles for PM.
    UI navigation link :
    1.Click Design-->PM Templates
    2.Click on My Profiles
    3.Select Report Profile from the tree

    Path parameters

    Name

    IsRequired

    Description

    Enum

    id required id ---

    Return type
  • Report
  • Responses

    Response Messages

    Schema

    200success Report
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    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

    External Docs
    See Also :

    Operation

    get /data/cpm/getReportProfileGridView
    Lists Report Profiles (getAllReportProfiles : /data/cpm/getReportProfileGridView)
    List NML Report Profiles for PM.
    UI navigation link :
    1.Click Design-->PM Templates
    2.Click on My Profiles
    3.Select Report Profile from the tree


    Return type
  • Report
  • Responses

    Response Messages

    Schema

    200success Report
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    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

    External Docs
    See Also :

    Operation

    get /data/cpm/getTcaProfileGridView/{id}
    Lists TCA Profiles (getAllTCAProfile : /data/cpm/getTcaProfileGridView/{id})
    Lists all threshold crossing alarm profiles
    UI navigation link :
    1.Click Design-->PM Templates
    2.Click on My Profiles
    3.Select TCA Profile from the tree

    Path parameters

    Name

    IsRequired

    Description

    Enum

    id required id ---

    Return type
  • tcaDto
  • Responses

    Response Messages

    Schema

    200success tcaDto
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    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

    External Docs
    See Also :

    Operation

    get /data/cpm/getTcaProfileGridView
    Lists TCA Profiles (getAllTCAProfiles : /data/cpm/getTcaProfileGridView)
    Lists all threshold crossing alarm profiles
    UI navigation link :
    1.Click Design-->PM Templates
    2.Click on My Profiles
    3.Select TCA Profile from the tree


    Return type
  • tcaDto
  • Responses

    Response Messages

    Schema

    200success tcaDto
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    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

    External Docs
    See Also :

    Operation

    get /data/cpm/getAvailReportProfiles/{operationType}/{connId}/{gran}/{client}
    Lists Report Profiles (getAvailableReportProfiles : /data/cpm/getAvailReportProfiles/{operationType}/{connId}/{gran}/{client})
    Lists the report profiles available for correlation based on operation type , granularity and connection id and report window
    Report window must be a multiple of the granularity.

    operation type : 0 for hystory PM , 1 for Current PM , 2 for get Available TCA Profiles, 3 for get Available Report Profiles
    granularity : '1' for 15 minutes, '0' for 24 hour
    report window :15 mins , 1 hour , 2 hours , 24 hours , 1 week , 1 month
    UI Navigation link:
    1.Click on Operate
    2.Click on one of the pm enabled connection(Physical,Infrastructure,Services)
    3.Select Report Profile Association from list view
    4.Select the granularity for the correlation in the Report Profile Association window

    Path parameters

    Name

    IsRequired

    Description

    Enum

    operationType required operationType [3]
    connId required connId can be obtained from '/data/otn/connections' REST call as id ---
    gran required gran [0, 1]
    client required client [OTN, NPR, OPS]

    Return type
  • ReportProfilesDto
  • Responses

    Response Messages

    Schema

    200success ReportProfilesDto
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    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
    Tags
    [ PM ]

    External Docs
    See Also :
  • networkConnectionsByIdInRequestBody : /data/otn/connections

  • Operation

    get /data/cpm/getAvailTcaProfiles/{xosDir}/{reqDirection}/{granStr}/{monitoredRate}/{pmLayerRate}/{isPsdEth}/{id}
    Get available TCA Profiles (getAvailableTCAProfilesFromOtnFwk : /data/cpm/getAvailTcaProfiles/{xosDir}/{reqDirection}/{granStr}/{monitoredRate}/{pmLayerRate}/{isPsdEth}/{id})
    Lists all the tca profiles available for correlation
    This correlation could be seen on pm enable points on :
    1. Physical connections
    2. Infrastructure connections
    3. Services
    UI Navigation Link:
    1.Click on Operate
    2.Click on one of the pm enabled connection(Physical,Infrastructure,Services)
    3.Click Pm Enabled Points tab on 360 degree view
    4.Select one PMTP
    5.Click Correlate TCA from the menu buttons

    Path parameters

    Name

    IsRequired

    Description

    Enum

    xosDir required xosDir [5, 6]
    reqDirection required reqDirection [1, 2]
    granStr required granStr [15Minutes, 24Hour]
    monitoredRate required monitoredRate [2, 17, 3, 23, 15, 24, 19, 20, 6, 5, 21, 4, 22, 18, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36]
    pmLayerRate required pmLayerRate [17, 1, 31, 8, 0, 32, 5, 6, 35, 37, 25, 19, 20, 21, 22, 23, 11, 12, 2, 3, 4, 29, 14, 24, 26, 28, 30, 41, 42, 39, 38]
    isPsdEth required isPsdEth ---
    id required id ---

    Return type
  • NmlTcaProfile
  • Responses

    Response Messages

    Schema

    200success NmlTcaProfile
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    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

    External Docs
    See Also :

    Operation

    post /getEsmMclagDetails
    Gets all the mclag details. (getEsmMclagDetails : /getEsmMclagDetails)
    Fetches all the mclag details like peerId,sourceId,identifier and operation status
    UI Navigation link :
    1.Click on Operate
    2.Click Ethernet Service Manager
    3.Click on Operate in Ethernet Service Manager window
    4.Select MC-LAG
    5.Select Details tab

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body required pminput PMReportUserInput ---

    Return type
  • JqgridResponse
  • Responses

    Response Messages

    Schema

    200success JqgridResponse
    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

    {"selectedEntities": "MCLAG-1"}

    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
    { "identifier": "1", "items": [ "Migration-1/11QPE24-1-7:PeerId=2", "Migration-1/11QPE24-1-7:PeerId=2:LagId=LAG2", "Migration-1/11QPE24-1-7:SourceId=1", "Migration-2/11QPE24-1-7:PeerId=1", "Migration-2/11QPE24-1-7:PeerId=1:LagId=LAG1", "Migration-2/11QPE24-1-7:SourceId=2" ], "colnames": "", "status": "OK", "operTime": null }

    External Docs
    See Also :

    Operation

    get /getMaxNodeRowsForPmPoints
    Lists Report Profiles (getMaxNodeRowsForPmPoints : /getMaxNodeRowsForPmPoints)
    List NML Report Profiles for PM.
    UI navigation link :
    1.Click Design-->PM Templates
    2.Click on My Profiles
    3.Select Report Profile from the tree


    Return type
  • Report
  • Responses

    Response Messages

    Schema

    200success Report
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    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

    External Docs
    See Also :

    Operation

    get /data/cpm/monTps/{connId}/{client}
    Pm enable points (getMonitoredTpsOfConnFromOtnFrmWork : /data/cpm/monTps/{connId}/{client})
    Fetch monitored tps of connection from otn framework,'0' for 1 day granularity and '1' for 15 min granularity
    UI navigation link :
    1.Click on Operate
    2.Click on one of the pm enabled connection(Physical,Infrastructure,Services)
    3.Click Pm Enabled Points tab on 360 degree view

    Path parameters

    Name

    IsRequired

    Description

    Enum

    connId required connId can be retrieved as 'id' from the REST call '/data/otn/connections' ---
    client required client [WDM, NPR, OPS]

    Return type
  • MonitoredTPsDto
  • Responses

    Response Messages

    Schema

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

    /data/cpm/monTps/254/WDM

    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
    { "identifier": "1", "items": [ { "tpLabel": "OTN-FMPM-TEST-1#OCS/OCH-1-1-41-1", "hookmapper": "OTN-FMPM-TEST-1#OCS/OCH-1-1-41-1, O, NEND, RCV, 15-MIN;", "location": "Near End", "direction": "RCV", "tpUserlabel": "OCH-1-1-41-1:NEND:RCV", "pmStatus": "Started", "granularity": 1, "neLabel": "OTN-FMPM-TEST-1", "id": "826", "tcaLabel": "NONE", "neTca": "NONE", "groupName": null, "pmconsistency": 0, "emlMapper": 104, "fdnMapper": "104/67/OCH-1-1-41-1||||", "portLabel": "OCH-1-1-41-1", "tptype": 0, "xosDir": 2, "reqDirection": 5, "monitoredRate": 20, "pmLayerRate": 19, "signalType": 32, "bitrate": null, "fectype": null, "neName": "OTN-FMPM-TEST-1#OCS", "granStr": "15 Minutes", "monitoredRateStr": "OS" }, { "tpLabel": "OTN-FMPM-TEST-2#OCS/OCH-1-1-41-1", "hookmapper": "OTN-FMPM-TEST-2#OCS/OCH-1-1-41-1, O, NEND, RCV, 15-MIN;", "location": "Near End", "direction": "RCV", "tpUserlabel": "OCH-1-1-41-1:NEND:RCV", "pmStatus": "Started", "granularity": 1, "neLabel": "OTN-FMPM-TEST-2", "id": "830", "tcaLabel": "NONE", "neTca": "NONE", "groupName": null, "pmconsistency": 0, "emlMapper": 104, "fdnMapper": "104/71/OCH-1-1-41-1||||", "portLabel": "OCH-1-1-41-1", "tptype": 0, "xosDir": 2, "reqDirection": 5, "monitoredRate": 20, "pmLayerRate": 19, "signalType": 32, "bitrate": null, "fectype": null, "neName": "OTN-FMPM-TEST-2#OCS", "granStr": "15 Minutes", "monitoredRateStr": "OS" }, { "tpLabel": "OTN-FMPM-TEST-1#OCS/OTU-1-1-41-1", "hookmapper": "OTN-FMPM-TEST-1#OCS/OTU-1-1-41-1, S, FEND, RCV, 15-MIN;", "location": "Far End", "direction": "RCV", "tpUserlabel": "OTU-1-1-41-1:FEND:RCV", "pmStatus": "Started", "granularity": 1, "neLabel": "OTN-FMPM-TEST-1", "id": "820", "tcaLabel": "NONE", "neTca": "NONE", "groupName": null, "pmconsistency": 0, "emlMapper": 104, "fdnMapper": "104/67/OCH-1-1-41-1||/otu4=1||", "portLabel": "OTU-1-1-41-1", "tptype": 1, "xosDir": 2, "reqDirection": 6, "monitoredRate": 234, "pmLayerRate": 19, "signalType": 32, "bitrate": "112", "fectype": "SDFEC", "neName": "OTN-FMPM-TEST-1#OCS", "granStr": "15 Minutes", "monitoredRateStr": "OTU4" }, { "tpLabel": "OTN-FMPM-TEST-1#OCS/OTU-1-1-41-1", "hookmapper": "OTN-FMPM-TEST-1#OCS/OTU-1-1-41-1, S, NEND, RCV, 15-MIN;OTN-FMPM-TEST-1#OCS/OCH-1-1-41-1, O, NEND, RCV, 15-MIN;", "location": "Near End", "direction": "RCV", "tpUserlabel": "OTU-1-1-41-1:NEND:RCV", "pmStatus": "Started", "granularity": 1, "neLabel": "OTN-FMPM-TEST-1", "id": "818", "tcaLabel": "NONE", "neTca": "NONE", "groupName": null, "pmconsistency": 0, "emlMapper": 104, "fdnMapper": "104/67/OCH-1-1-41-1||/otu4=1||", "portLabel": "OTU-1-1-41-1", "tptype": 1, "xosDir": 2, "reqDirection": 5, "monitoredRate": 234, "pmLayerRate": 19, "signalType": 32, "bitrate": "112", "fectype": "SDFEC", "neName": "OTN-FMPM-TEST-1#OCS", "granStr": "15 Minutes", "monitoredRateStr": "OTU4" }, { "tpLabel": "OTN-FMPM-TEST-2#OCS/OTU-1-1-41-1", "hookmapper": "OTN-FMPM-TEST-2#OCS/OTU-1-1-41-1, S, NEND, RCV, 15-MIN;OTN-FMPM-TEST-2#OCS/OCH-1-1-41-1, O, NEND, RCV, 15-MIN;", "location": "Near End", "direction": "RCV", "tpUserlabel": "OTU-1-1-41-1:NEND:RCV", "pmStatus": "Started", "granularity": 1, "neLabel": "OTN-FMPM-TEST-2", "id": "822", "tcaLabel": "NONE", "neTca": "NONE", "groupName": null, "pmconsistency": 0, "emlMapper": 104, "fdnMapper": "104/71/OCH-1-1-41-1||/otu4=1||", "portLabel": "OTU-1-1-41-1", "tptype": 1, "xosDir": 2, "reqDirection": 5, "monitoredRate": 234, "pmLayerRate": 19, "signalType": 32, "bitrate": "112", "fectype": "SDFEC", "neName": "OTN-FMPM-TEST-2#OCS", "granStr": "15 Minutes", "monitoredRateStr": "OTU4" }, { "tpLabel": "OTN-FMPM-TEST-2#OCS/OTU-1-1-41-1", "hookmapper": "OTN-FMPM-TEST-2#OCS/OTU-1-1-41-1, S, FEND, RCV, 15-MIN;", "location": "Far End", "direction": "RCV", "tpUserlabel": "OTU-1-1-41-1:FEND:RCV", "pmStatus": "Started", "granularity": 1, "neLabel": "OTN-FMPM-TEST-2", "id": "824", "tcaLabel": "NONE", "neTca": "NONE", "groupName": null, "pmconsistency": 0, "emlMapper": 104, "fdnMapper": "104/71/OCH-1-1-41-1||/otu4=1||", "portLabel": "OTU-1-1-41-1", "tptype": 1, "xosDir": 2, "reqDirection": 6, "monitoredRate": 234, "pmLayerRate": 19, "signalType": 32, "bitrate": "112", "fectype": "SDFEC", "neName": "OTN-FMPM-TEST-2#OCS", "granStr": "15 Minutes", "monitoredRateStr": "OTU4" }, { "tpLabel": "OTN-FMPM-TEST-1#OCS/OCH-1-1-41-1", "hookmapper": "OTN-FMPM-TEST-1#OCS/OCH-1-1-41-1, O, NEND, TRMT, 15-MIN;", "location": "Near End", "direction": "TRMT", "tpUserlabel": "OCH-1-1-41-1:NEND:TRMT", "pmStatus": "Started", "granularity": 1, "neLabel": "OTN-FMPM-TEST-1", "id": "825", "tcaLabel": "NONE", "neTca": "NONE", "groupName": null, "pmconsistency": 0, "emlMapper": 104, "fdnMapper": "104/67/OCH-1-1-41-1||||", "portLabel": "OCH-1-1-41-1", "tptype": 0, "xosDir": 1, "reqDirection": 5, "monitoredRate": 20, "pmLayerRate": 19, "signalType": 32, "bitrate": null, "fectype": null, "neName": "OTN-FMPM-TEST-1#OCS", "granStr": "15 Minutes", "monitoredRateStr": "OS" }, { "tpLabel": "OTN-FMPM-TEST-2#OCS/OCH-1-1-41-1", "hookmapper": "OTN-FMPM-TEST-2#OCS/OCH-1-1-41-1, O, NEND, TRMT, 15-MIN;", "location": "Near End", "direction": "TRMT", "tpUserlabel": "OCH-1-1-41-1:NEND:TRMT", "pmStatus": "Started", "granularity": 1, "neLabel": "OTN-FMPM-TEST-2", "id": "829", "tcaLabel": "NONE", "neTca": "NONE", "groupName": null, "pmconsistency": 0, "emlMapper": 104, "fdnMapper": "104/71/OCH-1-1-41-1||||", "portLabel": "OCH-1-1-41-1", "tptype": 0, "xosDir": 1, "reqDirection": 5, "monitoredRate": 20, "pmLayerRate": 19, "signalType": 32, "bitrate": null, "fectype": null, "neName": "OTN-FMPM-TEST-2#OCS", "granStr": "15 Minutes", "monitoredRateStr": "OS" }, { "tpLabel": "OTN-FMPM-TEST-1#OCS/OTU-1-1-41-1", "hookmapper": "OTN-FMPM-TEST-1#OCS/OTU-1-1-41-1, S, FEND, RCV, 1-DAY;", "location": "Far End", "direction": "RCV", "tpUserlabel": "OTU-1-1-41-1:FEND:RCV", "pmStatus": "Started", "granularity": 0, "neLabel": "OTN-FMPM-TEST-1", "id": "836", "tcaLabel": "NONE", "neTca": "NONE", "groupName": null, "pmconsistency": 0, "emlMapper": 104, "fdnMapper": "104/67/OCH-1-1-41-1||/otu4=1||", "portLabel": "OTU-1-1-41-1", "tptype": 1, "xosDir": 2, "reqDirection": 6, "monitoredRate": 234, "pmLayerRate": 19, "signalType": 32, "bitrate": "112", "fectype": "SDFEC", "neName": "OTN-FMPM-TEST-1#OCS", "granStr": "1 Day", "monitoredRateStr": "OTU4" }, { "tpLabel": "OTN-FMPM-TEST-2#OCS/OTU-1-1-41-1", "hookmapper": "OTN-FMPM-TEST-2#OCS/OTU-1-1-41-1, S, FEND, RCV, 1-DAY;", "location": "Far End", "direction": "RCV", "tpUserlabel": "OTU-1-1-41-1:FEND:RCV", "pmStatus": "Started", "granularity": 0, "neLabel": "OTN-FMPM-TEST-2", "id": "840", "tcaLabel": "NONE", "neTca": "NONE", "groupName": null, "pmconsistency": 0, "emlMapper": 104, "fdnMapper": "104/71/OCH-1-1-41-1||/otu4=1||", "portLabel": "OTU-1-1-41-1", "tptype": 1, "xosDir": 2, "reqDirection": 6, "monitoredRate": 234, "pmLayerRate": 19, "signalType": 32, "bitrate": "112", "fectype": "SDFEC", "neName": "OTN-FMPM-TEST-2#OCS", "granStr": "1 Day", "monitoredRateStr": "OTU4" }, { "tpLabel": "OTN-FMPM-TEST-1#OCS/OCH-1-1-41-1", "hookmapper": "OTN-FMPM-TEST-1#OCS/OCH-1-1-41-1, O, NEND, TRMT, 1-DAY;", "location": "Near End", "direction": "TRMT", "tpUserlabel": "OCH-1-1-41-1:NEND:TRMT", "pmStatus": "Started", "granularity": 0, "neLabel": "OTN-FMPM-TEST-1", "id": "841", "tcaLabel": "NONE", "neTca": "NONE", "groupName": null, "pmconsistency": 0, "emlMapper": 104, "fdnMapper": "104/67/OCH-1-1-41-1||||", "portLabel": "OCH-1-1-41-1", "tptype": 0, "xosDir": 1, "reqDirection": 5, "monitoredRate": 20, "pmLayerRate": 19, "signalType": 32, "bitrate": null, "fectype": null, "neName": "OTN-FMPM-TEST-1#OCS", "granStr": "1 Day", "monitoredRateStr": "OS" }, { "tpLabel": "OTN-FMPM-TEST-1#OCS/OCH-1-1-41-1", "hookmapper": "OTN-FMPM-TEST-1#OCS/OCH-1-1-41-1, O, NEND, RCV, 1-DAY;", "location": "Near End", "direction": "RCV", "tpUserlabel": "OCH-1-1-41-1:NEND:RCV", "pmStatus": "Started", "granularity": 0, "neLabel": "OTN-FMPM-TEST-1", "id": "842", "tcaLabel": "NONE", "neTca": "NONE", "groupName": null, "pmconsistency": 0, "emlMapper": 104, "fdnMapper": "104/67/OCH-1-1-41-1||||", "portLabel": "OCH-1-1-41-1", "tptype": 0, "xosDir": 2, "reqDirection": 5, "monitoredRate": 20, "pmLayerRate": 19, "signalType": 32, "bitrate": null, "fectype": null, "neName": "OTN-FMPM-TEST-1#OCS", "granStr": "1 Day", "monitoredRateStr": "OS" }, { "tpLabel": "OTN-FMPM-TEST-2#OCS/OCH-1-1-41-1", "hookmapper": "OTN-FMPM-TEST-2#OCS/OCH-1-1-41-1, O, NEND, TRMT, 1-DAY;", "location": "Near End", "direction": "TRMT", "tpUserlabel": "OCH-1-1-41-1:NEND:TRMT", "pmStatus": "Started", "granularity": 0, "neLabel": "OTN-FMPM-TEST-2", "id": "845", "tcaLabel": "NONE", "neTca": "NONE", "groupName": null, "pmconsistency": 0, "emlMapper": 104, "fdnMapper": "104/71/OCH-1-1-41-1||||", "portLabel": "OCH-1-1-41-1", "tptype": 0, "xosDir": 1, "reqDirection": 5, "monitoredRate": 20, "pmLayerRate": 19, "signalType": 32, "bitrate": null, "fectype": null, "neName": "OTN-FMPM-TEST-2#OCS", "granStr": "1 Day", "monitoredRateStr": "OS" }, { "tpLabel": "OTN-FMPM-TEST-1#OCS/OTU-1-1-41-1", "hookmapper": "OTN-FMPM-TEST-1#OCS/OTU-1-1-41-1, S, NEND, RCV, 1-DAY;OTN-FMPM-TEST-1#OCS/OCH-1-1-41-1, O, NEND, RCV, 1-DAY;", "location": "Near End", "direction": "RCV", "tpUserlabel": "OTU-1-1-41-1:NEND:RCV", "pmStatus": "Started", "granularity": 0, "neLabel": "OTN-FMPM-TEST-1", "id": "834", "tcaLabel": "NONE", "neTca": "NONE", "groupName": null, "pmconsistency": 0, "emlMapper": 104, "fdnMapper": "104/67/OCH-1-1-41-1||/otu4=1||", "portLabel": "OTU-1-1-41-1", "tptype": 1, "xosDir": 2, "reqDirection": 5, "monitoredRate": 234, "pmLayerRate": 19, "signalType": 32, "bitrate": "112", "fectype": "SDFEC", "neName": "OTN-FMPM-TEST-1#OCS", "granStr": "1 Day", "monitoredRateStr": "OTU4" }, { "tpLabel": "OTN-FMPM-TEST-2#OCS/OTU-1-1-41-1", "hookmapper": "OTN-FMPM-TEST-2#OCS/OTU-1-1-41-1, S, NEND, RCV, 1-DAY;OTN-FMPM-TEST-2#OCS/OCH-1-1-41-1, O, NEND, RCV, 1-DAY;", "location": "Near End", "direction": "RCV", "tpUserlabel": "OTU-1-1-41-1:NEND:RCV", "pmStatus": "Started", "granularity": 0, "neLabel": "OTN-FMPM-TEST-2", "id": "838", "tcaLabel": "NONE", "neTca": "NONE", "groupName": null, "pmconsistency": 0, "emlMapper": 104, "fdnMapper": "104/71/OCH-1-1-41-1||/otu4=1||", "portLabel": "OTU-1-1-41-1", "tptype": 1, "xosDir": 2, "reqDirection": 5, "monitoredRate": 234, "pmLayerRate": 19, "signalType": 32, "bitrate": "112", "fectype": "SDFEC", "neName": "OTN-FMPM-TEST-2#OCS", "granStr": "1 Day", "monitoredRateStr": "OTU4" }, { "tpLabel": "OTN-FMPM-TEST-2#OCS/OCH-1-1-41-1", "hookmapper": "OTN-FMPM-TEST-2#OCS/OCH-1-1-41-1, O, NEND, RCV, 1-DAY;", "location": "Near End", "direction": "RCV", "tpUserlabel": "OCH-1-1-41-1:NEND:RCV", "pmStatus": "Started", "granularity": 0, "neLabel": "OTN-FMPM-TEST-2", "id": "846", "tcaLabel": "NONE", "neTca": "NONE", "groupName": null, "pmconsistency": 0, "emlMapper": 104, "fdnMapper": "104/71/OCH-1-1-41-1||||", "portLabel": "OCH-1-1-41-1", "tptype": 0, "xosDir": 2, "reqDirection": 5, "monitoredRate": 20, "pmLayerRate": 19, "signalType": 32, "bitrate": null, "fectype": null, "neName": "OTN-FMPM-TEST-2#OCS", "granStr": "1 Day", "monitoredRateStr": "OS" } ], "colnames": "", "status": "OK", "operTime": null }
    Tags
    [ PM]

    External Docs
    See Also :
  • networkConnectionsByIdInRequestBody : /data/otn/connections

  • Operation

    post /getNextChart
    getNextChart (getNextChart : /getNextChart)
    Retrieves the next session for the pmdata.By default chart format is enabled
    for pmreport for connecton level and pmtp level./getNextChart is called while generating report on
    connectionlevel and pmtp level.

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body required pminput PMReportUserInput ---

    Return type
  • JqgridResponse
  • Responses

    Response Messages

    Schema

    200success JqgridResponse
    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

    { "clientTz": 0, "endTime": 1, "expFormat": "", "fromTime": 1, "granularity": "", "operationType": 0, "selectedEntities": "obj_3@@16efcef0-c8ee-427f-93b3-a0caec5ce997" }

    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
    { "identifier": null, "items": [], "colnames": "", "status": "OK", "operTime": null }

    External Docs
    See Also :

    Operation

    post /getEsmTpsOfService
    Lists esm tps of service (getTpsOfESMService : /getEsmTpsOfService)
    List all the tps of esm service
    UI navigation link :
    1.Click on Operate
    2.Click Ethernet Service Manager
    3.Click on Operate-->Services
    4.Select PM Report button from menu buttons
    5.Select current PM from pm report window

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body required pminput PMReportUserInput ---

    Return type
  • JqgridResponse
  • Responses

    Response Messages

    Schema

    200success JqgridResponse
    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

    {"selectedEntities": "MCLAG-1"}

    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
    { "identifier": "1", "items": [ "Migration-1/11QPE24-1-7-X1", "Migration-1/11QPE24-1-7-X1-Queue1", "Migration-1/11QPE24-1-7-X1-Queue2", "Migration-1/11QPE24-1-7-X1-Queue3", "Migration-1/11QPE24-1-7-X1-Queue4", "Migration-1/11QPE24-1-7-X1-Queue5", "Migration-1/11QPE24-1-7-X1-Queue6", "Migration-1/11QPE24-1-7-X1-Queue7", "Migration-1/11QPE24-1-7-X1-Queue8", "Migration-1/11QPE24-1-7-X2", "Migration-1/11QPE24-1-7-X2-Queue1", "Migration-1/11QPE24-1-7-X2-Queue2", "Migration-1/11QPE24-1-7-X2-Queue3", "Migration-1/11QPE24-1-7-X2-Queue4", "Migration-1/11QPE24-1-7-X2-Queue5", "Migration-1/11QPE24-1-7-X2-Queue6", "Migration-1/11QPE24-1-7-X2-Queue7", "Migration-1/11QPE24-1-7-X2-Queue8", "Migration-1/SAP-1-7-X1-123-123-1", "Migration-1/SAP-1-7-X1-123-123:Meter=1", "Migration-1/SAP-1-7-X1-123-123:Meter=9", "Migration-1/SAP-1-7-X2-123-123-1", "Migration-1/SAP-1-7-X2-123-123:Meter=1", "Migration-1/SAP-1-7-X2-123-123:Meter=9", "Migration-2/11QPE24-1-7-X1", "Migration-2/11QPE24-1-7-X1-Queue1", "Migration-2/11QPE24-1-7-X1-Queue2", "Migration-2/11QPE24-1-7-X1-Queue3", "Migration-2/11QPE24-1-7-X1-Queue4", "Migration-2/11QPE24-1-7-X1-Queue5", "Migration-2/11QPE24-1-7-X1-Queue6", "Migration-2/11QPE24-1-7-X1-Queue7", "Migration-2/11QPE24-1-7-X1-Queue8", "Migration-2/11QPE24-1-7-X2", "Migration-2/11QPE24-1-7-X2-Queue1", "Migration-2/11QPE24-1-7-X2-Queue2", "Migration-2/11QPE24-1-7-X2-Queue3", "Migration-2/11QPE24-1-7-X2-Queue4", "Migration-2/11QPE24-1-7-X2-Queue5", "Migration-2/11QPE24-1-7-X2-Queue6", "Migration-2/11QPE24-1-7-X2-Queue7", "Migration-2/11QPE24-1-7-X2-Queue8", "Migration-2/SAP-1-7-X1-123-123-1", "Migration-2/SAP-1-7-X1-123-123:Meter=1", "Migration-2/SAP-1-7-X1-123-123:Meter=9", "Migration-2/SAP-1-7-X2-123-123-1", "Migration-2/SAP-1-7-X2-123-123:Meter=1", "Migration-2/SAP-1-7-X2-123-123:Meter=9" ], "colnames": "", "status": "OK", "operTime": null }

    External Docs
    See Also :

    Operation

    post /pmdataforconns
    Pm report at Connection level (pmDataForConnections : /pmdataforconns)
    Selects tp based on connection id from the DB and generates pm report for those tps
    Connection level pm report can be generated on following connections:
    1. Physical connections
    2. Infrastructure connections
    3. Services
    UI navigation link:
    1.Click on Operate
    2.Click on one of the pm enabled connection(Physical,Infrastructure,Services)
    3.Select PM Report from list view
    Header Specification
    1. Range has to be mentioned in request header
    2. Format for range is 'Range: items=0-100'
    Export File Location: /opt/hpws/tomcat/webapps/oms1350/web/cpm/report

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body required pminput PMReportUserInput ---

    Return type
  • JasperDto
  • Responses

    Response Messages

    Schema

    200success JasperDto
    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

    { "clientTz": -330, "fromTime": "", "endTime": "", "granularity": "24Hr", "selectedEntities": "838", "connId": 0, "expFormat": "LINE" "transpType": "", "userLabel": "" }

    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
    { "identifier": "1", "items": [ { "timestamp": "2019-06-09 17:30:00 - 2019-06-09 17:45:00", "tpLabel": "PSS32-42.37.96/11DPM12-1-4-L1-1", "status": 0, "granularity": 2, "neLabel": "PSS32-42.37.96", "id": "0", "connName": "bulkConn_service19999", "location": "Far End", "direction": "Receive", "layerRate": "ODU2", "hookmapper": "PSS32-42.37.96/11DPM12-1-4-L1-1:ODU2:ODURX:FEND:Receive:15-MIN,11DPM12-1-4-L1||/odu2=1:245:6:2:1", "connId": "6", "pmData": { "FEUAS-ODU": "0", "ES-ODU": "NS", "FEES-ODU": "0", "BBE-ODU": "NS", "FESES-ODU": "0", "UAS-ODU": "NS", "FEBBE-ODU": "0", "SES-ODU": "NS" }, "groupName": "ODURX" } ], "colnames": "FEUAS-ODU,FESES-ODU,FEES-ODU,FEBBE-ODU,UAS-ODU,SES-ODU,ES-ODU,BBE-ODU", "status": "OK", "operTime": null, "warningMessage": null }

    External Docs
    See Also :

    Operation

    post /pmdata
    Pm Report at pmtp level (pmDataForTps : /pmdata)
    Generates the PM Report based on selected tps by user.
    Pmtp level pm report can be generated on following connections:
    1. Physical connections
    2. Infrastructure connections
    3. Services
    Two types of pm report can be genearated:
    1. 15min granularity pm report
    2. 24 hour granularity pm report
    UI navigation link:
    1.Click on Operate
    2.Click on one of the pm enabled connection(Physical,Infrastructure,Services)
    3.Click Pm Enabled Points tab on 360 degree view
    4.Select one PMTP
    5.Click CurrentPm or HistoryPm from the menu buttonsExport File Location: /opt/hpws/tomcat/webapps/oms1350/web/cpm/report

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body required pminput PMReportUserInput ---

    Return type
  • JasperDto
  • Responses

    Response Messages

    Schema

    200success JasperDto
    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

    { "clientTz": -330, "granularity": "15 minutes", "selectedEntities": "PSS32-42.37.96@PSS32-42.37.96/11DPM12-1-4-L1-1:ODU2:ODURX:FEND:Receive:15-MIN,11DPM12-1-4-L1||/odu2=1:245:6:2:1@@@5", "expFormat": "", "operationType": 0, "neName": "PSS32-42.37.96" }

    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
    { "identifier": "1", "items": [ { "timestamp": "2019-05-29 01:00:00 - 2019-05-29 01:15:00", "tpLabel": "PSS32-42.37.97/11DPM12-1-4-L1-1", "status": 0, "granularity": 2, "neLabel": "PSS32-42.37.97", "id": "0", "connName": "bulkConn_service19999", "location": "Far End", "direction": "Receive", "layerRate": "ODU2", "hookmapper": "PSS32-42.37.97/11DPM12-1-4-L1-1:ODU2:ODURX:FEND:Receive:15-MIN,11DPM12-1-4-L1||/odu2=1:245:6:2:1", "connId": null, "pmData": { "FEUAS-ODU": "0", "FEES-ODU": "0", "FESES-ODU": "0", "FEBBE-ODU": "0" }, "groupName": "ODURX" } ], "colnames": "FEUAS-ODU,FESES-ODU,FEES-ODU,FEBBE-ODU", "status": "OK", "operTime": null, "warningMessage": null }

    External Docs
    See Also :

    Operation

    post /pmdata/tpids
    Pm Report at pmtp level (pmDataForTpsByTpIds : /pmdata/tpids)
    Generates the PM Report based on TP Ids provided by user.
    TP Ids are pmtptids, seperated by caret '^'
    This rest call is only applicable for testing.

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body required pminput PMReportUserInput ---

    Return type
  • JasperDto
  • Responses

    Response Messages

    Schema

    200success JasperDto
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    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

    External Docs
    See Also :

    Operation

    get /data/cpm/showpmtps/{neGroupId}/{emlNeId}/{tpPortLabel}/{reqGranularity}/{cltTz}
    Show Pmtps (pmTpsOfNEFromNavRouterByPortLabel : /data/cpm/showpmtps/{neGroupId}/{emlNeId}/{tpPortLabel}/{reqGranularity}/{cltTz})
    List all monitored tps for the selected node in nezic
    UI Navigation Link :
    1.Click Operate-->Equipment manager
    2.Select one of the NE from the left side tree
    3.Click NE WEBUI button
    4.click on Performance tab
    5.Select PM Report tab
    5.Select Granularity and click on Retrieve

    Path parameters

    Name

    IsRequired

    Description

    Enum

    neGroupId required The 'neGroupId' can be obtained as 'emlDomId' from /data/npr/nes ---
    emlNeId required The 'emlNeId' can be obtained as 'emlNeId' from /data/npr/nes ---
    tpPortLabel required The 'tpPortLabel' can be obtained as 'tpPortLabel' from /data/npr/nes ---
    reqGranularity required The 'reqGranularity' can be obtained as 'reqGranularity' from /data/npr/nes ---
    cltTz required cltTz [330, -330]

    Return type
  • PMTpDto
  • Responses

    Response Messages

    Schema

    200success PMTpDto
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    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
    Tags
    [ PM]

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

  • Operation

    get /data/cpm/showpmtps/{nodeId}/{neId}/{cltTz}
    Show Pmtps (pmTpsOfNEFromOtnFrmWork : /data/cpm/showpmtps/{nodeId}/{neId}/{cltTz})
    List all monitored tps for the selected node UI Navigation link:
    1.Click on Operate
    2.Click on Node
    3.Right click on one of the node and select PM from list view
    4.Select Monitored Points

    Path parameters

    Name

    IsRequired

    Description

    Enum

    nodeId required 'nodeId' can be obtained from '/data/npr/nes' REST call as 'associatedNodeId' ---
    neId required 'neId' can be obtained from '/data/npr/nes' REST call as 'associatedNeId' ---
    cltTz required cltTz [330, -330]
    id required id ---

    Return type
  • PMTpDto
  • Responses

    Response Messages

    Schema

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

    /data/cpm/showpmtps/67/NA/-330

    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
    { "identifier":"1", "items":[ { "userabel":"SVT-RING2-COMP-3/S13X100-3-2-C1:TENGIGE:OPR:NEND:Receive:15-MIN,S13X100-3-2-C1||:20:5:2:1", "type":"ANALOG", "status":1, "collPeriod":"2018-02-13 10:45:00", "id":"0", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"OPR-AVG;OPR-H;OPR-L", "tpLabel":"SVT-RING2-COMP-3/S13X100-3-2-C1", "location":"Near End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/S13X100-3-2-C1", "groupName":"TENGIGE", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-3-2-L1:OTU4:PreFECBits:NEND:Receive:15-MIN,S13X100-3-2-L1||:20:5:2:1", "type":"ANALOG", "status":0, "collPeriod":"2018-03-26 11:45:00", "id":"1", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"PREFEC-AVG;PREFEC-MAX;PREFEC-MIN", "tpLabel":"SVT-RING2-COMP-3/S13X100-3-2-L1", "location":"Near End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/S13X100-3-2-L1", "groupName":"OTU4", "statusStr":"Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-3-2-L1:OTU4:DGDR:NEND:Receive:15-MIN,S13X100-3-2-L1||:20:5:2:1", "type":"ANALOG", "status":0, "collPeriod":"2018-03-26 11:45:00", "id":"2", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"DGDRH;DGDRL;DGDRR", "tpLabel":"SVT-RING2-COMP-3/S13X100-3-2-L1", "location":"Near End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/S13X100-3-2-L1", "groupName":"OTU4", "statusStr":"Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-3-2-L1:OTU4:CDR:NEND:Receive:15-MIN,S13X100-3-2-L1||:20:5:2:1", "type":"ANALOG", "status":0, "collPeriod":"2018-03-26 11:45:00", "id":"3", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"CDR;CDRH;CDRL", "tpLabel":"SVT-RING2-COMP-3/S13X100-3-2-L1", "location":"Near End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/S13X100-3-2-L1", "groupName":"OTU4", "statusStr":"Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-3-2-C1:TENGIGE:OPT:NEND:Transmit:15-MIN,S13X100-3-2-C1||:20:5:1:1", "type":"ANALOG", "status":1, "collPeriod":"2018-02-13 10:45:00", "id":"4", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"OPT-AVG;OPT-H;OPT-L", "tpLabel":"SVT-RING2-COMP-3/S13X100-3-2-C1", "location":"Near End", "direction":"Transmit", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/S13X100-3-2-C1", "groupName":"TENGIGE", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-3-2-C1:TENGIGE:OPT:NEND:Transmit:1-DAY,S13X100-3-2-C1||:20:5:1:2", "type":"ANALOG", "status":0, "collPeriod":"2018-03-25 05:30:00", "id":"5", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"OPT-AVG;OPT-H;OPT-L", "tpLabel":"SVT-RING2-COMP-3/S13X100-3-2-C1", "location":"Near End", "direction":"Transmit", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/S13X100-3-2-C1", "groupName":"TENGIGE", "statusStr":"Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-3-2-L1:OTU4:FOFFR:NEND:Receive:1-DAY,S13X100-3-2-L1||:20:5:2:2", "type":"ANALOG", "status":0, "collPeriod":"2018-03-25 05:30:00", "id":"6", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"FOFFR;FOFFRH;FOFFRL", "tpLabel":"SVT-RING2-COMP-3/S13X100-3-2-L1", "location":"Near End", "direction":"Receive", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/S13X100-3-2-L1", "groupName":"OTU4", "statusStr":"Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-3-2-L1:OTU4:DGDR:NEND:Receive:1-DAY,S13X100-3-2-L1||:20:5:2:2", "type":"ANALOG", "status":0, "collPeriod":"2018-03-25 05:30:00", "id":"7", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"DGDRH;DGDRL;DGDRR", "tpLabel":"SVT-RING2-COMP-3/S13X100-3-2-L1", "location":"Near End", "direction":"Receive", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/S13X100-3-2-L1", "groupName":"OTU4", "statusStr":"Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-3-2-L1:OTU4:CDR:NEND:Receive:1-DAY,S13X100-3-2-L1||:20:5:2:2", "type":"ANALOG", "status":0, "collPeriod":"2018-03-25 05:30:00", "id":"8", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"CDR;CDRH;CDRL", "tpLabel":"SVT-RING2-COMP-3/S13X100-3-2-L1", "location":"Near End", "direction":"Receive", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/S13X100-3-2-L1", "groupName":"OTU4", "statusStr":"Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-3-2-L1:OTU4:OPT:NEND:Transmit:15-MIN,S13X100-3-2-L1||:20:5:1:1", "type":"ANALOG", "status":0, "collPeriod":"2018-03-26 11:45:00", "id":"9", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"OPT-AVG;OPT-H;OPT-L", "tpLabel":"SVT-RING2-COMP-3/S13X100-3-2-L1", "location":"Near End", "direction":"Transmit", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/S13X100-3-2-L1", "groupName":"OTU4", "statusStr":"Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-3-2-C1:TENGIGE:OPR:NEND:Receive:1-DAY,S13X100-3-2-C1||:20:5:2:2", "type":"ANALOG", "status":0, "collPeriod":"2018-03-25 05:30:00", "id":"10", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"OPR-AVG;OPR-H;OPR-L", "tpLabel":"SVT-RING2-COMP-3/S13X100-3-2-C1", "location":"Near End", "direction":"Receive", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/S13X100-3-2-C1", "groupName":"TENGIGE", "statusStr":"Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-3-2-L1:OTU4:PreFECBits:NEND:Receive:1-DAY,S13X100-3-2-L1||:20:5:2:2", "type":"ANALOG", "status":0, "collPeriod":"2018-03-25 05:30:00", "id":"11", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"PREFEC-AVG;PREFEC-MAX;PREFEC-MIN", "tpLabel":"SVT-RING2-COMP-3/S13X100-3-2-L1", "location":"Near End", "direction":"Receive", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/S13X100-3-2-L1", "groupName":"OTU4", "statusStr":"Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-3-2-L1:OTU4:FOFFR:NEND:Receive:15-MIN,S13X100-3-2-L1||:20:5:2:1", "type":"ANALOG", "status":0, "collPeriod":"2018-03-26 11:45:00", "id":"12", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"FOFFR;FOFFRH;FOFFRL", "tpLabel":"SVT-RING2-COMP-3/S13X100-3-2-L1", "location":"Near End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/S13X100-3-2-L1", "groupName":"OTU4", "statusStr":"Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-3-2-L1:OTU4:OPR:NEND:Receive:15-MIN,S13X100-3-2-L1||:20:5:2:1", "type":"ANALOG", "status":0, "collPeriod":"2018-03-26 11:45:00", "id":"13", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"OPR-AVG;OPR-H;OPR-L", "tpLabel":"SVT-RING2-COMP-3/S13X100-3-2-L1", "location":"Near End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/S13X100-3-2-L1", "groupName":"OTU4", "statusStr":"Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-3-2-L1:OTU4:OPT:NEND:Transmit:1-DAY,S13X100-3-2-L1||:20:5:1:2", "type":"ANALOG", "status":0, "collPeriod":"2018-03-25 05:30:00", "id":"14", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"OPT-AVG;OPT-H;OPT-L", "tpLabel":"SVT-RING2-COMP-3/S13X100-3-2-L1", "location":"Near End", "direction":"Transmit", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/S13X100-3-2-L1", "groupName":"OTU4", "statusStr":"Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-3-2-L1:OTU4:OPR:NEND:Receive:1-DAY,S13X100-3-2-L1||:20:5:2:2", "type":"ANALOG", "status":0, "collPeriod":"2018-03-25 05:30:00", "id":"15", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"OPR-AVG;OPR-H;OPR-L", "tpLabel":"SVT-RING2-COMP-3/S13X100-3-2-L1", "location":"Near End", "direction":"Receive", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/S13X100-3-2-L1", "groupName":"OTU4", "statusStr":"Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-3-2-L1:OTU4:PreFECBits:NEND:Receive:15-MIN,S13X100-3-2-L1||:20:5:2:1", "type":"ANALOG_ARCH", "status":1, "collPeriod":"2018-03-23 00:00:00", "id":"16", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"PREFEC-AVG;PREFEC-AVG;PREFEC-MAX;PREFEC-MAX;PREFEC-MIN;PREFEC-MIN", "tpLabel":"SVT-RING2-COMP-3/S13X100-3-2-L1", "location":"Near End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/S13X100-3-2-L1", "groupName":"OTU4", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-3-2-L1:OTU4:DGDR:NEND:Receive:15-MIN,S13X100-3-2-L1||:20:5:2:1", "type":"ANALOG_ARCH", "status":1, "collPeriod":"2018-03-23 00:00:00", "id":"17", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"DGDRH;DGDRH;DGDRL;DGDRL;DGDRR;DGDRR", "tpLabel":"SVT-RING2-COMP-3/S13X100-3-2-L1", "location":"Near End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/S13X100-3-2-L1", "groupName":"OTU4", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-3-2-L1:OTU4:FOFFR:NEND:Receive:15-MIN,S13X100-3-2-L1||:20:5:2:1", "type":"ANALOG_ARCH", "status":1, "collPeriod":"2018-03-23 00:00:00", "id":"18", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"FOFFR;FOFFR;FOFFRH;FOFFRH;FOFFRL;FOFFRL", "tpLabel":"SVT-RING2-COMP-3/S13X100-3-2-L1", "location":"Near End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/S13X100-3-2-L1", "groupName":"OTU4", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-3-2-L1:OTU4:OPT:NEND:Transmit:15-MIN,S13X100-3-2-L1||:20:5:1:1", "type":"ANALOG_ARCH", "status":1, "collPeriod":"2018-03-23 00:00:00", "id":"19", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"OPT-AVG;OPT-AVG;OPT-H;OPT-H;OPT-L;OPT-L", "tpLabel":"SVT-RING2-COMP-3/S13X100-3-2-L1", "location":"Near End", "direction":"Transmit", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/S13X100-3-2-L1", "groupName":"OTU4", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-3-2-L1:OTU4:CDR:NEND:Receive:15-MIN,S13X100-3-2-L1||:20:5:2:1", "type":"ANALOG_ARCH", "status":1, "collPeriod":"2018-03-23 00:00:00", "id":"20", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"CDR;CDR;CDRH;CDRH;CDRL;CDRL", "tpLabel":"SVT-RING2-COMP-3/S13X100-3-2-L1", "location":"Near End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/S13X100-3-2-L1", "groupName":"OTU4", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-3-2-L1:OTU4:OPR:NEND:Receive:15-MIN,S13X100-3-2-L1||:20:5:2:1", "type":"ANALOG_ARCH", "status":1, "collPeriod":"2018-03-23 00:00:00", "id":"21", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"OPR-AVG;OPR-AVG;OPR-H;OPR-H;OPR-L;OPR-L", "tpLabel":"SVT-RING2-COMP-3/S13X100-3-2-L1", "location":"Near End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/S13X100-3-2-L1", "groupName":"OTU4", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-3-2-C1:TENGIGE:Ethernet:NEND:Receive:15-MIN,S13X100-3-2-C1||:200:5:2:1", "type":"ETH", "status":1, "collPeriod":"2018-02-13 10:45:00", "id":"22", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"ETHBCSTPKTS;ETHCRCAE;ETHDROPEVTS;ETHFRGMTS;ETHMCSTPKTS;ETHOCTETS;ETHOVRSIZEPKTS;ETHPKTER;ETHPKTS;ETHPKTS1023OCTETS;ETHPKTS127OCTETS;ETHPKTS1518OCTETS;ETHPKTS255OCTETS;ETHPKTS511OCTETS;ETHPKTS64OCTETS;ETHUNDRSIZEPKTS", "tpLabel":"SVT-RING2-COMP-3/S13X100-3-2-C1", "location":"Near End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/S13X100-3-2-C1", "groupName":"TENGIGE", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-2-4-C1:TENGIGE:Ethernet:NEND:Receive:1-DAY,S13X100-2-4-C1||:200:5:2:2", "type":"ETH", "status":1, "collPeriod":"2018-01-21 05:30:00", "id":"23", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"ETHBCSTPKTS;ETHCRCAE;ETHDROPEVTS;ETHFRGMTS;ETHMCSTPKTS;ETHOCTETS;ETHOVRSIZEPKTS;ETHPKTER;ETHPKTS;ETHPKTS1023OCTETS;ETHPKTS127OCTETS;ETHPKTS1518OCTETS;ETHPKTS255OCTETS;ETHPKTS511OCTETS;ETHPKTS64OCTETS;ETHUNDRSIZEPKTS", "tpLabel":"SVT-RING2-COMP-3/S13X100-2-4-C1", "location":"Near End", "direction":"Receive", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/S13X100-2-4-C1", "groupName":"TENGIGE", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-2-4-C1:TENGIGE:Ethernet:NEND:Transmit:15-MIN,S13X100-2-4-C1||:200:5:1:1", "type":"ETH", "status":1, "collPeriod":"2018-01-22 10:45:00", "id":"24", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"ETHBCSTPKTS;ETHCRCAE;ETHDROPEVTS;ETHFRGMTS;ETHMCSTPKTS;ETHOCTETS;ETHOVRSIZEPKTS;ETHPKTER;ETHPKTS;ETHPKTS1023OCTETS;ETHPKTS127OCTETS;ETHPKTS1518OCTETS;ETHPKTS255OCTETS;ETHPKTS511OCTETS;ETHPKTS64OCTETS;ETHUNDRSIZEPKTS", "tpLabel":"SVT-RING2-COMP-3/S13X100-2-4-C1", "location":"Near End", "direction":"Transmit", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/S13X100-2-4-C1", "groupName":"TENGIGE", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-3-2-C1:TENGIGE:Ethernet:NEND:Receive:1-DAY,S13X100-3-2-C1||:200:5:2:2", "type":"ETH", "status":0, "collPeriod":"2018-03-25 05:30:00", "id":"25", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"ETHBCSTPKTS;ETHCRCAE;ETHDROPEVTS;ETHFRGMTS;ETHMCSTPKTS;ETHOCTETS;ETHOVRSIZEPKTS;ETHPKTER;ETHPKTS;ETHPKTS1023OCTETS;ETHPKTS127OCTETS;ETHPKTS1518OCTETS;ETHPKTS255OCTETS;ETHPKTS511OCTETS;ETHPKTS64OCTETS;ETHUNDRSIZEPKTS", "tpLabel":"SVT-RING2-COMP-3/S13X100-3-2-C1", "location":"Near End", "direction":"Receive", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/S13X100-3-2-C1", "groupName":"TENGIGE", "statusStr":"Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-2-4-C1:TENGIGE:Ethernet:NEND:Receive:15-MIN,S13X100-2-4-C1||:200:5:2:1", "type":"ETH", "status":1, "collPeriod":"2018-01-22 10:45:00", "id":"26", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"ETHBCSTPKTS;ETHCRCAE;ETHDROPEVTS;ETHFRGMTS;ETHMCSTPKTS;ETHOCTETS;ETHOVRSIZEPKTS;ETHPKTER;ETHPKTS;ETHPKTS1023OCTETS;ETHPKTS127OCTETS;ETHPKTS1518OCTETS;ETHPKTS255OCTETS;ETHPKTS511OCTETS;ETHPKTS64OCTETS;ETHUNDRSIZEPKTS", "tpLabel":"SVT-RING2-COMP-3/S13X100-2-4-C1", "location":"Near End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/S13X100-2-4-C1", "groupName":"TENGIGE", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-3-2-C1:TENGIGE:Ethernet:NEND:Transmit:1-DAY,S13X100-3-2-C1||:200:5:1:2", "type":"ETH", "status":0, "collPeriod":"2018-03-25 05:30:00", "id":"27", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"ETHBCSTPKTS;ETHCRCAE;ETHDROPEVTS;ETHFRGMTS;ETHMCSTPKTS;ETHOCTETS;ETHOVRSIZEPKTS;ETHPKTER;ETHPKTS;ETHPKTS1023OCTETS;ETHPKTS127OCTETS;ETHPKTS1518OCTETS;ETHPKTS255OCTETS;ETHPKTS511OCTETS;ETHPKTS64OCTETS;ETHUNDRSIZEPKTS", "tpLabel":"SVT-RING2-COMP-3/S13X100-3-2-C1", "location":"Near End", "direction":"Transmit", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/S13X100-3-2-C1", "groupName":"TENGIGE", "statusStr":"Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-3-2-C1:TENGIGE:Ethernet:NEND:Transmit:15-MIN,S13X100-3-2-C1||:200:5:1:1", "type":"ETH", "status":1, "collPeriod":"2018-02-13 10:45:00", "id":"28", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"ETHBCSTPKTS;ETHCRCAE;ETHDROPEVTS;ETHFRGMTS;ETHMCSTPKTS;ETHOCTETS;ETHOVRSIZEPKTS;ETHPKTER;ETHPKTS;ETHPKTS1023OCTETS;ETHPKTS127OCTETS;ETHPKTS1518OCTETS;ETHPKTS255OCTETS;ETHPKTS511OCTETS;ETHPKTS64OCTETS;ETHUNDRSIZEPKTS", "tpLabel":"SVT-RING2-COMP-3/S13X100-3-2-C1", "location":"Near End", "direction":"Transmit", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/S13X100-3-2-C1", "groupName":"TENGIGE", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-2-4-C1:TENGIGE:Ethernet:NEND:Transmit:1-DAY,S13X100-2-4-C1||:200:5:1:2", "type":"ETH", "status":1, "collPeriod":"2018-01-21 05:30:00", "id":"29", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"ETHBCSTPKTS;ETHCRCAE;ETHDROPEVTS;ETHFRGMTS;ETHMCSTPKTS;ETHOCTETS;ETHOVRSIZEPKTS;ETHPKTER;ETHPKTS;ETHPKTS1023OCTETS;ETHPKTS127OCTETS;ETHPKTS1518OCTETS;ETHPKTS255OCTETS;ETHPKTS511OCTETS;ETHPKTS64OCTETS;ETHUNDRSIZEPKTS", "tpLabel":"SVT-RING2-COMP-3/S13X100-2-4-C1", "location":"Near End", "direction":"Transmit", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/S13X100-2-4-C1", "groupName":"TENGIGE", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OTU-5-4-C1:OTU2:OTU:FEND:Receive:1-DAY,S13X100-5-4-C1||/otu2=1:244:6:2:2", "type":"SDH", "status":1, "collPeriod":"2018-01-21 05:30:00", "id":"30", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"FEBBE-OTU;FEES-OTU", "tpLabel":"SVT-RING2-COMP-3/OTU-5-4-C1", "location":"Far End", "direction":"Receive", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/OTU-5-4-C1", "groupName":"OTU2", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OTU-5-4-C3:OTU2:OTU:NEND:Receive:1-DAY,S13X100-5-4-C3||/otu2=1:244:5:2:2", "type":"SDH", "status":1, "collPeriod":"2018-01-21 05:30:00", "id":"31", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"BBE-OTU;ES-OTU;SES-OTU", "tpLabel":"SVT-RING2-COMP-3/OTU-5-4-C3", "location":"Near End", "direction":"Receive", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/OTU-5-4-C3", "groupName":"OTU2", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-3-2-C1:TENGIGE:PCS:NEND:Receive:1-DAY,S13X100-3-2-C1||:200:5:2:2", "type":"SDH", "status":0, "collPeriod":"2018-03-25 05:30:00", "id":"32", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"CV-PCS;ES-PCS;SEFS-PCS;SES-PCS", "tpLabel":"SVT-RING2-COMP-3/S13X100-3-2-C1", "location":"Near End", "direction":"Receive", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/S13X100-3-2-C1", "groupName":"TENGIGE", "statusStr":"Active" }, { "userabel":"SVT-RING2-COMP-3/OCH-5-4-L1:OTU4:FEC:NEND:Receive:15-MIN,S13X100-5-4-L1||/frequency=WXYZ:230:5:2:1", "type":"SDH", "status":1, "collPeriod":"2018-01-22 10:45:00", "id":"33", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"FECC;FECUBC;POST-FEC", "tpLabel":"SVT-RING2-COMP-3/OCH-5-4-L1", "location":"Near End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/OCH-5-4-L1", "groupName":"OTU4", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OTU-3-2-L1:OTU4:OTU:NEND:Receive:15-MIN,S13X100-3-2-L1||/frequency=tunable-number=1:234:5:2:1", "type":"SDH", "status":0, "collPeriod":"2018-03-26 11:45:00", "id":"34", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"BBE-OTU;ES-OTU;SES-OTU", "tpLabel":"SVT-RING2-COMP-3/OTU-3-2-L1", "location":"Near End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/OTU-3-2-L1", "groupName":"OTU4", "statusStr":"Active" }, { "userabel":"SVT-RING2-COMP-3/OTU-5-4-L1:OTU4:OTU:NEND:Receive:15-MIN,S13X100-5-4-L1||/frequency=tunable-number=1:234:5:2:1", "type":"SDH", "status":1, "collPeriod":"2018-01-22 10:45:00", "id":"35", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"BBE-OTU;ES-OTU;SES-OTU", "tpLabel":"SVT-RING2-COMP-3/OTU-5-4-L1", "location":"Near End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/OTU-5-4-L1", "groupName":"OTU4", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OTU-5-4-C2:OTU2:OTU:NEND:Receive:15-MIN,S13X100-5-4-C2||/otu2=1:244:5:2:1", "type":"SDH", "status":1, "collPeriod":"2018-01-22 10:45:00", "id":"36", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"BBE-OTU;ES-OTU;SES-OTU", "tpLabel":"SVT-RING2-COMP-3/OTU-5-4-C2", "location":"Near End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/OTU-5-4-C2", "groupName":"OTU2", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-3-2-C1:TENGIGE:PCS:NEND:Transmit:1-DAY,S13X100-3-2-C1||:200:5:1:2", "type":"SDH", "status":0, "collPeriod":"2018-03-25 05:30:00", "id":"37", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"CV-PCS;ES-PCS;SEFS-PCS;SES-PCS", "tpLabel":"SVT-RING2-COMP-3/S13X100-3-2-C1", "location":"Near End", "direction":"Transmit", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/S13X100-3-2-C1", "groupName":"TENGIGE", "statusStr":"Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-2-4-C1:TENGIGE:PCS:NEND:Transmit:15-MIN,S13X100-2-4-C1||:200:5:1:1", "type":"SDH", "status":1, "collPeriod":"2018-01-22 10:45:00", "id":"38", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"CV-PCS;ES-PCS;SEFS-PCS;SES-PCS", "tpLabel":"SVT-RING2-COMP-3/S13X100-2-4-C1", "location":"Near End", "direction":"Transmit", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/S13X100-2-4-C1", "groupName":"TENGIGE", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OCH-5-4-C3:OTU2:FEC:NEND:Receive:1-DAY,S13X100-5-4-C3||/frequency=WXYZ:230:5:2:2", "type":"SDH", "status":1, "collPeriod":"2018-01-21 05:30:00", "id":"39", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"FECC;FECUBC;POST-FEC", "tpLabel":"SVT-RING2-COMP-3/OCH-5-4-C3", "location":"Near End", "direction":"Receive", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/OCH-5-4-C3", "groupName":"OTU2", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OCH-5-4-C4:OTU2:FEC:NEND:Receive:15-MIN,S13X100-5-4-C4||/frequency=WXYZ:230:5:2:1", "type":"SDH", "status":1, "collPeriod":"2018-01-22 10:45:00", "id":"40", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"FECC;FECUBC;POST-FEC", "tpLabel":"SVT-RING2-COMP-3/OCH-5-4-C4", "location":"Near End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/OCH-5-4-C4", "groupName":"OTU2", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OCH-3-2-L1:OTU4:preFECBER:NEND:Receive:1-DAY,S13X100-3-2-L1||/frequency=WXYZ:230:5:2:2", "type":"SDH", "status":0, "collPeriod":"2018-03-25 05:30:00", "id":"41", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"PRE-FEC", "tpLabel":"SVT-RING2-COMP-3/OCH-3-2-L1", "location":"Near End", "direction":"Receive", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/OCH-3-2-L1", "groupName":"OTU4", "statusStr":"Active" }, { "userabel":"SVT-RING2-COMP-3/OCH-5-4-L1:OTU4:preFECBER:NEND:Receive:15-MIN,S13X100-5-4-L1||/frequency=WXYZ:230:5:2:1", "type":"SDH", "status":1, "collPeriod":"2018-01-22 10:45:00", "id":"42", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"PRE-FEC", "tpLabel":"SVT-RING2-COMP-3/OCH-5-4-L1", "location":"Near End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/OCH-5-4-L1", "groupName":"OTU4", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OTU-3-2-L1:OTU4:OTU:FEND:Receive:1-DAY,S13X100-3-2-L1||/frequency=tunable-number=1:234:6:2:2", "type":"SDH", "status":0, "collPeriod":"2018-03-25 05:30:00", "id":"43", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"FEBBE-OTU;FEES-OTU", "tpLabel":"SVT-RING2-COMP-3/OTU-3-2-L1", "location":"Far End", "direction":"Receive", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/OTU-3-2-L1", "groupName":"OTU4", "statusStr":"Active" }, { "userabel":"SVT-RING2-COMP-3/OTU-5-4-L1:OTU4:OTU:NEND:Receive:1-DAY,S13X100-5-4-L1||/frequency=tunable-number=1:234:5:2:2", "type":"SDH", "status":1, "collPeriod":"2018-01-21 05:30:00", "id":"44", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"BBE-OTU;ES-OTU;SES-OTU", "tpLabel":"SVT-RING2-COMP-3/OTU-5-4-L1", "location":"Near End", "direction":"Receive", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/OTU-5-4-L1", "groupName":"OTU4", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OTU-5-4-L1:OTU4:OTU:FEND:Receive:15-MIN,S13X100-5-4-L1||/frequency=tunable-number=1:234:6:2:1", "type":"SDH", "status":1, "collPeriod":"2018-01-22 10:45:00", "id":"45", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"FEBBE-OTU;FEES-OTU", "tpLabel":"SVT-RING2-COMP-3/OTU-5-4-L1", "location":"Far End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/OTU-5-4-L1", "groupName":"OTU4", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OTU-5-4-C2:OTU2:OTU:FEND:Receive:1-DAY,S13X100-5-4-C2||/otu2=1:244:6:2:2", "type":"SDH", "status":1, "collPeriod":"2018-01-21 05:30:00", "id":"46", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"FEBBE-OTU;FEES-OTU", "tpLabel":"SVT-RING2-COMP-3/OTU-5-4-C2", "location":"Far End", "direction":"Receive", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/OTU-5-4-C2", "groupName":"OTU2", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OTU-5-4-C3:OTU2:OTU:FEND:Receive:1-DAY,S13X100-5-4-C3||/otu2=1:244:6:2:2", "type":"SDH", "status":1, "collPeriod":"2018-01-21 05:30:00", "id":"47", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"FEBBE-OTU;FEES-OTU", "tpLabel":"SVT-RING2-COMP-3/OTU-5-4-C3", "location":"Far End", "direction":"Receive", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/OTU-5-4-C3", "groupName":"OTU2", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OTU-5-4-C4:OTU2:OTU:NEND:Receive:1-DAY,S13X100-5-4-C4||/otu2=1:244:5:2:2", "type":"SDH", "status":1, "collPeriod":"2018-01-21 05:30:00", "id":"48", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"BBE-OTU;ES-OTU;SES-OTU", "tpLabel":"SVT-RING2-COMP-3/OTU-5-4-C4", "location":"Near End", "direction":"Receive", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/OTU-5-4-C4", "groupName":"OTU2", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OCH-3-2-L1:OTU4:FEC:NEND:Receive:1-DAY,S13X100-3-2-L1||/frequency=WXYZ:230:5:2:2", "type":"SDH", "status":0, "collPeriod":"2018-03-25 05:30:00", "id":"49", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"FECC;FECUBC;POST-FEC", "tpLabel":"SVT-RING2-COMP-3/OCH-3-2-L1", "location":"Near End", "direction":"Receive", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/OCH-3-2-L1", "groupName":"OTU4", "statusStr":"Active" }, { "userabel":"SVT-RING2-COMP-3/OCH-5-4-C4:OTU2:FEC:NEND:Receive:1-DAY,S13X100-5-4-C4||/frequency=WXYZ:230:5:2:2", "type":"SDH", "status":1, "collPeriod":"2018-01-21 05:30:00", "id":"50", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"FECC;FECUBC;POST-FEC", "tpLabel":"SVT-RING2-COMP-3/OCH-5-4-C4", "location":"Near End", "direction":"Receive", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/OCH-5-4-C4", "groupName":"OTU2", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OCH-5-4-L1:OTU4:FEC:NEND:Receive:1-DAY,S13X100-5-4-L1||/frequency=WXYZ:230:5:2:2", "type":"SDH", "status":1, "collPeriod":"2018-01-21 05:30:00", "id":"51", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"FECC;FECUBC;POST-FEC", "tpLabel":"SVT-RING2-COMP-3/OCH-5-4-L1", "location":"Near End", "direction":"Receive", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/OCH-5-4-L1", "groupName":"OTU4", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OCH-3-2-L1:OTU4:FEC:NEND:Receive:15-MIN,S13X100-3-2-L1||/frequency=WXYZ:230:5:2:1", "type":"SDH", "status":0, "collPeriod":"2018-03-26 11:45:00", "id":"52", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"FECC;FECUBC;POST-FEC", "tpLabel":"SVT-RING2-COMP-3/OCH-3-2-L1", "location":"Near End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/OCH-3-2-L1", "groupName":"OTU4", "statusStr":"Active" }, { "userabel":"SVT-RING2-COMP-3/OCH-3-2-L1:OTU4:preFECBER:NEND:Receive:15-MIN,S13X100-3-2-L1||/frequency=WXYZ:230:5:2:1", "type":"SDH", "status":0, "collPeriod":"2018-03-26 11:45:00", "id":"53", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"PRE-FEC", "tpLabel":"SVT-RING2-COMP-3/OCH-3-2-L1", "location":"Near End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/OCH-3-2-L1", "groupName":"OTU4", "statusStr":"Active" }, { "userabel":"SVT-RING2-COMP-3/OTU-5-4-L1:OTU4:OTU:FEND:Receive:1-DAY,S13X100-5-4-L1||/frequency=tunable-number=1:234:6:2:2", "type":"SDH", "status":1, "collPeriod":"2018-01-21 05:30:00", "id":"54", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"FEBBE-OTU;FEES-OTU", "tpLabel":"SVT-RING2-COMP-3/OTU-5-4-L1", "location":"Far End", "direction":"Receive", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/OTU-5-4-L1", "groupName":"OTU4", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OTU-5-4-C1:OTU2:OTU:NEND:Receive:1-DAY,S13X100-5-4-C1||/otu2=1:244:5:2:2", "type":"SDH", "status":1, "collPeriod":"2018-01-21 05:30:00", "id":"55", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"BBE-OTU;ES-OTU;SES-OTU", "tpLabel":"SVT-RING2-COMP-3/OTU-5-4-C1", "location":"Near End", "direction":"Receive", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/OTU-5-4-C1", "groupName":"OTU2", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OTU-5-4-C2:OTU2:OTU:FEND:Receive:15-MIN,S13X100-5-4-C2||/otu2=1:244:6:2:1", "type":"SDH", "status":1, "collPeriod":"2018-01-22 10:45:00", "id":"56", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"FEBBE-OTU;FEES-OTU", "tpLabel":"SVT-RING2-COMP-3/OTU-5-4-C2", "location":"Far End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/OTU-5-4-C2", "groupName":"OTU2", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OTU-5-4-C4:OTU2:OTU:NEND:Receive:15-MIN,S13X100-5-4-C4||/otu2=1:244:5:2:1", "type":"SDH", "status":1, "collPeriod":"2018-01-22 10:45:00", "id":"57", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"BBE-OTU;ES-OTU;SES-OTU", "tpLabel":"SVT-RING2-COMP-3/OTU-5-4-C4", "location":"Near End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/OTU-5-4-C4", "groupName":"OTU2", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-3-2-C1:TENGIGE:PCS:NEND:Receive:15-MIN,S13X100-3-2-C1||:200:5:2:1", "type":"SDH", "status":1, "collPeriod":"2018-02-13 10:45:00", "id":"58", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"CV-PCS;ES-PCS;SEFS-PCS;SES-PCS", "tpLabel":"SVT-RING2-COMP-3/S13X100-3-2-C1", "location":"Near End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/S13X100-3-2-C1", "groupName":"TENGIGE", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OCH-5-4-C1:OTU2:FEC:NEND:Receive:1-DAY,S13X100-5-4-C1||/frequency=WXYZ:230:5:2:2", "type":"SDH", "status":1, "collPeriod":"2018-01-21 05:30:00", "id":"59", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"FECC;FECUBC;POST-FEC", "tpLabel":"SVT-RING2-COMP-3/OCH-5-4-C1", "location":"Near End", "direction":"Receive", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/OCH-5-4-C1", "groupName":"OTU2", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OCH-2-4-L1:OTU4:preFECBER:NEND:Receive:15-MIN,S13X100-2-4-L1||/frequency=WXYZ:230:5:2:1", "type":"SDH", "status":1, "collPeriod":"2018-01-22 10:45:00", "id":"60", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"PRE-FEC", "tpLabel":"SVT-RING2-COMP-3/OCH-2-4-L1", "location":"Near End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/OCH-2-4-L1", "groupName":"OTU4", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-2-4-C1:TENGIGE:PCS:NEND:Receive:1-DAY,S13X100-2-4-C1||:200:5:2:2", "type":"SDH", "status":1, "collPeriod":"2018-01-21 05:30:00", "id":"61", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"CV-PCS;ES-PCS;SEFS-PCS;SES-PCS", "tpLabel":"SVT-RING2-COMP-3/S13X100-2-4-C1", "location":"Near End", "direction":"Receive", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/S13X100-2-4-C1", "groupName":"TENGIGE", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OTU-5-4-C3:OTU2:OTU:NEND:Receive:15-MIN,S13X100-5-4-C3||/otu2=1:244:5:2:1", "type":"SDH", "status":1, "collPeriod":"2018-01-22 10:45:00", "id":"62", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"BBE-OTU;ES-OTU;SES-OTU", "tpLabel":"SVT-RING2-COMP-3/OTU-5-4-C3", "location":"Near End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/OTU-5-4-C3", "groupName":"OTU2", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-2-4-C1:TENGIGE:PCS:NEND:Transmit:1-DAY,S13X100-2-4-C1||:200:5:1:2", "type":"SDH", "status":1, "collPeriod":"2018-01-21 05:30:00", "id":"63", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"CV-PCS;ES-PCS;SEFS-PCS;SES-PCS", "tpLabel":"SVT-RING2-COMP-3/S13X100-2-4-C1", "location":"Near End", "direction":"Transmit", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/S13X100-2-4-C1", "groupName":"TENGIGE", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OCH-2-4-L1:OTU4:FEC:NEND:Receive:15-MIN,S13X100-2-4-L1||/frequency=WXYZ:230:5:2:1", "type":"SDH", "status":1, "collPeriod":"2018-01-22 10:45:00", "id":"64", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"FECC;FECUBC;POST-FEC", "tpLabel":"SVT-RING2-COMP-3/OCH-2-4-L1", "location":"Near End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/OCH-2-4-L1", "groupName":"OTU4", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OTU-3-2-L1:OTU4:OTU:NEND:Receive:1-DAY,S13X100-3-2-L1||/frequency=tunable-number=1:234:5:2:2", "type":"SDH", "status":0, "collPeriod":"2018-03-25 05:30:00", "id":"65", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"BBE-OTU;ES-OTU;SES-OTU", "tpLabel":"SVT-RING2-COMP-3/OTU-3-2-L1", "location":"Near End", "direction":"Receive", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/OTU-3-2-L1", "groupName":"OTU4", "statusStr":"Active" }, { "userabel":"SVT-RING2-COMP-3/OTU-5-4-C4:OTU2:OTU:FEND:Receive:1-DAY,S13X100-5-4-C4||/otu2=1:244:6:2:2", "type":"SDH", "status":1, "collPeriod":"2018-01-21 05:30:00", "id":"66", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"FEBBE-OTU;FEES-OTU", "tpLabel":"SVT-RING2-COMP-3/OTU-5-4-C4", "location":"Far End", "direction":"Receive", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/OTU-5-4-C4", "groupName":"OTU2", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OTU-5-4-C4:OTU2:OTU:FEND:Receive:15-MIN,S13X100-5-4-C4||/otu2=1:244:6:2:1", "type":"SDH", "status":1, "collPeriod":"2018-01-22 10:45:00", "id":"67", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"FEBBE-OTU;FEES-OTU", "tpLabel":"SVT-RING2-COMP-3/OTU-5-4-C4", "location":"Far End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/OTU-5-4-C4", "groupName":"OTU2", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OCH-5-4-C2:OTU2:FEC:NEND:Receive:1-DAY,S13X100-5-4-C2||/frequency=WXYZ:230:5:2:2", "type":"SDH", "status":1, "collPeriod":"2018-01-21 05:30:00", "id":"68", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"FECC;FECUBC;POST-FEC", "tpLabel":"SVT-RING2-COMP-3/OCH-5-4-C2", "location":"Near End", "direction":"Receive", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/OCH-5-4-C2", "groupName":"OTU2", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OCH-5-4-L1:OTU4:preFECBER:NEND:Receive:1-DAY,S13X100-5-4-L1||/frequency=WXYZ:230:5:2:2", "type":"SDH", "status":1, "collPeriod":"2018-01-21 05:30:00", "id":"69", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"PRE-FEC", "tpLabel":"SVT-RING2-COMP-3/OCH-5-4-L1", "location":"Near End", "direction":"Receive", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/OCH-5-4-L1", "groupName":"OTU4", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OTU-3-2-L1:OTU4:OTU:FEND:Receive:15-MIN,S13X100-3-2-L1||/frequency=tunable-number=1:234:6:2:1", "type":"SDH", "status":0, "collPeriod":"2018-03-26 11:45:00", "id":"70", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"FEBBE-OTU;FEES-OTU", "tpLabel":"SVT-RING2-COMP-3/OTU-3-2-L1", "location":"Far End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/OTU-3-2-L1", "groupName":"OTU4", "statusStr":"Active" }, { "userabel":"SVT-RING2-COMP-3/OTU-5-4-C2:OTU2:OTU:NEND:Receive:1-DAY,S13X100-5-4-C2||/otu2=1:244:5:2:2", "type":"SDH", "status":1, "collPeriod":"2018-01-21 05:30:00", "id":"71", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"BBE-OTU;ES-OTU;SES-OTU", "tpLabel":"SVT-RING2-COMP-3/OTU-5-4-C2", "location":"Near End", "direction":"Receive", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/OTU-5-4-C2", "groupName":"OTU2", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OTU-5-4-C1:OTU2:OTU:NEND:Receive:15-MIN,S13X100-5-4-C1||/otu2=1:244:5:2:1", "type":"SDH", "status":1, "collPeriod":"2018-01-22 10:45:00", "id":"72", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"BBE-OTU;ES-OTU;SES-OTU", "tpLabel":"SVT-RING2-COMP-3/OTU-5-4-C1", "location":"Near End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/OTU-5-4-C1", "groupName":"OTU2", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OTU-5-4-C3:OTU2:OTU:FEND:Receive:15-MIN,S13X100-5-4-C3||/otu2=1:244:6:2:1", "type":"SDH", "status":1, "collPeriod":"2018-01-22 10:45:00", "id":"73", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"FEBBE-OTU;FEES-OTU", "tpLabel":"SVT-RING2-COMP-3/OTU-5-4-C3", "location":"Far End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/OTU-5-4-C3", "groupName":"OTU2", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-2-4-C1:TENGIGE:PCS:NEND:Receive:15-MIN,S13X100-2-4-C1||:200:5:2:1", "type":"SDH", "status":1, "collPeriod":"2018-01-22 10:45:00", "id":"74", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"CV-PCS;ES-PCS;SEFS-PCS;SES-PCS", "tpLabel":"SVT-RING2-COMP-3/S13X100-2-4-C1", "location":"Near End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/S13X100-2-4-C1", "groupName":"TENGIGE", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/S13X100-3-2-C1:TENGIGE:PCS:NEND:Transmit:15-MIN,S13X100-3-2-C1||:200:5:1:1", "type":"SDH", "status":1, "collPeriod":"2018-02-13 10:45:00", "id":"75", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"CV-PCS;ES-PCS;SEFS-PCS;SES-PCS", "tpLabel":"SVT-RING2-COMP-3/S13X100-3-2-C1", "location":"Near End", "direction":"Transmit", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/S13X100-3-2-C1", "groupName":"TENGIGE", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OCH-5-4-C3:OTU2:FEC:NEND:Receive:15-MIN,S13X100-5-4-C3||/frequency=WXYZ:230:5:2:1", "type":"SDH", "status":1, "collPeriod":"2018-01-22 10:45:00", "id":"76", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"FECC;FECUBC;POST-FEC", "tpLabel":"SVT-RING2-COMP-3/OCH-5-4-C3", "location":"Near End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/OCH-5-4-C3", "groupName":"OTU2", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OCH-2-4-L1:OTU4:preFECBER:NEND:Receive:1-DAY,S13X100-2-4-L1||/frequency=WXYZ:230:5:2:2", "type":"SDH", "status":1, "collPeriod":"2018-01-21 05:30:00", "id":"77", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"PRE-FEC", "tpLabel":"SVT-RING2-COMP-3/OCH-2-4-L1", "location":"Near End", "direction":"Receive", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/OCH-2-4-L1", "groupName":"OTU4", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OTU-5-4-C1:OTU2:OTU:FEND:Receive:15-MIN,S13X100-5-4-C1||/otu2=1:244:6:2:1", "type":"SDH", "status":1, "collPeriod":"2018-01-22 10:45:00", "id":"78", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"FEBBE-OTU;FEES-OTU", "tpLabel":"SVT-RING2-COMP-3/OTU-5-4-C1", "location":"Far End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/OTU-5-4-C1", "groupName":"OTU2", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OCH-2-4-L1:OTU4:FEC:NEND:Receive:1-DAY,S13X100-2-4-L1||/frequency=WXYZ:230:5:2:2", "type":"SDH", "status":1, "collPeriod":"2018-01-21 05:30:00", "id":"79", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"FECC;FECUBC;POST-FEC", "tpLabel":"SVT-RING2-COMP-3/OCH-2-4-L1", "location":"Near End", "direction":"Receive", "granularity":"1 Day", "layerRate":"SVT-RING2-COMP-3/OCH-2-4-L1", "groupName":"OTU4", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OCH-5-4-C1:OTU2:FEC:NEND:Receive:15-MIN,S13X100-5-4-C1||/frequency=WXYZ:230:5:2:1", "type":"SDH", "status":1, "collPeriod":"2018-01-22 10:45:00", "id":"80", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"FECC;FECUBC;POST-FEC", "tpLabel":"SVT-RING2-COMP-3/OCH-5-4-C1", "location":"Near End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/OCH-5-4-C1", "groupName":"OTU2", "statusStr":"Not Active" }, { "userabel":"SVT-RING2-COMP-3/OCH-5-4-C2:OTU2:FEC:NEND:Receive:15-MIN,S13X100-5-4-C2||/frequency=WXYZ:230:5:2:1", "type":"SDH", "status":1, "collPeriod":"2018-01-22 10:45:00", "id":"81", "neLabel":"SVT-RING2-COMP-3", "supportedCounters":"FECC;FECUBC;POST-FEC", "tpLabel":"SVT-RING2-COMP-3/OCH-5-4-C2", "location":"Near End", "direction":"Receive", "granularity":"15 Minutes", "layerRate":"SVT-RING2-COMP-3/OCH-5-4-C2", "groupName":"OTU2", "statusStr":"Not Active" } ], "colnames":"", "status":null, "operTime":null }
    Tags
    [ PM]

    External Docs
    See Also :
  • networkConnectionsByIdInRequestBody : /data/otn/connections

  • Operation

    get /data/cpm/showpmtps/{nodeId}/{neId}/{cltTz}/{id}
    Show Pmtps (pmTpsOfNEFromOtnFrmWork : /data/cpm/showpmtps/{nodeId}/{neId}/{cltTz}/{id})
    List all monitored tps for the selected node UI Navigation link:
    1.Click on Operate
    2.Click on Node
    3.Right click on one of the node and select PM from list view
    4.Select Monitored Points

    Path parameters

    Name

    IsRequired

    Description

    Enum

    nodeId required 'nodeId' can be obtained from '/data/npr/nes' REST call as 'associatedNodeId' ---
    neId required 'neId' can be obtained from '/data/npr/nes' REST call as 'associatedNeId' ---
    cltTz required cltTz [330, -330]
    id required id ---

    Return type
  • PMTpDto
  • Responses

    Response Messages

    Schema

    200success PMTpDto
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    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
    Tags
    [ PM]

    External Docs
    See Also :
  • networkConnectionsByIdInRequestBody : /data/otn/connections

  • Operation

    post /stopOnGoingReq
    Stops the ongoing request (stopOnGoingReq : /stopOnGoingReq)
    Stops the collection for esm current pm before the specified no. of polling frequency
    UI Navigation link:
    1.Click on Operate
    2.Click Ethernet Service Manager
    3.Click on Operate-->Services
    4.Select PM Report button from menu buttons
    5.Select current PM from pm report window
    6.Select the polling interval,polling frequency,pmgroup and supported counters
    7.Generate tabular pm report.
    8.Click on stop button if the polling frequency is greater than 1

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body required pminput PMReportUserInput ---

    Return type
  • JqgridResponse
  • Responses

    Response Messages

    Schema

    200success JqgridResponse
    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

    { "selectedEntities": "4426cd05-a7cc-4e0b-9710-c93af9664627" }

    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
    { "identifier": "1", "items": null, "colnames": "", "status": "OK", "operTime": null }

    External Docs
    See Also :

    Operation

    post /uncorrelate
    Uncorrelates the pmtp with tca profile (uncorrelatePmtp : /uncorrelate)
    Uncorrelates the pmtp with tca profile.
    UI Navigation link :
    1.Click on Operate
    2.Click on one of the pm enabled connection(Physical,Infrastructure,Services)
    3.Click Pm Enabled Points tab on 360 degree view
    4.Select one PMTP which is correlated
    5.Click Uncorrelate button from the menu buttons

    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body optional session HttpSession ---
    body2 required cpmTcaUserInputWrapper String ---

    Return type
  • CpmTcaResponse
  • Responses

    Response Messages

    Schema

    200success CpmTcaResponse
    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

    { "operationType": 4, "neName": "OTN-FMPM-PSS32-SITE1", "tpId": "3505" }

    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
    { "identifier": null, "items": [], "colnames": null, "status": "OK", "operTime": null }

    External Docs
    See Also :

    Operation

    post /data/cpm/archiveRules/{ruleId}
    Updates archive rule (updateArchiveRule : /data/cpm/archiveRules/{ruleId})
    Modifies the archive rule based on values given by the user for the parameters involved in the archive rule
    UI Navigation link:
    1.Click on Administer
    2.Select PM Archive Rules from the list view
    3.Click on Modify Rule button
    4.Update any attribute like archive delay
    5.Click on save

    Path parameters

    Name

    IsRequired

    Description

    Enum

    ruleId required 'ruleId' can be retrieved as 'ruleId' from the rest call /data/cpm/archiveRules ---
    Request body

    Name

    IsRequired

    Description

    Data Type

    Enum

    body required archRule ArchiveRuleDto ---

    Return type
  • ArchiveSessionsDto
  • Responses

    Response Messages

    Schema

    200success ArchiveSessionsDto
    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

    { "archiveDelay": "2", "autoMode": 1, "db": "", "deleteDelay": "30", "domain": 1, "granularity": "15 minutes", "instanceName": "EML_1-13", "period": 4, "ruleId": 1, "user": "ANALOG13_1" }

    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
    { "identifier": "1", "items": [], "colnames": "", "status": "archiveRuleUpdateOk", "operTime": null }
    Tags
    [ PM]

    External Docs
    See Also :
  • getAllArchiveRules : /data/cpm/archiveRules

  • ArchiveOperationDto

    Name

    Type

    Description

    Enum

    fileName String string used for the retrieve operation ---
    instanceName String string returns instance name for archive, purge and retrive [EML_1-13]
    eml String string returns the db name in which pm data is archived [eml13_1]
    gran String string defines the data in which Granularity will be archived. [15 min , 1 hour , 24 hours]
    sessionType Integer integer --- ---
    retrieve Boolean boolean --- ---
    startTime String string specifies the start time for the archive session ---
    sessionId Integer integer returns id of the archive session ---
    endTime String string specifies the end time for the archive session ---
    commandMode String string specifies the operation which is performed on archive session selected by user [Retrieve , Archive , Purge]

    ArchiveRuleDto

    Name

    Type

    Description

    Enum

    domain String string returns domain [ANALOG , ETH , MPLS , SDH]
    instanceName String string returns instance name [EML_1-13]
    db String string Defines which database will be archived or purged [eml13_1]
    granularity String string returns granularity [15 min , hour , day]
    autoMode String string if set to true, the archive/purge is performed automatically [Enabled , Disabled]
    period String string defines the period for the Session. [Day, 1 Week , 2 Weeks , Month , Quarter , Half Year , Year]
    archiveDelay Integer integer defines how many days after the End Time set in the Session that the automatic archive is run ---
    deleteDelay Integer integer defines how many days after the End Time set in the Session thatthe automatic Purge is run ---
    ruleId String string returns ruleId ---
    user String string returns user [ANALOG13_1 , ETH13_1 , MPLS13_1 , SDH13_1]
    id Integer integer returns id ---

    ArchiveSessionsDto

    Name

    Type

    Description

    Enum

    domain String string returns domain [ANALOG , ETH , MPLS , SDH]
    instanceName String string returns instance name [EML_1-13]
    db String string defines the database name for the current session, meaning that the archive has been, or will be, done in this database ---
    number String string defines the serial number for sessions of every database ---
    granularity String string defines the data in which Granularity will be archived. [15 min , 1 hour , 24 hours]
    startTime String string identifies the Start Time of the archive scope ---
    endTime String string identifies the End Time of the archive scope ---
    archiveTime String string identifies the Archive Time of the archive session ---
    deleteTime String string identifies the Purge Time of the archive session ---
    retrieveTime String string identifies the Retrieval Time of the archive session ---
    archiveFailrea String string tells the user that archival for the selected session is failure ---
    pmDomId String string returns pmDomId ---
    deletionSucess String string tells the user that deletion for the selected session is successful ---
    userLable String string returns user label ---
    deletionFailrea String string tells the user that deletion for the selected session is a failure ---
    archiveSucess String string tells the user that archival for the selected session is succesful ---
    ruleId String string returns ruleId ---
    id Integer integer returns id of the session ---
    count String string --- ---

    CpmTcaResponse

    Name

    Type

    Description

    Enum

    identifier String string --- ---
    items array[Serializable] Serializable --- ---
    colnames String string --- ---
    status String string --- ---
    message String string --- ---
    operTime String string --- ---

    DeferredResult«JqgridResponse«PMTpDto»»

    Name

    Type

    Description

    Enum

    result Object object --- ---
    setOrExpired Boolean boolean --- ---

    HashMap«string,string»

    Name

    Type

    Description

    Enum

    JasperDto

    Name

    Type

    Description

    Enum

    timestamp String string returns Time Range between start Time and End Time [2019-05-29 01:00:00 - 2019-05-29 01:15:00]
    tpLabel String string returns tp label based upon respective Termination Points. [PSS32-42.37.96/11DPM12-1-4-L1-1]
    status Integer integer returns status of Operation performed. ---
    granularity Integer integer returns granularity,'24Hr' for 1 day and '15min' for 15 minutes PM Report. Its a mandatory field and Enum type may differ based upon the operations ---
    neLabel String string returns ne label ---
    id String string returns id ---
    connName String string returns connection name [bulkConn_service19999]
    location String string returns location based upon respective Termination Points. [Near End , Far End]
    direction String string returns direction based upon respective Termination Points. [Transmit , Receive]
    pmData HashMap«string,string» HashMap«string,string» returns the pm data ---
    layerRate String string returns layer rate based upon respective Termination Points. [ODU2]
    hookmapper String string returns hookmapper, TPs found in NML layer [PSS32-42.37.97/11DPM12-1-4-L1-1:ODU2:ODURX:FEND:Receive:15-MIN, 11DPM12-1-4-L1||/odu2=1:245:6:2:1]
    groupName String string returns Group name based upon respective Termination Points. [OPT , OPR , DW]
    connId String string --- ---

    JqgridResponse

    Name

    Type

    Description

    Enum

    identifier String string identifier ---
    items array[Serializable] Serializable items ---
    colnames String string colnames ---
    status String string status ---
    operTime String string operTime ---
    warningMessage String string warnMessage ---
    responseMessage String string --- ---

    JqgridResponse«MonitoredTPsDto»

    Name

    Type

    Description

    Enum

    identifier String string identifier ---
    items array[MonitoredTPsDto] MonitoredTPsDto items ---
    colnames String string colnames ---
    status String string status ---
    operTime String string operTime ---
    warningMessage String string warnMessage ---
    responseMessage String string --- ---

    JqgridResponse«PMTpDto»

    Name

    Type

    Description

    Enum

    identifier String string identifier ---
    items array[PMTpDto] PMTpDto items ---
    colnames String string colnames ---
    status String string status ---
    operTime String string operTime ---
    warningMessage String string warnMessage ---
    responseMessage String string --- ---

    JqgridResponse«ReportProfilesDto»

    Name

    Type

    Description

    Enum

    identifier String string identifier ---
    items array[ReportProfilesDto] ReportProfilesDto items ---
    colnames String string colnames ---
    status String string status ---
    operTime String string operTime ---
    warningMessage String string warnMessage ---
    responseMessage String string --- ---

    ModelAndView

    Name

    Type

    Description

    Enum

    view View View --- ---
    model Object object --- ---
    status String string --- [100 CONTINUE, 101 SWITCHING_PROTOCOLS, 102 PROCESSING, 103 CHECKPOINT, 200 OK, 201 CREATED, 202 ACCEPTED, 203 NON_AUTHORITATIVE_INFORMATION, 204 NO_CONTENT, 205 RESET_CONTENT, 206 PARTIAL_CONTENT, 207 MULTI_STATUS, 208 ALREADY_REPORTED, 226 IM_USED, 300 MULTIPLE_CHOICES, 301 MOVED_PERMANENTLY, 302 FOUND, 302 MOVED_TEMPORARILY, 303 SEE_OTHER, 304 NOT_MODIFIED, 305 USE_PROXY, 307 TEMPORARY_REDIRECT, 308 PERMANENT_REDIRECT, 400 BAD_REQUEST, 401 UNAUTHORIZED, 402 PAYMENT_REQUIRED, 403 FORBIDDEN, 404 NOT_FOUND, 405 METHOD_NOT_ALLOWED, 406 NOT_ACCEPTABLE, 407 PROXY_AUTHENTICATION_REQUIRED, 408 REQUEST_TIMEOUT, 409 CONFLICT, 410 GONE, 411 LENGTH_REQUIRED, 412 PRECONDITION_FAILED, 413 PAYLOAD_TOO_LARGE, 413 REQUEST_ENTITY_TOO_LARGE, 414 URI_TOO_LONG, 414 REQUEST_URI_TOO_LONG, 415 UNSUPPORTED_MEDIA_TYPE, 416 REQUESTED_RANGE_NOT_SATISFIABLE, 417 EXPECTATION_FAILED, 418 I_AM_A_TEAPOT, 419 INSUFFICIENT_SPACE_ON_RESOURCE, 420 METHOD_FAILURE, 421 DESTINATION_LOCKED, 422 UNPROCESSABLE_ENTITY, 423 LOCKED, 424 FAILED_DEPENDENCY, 426 UPGRADE_REQUIRED, 428 PRECONDITION_REQUIRED, 429 TOO_MANY_REQUESTS, 431 REQUEST_HEADER_FIELDS_TOO_LARGE, 451 UNAVAILABLE_FOR_LEGAL_REASONS, 500 INTERNAL_SERVER_ERROR, 501 NOT_IMPLEMENTED, 502 BAD_GATEWAY, 503 SERVICE_UNAVAILABLE, 504 GATEWAY_TIMEOUT, 505 HTTP_VERSION_NOT_SUPPORTED, 506 VARIANT_ALSO_NEGOTIATES, 507 INSUFFICIENT_STORAGE, 508 LOOP_DETECTED, 509 BANDWIDTH_LIMIT_EXCEEDED, 510 NOT_EXTENDED, 511 NETWORK_AUTHENTICATION_REQUIRED]
    viewName String string --- ---
    reference Boolean boolean --- ---
    modelMap ModelMap ModelMap --- ---
    empty Boolean boolean --- ---

    ModelMap

    Name

    Type

    Description

    Enum

    empty Boolean boolean --- ---

    MonitoredTPsDto

    Name

    Type

    Description

    Enum

    tpLabel String string returns tpLabel ---
    hookmapper String string return the hookmapper ---
    location String string returns location [NEND , FEND]
    direction String string returns direction [RCV , TRMT ]
    tpUserlabel String string returns tp user label ---
    pmStatus String string returns pmStatus [started , stopped , start_failed , stop_failed]
    granularity Integer integer returns granularity,'0' for 1 day and '1' for 15 min ---
    neLabel String string returns ne label ---
    id String string returns the tp id ---
    tcaLabel String string --- ---
    neTca String string --- ---
    groupName String string returns group name [OPIN , OPOUT , OPOCHIN , CDR , DGDR , FOFFR , PreFECBits , OSNR]
    pmconsistency Integer integer pmconsistency ---
    emlMapper Integer integer eml sna id ---
    fdnMapper String string fully distinguished name for tp ---
    portLabel String string return port label ---
    tptype String string returns tptype ---
    xosDir Integer integer xosDirection ---
    reqDirection String string return required direction value [5 , 6]
    monitoredRate Integer integer monitored rate ---
    pmLayerRate Integer integer return pm layer rate ---
    layerRate String string return layer rate ---
    signalType Integer integer signal type ---
    bitrate String string bitrate ---
    fectype String string fectype ---
    neName String string returns OCS or PHN ne name ---
    granStr String string returns granularity string [15 Minutes , 1 Day]
    monitoredRateStr String string returns monitored rate string ---
    technology String string returns technology, 'Analog' or 'Digital' ---

    NmlTcaProfile

    Name

    Type

    Description

    Enum

    id String string returns id ---
    profId String string returns profile id ---
    tcaLabel String string returns the tca label ---

    PMReportUserInput

    Name

    Type

    Description

    Enum

    selectedEntities String string returns Connection Id.
    For Example:
    1,2 : Shows multiple connection ID value and are separated by comma. Applicable at Connection Level.
    hookmapper1^hookmapper2 : Shows Hookmapper and seperated by ^. Applicable at TP Level.
    Note: Its a mandatory field. if not usable then its value = 0 and return as part of selectedEntities.
    ---
    fromTime String string returns Start Time for PM Report.
    For Example:
    2018-12-16-15:52 : Shows Date and Time in General form: YYYY-MM-DD-HH:MM
    ' ' : Shows Empty Space.

    Note: Its a mandatory field.
    ---
    endTime String string returns End Time for PM Report generated.
    For Example:
    2018-12-16-15:52 : Shows Date and Time in General form: YYYY-MM-DD-HH:MM
    ' ' : Shows Empty Space.
    ---
    granularity String string returns granularity.
    For Example:
    24Hr : Shows for 1 day PM Report
    15min : Shows for 15 minutes PM Report.

    Note: Its a mandatory field and example may differ based upon the operations.
    ---
    clientTz String string returns client time zone depends on the location of the user.
    Generally clientTz = UTC + Offset or UTC-Offset. Offset is timezone value in minutes.
    For Example:
    IST with +5.30GMT, clientTz = 0 - 330 = -330.

    Note: Its a mandatory field.
    ---
    expFormat String string returns PM Report export format.
    For Example:
    ' ': Shows Tabular PM Report Export Format.
    LINE: Shows Line chart Export Format.
    BAR: Shows Bar chart Export Format.
    CSV: Shows CSV Format PM Report.
    HTML: Shows HTML Format PM Report.
    PDF: Shows PDF Format PM Report.

    Note: Its a mandatory field.
    ---
    emlMapper Integer integer returns eml sna id.
    For Example : 101
    ---
    fdnMapper String string Fully distinguished name for Termination Point associated to Connectivities.
    For Example : 101/25/11DPM12-1-4-C2||||
    ---
    portLabel String string returns Port Label for the selected Termination Point associated to Connectivities.
    For Example:OTU-1-11-1
    ---
    tptype Integer integer returns Type for Termination Point based upon Granularity.
    For Example:
    0 for 1 Day.
    1 for 15 Minutes.
    ---
    xosDir Integer integer returns xosDirection for the Selected Termination Points
    For Example:
    1 for Transmit End Termination Point.
    2 for Receive End Termination Point.
    ---
    reqDirection Integer integer returns Request direction for Termination Points associated to Connectivities.
    For Example:
    TRMT for Transmit End Termination Point.
    RCV for Receive End Termination Point.
    ---
    monitoredRate Integer integer returns Monitored rate based upon respective Termination Points.
    For Example:OS, DSR
    ---
    pmLayerRate Integer integer returns Pm layer rate based upon respective Termination Points.
    For Example:19, 20
    ---
    operationType Integer integer returns as Operation Type.
    For Example:
    0 for History PM.
    1 for Current PM.
    2 for get Available Profiles.
    3 for correlate Pmtp.
    4 for uncorrelate Pmtp.
    5 for Consist PM.
    ---
    neName String string returns NE name to associated Connectivities.
    For Example:11DPM12-1-4-L1-1
    ---
    measId String string This corresponds to either 15min or 24hrs measure of associated Connectivities.
    For Example:
    1 : Shows measId of connection.
    ---
    tpId Long long returns Termination Points id for the selected Termination Point.
    For Example:1
    ---
    tpIds String string returns list of Termination Point Ids.
    For Example:1,2,3
    ---
    profId Long long returns selected TCA profile Id.
    For Example:1 1 : Shows TCA profile Id.
    ---
    repId String string returns report id

    Note: Its a optional field.
    ---
    connId String string returns as connection type to associated Connectivities.
    For Example:
    -1 for Physical connection
    0 for both Infra connection and Service Connection.

    Note: Its a mandatory field.
    ---
    databasetype String string returns databasetype

    Note: Its a optional field.
    ---
    userLabel String string returns Transp User Label.
    For Example:userLabel1
    Note: Its a optional field.
    ---
    transpType String string returns Transp Type Enum.

    Note: Its a optional field.
    ---
    pmTpType String string --- ---
    cpmtpIds String string returns List of CPMTP ID.
    This information is used to select the specific Monitored points identification to require the History PM for the specipic termination point.
    ---
    user String string --- ---
    requestId String string --- ---
    sessionId String string --- ---

    PMTpDto

    Name

    Type

    Description

    Enum

    userabel String string returns user label ---
    type String string returns type [ANALOG , SDH , ETH ]
    status Integer integer returns status value,'1' for Not Active and '0' for Active ---
    collPeriod String string returns the last collection period ---
    id String string returns id ---
    neLabel String string returns ne label ---
    supportedCounters String string returns the supported counters for the defined tp ---
    tpLabel String string returns tp label ---
    location String string returns location [Near End , Far End]
    direction String string returns direction [Transmit , Receive]
    granularity String string returns granularity [15 min , 1day]
    layerRate String string defines the layer rate ---
    groupName String string define the profile group [CDR , FOFFR, OPT , OPR , DGDR , PreFECBits]
    statusStr String string --- ---
    cnt String string defines the status of tp [Not Active , Active]

    Report

    Name

    Type

    Description

    Enum

    USERLABEL String string --- ---
    PMREPORTFORMAT String string --- ---
    CSVREPOSITORY String string --- ---
    PMREPORTWINDOW String string --- ---
    PMREPORTDESTTYPE String string --- ---
    PMREPDESTNAME String string --- ---
    SECURITYLABEL String string --- ---
    PMDOMID String string --- ---
    PMCOUNTREPID String string --- ---
    domain String string domain [WDM]
    id String string id ---

    ReportProfilesDto

    Name

    Type

    Description

    Enum

    repId String string returns report id ---
    repWindow String string report window [15 mins , 1 hour , 2 hours , 24 hours , 1 week , 1 month]
    format String string format [CSV]
    csvRepository String string csvRepository ---
    userlabel String string returns the userlabel ---
    destType String string destType [FILES]
    reportRes Integer integer --- ---
    destName String string Specifies the path where the file is getting stored ---
    correlated String string Specifies whether the profile is correlated or not [true , false]
    measId Long long returns the measure id which exists in db based on granularity ---
    id Integer integer returns id ---

    Serializable

    Name

    Type

    Description

    Enum

    tcaDto

    Name

    Type

    Description

    Enum

    allowedprofilegroup Integer integer allowedprofilegroup based on Profile Type and Direction ---
    userlabel String string Label given by the user at the time of profile creation ---
    pmtcaid String string Returns the TCA Profile Id ---
    pmtprequireddirection String string pmtprequireddirection [TRMT , RCV]
    pmLayerRate String string Defines layer rate based on selected Profile Type ---
    signalType String string Defines the signal type based on Profile Type and Layer Rate ---
    neFamily String string --- ---
    xosDirection String string xosDirection [trmt , rcv]
    allowedprofilegrp String string allowedprofilegroup based on Profile Type and Direction [OPT , OPR , SDH:SONET]
    proftype String string proftype [Analog , Digital , Both]
    id String string id ---
    pmgranularity String string pmgranularity [15 Min , 24 Hour]
    profiletype Integer integer profiletype ---
    tcaData Object object returns tcaData ---

    View

    Name

    Type

    Description

    Enum

    contentType String string --- ---

    Void

    Name

    Type

    Description

    Enum